html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
#aks{
	
	display:none;
}


*{ outline:none !important; }
*:focus { outline: none !important; }
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
.carousel-inner {
    height: 100%;
}
#b{
	display:none;
	
}
.about_logo{
width: 148px;
    margin: 0 auto;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
       background-size: contain;
    background-repeat: no-repeat;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: #666;
}
a {
    color: #00957f;
}
a , a:hover , a:focus {
    text-decoration: none;
    color: none;
}
h4{
    font-family: Yekan;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: auto;
}
@font-face {
    font-family: "IRANSansWeb";
    src: url(../fonts/IRANSans-Bold.eot)  format("woff"),
    url(../fonts/IRANSans-Bold.woff) format("woff2"),
    url(../fonts/IRANSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Yekan";
    src: url(../fonts/Yekan-modified.eot)  format("woff"),
    url(../fonts/Yekan-modified.woff) format("woff2"),
    url(../fonts/Yekan-modified.ttf) format("truetype");
}

body , p , a {
    font-family: "Yekan";
}

a:hover , a {
    text-decoration: none;
}
.wow {visibility: hidden;}
.trn_elm_all , span.diamond_divider {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gray_btn , .gray_button  {background: #c2c2c2;
    background: -webkit-linear-gradient(#dedede, #c2c2c2);
    background: -o-linear-gradient(#dedede, #c2c2c2);
    background: -moz-linear-gradient(#dedede, #c2c2c2);
    background: linear-gradient(#dedede, #c2c2c2);}

#img-res{
height: 650px;
}
.overlymenu{display:none;}
.overly , .overlymenu {width: 100%; height: 100%; position: fixed; z-index: 999; background: #000; opacity: 0.75; display: none;}



/** style menu slide */
nav.mobile-navigation {
    background-color: #d2d2d2 ; /* #10121e */
}
nav.mobile-navigation ul {
    list-style: none;
    padding: 0 20px;
}
nav.mobile-navigation ul li a {
    color: #393c3c;
    padding: 7px 20px 13px;
    display: inline-block;
    font-size: 14px;
}
nav.mobile-navigation ul li a:hover {
    color: #00a28a;
    background: transparent;
}
a:hover, a:focus{
    color: #e2e7e9;
}
a.logo_header_slide img {
    max-width: 100px;
    margin: 20px auto 30px;
}
a.logo_header_slide {
    width: 100%;
    text-align: center;
}
nav.mobile-navigation ul.sub-menu li a {
    font-size: 14px !important;
    position: relative;
}
nav.mobile-navigation ul.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #009782;
    top: 9px;
    right: 0px;
    border-radius: 100%;
}
.box_menu_sidebar .menu-item-has-children {
    position: relative;
}
.menu-item-has-children > span {
    width: 30px;
    height: 25px;
    /*background: url(images/split_png.png) no-repeat;*/
    display: inline-block;
    float: left;
    text-align: center;
    background-position: -44px -50px;
    margin-top: 0;
    transform: rotate(90deg);
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 4px;
}
nav.mobile-navigation ul li {
    width: 100%;
    float: right;
    cursor: pointer;position: relative;
}
.class_children_before {
    transform: rotate(0deg)!important;
}
.js-menu-toggle  {
    display: inline-block;
    margin-left: 60px;
    vertical-align: middle;
}
.js-menu-toggle span, .js-menu-toggle span:before, .js-menu-toggle span:after { cursor: pointer; border-radius: 1px; height: 2px; width: 25px; background: #ff5721; position: absolute; display: block; content: '';}
.js-menu-toggle span:before { top: -6px; }
.js-menu-toggle span:after { bottom: -6px;}
.js-menu-toggle span, .js-menu-toggle span:before, .js-menu-toggle span:after { transition: all 500ms ease-in-out;}
.js-menu-toggle.active span { background-color: transparent;}
.js-menu-toggle.active span:before, .js-menu-toggle.active span:after { top: 0;}
.js-menu-toggle.active span:before { transform: rotate(45deg);}
.js-menu-toggle.active span:after { transform: rotate(-45deg);}
.mobile-nav-wrap {
    width: 100%;
    position: relative;
    z-index: 99999 !important;
    top: 0px;
    background: #fff;
    display: block;
    background: transparent;
    position: fixed;
    padding: 20px 0;
}
.mobile-nav-wrap .js-menu-toggle {
    display: inline-block;
    float: left;
    padding: 10px 0px 10px 20px;
    color: #009782; /*  #ff5851 */
    font-family: Yekan;
    text-transform: uppercase;
    position: relative;
    left: 0;
    font-size: 16px;
}
.js-menu-toggle span, .js-menu-toggle span:before, .js-menu-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #7b7c7c;
    position: absolute;
    display: block;
    content: '';
}
.js-menu-toggle span:hover, .js-menu-toggle span:hover:before, .js-menu-toggle span:hover:after {
    background: #777;

}
.js-menu-toggle.active  span:hover {background: none;}
.js-menu-toggle:hover span em {color: #333; }
.tit_nav_menu {
    position: absolute;
    left: -36px;
    font-family:Yekan;
    top: -2px;
    color: #ffc844;
}
/* end menu slide */
/* start menu slide */
.mobile-navigation {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    width: 280px;
    background-color: #000000;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    -o-transform: translateX(280px);
    transform: translateX(280px);
}
.mobile-navigation.menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
}
.content_blog p img{
    max-width: 710px;
    width: 100%;
}
.menu-is-open {
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header.inner_header.menu-is-open {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*position: fixed;*/
    width: 100%;
    z-index: 20;
    background: #10121e;
    min-height: 68px;
}
nav.navbar_main.menu-is-open {
    position: fixed;
    z-index: 20;
    margin-top: 164px;
}
nav.navbar_main {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
a.js-menu-toggle .tit_nav_menu {position: absolute;left: -26px;top: -6px;color: #777;display: block;font-size: 12px;font-family:Yekan;}
a.js-menu-toggle {padding: 0 !important;background: #fff !important; margin-top: -5px;}
/*Theme CSS*/
.header , .main-content , .footer {
    transition: 0.3s;
}
.header {
    background-color: #fff;
    border-top: 5px solid #a7a6a6;
    padding-top: 35px;
    padding-bottom:2px;
    border-bottom: 1px solid #dbdbdb;
	}
.header_left {
    padding: 0;
}
.header img {
    max-width: 100%;
}
.navbar-header {
    margin-top: -21px;
}
.navbar-header .navbar-brand img {
    width: 100%;
    height: auto;
}
.collapse.navbar-collapse {
    padding-top: 11px;
    display: inline-block !important;
    float: right;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-collapse , .navbar-default .navbar-form {
    border: none;
}
.navbar_wrapper {
    padding: 33px 0;
}

.navbar-nav > li {
    padding: 3px 5px 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*color: #555;*/
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #393c3c;
    position: relative;
    font-size: 14px;
    padding: 5px 3px;
    transition: 0.3s;
    -moz-transition: 0.3s;
transition: color 0.3s linear;
    -webkit-transition: 0.3s;
}
.navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-top: 5px solid #777;
    width: 10px;
    height: 13px;
    opacity: 0;
    margin: 0px auto;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    border-radius: 100%;
    z-index: -1000;
    transform: rotate(180deg);
}
.navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0 2px 0px #777;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.navbar-default .navbar-nav > li > a:hover:before {
    opacity: 1;
}
.dropdown > a:hover .caret {
    transform: rotate(180deg);
}
.dropdown > a .caret {
    transition: all 0.3s linear;
    border: 0px;
    background: transparent url(../images/spirit.png);
    background-position: -333px -339px !important;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.dropdown-menu {
    padding: 0px;
}

.menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #777;
    background-color: transparent;
}

.dropdown-menu > li > a {
    padding: 10px 17px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #00a28a;
}
ul.header_btn_wrap {list-style: none;margin-top: 2px;float: left;margin-left: 50px;}
ul.header_btn_wrap li {display: inline-block;vertical-align: middle;font-size: 12px; padding: 6px 10px 5px;border-radius: 5px;  transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
ul.header_btn_wrap li a {color: #696868;}
ul.header_btn_wrap .sale_link:hover {
    background: #616362;
    -webkit-box-shadow: inset 0px 0 0px ,inset 0px 2px 6px #707070 ,inset 0px 0 0 , inset 0 0 0px transparent;
    -moz-box-shadow: inset 0px 0 0px ,inset 0px 2px 6px #707070 , inset 0px 0 0 , inset 0 0 0px transparent;
    box-shadow: inset 0px 0 2px ,inset 0px 2px 15px #707070 , inset 0px 0 0 , inset 0 0 0px transparent;
}
.hire_btn .sbtn_item a {transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
/*.hire_btn .sbtn_item a:hover {background: #00bda2;}*/
ul.header_btn_wrap .sale_link:hover a { color: #fff;}
ul.header_btn_wrap .customer_link {
    background: #616362;
    background: -webkit-linear-gradient(#707070, #616362);
    background: -o-linear-gradient(#707070, #616362);
    background: -moz-linear-gradient(#707070, #616362);
    background: linear-gradient(#707070, #616362);
}
ul.header_btn_wrap .customer_link a { color: #fff;    display: inline-block;}
.ft{
    margin-right: 200px;
}
.icon_bg {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    transition: none;
}
.bg_spirit {
    background-image: url(../images/spirit.png);
    background-repeat: no-repeat;
    position: relative;
}
.arrows > i
{
    font-size: 25px;
    cursor: pointer;
    color: #777373;
}
.arrows > i:hover
{
    font-size: 25px;
    color: #333;
}
.bg_spirit:before {
    content: "";
    background-image: url(../images/spirit.png);
    width: 90px;
    height: 90px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.bg_spirit.icon_bg:before  {
    width: 20px;
    height: 20px;
}
.home_main_title {
    color: #0e0e0e;
    text-align: center;
    position: relative;
    font-size: 22px;
}
.customer_icon {
    background-position: -23px -3px;
    /*transition: none;*/
}
ul.header_btn_wrap li a:hover .sale_icon {
    background-position: -74px -2px;
    transition: none;
}
.sale_icon {
    background-position: -3px -3px;
}

.sale_icon {
    background-position: -50px -2px;
}
.single_wrapper .sale_icon {background-position: -74px -2px;}
.header_btn_wrap li .time , .header_btn_wrap li .date {
    text-align: left;
    font-family: IRANSansWeb;
    position: relative;
    direction: ltr;
    color: #888888;
}
#tm{
    color: #888888;
}
.header_btn_wrap li .time {
    margin-bottom: 3px;
}
.header_btn_wrap li .time:before , .header_btn_wrap li .date:before {
    position: absolute;
    left: -20px;
    top: -1px;
    border-radius: 100%;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #d2d2d2;
}
.header_btn_wrap li .date span ,.header_btn_wrap li .time span  {
    display: inline-block;
}
.header_btn_wrap li .time:before {
    background-color: #e91e24;
}
.header_btn_wrap li .time span {
    padding-right: 5px;
}
.header_btn_wrap li .time span , .header_btn_wrap li .date span {
    color: #d2d2d2;
}

/*Slide*/
.slider img.slide_img {
    width: 100%;
    height: auto;
    top:8px;
    position: relative;
}
.btn_slide {
    text-align: center;
}
.btn_slide a {
    padding: 11px 0px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #828282; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#545252, #525252); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#545252, #525252); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#545252, #525252); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#545252, #525252); /* Standard syntax */
    border-radius: 5px;
    width: 210px;
    height: 54px;
}
.btn_slide a.right_part {
    margin-left: 2%;
}
.btn_slide a.left_part {
    margin-right: 2%;
    background: #828282; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#828282, #525252); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#828282, #525252); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#828282, #525252); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#828282, #525252); /* Standard syntax */

}
.btn_slide a span.slide_btn_bg , .bg_spirit.slide_btn_bg:before {
    width: 36px;
    height: 36px;
}
.btn_slide a span.slide_btn_bg {
    background-position: -289px -107px;
    display: inline-block;
    margin-right: 11px;    float: right;
}
.btn_slide a span.optional_bg {    background-position: -340px -107px;}
.btn_slide img {max-width: 100%;}
.btn_text {display: inline-block;text-align: right;margin-right: 10px;    float: left;
    padding-left: 25px;}
.left_part  .btn_text {    padding-left: 63px;}
.btn_text em {display: block;font-size: 10px;}
.btn_text em.main_text {margin-bottom: 8px;font-size: 13px;}
.slide_info , .btn_slide {position: absolute;right: 0;left: 0;}
.slide_info {
    text-align: center;
    margin-bottom: 20px;
    bottom: 70px;
    display: block;
}
.slide_info a {display: inline-block;}
.slide_info a:hover {transform: rotate(-90deg);}
.slide_info p {margin-bottom: 30px;font-size: 25px;line-height: 37px;color: #767676;}
.leaf_icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    background-color: #ff6650;
}
.btn_slide {bottom:-23px;width: 100%;z-index: 1000000;}
.go_down.trn_elm_all {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.about_wrapper {
    background: #fafafa;
    padding: 60px 0 95px;
    position: relative;
    background-size: cover ; /* auto 100% */
    background-position: bottom center;
    background-attachment: fixed;
}
.about_desc_section , .about_title_section {
    font-family: Yekan;
    text-align: center;
    color: #919494;
}
span.diamond_divider  {
    position: absolute;
    top: 100%;
    margin-top: -25px;
    width: 100%;
}
span.cert_divider {top: -2px !important;}
span.diamond_item {
    position: relative;
    display: block;
}
.diamond_divider span.diamond_item:before ,
.diamond_divider span.diamond_item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: rotate(45deg);
}
.diamond_divider span.diamond_item:before {
    width: 45px;
    height: 45px;
    background: #ffffff;
    z-index: 0;
    margin-top: 5px;
}
.diamond_divider  span.green_diamond:before {background: #5c6362  !important;margin-top: 4px;}
.diamond_divider  span.gray_diamond:before {background: #ffffff  !important;margin-top: 4px;}
.diamond_divider  span.green_diamond:after  {background: #fff !important;}
.diamond_divider span.diamond_item:after {
    width: 20px;
    border-radius: 25px;
    height: 20px;
    background: #7c7d7d;
    z-index: 1;
    margin-top: 17px;
}

span.diamond_divider:hover {margin-top: -20px;}
.diamond_divider.single_divider:hover {margin-top: -25px; }
.about_info_wrap {
    text-align: center;
}
.about_title_section {display: inline-block;    margin-bottom: 30px;font-size: 15px;}
.about_desc_section {line-height: 25px;padding: 0 30px;margin-bottom: 35px;}
.about_item {
    text-align: center;
}
.about_item li {list-style: none;display: inline-block;margin: 0 5%;}
.about_item p {
    color: #b5b5b5;
    padding: 0 13px;
    margin-bottom: 22px;
    line-height: 22px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 44px;
}
.more_about {
    color: #f1f1f1;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.more_about:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 40%;
    right: 40%;
    bottom: 0;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.more_about:hover:before, .more_about:focus:before , .more_about:active:before {
    left: 0;
    right: 0;
}
.more_about:hover {
    color: #fff;
}
/*Customer Section*/
.customer_wrapper {padding: 60px 0 20px;}
.customer_title {font-size: 16px;color: #0e0e0e;margin-bottom: 60px;}
.customer_wrap {display: flex;}
.customer_wrap li {display: inline-flex;}
.customer_wrap li:last-child{margin-left: 0;}
.customer_wrap , .customer_wrap li { /* align-items: center; */justify-content: center;}
.customer_wrap li  {text-align: center;      width: 13%;   display: flex;flex-wrap: wrap;}
.customer_wrap li  a{position:relative;    overflow: hidden;    padding: 25px 0;  display: inline-block;
    width: 100%;}
.customer_wrap li a .cust_title {display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;

    transition: opacity 0.3s linear;-webkit-transition: opacity 0.3s linear;text-align: center;
    width: 100%;
    visibility: hidden;

    padding: 20px 0;
    opacity:0;    font-size: 14px;
}
.customer_wrap li  a:hover .cust_title {text-align: center;width: 100%;    visibility: visible;opacity:1;}
.customer_wrap li  .cust_img_wrap {min-height:100px;transition: opacity 0.3s linear;-webkit-transition: opacity 0.3s linear;
    display: flex;
    align-items: center;
    width: 100%;

}
.customer_wrap li  a:hover  .cust_img_wrap {  box-shadow: 0px 3px 0 #00a28a;-webkit-box-shadow: 0px 3px 0 #00a28a;}
/*About Software Section*/
.soft_tab {display: flex;justify-content: center;align-items: center;}
.department_tab {display: flex;justify-content: center;align-items: center;}
.soft_tab_wrap {border-bottom: 2px solid #ededed;}
.department_tab_wrap {border-bottom: 2px solid #ededed;}
.ltrd {direction: ltr;}
.tab_item{width: 212px;}
.tab_item .spad_bg_tab {display: inline-block;}
.tab_item .spad_bg_tab {height: 70px;}
.tab_item .spad_bg_tab {background-position: -91px -150px;}
.tab_item .holou_bg_tab {background-position: 3px -150px;}
.tab_item { position:relative;text-align: center;padding: 0 20px;cursor:pointer;padding-bottom: 36px;color: #afafaf; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%);}
.tab_item:after {z-index:-1;content:"";display:inline-block;position: absolute;top:100%;width:0;right:0;left:0;height:2px;background: #a7a3aa;transition: width 0.6s linear;}
.enable_tab {position:relative;-webkit-filter: grayscale(0) !important; /* Safari 6.0 - 9.0 */filter: grayscale(0) !important;color: #0f9784;}
.enable_tab:after {width: 100%;}

.activeSpan {display: block;opacity: 0;}
.tab_item.current .activeSpan , .tab_item.enable_tab  .activeSpan {opacity: 1;transition: opacity 0.3s linear;}
.activeSpan:after , .activeSpan:before {content: "";position: absolute;left: 0;right: 0;display: inline-block;margin: 0 auto;transform: rotate(45deg);}
.activeSpan:after {width:25px;height:25px;background: #169f40;top: calc(100% - 12px);}
.activeSpan:before {width:15px;height:15px;background: #fff;top: calc(100% - 7px);z-index: 3;}
.tab_item span {display: block;}
.content_tab {padding: 86px 15px 68px;display: none;}
.content_tab.current{display: block;}
.about_wrap {padding: 30px 0 0px;}
.about_wrap .about_text {margin-bottom: 35px;}
.about_wrap .about_text h2 {font-size: 24px;color: #6a6a6a;padding-bottom: 0px;margin-bottom: 40px;position: relative;}
.about_wrap .about_text h2:after {
    content: "";
    position: absolute;
    background: url(../images/spirit.png);
    background-repeat: no-repeat;
    background-position: -181px 0;
    width: 76px;
    height: 30px;
    display: block;
    top: 27px;
    right: 0px;
}
.about_wrap .about_text p {color: #767676;line-height:32px;font-size: 14px;text-align: justify;}
.about_wrap .about_img img {width: 100%;height: auto;}
.about_list {display: flex; margin-bottom: 20px;}
.about_list_item a{display: inline-block;text-align: center;}
.list_item_icon , .about_list_info {display: inline-block;width: 100%;vertical-align: middle;}
.bg_spirit.list_item_icon:before {width: 50px;height: 50px;}
.about_list_info {padding: 8px;}
.about_list_item:hover .about_list_info span , .banner_item:hover .banner_info span {color: #4e4e4e;}
.list_item_icon {
    width: 45px;
    height: 50px;
    display: inline-block;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.about_list_item:hover .list_item_icon {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
span.accounting_icon {
    background-position: -54px -39px;
}
span.inventory_icon {
    background-position: -167px -39px;
}
span.invoice_icon {
    background-position: -5px -39px;
}
span.report_icon {
    background-position: -102px -39px;
    width: 50px;
}
span.reminder_icon {
    background-position: -232px -39px;
}

.about_list_info span {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 25px;
}
.software_btn_wrap {margin-bottom: 40px;}
.software_btn_wrap ul , .hire_btn {display: flex;}
.software_btn_wrap ul li a ,  .hire_btn li a , .bl_gr {display: inline-block;
    padding: 11px 0px;
    color: #848484;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 13px;    width: 140px;text-align: center;}
.software_btn_wrap ul li:first-child {position: relative;}
.software_btn_wrap ul li:first-child a , .hire_btn li:first-child a , .software_btn_wrap ul li:first-child  .bl_gr ,
.hire_btn li:first-child .bl_gr {padding: 11px 34px 11px 15px;background: #707070;
    background: -webkit-linear-gradient(#707070, #616362);
    background: -o-linear-gradient(#707070, #616362);
    background: -moz-linear-gradient(#707070, #616362);
    background: linear-gradient(#707070, #616362);color: #fff;}
.hire_btn li:first-child a ,.hire_btn li:first-child .bl_gr {padding: 11px 10px 11px 15px;}
.software_btn_wrap ul li:first-child a:before , .software_btn_wrap ul li:first-child .bl_gr:before {position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../images/spirit.png);
    background-position: -24px 4px;
    right: 9px;
    top: 1px;
    z-index: 999; }
.support_soft_wrap {display: flex;    align-items: center;}
.support_soft_wrap  .bg_spirit.support_info_img {background-position: -205px -98px !important;}
.support_soft_info p {color:#b3b3b3;}
/*TvSlider Section*/
.tvslider {
    padding: 70px 0 60px;
    position: relative;
    min-height: 815px;
    background-image: url(../images/slidebg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.tvposition {position: relative;}
.tvwrap {
    position: absolute;
    width: 100%;
    top: 56px;
}
.report_title  {
    padding-bottom: 20px;
    margin-bottom: 52px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img,
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
.carousel {width: 100%;}
.carousel-control {opacity: 1;}
.carousel-indicators {top: 86%;
    margin: 2% auto 0;
    right: 0;
    left: 0%;}
.carousel-control.left , .carousel-control.right {background-image: none;    display: inline-block !important;
    height: 35px;
    width: 45px;}
a.right.carousel-control {right: 0;}
a.left.carousel-control {left: 20px;}
.carousel-control.left , .carousel-control.right {
    display: inline-block;    top: 40%;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {left: 2%;}
.carousel-inner > .active {left: 2%;}
.arrow_bg {
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.arrow_bg:hover  {
    opacity: 0.8;
}
a.left.carousel-control .arrow_bg {
    background-position: -20px 8px;
    width: 40px;
    height: 40px;

}
a.right.carousel-control .arrow_bg {
    background-position: 11px 8px;
}
.carousel-indicators li {
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background-color: #fff;
    border: 1px solid #8c8e8e;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background-color: #8c8e8e;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*Report Section*/
.report_wrapper {
    padding: 70px 0 40px;
}
span.sub_title {
    color: #ff6d50;
    display: inline-block;
    margin-bottom: 27px;
}
.report_wrapper p {
    line-height: 25px;
    text-align: justify;
    color: #767676;
    font-size: 17px;
    margin-bottom: 30px;
}
.report_wrapper .report_search {
    margin-bottom: 35px;
    position: relative;
}
.report_wrapper .report_search #suggesstion_box {padding: 20px;background: #eee;}
.report_wrapper .report_search #suggesstion_box span.tit_prod {display: block;text-align: right;cursor:pointer;padding: 7px;font-size: 14px;}
.report_wrapper .report_search #suggesstion_box span.tit_prod:hover {
    color: #00a28a;
}
.box_search_wrap .box_search form input[type="text"] {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #e1e1e1;
    height: 49px;
    padding: 10px 45px 15px;
}
.box_search_wrap .box_search form input[type="text"]:focus {border-color: #33a796;}
form#searchform {position: relative;}
input#searchsubmit {
    position: absolute;
    right: 12px;
    top: 7px;
    margin-left: 10px;
    background-position: -105px 1px;
    background-color: transparent;
    opacity: 1;
    transition: right 0.3s linear;
}
.box_search_wrap .box_search form input[type="text"]:focus ~ input#searchsubmit {right: 16px;transition: right 0.3s linear;opacity: 0.8;}
::-webkit-input-placeholder {
    color: #c8c8c8;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c8c8c8;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #c8c8c8;
}
:-ms-input-placeholder {
    color: #c8c8c8;
}
.search_result_link {text-align: center;}
.search_result_link ul {color: #b1b1b1;text-align: right;display: inline-block;}
.search_result_link ul li {position: relative;}
.search_result_link ul li:before {
    content: "";
    right: -5px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #b1b1b1;
    display: inline-block;
    top: 5px;
    bottom: 0;
    position: absolute;
}
.search_result_link ul li:hover:before {background: #ff775c;}
.search_result_link ul li a {
    color: #767676;
    font-size: 13px;
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 4px;
    padding-left: 10px;
}
.search_link li a.actives {
    color: #ff3c1e;
    position: relative;
}
.search_result_link ul li a:before {
    content: "";position: absolute;z-index: -1;
    left: 100%;right: 0;bottom: 0;background: #ff3c1e;
    height: 1px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.search_result_link ul li a:hover:before,
.search_result_link ul li a:focus:before,
.search_result_link ul li a:active:before {
    left: 0;
}
.banner_wrapper {
    padding: 40px 0 30px;
    box-shadow: inset 2px 0px 8px rgba(0,0,0,0.1) , 0 0 0 , 0 0 0, 0 0 0;
    background: #fafafa;
}
.banner_item {margin-bottom: 50px;}
.bg_spirit.banner_img:before {width: 70px;height: 70px;}
.banner_item .banner_img {width: 70px;height: 70px;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.banner_item .banner_img , .banner_item .banner_info {display: inline-block;vertical-align: middle;}
.banner_item .banner_img.store {background-position: -227px -96px;}
.banner_item .banner_img.compony {background-position: -149px -96px;}
.banner_item .banner_img.publish {background-position: -72px -96px;}
.banner_item .banner_img.industry {background-position: 1px -96px;}
.banner_item .banner_img.elect {background-position: -300px -96px;}
.banner_item .banner_img.rest {background-position: -379px -96px;}
.banner_item .banner_img.net {background-position: -77px -168px;}
.banner_item .banner_img.plug {background-position: 1px -168px;}
.banner_item:hover .banner_img {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.banner_item {cursor: pointer;}
.banner_item .banner_info span {display: block;color: #a0a0a0;font-size: 17px;line-height: 22px;}
.banner_item .banner_info  .banner_sub_title {font-size: 10px;}
/*Support Section*/
.support_wrapper {background: #fff;}
.hire_part , .agent_part {position: relative;display: flex;width: 100%;}
.support_img_wrap {padding: 0;display: inline-flex;justify-content: center;align-items: center;}
.support_img_wrap img {width: 100%;height: auto;position: relative;}
/*.overlay_img {background: rgba(255,72,68,0.6);width: 100%;height: 100%;position: absolute;left: 0;top: 0;}*/
.support_info_wrap , .support_agent_wrap { flex-wrap: wrap;display: inline-flex;justify-content: center;}
.support_agent_wrap {align-items: center;}
.support_agent_wrap { flex-wrap: wrap; }
.sup_top{    display: flex;justify-content: center;align-items: flex-end;}
.sup_bottom   {    display: flex;justify-content: center;align-items: flex-start;    margin-top: 20px;}
.support_agent_img {display: inline-block;float: right;background-position: -382px -38px;width: 50px;}
.support_info_img , .support_agent_img {vertical-align: top;margin-left: 2%;}
.support_info_img , .support_agent_img {width: 60px;height: 60px;background-position: -331px -37px;}
.support_info_img {background-position: -280px -38px;}
.bg_spirit.support_agent_img:before , .bg_spirit.support_info_img:before {width: 50px;height: 50px;}
.support_agent_wrap .box_search_wrap {margin-top: -110px;width: 100%;}
.leaf_divider.support_divider {margin-top: 0px;}
.support_agent_top {display: block;width: 100%;margin-top: 40px;}
.box_search {position: relative;}
#suggesstion_box {position: absolute;top: 100%;right: 0;width: 100%;display: none;z-index: 999;padding: 20px;}
.box_search input.sup_btn {background-position: -102px 1px !important;}
.support_title , .support_num , .agent_title {color: #00917c;font-size: 19px;margin-bottom: 10px;display: block;}
.support_info p {color: #b7b7b7;margin-bottom: 15px;}
.agent_info {margin-bottom: 20px;}
.support_num {font-size: 35px;direction: ltr;text-align: right;display: inline-flex;margin-right: 20px;align-items: flex-end;}
.support_agent_wrap {padding: 0 7% 0;}
span.leaf_divider.support_divider , .agent_divider {display: block;top: calc(50% - 23px);}
span.leaf_divider.support_divider span.leaf_item:before , .agent_divider span.leaf_item:before {margin-top: 0px; }
span.leaf_divider.support_divider span.leaf_item:after , .agent_divider span.leaf_item:after {margin-top: 12px;}
.agent_divider span.leaf_item:after , .agent_divider span.leaf_item:before {transform: rotateX(180deg);}
.certificate_wrapper {position: relative;padding: 50px 0 70px;border-top: 3px solid #5c6362;background-color: #f5f5f5;}
.certificate_title { padding-bottom: 15px;font-size: 18px;}
.certificate_img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0 0;
    flex-wrap: wrap;
}
.certificate_img li {margin: 0 2%;display: inline-flex;}
.service_banner {background: #9a9a9a;position: relative;}
.service_banner .srv_banner_item {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
}
.service_banner .srv_banner_item:first-child , .service_banner .srv_banner_item:last-child {background: #797877;color: #ffffff;}
.srv_banner_img , .srv_banner_info {display: inline-block; vertical-align: middle;}
.srv_banner_info  a:hover span.srv_login {color: #00d1b3;background: rgb(0, 0, 0);}
.bg_spirit.srv_banner_img:before {width: 50px;height: 50px;}
.srv_banner_img {margin-left: 10px;width: 50px;height: 50px;}
.srv_cart {background-position: -154px -100px;}
.srv_cons {background-position: -102px -100px;}
.srv_sup , .srv_req {margin-left: 0;margin-right: 10px;}
.srv_req_info {text-align: left !important;}
.srv_req_info a {display: inline-block;margin-top: 5px;}
.srv_sup {background-position: -51px -100px;}
.srv_req {background-position: 2px -100px;}
.srv_banner_info {text-align: right;}
.srv_banner_info span {display: block;font-size: 15px;line-height: 22px;font-family: Yekan}
.srv_sub_title {font-size: 14px;}
.srv_email {font-size: 16px;}
.ltr_direc {direction: ltr;}
.srv_login {
    background: #fff;
    color: #333;
    border-radius: 13px 30px 30px 30px;
    font-size: 12px !important;
    display: inline-block !important;
    padding: 0px 10px 1px;
    font-weight: bold;
}
.service_banner .leaf_divider span.leaf_item:before {width: 63px;height: 63px;margin-top: -3px;}
.service_banner  .leaf_divider span.leaf_item:after {width: 25px;height: 25px;margin-top: 15px;}
footer {background-color: #f8f8f8;}
.footer_top {padding: 8px 0 0px;
    display: inline-block;width: 100%;}
.logo_footer {text-align: center;position: relative;margin-bottom:0px;}
.menu_footer_title {margin-bottom: 10px;display: inline-block;}
.footer_menu_box {padding-right: 0;}
.footer_menu_box ul li a {position: relative;color: #696868;display: inline-block;padding: 5px 0;
    font-size: 13px;padding-right: 13px;transition: all 0.3s linear;}
.footer_menu_box ul li a:before {
    content: "";position: absolute;width: 8px;height: 8px;
    background: #607774;border-radius: 100%;right: 0;top: 11px; transition: all 0.3s linear;}
.footer_menu_box ul li a:hover {color: #444;}
.footer_menu_box ul li a:hover:before {background: #444;}
.footer_bottom {text-align: center;border-bottom: 6px solid #a7a6a6;padding:5px 0;position: relative;}
.footer_bottom span.leaf_divider {top: calc(50% - 18px) !important;margin-top: 0;}
.footer_bottom .leaf_divider span.leaf_item {transform: rotateX(180deg);}
.footer_bottom .leaf_divider span.leaf_item:before {margin-top: 0px;width: 40px;height: 40px;}
.footer_bottom .leaf_divider span.leaf_item:after {margin-top: 12px;width: 15px;height: 15px;}
.copy_right p {color: #919191;font-size: 11px;padding-right: 10px;    margin-bottom: 20px;}
.socila_wrap {margin-top: 3px;margin-bottom: 10px;margin-right: 10px}
.socila_wrap a , .social_sh li a {
    display: inline-block;margin-right:5px;opacity: 1;transition: all 0.3s linear;-moz-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;font-size:15px;color:#696868;
}
.socila_wrap a:hover , .social_sh li a:hover {
 color:#444;
}
.li-footer{
    text-overflow: ellipsis;
    width: 193px;
    overflow: hidden;
    white-space: nowrap;
}
.social_sh li a {margin-left: 6px;}
.social_sh li:last-child a {margin-left: 0px;}
.social-icons{display: flex;justify-content: flex-start;align-items: center;}
.social_sh {margin-right: 10px;}
.social_sh li {display: inline-block;}



/*Breadcrumb Style*/
.breadcrumb_wrap {position:relative;padding: 20px 0; color: #fff;font-size: 12px; display: inline-block;width: 100%;background-color: #00d0b2;
    background: -webkit-linear-gradient(#616564, #4f5050); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#616564, #4f5050); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#616564, #4f5050); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#616564, #4f5050); /* Standard syntax */

}
#blog-breadcrumbs span a { color: #fff;transition:all 0.3s linear;}
#blog-breadcrumbs span a:hover {color: #e2e7e9;}
#blog-breadcrumbs {padding-right: 0px;display: flex;align-items: center;font-size: 12px;float: right;}
.no_padding {padding: 0;}
.three_dot {background: url(../images/spirit.png);width: 24px;height: 20px;display: inline-block;
    background-position: -621px -171px;margin-left: 10px;}
.single_divider {border-radius: 100%;width: 36px;height: 36px;}
/*Blog Style*/
.line_wrap {position: absolute;left: 0;top:0;margin: 45px 0;width: 1px;height: 90%;background: #f4f4f4;}
.vertical_line {display: inline-block;position: relative;height: 100%;}
.vertical_line:after , .vertical_line:before {content: "";display: inline-block;width: 15px;height: 15px;background:#f4f4f4;position: absolute;left: -8px;transform: rotate(45deg); }
.vertical_line:after {top:100%;}
.vertical_line:before {top: 0px;}
.single_wrapper , .blogroll_info , .blogroll_info {padding: 0 0 0 5%;position: relative;}
.page-template-contact .single_wrapper  {padding:0;}
.page-template-contact .single_wrapper  .blog_info {    display: inline-block;}
.page_menu ul {display: flex;justify-content: flex-end;    align-items: center;}
.page_menu ul li a {font-size: 13px;color: #6a6a6a;padding: 0 10px;transition:all 0.3s linear;}
.page_menu ul li a:hover {color: #00a28a;}
.page_menu .current_page_item a , .page_menu .current-menu-item a  {color: #00a28a;}
.page_roll {padding-top: 0px;}
.header_inner {margin-bottom: 20px;border-bottom: 1px solid #dbdbdb;display: flex;align-items: center;width: 100%;    padding: 0 10px 14px 0px;}
.header_inner h1 {font-size: 16px;}
.blog_title {min-height: 30px;margin-bottom: 20px;margin-top: 0;    line-height: 22px;}
.product_container  .blog_title  {margin-bottom:0;}
.blog_title a {font-size: 18px;color: #777373;}
.blog_title a:hover {color: #444;}
.short_description {color:#989898;font-size: 14px;text-align: justify;line-height:35px;min-height: 65px;margin-bottom: 38px;font-family:Yekan;}
.blog_post {display: inline-block;margin-bottom: 52px;    width: 100%;}
.meta_wrap {display: flex;justify-content: space-between;align-items: center;}
.blog-container:hover .short_description {color:#505050;}
.blog_more_wrap {overflow: hidden;position: relative;/*border: 1px solid #989898;border-radius: 5px;*/}

.blog_more_wrap a {color: #989898;padding: 10px 30px;display: inline-block;font-size: 13px;}
.blog-container:hover .blog_more_wrap:before {left: 6%;}
.blog-container .blog_more_wrap a:hover , .blog_more_wrap:hover a , .btn_expander:hover {color: #444;}
.adds_icon {background-position:-468px -317px;}
.btn_expander .btn_text {padding-left: 0px;}
.comment_wrap {color: #505050;}
.comment_wrap span{background: url(../images/spirit.png);display: inline-block;width: 15px;height: 15px;background-position: -583px -173px;margin-left: 5px;}
.blogroll a img {display:block;transition: filter 0.3s;}
.blogroll a:hover img {-webkit-filter:saturate(2);filter:saturate(2);display:block;}
/*Single Post*/
.content_blog {margin-bottom: 10px;}
.content_page {background: #fff;box-shadow: 0 0 2px #eee;padding:45px 35px 45px;    margin-bottom: 38px;}
.single_image {margin-bottom: 35px;}
.image_cls{width: 100%;height: auto;}
.content_blog h1 , .content_blog p {color:#505050;}
.widget_full_banner_widget {
    padding-top: 5px;
}
.widget_full_banner_widget a img {
    width: 100%;
    height: auto;
}
.collegue_title h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 10px;
}

.comment_title span, .collegue_title h1 {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    color: #989898;
    font-size: 18px;
    min-height: 20px;
    min-width: 10%;
}
.btn-shine {
    overflow: hidden;
    position: relative;
}
blockquote {border-right: 3px solid #00957f;}
.content_blog p  em {font-style: italic;}
.content_blog p h2 {font-size:20px;}
.social_wrap  {color:#aeaeae;}
.content_blog h1 {margin-bottom: 20px;font-size: 18px;line-height: 27px;}
.content_blog p {line-height: 30px;margin-bottom: 25px;text-align: justify;}
.blog_extra {border-bottom: 1px solid #dbdbdb;padding: 20px 0px;    clear: both;}
.social-icons span , .single-tag , .single-tag a {font-size: 13px;color:#aeaeae;}
.single-tag a {transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.single-tag a:hover {color: #009781;}
.content_blog ul {margin-bottom: 20px;padding-right: 25px;list-style: disc;}
.content_blog ul li {margin-bottom: 5px;line-height: 25px;    color: #505050;}

.page_menu {padding-left: 0;}
/*Product Style*/
.feu_title {margin-right: 5px;}
.price_pro {margin-left: 5px;}
.product_post {border: 1px solid #efefef;padding: 10px 0px;}
.product_info .page_menu {padding-left: 0;}
.category_list {margin-bottom: 10px;}
.category_list ul li {min-width: 130px;margin-bottom: 10px;display: inline-block;font-size: 13px;margin-left: 3px;}
.category_list ul li:last-child {margin-left: 0;}
.cat_link {padding: 6px 8px;border: 1px solid #bdbdbd;display: inline-flex;align-items: center;width:100%;color: #bdbdbd;}
.pro_cat_img {margin-left: 5px;}
.category_list ul li:hover a , .category_list ul li.active_cat a , .category_list ul li a:focus {border-color: #00a28a;}
.category_list ul li:hover a , .category_list ul li a:focus , .active_item , .category_list ul li.active_cat a {color:#00a28a; }
.category_list ul li img {-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}
.category_list ul li:hover img , .category_list ul li.active_cat img , .category_list ul li a:focus img , .category_list ul li.active_cat a img {-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);}
.top_box {display: flex;justify-content: space-between;padding: 15px 0 0 0;align-items: center;margin-bottom: 22px;}
.left_pro_top {display: flex;justify-content: flex-end;align-items: center;}
.left_pro_top .blog_more_wrap a {padding: 11px 17px;font-size: 12px;position: relative;}
.left_pro_top  .blog_more_wrap a:before{padding: 11px 10px;content: "";background-image: url(../images/spirit.png);width: 15px;height: 15px;display: inline-block;position: absolute;top: 5px;right: 10px;    background-position: -372px -314px;}
.adds_text {margin-right: 20px;}
.btn_text {margin-right: 10px;}
.btn_more_wrap {display: flex;flex-direction: row-reverse;}
.btn_expander {background-color: #fff;position: relative;color: #989898;padding: 9px 23px 9px 19px;margin-left: 10px;border: none;font-size: 13px;}
.btn_expander:before {position: absolute; display: inline-block;top: 7px;right: 9px;width: 15px;height: 15px;background-position: -379px -266px;
    transform: rotate(90deg);content:"";background-image: url(../images/spirit.png);}
.btn_expander:hover:before {background-position: -381px -291px;}
.product_post:hover {border-color: #989898;}
.expander ul li {color: #989898;font-size: 13px;}
.expander ul li:before {top: 8px !important;}
.expander{display: none;}
.pro_title {min-height: 0;}
.product_img {border: 1px solid #dddddd;position: relative; }
.product_container .meta_wrap {margin-bottom: 10px;}
.product_container:hover .price_pro , .product_container:hover .id_code , .product_container:hover .pro_title a {color: #00a28a;}
.product_img span.leaf_divider {top: 50%;}
.circle_divider {position: absolute;top: calc(30% - 10px );left: -10px;}
.circle_divider .circle_item:after , .circle_divider .circle_item:before {position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #f0f5f1;
    top: 50%;
    left: -3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.circle_divider .circle_item:before {box-shadow: 0px 0px 1px #dfdfdf;}
.circle_divider .circle_item:after {width: 12px;height: 12px;background-color: #333;left: 0;right: -15px;top: 6px;background-color: #00a28a;}
/*Single Product*/

.consult_btn {overflow: hidden;display: inline-block;
    background: #01bca1;
    background: -webkit-linear-gradient(#00d0b2, #00917c);
    background: -o-linear-gradient(#00d0b2, #00917c);
    background: -moz-linear-gradient(#00d0b2, #00917c);
    background: linear-gradient(#00d0b2, #00917c);
    color: #fff;border-radius: 5px;padding: 5px 7px;}

.consult_btn a {color: #fff;font-size: 12px;}
.single_pro .content_pro {padding: 10px 0 20px;display: flex;justify-content: space-between;align-items: center;}
.pro_single_tit , .price_id {display: flex;align-items: center;}
.pro_single_tit h1{font-size: 16px;margin-top: 0;margin-bottom: 0;}
.price_id {justify-content : space-between;}
.pro_single_tit span {padding: 0 2px; }
.feature_title {color: #ff5851;}
.desc_pro p {color: #484848;font-size: 15px;text-align: justify;line-height: 40px;}
.price_id {padding-bottom: 20px;}
.garrenty {font-size: 13px;    padding-right: 5px;}
.price_id .id_code ,.price_id  .price_pro {color: #00a28a;font-size: 18px;}
.pro_info  {display: inline-block;width: 100%;}
.single_sec {margin-bottom: 50px;}
.single_sec span.line_bg {display: inline-block;background: url(../images/single.png);width: 100%;height: 15px;background-position: 0px 3px;
    background-repeat: no-repeat;}
.top_sec h2 {padding-right: 50px;color:#5e5e5e;font-size: 100% !important;}
.top_sec {display: flex;justify-content: space-between;align-items: center;}
.useful_list , .facility_content ul , .adds ul , .inner_fa  ul {display: inline-block;padding-right: 40px;}
.facility_content ul li , .useful_list li , .inner_fa  ul li  {padding: 5px 25px;position: relative;color: #484848;}
.inner_fa  ul li {padding: 5px 25px 5px 0;}
.facility_content ul li:before , .useful_list li:before , .inner_fa  ul li:before {content: "";position: absolute;width: 8px;height: 8px;background-color: #ebebeb;right:0;top: 15px;display: inline-block;border-radius: 100%;}
.adds ul {width: 100%;}
.adds ul li  , .adds_page_s ul li{display: flex;justify-content: space-between;position: relative;padding: 10px 0 17px;border-bottom: 1px solid #dbdbdb;}
.adds ul li:before  , .adds_page_s ul li:before {content: "";position: absolute;right: 0;top:7px;background-image: url(../images/spirit.png) ;background-position: -340px -237px;
    width: 20px;height: 20px;display: inline-block;}
.adds_title {display: inline-block;margin-right: 35px;}
.adds_price {display: inline-block;margin-left: 10px;}
.adds ul li:hover .adds_title , .adds ul li:hover .adds_price , .adds_page_s ul li:hover .adds_title , .adds_page_s ul li:hover  .adds_price  {color: #00a28a;}
.adds ul li:hover:before {transform: scale(1.5);background-position:-341px -260px;}
.inner_sec {padding: 25px 17px 20px;}
.owl-nav .owl-prev , .owl-nav  .owl-next {background-repeat: no-repeat;width: 20px;font-size: 0;height: 20px;display:inline-block;left: 0;position: absolute;top: 50%;background-image: url(images/spirit.png);}
.owl-nav  .owl-next {right: 0; background-position: -476px -268px}
.owl-nav .owl-prev {background-position: -462px -267px;}
.owl-nav  .owl-next:hover {background-position:-478px -293px;}
.owl-nav .owl-prev:hover {background-position: -463px -292px;}
.expander .inner_fa {display: flex;width: 100%;}
.owl-item .item a  , .lightgallery li a{display: inline-block;}
.lightgallery li a {    display: flex;}
.owl-item .item a img  , .lightgallery li a img{transition:all 0.3s linear;}
.owl-item .item a:hover  img , .lightgallery li a:hover img {opacity: 0.2;}



/*Hover effect*/
.gra_btn {position: relative;}
.btn-shine {overflow: hidden;position: relative;}
.btn-shine:after {background: #fff;content: "";
    height: 155px;left: -75px;opacity: .2;position: absolute;top: -50px;
    -webkit-transform: rotate(35deg);transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);width: 50px;z-index: 0;
}

.btn-shine:hover:after {left: 120%;-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);}
.btn_border , .btn_expander , .btn_border_comment {position: relative;}
.btn_border_comment {display: inline-block;}
.btn_border svg , .btn_border_comment svg  , .btn_expander svg  {height: 33px;left: 0;position: absolute;top: 0;width: 100%;}
.btn_border rect , .btn_border_comment rect , .btn_expander rect   {
    fill: none;
    stroke: #dbdbdb;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}
.send_comment {cursor: pointer;}
.btn_border_comment rect { stroke: #00a28a;}
.blog-container .btn_border:hover rect , .btn_border_comment:hover rect ,
.blog_more_wrap:hover rect , .btn_expander:hover rect {
    stroke: #444;
    stroke-width: 2;
    stroke-dasharray: 0, 310;
    stroke-dashoffset: 38; /* 102 */
    /*stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;*/
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-container .btn_border:hover rect {stroke-dashoffset: 80;}
.btn_expander:hover rect {stroke-dashoffset: 85;}
.btn_border_comment:hover rect {    stroke-dashoffset: 150;}
span.leaf_item:hover:before  {margin-top: 10px;}
span.leaf_item:hover:after {margin-top: 22px;}
.service_banner span.leaf_item:hover:before {margin-top: 5px;}
.service_banner span.leaf_item:hover:after {margin-top: 20px;}
.footer_bottom span.leaf_item:hover:before {margin-top: 15px;}
.footer_bottom span.leaf_item:hover:after {margin-top: 27px;}
.support_divider span.leaf_item:hover:before , .support_divider span.leaf_item:hover:after {   left: 10px;}
.agent_divider span.leaf_item:hover:before , .agent_divider span.leaf_item:hover:after {right: 10px;}
.agent_divider span.leaf_item:hover:before {margin-top: 0;}
.agent_divider span.leaf_item:hover:after {margin-top: 12px;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}

.certificate_gallery {display: inline-block;width: 100%;margin-top: 30px;}
.lightgallery {list-style:none !important;display: flex;justify-content:center;align-item:center;flex-wrap: wrap;}
.lightgallery li {margin: 0 1%;}
.archive .not_found {margin-top: 50px;}
.not_found {min-height: 500px;padding: 50px 0;}
.not_found img {width: 100%;height: auto;margin-bottom: 30px;}
.contact_map_wrapper {height: 235px; margin: 20px 0px; display: inline-block; width: 95%;
    border:1px solid #c3c3c3; border-radius: 10px;overflow: hidden;}
.contact_map_wrapper .acf-map{height:235px; border-radius: 10px;}

.wpcf7-form input ,.wpcf7-form  textarea  , select.contact-list {    width: 100%;border: 1px solid #c3bdbd;border-radius: 3px;padding: 3px 15px;margin-bottom: 20px;font-size: 12px;}
.wpcf7-form  textarea {padding: 7px 15px;}
input.wpcf7-submit{    padding: 10px 30px; background-color: transparent;border-color: #6c6d6c;color: #6c6d6c;transition: all 0.3s linear;}
input.wpcf7-submit:hover {background-color: #6c6d6c;color:#fff;}
.contact_form h3 , .contact_info h3{    font-size: 16px;margin-bottom: 20px;}

.contact_social {display: flex;width: 100%;justify-content: flex-start;align-items: center;}
.contact_social span {font-size: 13px;color: #6a6a6a;padding-left: 20px;}
.wpcf7-response-output , div.wpcf7-mail-sent-ok {padding: 10px 30px;border: 1px solid #00a28a;border-radius: 3px;font-size: 12px;}
span.wpcf7-not-valid-tip {color: #00a28a;font-size: 11px;}
div.wpcf7-response-output {margin: 3px 0;}
.logo_contact :after{content:"" !important;background-image:none  !important;}
.contact_text{text-align: center;line-height: 22px;}
div.wpcf7-validation-errors {border: 2px solid #a7a6a6;padding: 10px;}


.btn-beton{
    background-color: #D7D51C;
    border-color: #D7D51C;
}
.btn-beton:hover{
    background-color: #d7c524;
    border-color: #d7c524;
}

select.contact-list {width: 41%;margin-bottom: 15px;margin-right: 10px;}
.wpcf7-form  textarea {padding: 7px 15px;}
.contact_form h3 , .contact_info h3{font-size: 16px;margin-bottom: 20px;}
.contact_info p {    margin-bottom: 8px;text-align: right;}
.contact_info {margin-bottom: 10px;display: inline-block;width:100%;    padding-left: 20px;}

.contact_social {display: flex;width: 100%;justify-content: flex-start;align-items: center;}
.contact_social span {    font-size: 13px;color: #6a6a6a;padding-left: 20px;}
.wpcf7-response-output , div.wpcf7-mail-sent-ok {padding: 10px 30px;border: 1px solid #ff6350;border-radius: 3px;font-size: 12px;}
span.wpcf7-not-valid-tip { color: #ff6350;font-size: 11px;}
div.wpcf7-response-output {margin: 3px 0;}
.logo_contact :after{content:"" !important;background-image:none  !important;}
.contact_text{text-align: center;line-height: 22px;}

.page-template-contact .wpcf7-form  p{display: inline-block;width: 80%;}
.page-template-contact .wpcf7-form-control-wrap {width: 100%;}

.rc-anchor-light {display:none !important;}
.contact_sec_title {    display: inline-block;margin-bottom: 20px;position: relative;}
.contact_sec_title:before {margin-left: 15px;content:"";display:inline-block;    width: 11px;
    height: 11px;
    vertical-align: bottom;
    background: #01917c;
    top: 0;
    right: 0;
    transform: rotate(45deg);}
span.contact_icon {    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/spirit.png);
    background-position: -5px -7px;
    margin-left: 10px;}
.phone-contact  span.contact_icon { background-position: -272px -245px  !important;}
.fax-contact  span.contact_icon { background-position: -273px -269px  !important;}
.email-contact  span.contact_icon { background-position: -273px -292px  !important;}
.address-contact span.contact_icon { background-position: -273px -317px  !important;}
.contact_phone {direction: ltr;}
.contact_info_box {    display: inline-block;    margin-bottom: 40px;}
.contact_box {padding-right:0;}
.contact_info h3 {margin-bottom: 40px;margin-top: 24px;}
.contact-content span {color: #000;}
.contact_outer {padding-right: 4%;}
.contact_form {padding-left: 7%;}
.contact_social .socila_wrap {margin-bottom:0px;}
.collegu_page {margin-left: 5%;}
.page-template-collegue .single_wrapper {padding:0;}

.slider_info  {position: absolute;right: 0;left: 0;}
.slider_info .slide_title  , .slide_info .slide_title a {font-size: 22px;color: #fd5950;font-weight: bold;margin-bottom: 20px;}
.slider_info .slide_title a:hover {margin-right: 10px;color: #333;}
.slider_info {margin-bottom: 20px;bottom: 125px;display: block;}
.slider_info a {display: inline-block;}
.slider_info p {margin-bottom: 30px;
    font-size: 17px;line-height: 25px;color: #767676;text-align: justify;}
.slider_info .more_slide {
    background: #d8d8d8;
    padding: 15px;
}
.bgabout{background-color:#0f1f1e;}
.slide_link_wrap {    transform: rotate(45deg) translateX(0px)  translateY(0px);
    -webkit-transform: rotate(45deg) translateX(0px)  translateY(0px);
    display: inline-block;
    float: left;}
.slider_info  .slide_link_wrap:hover  {/*margin-left: 10px;*/
    transform: rotate(45deg) translateX(10px) translateY(-10px);
    -webkit-transform: rotate(45deg)  translateX(10px) translateY(-10px);}
.more_slide .leaf_icon {background-color: #252525;border-radius: 30px}
/*Tab Effect*/
/* Move the line */
.soft_tab nav li:first-child.tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-400%,0,0);
    transform: translate3d(-400%,0,0);
}

.soft_tab li:nth-child(2).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0);
}
.soft_tab li.tab-current span {
    color: #2CC185;
    -webkit-transform: translate3d(0,8px,0);
    transform: translate3d(0,8px,0);
}

/*Faq*/
.faq_list li {list-style: none;}
.faq_list li .question_faq , .faq_list li .reply {margin-bottom: 15px;}
.faq_list li .question_faq {position: relative;}
.question_faq:before {content: "";
    position: absolute;width: 10px;height: 10px;display: inline-block;
    right: -20px;
    top: 10px;
    background-color: #00a28a;transform: rotate(45deg);}
.reply_faq p {font-size: 14px;margin-bottom: 15px;}
.faq_list li .question_faq p{ color:#000;   margin-bottom: 15px;}

.gm-style-iw p.address {    padding: 2px 20px;}

/*About*/
.service_item {text-align: center;cursor: pointer;}
.counter_num {color: #666666;font-size: 32px;padding: 10px 0px;display: inline-block;width: 100%;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.service_item .serv_icon {width: 90px;height: 90px;display: inline-block;}
.bus_icon {background-position: -8px -505px;}
.cons_icon {background-position: -15px -221px;}
.sup_icon {background-position: -15px -315px;}
.search_icon {background-position: -12px -410px;}
.service_item:hover .bg_spirit:before {opacity: 1;}
.service_item .bg_spirit.bus_icon:before {background-position:-113px -505px;}
.service_item .bg_spirit.cons_icon:before {background-position: -114px -218px;}
.service_item .bg_spirit.sup_icon:before {background-position:-114px -314px;}
.service_item .bg_spirit.search_icon:before {background-position:-114px -410px;}
.service_item p {
    color: #b5b5b5;
    padding: 0 13px;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 28px;
}
.more_service {
    color: #666666;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.more_service:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 40%;
    right: 40%;
    bottom: 0;
    background: #00a28a;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.service_item:hover .more_service:before, .service_item:focus .more_service:before , .service_item:active .more_service:before {
    left: 0;right: 0;}
.service_item:hover .more_service {color: #00a28a;}
.service_item:hover .counter_num {color: #00a28a;}
.service_item:hover p {color: #6a6a6a}

.map_website a   , .prettyMapList .prettylink   .map_website a    {color: #565656 !important;transition: all 0.3s linear !important;-webkit-transition: all 0.3s linear !important;display:inline-block !important;}
.additionalDetail .telephone {    margin-bottom: 5px;}
.map_website {    padding-right: 5px;}
.web_icon {    background-position: -357px -390px !important;    vertical-align: top;}
.map_website a:hover , .prettyMapList .prettylink   .map_website a:hover {color: #00a28a !important; }
.prettyMapList .prettylink {cursor: normal;}
.infoWindow .map_website , li.corePrettyStyle.prettylink .map_title  , .categoryLabel {display: none;}
.mapcategories {margin-left: 2%;    margin-top: 2px;}

.prettylink  .viewLocationDetail {padding: 0 6px;}
.map_address a {color: #333}
body .infoWindowContainer .infoWindow h3 {padding: 7px 30px !important;}
body .infoWindowContainer .infoWindow h3  a {    color: #333 !important;}
.viewLocationPage.btn {background: #fff !important;border-color: #00a28a !important;color: #00a28a !important;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;    box-shadow: none !important;    padding: 5px 10px 8px  !important;}
.viewLocationPage.btn:hover , .prettyMapList .prettylink .viewLocationPage.btn:hover {background: #00a28a  !important;color:#fff !important;}
.categoryLabel {display:none;}
.collegu_page {margin-left: 5%;}
.page-template-collegue .single_wrapper , .page-template-contact .single_wrapper {padding: 0;}
.infowindowContent .additionalDetail .map_address {    padding-right: 15px !important;     font-family: "WebsimaRohanRound-Regular";}

.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    color: #ff6350;
    font-size: 11px;
    position: absolute;
    bottom: -15px;
    right: 0;
}
.contact-message span.wpcf7-not-valid-tip {
    bottom: 13px;
}
.service_wrapper {
    margin-top: 65px;
    padding-right: 4%;
}
.contact_add {line-height:22px;}
.contact_phone {
    direction: ltr;
}


.single-post  .single_wrapper  .content_blog p , .single-post  .single_wrapper  .content_blog  a , .single-post  .single_wrapper  .content_blog  ul li {    font-family: "Yekan";}
.carousel-inner {
    width: 100%;    margin: 0 auto;
}

div.wpcf7 input[type="file"]{    padding: 7px 15px !important;}
.tab_item   .logo_tab {height: 93px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}

.cat_custom_link {    display: flex;flex-wrap: wrap;}


.gray_button , .color_button {border-radius: 5px;text-align:center;transition: all 0.3s linear;margin: 10px;overflow:hidden;
    -webkit-transition: all 0.3s linear;font-size: 13px;display: inline-block;padding: 6px 10px;min-width: 140px;position:relative;}
.gray_button , .gray_button:hover   {    color: #848484;}
.color_button {
    background: #00a28a;
    background: -webkit-linear-gradient(#00d0b2, #00917c);
    background: -o-linear-gradient(#00d0b2, #00917c);
    background: -moz-linear-gradient(#00d0b2, #00917c);
    background: linear-gradient(#00d0b2, #00917c);
    color: #fff;}
.color_button:hover {color: #fff;}
.color_button:after , .gray_button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}
.color_button:hover:after , .gray_button:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gm-style-iw > div {margin-right: 20px;}
.gm-style-iw div div {width: 350px;}

.prettyMapList li.corePrettyStyle a.viewLocationDetail > span:first-child {    max-width: 285px;    display: inline-block;
    line-height: 21px;}

.service_banner .srv_banner_item:first-child a:hover {
    color: #000;
}
/*RESPONSIVE */

@media (max-width:1200px){
    .ft{
        margin-right: 0px;
    }
		.carousel-indicators{
	display:none;
	}
	
    .btn_slide {padding: 0px;}
    .slide_info {bottom: 90px;}
    .side_btn a {margin-right: 1%;min-width: 156px;}
    .slidebar_line {background-position: -152px -874px;width: 270px;}
    .navbar-collapse , ul.header_btn_wrap .time_wrap {padding: 0;}
    ul.header_btn_wrap {margin-left: 0px; }
    .category_list ul li {margin-left: 1.2%;}
    .inner_fa ul {padding-right: 3%;}
    .inner_fa ul li {padding: 5px 15px 5px 0;}
    .navbar-header {margin-top: -7px;}
    .navbar-default .navbar-nav > li > a {padding: 5px 0px;}
    .navbar-brand {padding: 0px;}
    .pro_single_tit {font-size: 14px;}
    .useful_list, .facility_content ul, .adds ul {padding-right: 5px;width: 100%;}
    .single_sec span.line_bg {    background-position: -120px 3px;}
    .prettyMapList .customCategoryList .btn:before {    top: -16px !important;}

    .prettyMapList .prettyFileBar .distanceSelector {line-height: 27px !important;width: 100%;}
    .prettyMapList .prettyFileBar .prettyMapListSearch label {    width: 48%;margin-bottom: 10px;}
    .prettyMapList .prettyFileBar .combo .clearSearch {right: 72% !important;}


    .tvwrap {top: 140px;}
    .carousel-indicators {margin: 2% auto 0;}


}
@media (max-width:1024px) {
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
    .slide_info {bottom: 50px;}
    .header_cont {margin-right: 0px;}
    ul.header_btn_wrap {float:none;}

    .tvslider {padding:0;    min-height: 730px;}
    .customer_wrap li a .cust_title {padding: 10px 0;}
    .customer_wrap li  a {padding: 0;}
    .feature {margin-left: 2%;}
    .prettyMapList li.corePrettyStyle a.viewLocationDetail > span:first-child {
        max-width: 187px;font-size: 12px;}
}
@media (max-width:992px) {
	.carousel-indicators{
	display:none;
	}
		
    .ft{
        margin-right: 0px;
    }
    .support_agent_top {margin-top: 2%;}
    .sidebar_branch, .side_support {display: inline-block;}
    .single_social {margin-bottom: 15px;}
    .content_blog h1 {line-height: 27px;}
    ul.header_btn_wrap {float: right;margin-right: 1%;}
    .header_inner {display: inline-block;}
    .left_pro_top {justify-content: space-between;}
    .page_menu ul li:first-child a{padding-right: 0;}
    .header_inner h1 {margin-bottom: 10px;}
    .top_box , .meta_wrap {flex-wrap: wrap;}
    .blog_title , .id_product , .product_container .meta_wrap .pric_wrap {margin-bottom: 14px;}
    .short_description {margin-bottom: 25px;}
    .category_list ul li {margin-left: 1%;min-width: 133px;}
    .btn_expander {padding: 9px 17px 9px 9px;}
    .btn_expander:before {right: 5px;}
    .blog_more_wrap a {padding: 10px 16px;}
    .expander .inner_fa {flex-wrap: wrap;}
    .single_sec span.line_bg {background-position: -260px 3px;}

    .prettyMapList .prettyFileBar .prettyMapListSearch {width: 100%;}
    .prettyMapList .customCategoryList .btn:before {top: -3px !important;}

}
@media (max-width:200) and (min-width:1997px)  {
	.carousel-indicators{
	display:none;
	}

		
    .ft{
        margin-right: 0px;
    }
}
@media (max-width:992px) and (min-width:768px)  {
		.carousel-indicators{
	display:none;
	}

	
    .ft{
        margin-right: 0px;
    }
    .srv_banner_info span {font-size: 13px;}
    .srv_banner_img {margin-left: 5px;}
    .service_banner .srv_banner_item {height: 120px;}
    .srv_banner_img {margin-left: 5px;}
    .service_banner .srv_banner_item {height: 120px;}
    .single_pro .content_pro , .pro_single_tit, .price_id {width: 100%;display: inline-block;}
    .pro_single_tit , .pric_wrap {margin-bottom: 10px;line-height: 20px;}
    .pro_single_tit h1 {display: inline-block;}


    .about_list {display: inline-block;}
    .about_list li {width: 30%;display: inline-block;}
    .slider_info {bottom: 75px;}
}
@media (max-width:991px){
	
    .ft{
        margin-right: 0px;
    }
    .header_right .navbar-brand {padding-right: 0px;}
    .header_left { margin-bottom: 25px;}
    .header_btn_wrap {padding-right: 9px;}
    .slide_info p {margin-bottom: 10px; font-size: 15px;line-height: 22px;}
    .slide_info {bottom: 90px;}
    .search_result_link ul li:before {right: 0px;top: 4px;}
    .banner_item {text-align: center;}
    .slide_info .slide_title {font-size: 19px;}
    .rightmap .mapHolder , #side_map {width: 100% !important;}
    .collegue_title {width: 100%;}
    .side_btn a {min-width: 115px;}
    .slidebar_line {background-position: -152px -874px;width: 200px;}
    .prettyMapList li.corePrettyStyle a.viewLocationDetail > span:first-child {
        max-width: 100%;font-size: 14px;}
}
@media (min-width:768px) and  (max-width:992px){
	.carousel-indicators{
	display:none;
	}
	
    .ft{
        margin-right: 0px;
    }
    .tvslider {    padding: 10px 0 60px;  min-height:550px; }
    .tvwrap {top: 50px;}
}
@media (max-width:920px) and (min-width:768px) {
	.carousel-indicators{
	display:none;
	}
	
    .ft{
        margin-right: 0px;
    }
    .support_agent_top {
        margin-top: -2%;
        margin-bottom: 40px;}
}
@media (max-width:768px){
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
		
    .slide_info , .arrow_bg , .slider_info {display: none;}


    .header_btn_wrap {text-align: center; }
    .service_banner .srv_banner_item { width: 50%;}
    .support_agent_top {margin-top: 0; }
    .support_info p {font-size: 14px;}
    .agent_info , .agent_info p {margin-bottom: 0;}
    .support_agent_wrap .box_search_wrap {margin-top: -25px;}
    .box_search_wrap .box_search form input[type="text"] {font-size: 14px;}
    .service_item {margin-bottom: 30px;}
    .service_wrapper {padding: 90px 0 75px;}
    .footer_bottom span.leaf_divider {top: calc(50% - 24px) !important;}
    .mobile-navigation .navbar-nav {margin: 0px;}
    span.caret {display: none !important;}
    .nav-click {background: url(../images/spirit.png) no-repeat !important;background-position:-347px -335px !important;transform: none !important;width: 19px !important;
        height: 19px !important;top: 7px !important;}
    nav.mobile-navigation ul li ul a {color: #393c3c;width: 100%;}
    nav.mobile-navigation ul.sub-menu {width: 100%;padding:0 25px !important;border-radius: 0 0 5px 5px;}
    .dropdown-menu {position: static;}
    nav.mobile-navigation ul li ul li:first-child {padding-top : 10px ;}
    nav.mobile-navigation ul li ul li:last-child {padding-bottom : 10px ;}
    .full_tit , .page_menu {width: 100%; text-align: right;}
    .page_menu ul {justify-content: flex-start;}
    .page_menu ul li:first-child a {padding-right: 0;}
    .blogroll {margin-bottom: 20px;}
    .blog_title {min-height: 0px; }
    .side_btn a {min-width: 156px;justify-content: center !important;}
    .top_part{border-bottom: 2px solid #FF6350;}
    a.right.carousel-control {right: 35%;}
    a.left.carousel-control {left: 35%;}
    .slidebar_line {background-position: 49px -874px;width: 400px;}
    #sidebar {    margin-top: 20px;}
    .single_sec {margin-bottom: 20px;}
    .single_sec span.line_bg {background-position: -40px 3px;}

    .support_agent_wrap {    border-bottom: 3px solid #00917c;}

    .tvslider {padding:0;    min-height: 500px;}
    .about_wrap .about_img img {max-width:100%;width: auto;}
    .certificate_img li .img-responsive { width: 100% !important;}
    .tvwrap {top: 35px;}
    .about_wrap {padding: 70px 0 0px;}
    .customer_wrap li {width: 17%;}
}


@media (max-width:768px) and  (min-width:410px){
	#b{
	
	display:block;
}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	r_branch, .side_support {display: flex;}
}
@media (max-width:767px) {
	#b{
	
	display:block;
}
	.about_logo {
    width: 34%;
    margin: 0 auto;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .hire_part, .agent_part {display: inline-block;}
    .support_info_wrap  {padding: 30px 0;}
    .support_agent_wrap {padding: 5% 22%;}
    .agent_info {margin-bottom: 60px;}
    .footer_menu_box { margin-bottom: 30px;}
    span.leaf_divider.support_divider {top: calc(100% - 23px);z-index: 99;}
    span.leaf_divider.agent_divider {display: none;}
    .search_result_link {margin-bottom: 20px;}
    .search_result_link ul {display: block;}
    #side_map , .prettyMapList .prettylink  {display: inline-block !important;width: 100% !important;}
    .full_title {width: 100%;}
    .collegue_title {width: 70%;}
    .header_btn_wrap .visible-xs {display: inline-block !important;}
    .circle_divider {position: absolute;top: 100%;left: 50%;margin-top: -12px;}
    .wpcf7-form input.wpcf7-submit {width: auto  !important;}
    .submit_contact {text-align:right;}
    .submit_contact  {width: 100%  !important; }
    .captcha_wrapper {    margin-bottom: 20px;}
    .collegue_title {width: 70%;}
    .page-template-contact  .single_wrapper .full_title {width: 100%  !important; }
}
@media (max-width:640px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .full_service , .single_social , .single_tags , .copy_right , .social_full {width: 100%;}
    .copy_right , .social_full .social_wrap { text-align: center;}
    .comment_title, .collegue_title {width: 80%;}
    .breadcrumb_wrap {padding: 30px 0;}
    .category_list ul li {margin-left: 0;min-width: 127px;}
    .single_pro .content_pro , .pro_single_tit, .price_id {width: 100%;display: inline-block;}
    .pro_single_tit , .pric_wrap {margin-bottom: 10px;line-height: 20px;}
    .single_wrapper .pro_single_tit  {margin-bottom: 15px;}
    .pro_single_tit h1 {display: inline-block;}
    .prettyMapList .prettyFileBar .combo {width: 100% !important;}
    .prettyFileBar label.bg_arrow , .prettySearchLocationValue {width: 100% !important;}
    .prettyFileBar label.bg_arrow select , .prettyMapList .prettyFileBar .distanceSelector {width: 100% !important;font-size: 12px !important;padding: 4px 4px !important;}
    .prettyFileBar label.bg_arrow  , .prettySearchLocationValue  {margin-bottom: 10px;}
    .prettyFileBar label.bg_arrow:after {left: -2% !important;}
    .prettyMapList .prettyFileBar .combo .clearSearch {right: 30% !important;}
    /*.showSortingBtn {margin-top: -75% !important;}*/
    .top_sec h2 {padding-right: 10px;}
    .prettySearchLocationValue {margin-right: 2px !important;margin-bottom: 10px !important;}
    .prettyMapList .customCategoryList .btn:before {top: -20px !important;}
    .prettyMapList .customCategoryList ul {
        right: 0;
        top: -26px !important;
    }

    .showSortingBtn {width: 100% !important;display: inline-block !important;}
    .inner_wrap {flex-wrap: wrap; }
    .prettyMapList .customCategoryList .btn:before {top: -1px !important;right: 5px !important;}
    .prettyMapList .customCategoryList ul {    top: 20px !important;}

    .customer_wrap {display: inline-block;width: 100%;text-align: center;}
    .customer_wrap li {width: 30%;display: inline-block;}
    .customer_wrap li  a {padding: 0;}

}

@media (max-width:600px) {
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .full_side{width:100%;}
    .side_btn {margin-top: 20px;}
    .sidebar_branch, .side_support {display: flex;}
    .prettyMapList .prettyFileBar .combo .clearSearch {position: static !important;width: 43%;}
    .prettyMapListSearch a.doPrettySearch {width: 43%;}


    .about_item li {
        width: 27%;
        margin-bottom: 25px;}
    .about_wrapper {
        padding: 90px 0 75px;}

    .tvslider {min-height: 600px;}
    .captcha_wrapper  {width: 100%  !important;}
    .submit_contact {margin-top: 20px;    width: 100%;text-align:right;}
    .captcha_wrapper {width: 100%  !important;display:inline-block;}
}

@media (max-width:550px) {
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .work_hours {flex-wrap: wrap;justify-content: space-around;padding: 0;}
    .current.days:before {display:none;}


    .map_address .address_icon { background-position: -330px -357px;}
}
@media (max-width:500px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .banner_full , .srv_banner_item , .full_footer ,.copy_right , .social_full ,
    .pric_wrap , .blog_title , .side_btn	{width: 100% !important;}
    .service_banner .srv_banner_item {height: 130px;}
    .footer_menu_box  {padding-right: 35%;}
    .copy_right , .social_full { text-align: center;}
    .socila_wrap { margin-top: 25px;text-align: center;}
    .footer_bottom span.leaf_divider { top: calc(50% - 37px) !important;}

    .about_list_info span {font-size: 13px;}
    .service_banner .srv_banner_item {height: 130px;}
    .footer_menu_box  {padding-right: 35%;}
    .side_btn {display: block;}
    .side_btn a {    display: inline-flex;}
    .socila_wrap { margin-top: 25px;text-align: center;}
    .footer_bottom span.leaf_divider { top: calc(50% - 37px) !important;}
    span.leaf_divider.agent_divider , span.leaf_divider.support_divider { display: none;}
    .slider img.slide_img {margin-bottom: 30px;}
    .btn_slide a {min-width: 210px;}
    .support_agent_wrap {padding: 5% 0;}
    .prettyPagination a.pfl_next {margin-right: 0;}
    .prettyPagination a.pfl_prev {margin-left: 0;}
    .prettyMapList .mapcategories {float: none !important;width: 100%;display: inline-block;padding-right: 10px;}


    .about_list {display: inline-block !important;width: 100%;}
    .about_list .about_list_item { width: 45%;text-align: center;display:inline-block !important;}
    .software_btn_wrap ul li a, .hire_btn li a {margin-left: 10px;}
    .support_soft_info {    display: inline-block;margin-bottom:20px;}
    .support_soft_wrap {display: inline-block;}
    .support_agent_top {
        padding: 0 20px;}
    .box_search {padding: 0 20px;}
    .software_btn_wrap ul {    display: inline-block;
        width: 100%;
        text-align: center;}
}

@media (max-width:480px) {
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
    .prettyMapList .getDirections .getdirectionsgeo {margin-top: 10px}
    .soft_tab {    width: 100%;    display: inline-block;}
    .tab_item { width: 100%;    margin-bottom: 30px;}
    .tab_item:last-child {   margin-bottom: 0px;}
    .software_btn_wrap ul li a, .hire_btn li a {    width: 125px;}
}
@media (max-width:450px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }

    .footer_bottom .leaf_divider span.leaf_item:after {margin-top: 22px;}
    .footer_bottom .leaf_divider span.leaf_item:before {margin-top: 10px; }
    .header_left {padding-right: 15px; padding-left: 15px; }
    .about_list_btn a {padding: 9px 10px;width: 100%;margin-top: 10px;}
    .carousel-caption {visibility: hidden;}
    .btn_slide{flex-direction: column;align-items: center;position: static;}
    .btn_slide a {margin: 5px 0;}
    .category_list ul   {display: flex;justify-content: space-between;flex-wrap: wrap;}
    .left_pro_top {display: inline-block;}
    .pro_btn_list {display: inline-block;width: 100%;margin-bottom: 15px;}
    .pro_btn_list li {display: inline-block;}
    .prettyMapList .getDirections input {margin-bottom: 10px;}

    .feature {float: left;
        display: inline-block;
        margin-left: -8px;    width: 50%;margin-top: 5px;}
    .prettyMapList .mapcategories {float: right !important;width: auto !important;margin-top: 5px; }

    .tvwrap {left: -5px;}
    .tvslider {min-height: 450px;}
}
@media (max-width:420px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	.carousel-indicators{
	display:none;
	}
    .ft{
        margin-right: 0px;
    }

    .full_about , .prettyMapListSearch a.doPrettySearch , .prettyMapList .prettyFileBar .combo .clearSearch ,
    .prettyMapList .prettyFileBar .distanceSelector , .prettyFileBar label.bg_arrow  , .prettySearchLocationValue {width: 100% !important;}
    .prettySearchLocationValue , .prettyFileBar .prettyMapListSearch input  , .prettyMapList .prettyFileBar .distanceSelector ,
    .prettyMapList .prettyFileBar .prettyMapListSearch a {margin:0px !important;margin-bottom: 10px !important;}
    .prettyFileBar label.bg_arrow:after {left: 2% !important;}
    .showSortingBtn {margin-top: -66px !important;}
    .copy_right p {padding-right: 0px; line-height: 22px;}

    .telephone .phone_icon, .map_address .address_icon, .hours_icon {width: 23px}

}

@media (max-width:410px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
    .ft{
        margin-right: 0px;
    }
	.carousel-indicators{
	display:none;
	}
	
    a.js-menu-toggle {display: block;margin-top: 0px; margin-bottom: 7px;}
    .slidebar_line {    background-position: -631px -874px;width: 220px;}
    .product_post .blog_more_wrap a , .btn_expander {width: 96%;text-align: center;margin: 10px;display: inline-block;}
    .btn_more_wrap {display: inline-block;width: 100%;}
    .btn_expander:before {right: 22%;top: 10px;}
    .side_btn .btn_text {display: inline-block;text-align: center;width: 87%;}
    .side_btn .gra_btn {margin-bottom: 10px;}
}
@media (max-width:380px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
    .ft{
        margin-right: 0px;
    }
	
	.carousel-indicators{
	display:none;
	}
    .header_btn_wrap .visible-xs{width: 100%;margin-bottom: 20px;}
    a.js-menu-toggle {margin: auto;}
    .telephone .phone_icon, .map_address .address_icon, .hours_icon {width: 26px}
    .tvslider {
        min-height: 400px;
    }
}
@media (max-width:360px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
.da-slider{
		
		display:none;
	}
    .ft{
        margin-right: 0px;
    }
	#img-res{
		height:auto;
	}
    .footer_menu_box {padding-right:20%;}
    .single_wrapper, .blogroll_info, .blogroll_info , .comment-respond {padding: 0;}
    .line_wrap {display: none;}
    .three_dot {display: none;}
    .content_blog h1 {text-align: justify;font-size: 17px;}
    ul.header_btn_wrap {margin-left: 0;}
    #blog-breadcrumbs {padding-right: 10px; }
    .sidebar_branch, .side_support {display: inline-block;}

}
@media (max-width:340px){
	#b{
	
	display:block;
}
		.about_item{
		
		position: relative;
    top: 75px;
	}
		#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
#img-res{
		height:auto;
	}
    .category_list ul li {margin-left: 0;min-width: 100%;}
    .ft{
        margin-right: 0px;
    }

}
@media (max-width:320px){
#b{
	
	display:block;
}
	.about_item{
		
		position: relative;
    top: 75px;
	}
	#aks{
	
	display:block;
}
	.da-slider{
		
		display:none;
	}
	#img-res{
		height:auto;
	}
    .tvslider {
        min-height: 400px;
    }
    .ft{
        margin-right: 0px;
    }
}
.post-type-archive-notification .meta_wrap {
    display: flex;

    justify-content: flex-end;
}
em.notnumber:hover {
    background:#e32100;
}
em.notnumber {
    position: absolute;
    display: block;
    font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
    top:-8px;
    width: 14px;
    height: 14px;
    font-style: normal;
    background: #ff5b51;
    color: #fff;
    border-radius: 50px;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    left: 0px;
    cursor:pointer;
    transition:all 0.2s linear;
}
.seennote a, .seennote p, .seennote img {
    opacity: 0.5 !important;
}


.content_blog img{
	
	width:100%;
}


.da-slider{
	width: 100%;
	min-width: 520px;
	height: 400px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	#background: transparent url(../images/backgroundslide.jpg) repeat 0% 0%; 
	background-color:#fff;
	border-top: 1px solid #b9b2b2;
	border-bottom: 0px solid #b9b2b2;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;


}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 0;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	  
    font-size: 66px;
    width: 50%;
    top: 0px;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  
    font-weight: 700;
    text-align: right;
    font-size: 33px;
    font-family: yekan;
    color: #4a4a4a;
}
.da-slide p{
      top: 155px;
    color: #311919;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    font-family: yekan;
    font-weight: 400;
    text-align: right;
    width: 50%;
}
.da-slide p span{
	background:#676767;
	padding:10px;
	margin-left:6px;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 17px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-img img{
	
	width:449px;
}
.da-slide .da-link{
	top: 270px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	/* right: 0; */
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 40px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #9a9994;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #9a9994;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 0%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 62%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}





