<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#F4F4F6;
}
.breadcrumb_bg, .content-wrapper { background: none }
.tg_header_inner {
  background: #656565;
  border-radius: 50px;
  position: relative;
  margin: 80px auto 5px;
}
.tg_header .logo {
  float: right;
  margin: 0px auto;
  position: absolute;
  top: -80px;
  border-radius: 35px;
  right: -35px;
  background:none
}
.tg_header .logo::before {
  background: url(../images/header-logo-bg.png) center left no-repeat;
  content: " ";
  position: absolute;
  left: 33px;
  bottom: -25px;
  width: 205px;
  height: 62px;
}
.tg_header .logo::after {
  background: url(../images/site-logo.png) center left no-repeat;
    background-size: auto;
  width: 190px;
  content: " ";
  height: 130px;
  background-size: contain;
  position: absolute;
}
.circle svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  float: left;
}
.catacover {
  width: 265px;
  margin: -35px;
}

.dw_wide_elemts_carousel__catalogue .slick-dots li.slick-active button::before {
  color: #F39B16;
  background:#F39B16
}
.main_nav {
  float: left;  padding: 15px 0;
}
.main_nav&gt;li {
  float: right;
}
.main_nav li a {
  float: right;
  display: block;
  margin: 10px 15px;
  color:#fff;  font-weight: 400;
  font-size: 0.9rem;  text-align: right;
}
.main_nav .dropdown-menu li a {
  transition: all 0.4s ease;
  margin: 0;
  border-right: 5px solid #fff;
  padding: 10px;
  color: #22252C;
}




.Advance-Slider{float:left;width:100%;overflow:hidden;border-radius: 45px;}
.Advance-Slider button.slick-arrow{position:absolute;z-index:2;top:100px;bottom:0;height:100px;width:50px;background:#fff;z-index:99999;border:none;margin:auto;font-size:0;text-align:center;outline:none;cursor:pointer; left:0}
.Advance-Slider .img-fill{position:relative;height:100%;}
.Advance-Slider .img-fill img{height:100%;width:100%;object-fit:cover;}
.Advance-Slider .item{height:auto;overflow:hidden;outline:none;border-radius: 20px;}
.Advance-Slider button.slick-next.slick-arrow{right:0;left:auto;}
.Advance-Slider button.slick-arrow:before{content:"\F004D";top:0;left:0;margin:auto;font-family:Material Design Icons;font-size:18px;color: #4365A4;}
.Advance-Slider button.slick-next.slick-arrow:before { transform:  scaleX(-1); display:  block;}

.Advance-Slider ul.slick-dots{position:absolute;bottom:20px;left:0;width:100%;margin:0;padding:0;text-align:center;}
.Advance-Slider ul.slick-dots li{display:inline-block;height:auto;padding:0 5px;line-height:0px;}
.Advance-Slider ul.slick-dots li button{height:15px;width:15px;border-radius:100%;background:#fff;border:none;font-size:0px;padding:0px;opacity:0.5;outline:none;transition:all 0.3s ease;cursor:pointer;}
.Advance-Slider ul.slick-dots li.slick-active button{opacity:1;}
.Advance-Slider button.slick-arrow{perspective:360px;}
.Advance-Slider button.slick-arrow .thumb{position:absolute;height:100px;width:150px;left:100%;top:-28px;transform-origin:0% 0%;transform:rotate3d(1,0,0,90deg);}
.Advance-Slider button.slick-arrow .thumb img{height:100%;width:100%;border-radius: 10px;}
.Advance-Slider button.slick-next{}
.Advance-Slider button.slick-next .thumb{left:auto;right:100%;}
.Advance-Slider button.slick-prev.hover-out .thumb,.Advance-Slider button.slick-prev .thumb{animation:out-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-prev.hover-in .thumb{animation:in-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-next.hover-out .thumb,.Advance-Slider button.slick-next .thumb{animation:out-right 300ms ease 0ms 1 forwards;transform-origin:100% 50%;}
.Advance-Slider button.slick-next.hover-in .thumb{animation:in-right 300ms ease 0ms 1 forwards;}

.Advance-Slider .slick-next {
  border-radius: 20px 0 0 20px;
}
.Advance-Slider .slick-prev {
  border-radius: 0 20px 20px 0;
}
.Advance-Slider button.slick-prev:hover{transform:translateX(-100%);}
.Advance-Slider button.slick-prev{transition:all 0.3s ease;}
.Advance-Slider button.slick-next:hover{transform:translateX(100%);}
.Advance-Slider button.slick-next{transition:all 0.3s ease;}
.Advance-Slider ul.slick-dots li button img{height:0;width:20px;top:0;object-fit:cover;transition:height 0.2s ease 0.2s,width 0.2s ease 0s;position:relative;left:-50%;}
.Advance-Slider ul.slick-dots li button a{position:absolute;height:90px;bottom:calc(100%);width:0;display:flex;align-items:flex-end;justify-content:center;transition:all 0.2s ease 0.2s;padding-bottom:10px;}
.Advance-Slider ul.slick-dots li button{position:relative;display:flex;justify-content:center;}
.Advance-Slider ul.slick-dots li button:hover a img{}
.Advance-Slider ul.slick-dots li button:hover img{height:80px;width:140px;transition:height 0.2s ease,width 0.2s ease 0.2s;}
.Advance-Slider ul.slick-dots li button:hover a{width:140px;transition:all 0.3s ease 0s;}
.Advance-Slider ul.slick-dots li button:hover{opacity:1;}
.Advance-Slider ul.slick-dots li button:before{content:'';bottom:calc(100% + -10px);left:7px;border:solid transparent;content:" ";height:0;width:0px;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:10px;margin-left:-10px;opacity:0;transition:0.3s ease 350ms;}
.Advance-Slider ul.slick-dots li button:hover:before{opacity:1;transition:0.3s ease 0s;}

.Advance-Slider .item .contain-wrapper{position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}
.Advance-Slider .item .contain-wrapper .dots-contain{display:none;}
.Advance-Slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 950;
  direction: rtl;
}
.Advance-Slider .item{color:#fff;}
.Advance-Slider .item  h5{font-size:32px;font-weight:300;padding:10px 0 0;margin:0;text-transform:capitalize;}
.Advance-Slider .item .contain-wrapper .info{max-width:1200px;}
.Advance-Slider .item h5 span{color:#00BCD4;}
.Advance-Slider .item h3 span{color:#00BCD4;}
.Advance-Slider .item h3{animation:fadeOutRight 1s both;}
.Advance-Slider .item.slick-active h3{animation:fadeInDown 1s both 1s;}
.Advance-Slider .item  h5{animation:myMove 1s both;}
.Advance-Slider .item.slick-active  h5{animation:fadeInLeft 1s both 1.5s;}


@keyframes myMove{
  from{transform:scale(1.0,1.0);transform-origin:50% 50%;}
  to{transform:scale(1.8,1.9);transform-origin:50% 0%;}
}
@keyframes in-left{
  from{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-left{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,1,0,86deg);transform:rotate3d(0,1,0,86deg);}
}
@keyframes in-right{
  from{-webkit-transform:rotate3d(0,-1,0,90deg);transform:rotate3d(0,-1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-right{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,-1,0,86deg);transform:rotate3d(0,-1,0,86deg);}
}
.slider_wrapper {
  position: relative;
  float: right;
  width: 100%;
  padding-bottom: 40px;
}
.slider_wrapper::after {
	content: "";
	background: url(../images/divider.png) top center no-repeat;
	width: 100%;
	height: 105px;
	left: 0;
	bottom: -90px;
	position: absolute;
	z-index:9
}

.category_item {
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 0px #DCE6E6;
  margin: 5px;
  border-radius: 10px;
}
.category_item a h4 {
  color: #3D3D3D;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 10px auto;
}
.category_item a .category_icon {
  margin: 10px auto 0;
}
.category_item a .category_icon img {
  display: block;
  margin: 0 auto;
}
.aboutus_index {
  padding: 50px 0;
}
.aboutus_index .section_title h1 {
  font-size: 1.5rem !important;
  font-weight: 750;
  margin: 0px 0 20px;
  color:#F39B16
}
.aboutus_index .section_title span {
  font-size: 1.2rem;
  font-weight: 300;
}
.aboutus_index .index_about .textwidget {
  line-height: 200%;
  font-size: 0.8rem;
  text-align: justify;
}
.index_about_image img {
  max-width: 100%;
}
.index_branch { padding:50px 0 }
.customer_index { padding:10px 0 }



/*products*/
.tg_products {
	background:url(../images/tg_products_bg.png) right 0 no-repeat;
	width:100%;
	position:relative;
	min-height:300px;
	padding:20px 0
}
.title_with_elements {
  position: relative;
  padding: 15px 60px 0 0;
  width: 100%;
  margin: 0 auto 20px;
}
.title_with_elements::before {
  background: url(../images/title_with_elements_bg.png) center center no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
}
.title_with_elements h2 {
  font-weight: 900;
  margin: 0;
  color: #263A45;
  font-size: 1.7rem;
}
.title_with_elements h3 {
  font-size: .9rem;
  font-weight: 100;
  color: #263A45;
}
.tab-vertical .nav.nav-tabs {float: right; display: block; margin-right: 0px; border-bottom: 0}
.tab-vertical .nav.nav-tabs .nav-item {margin: 15px 0;}
.tab-vertical .nav-tabs .nav-link { border-right: 15px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; background: #fff;  padding: 10px 15px 10px 49px; color: #71748d;}
.vertical-tab-title.active { border-right: 15px solid #F08831 !important;}
.tab-vertical .tab-content {
    overflow: auto;
    border-radius: 15px;
    background: #fff;
    padding: 30px;
	box-shadow: 0 0 5px #c6c6c6;
	z-index:9;
	min-height:250px;
	position: relative;
}
.vertical-tab-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #263A45 !important;
  box-shadow: 0 0 5px #c6c6c6;
  border-radius: 0 15px 15px 0 !important;
  z-index:5;
	position: relative;
}
.dw_wide_elemts_carousel__catalogue {direction:ltr}
.dw_wide_elemts_carousel__catalogue_item {
	width:100%;
	
}
.dw_wide_elemts_carousel__catalogue_item a {
	display: flex;
	flex-wrap: wrap;direction: rtl;
}
.dw_wide_elemts_carousel__catalogue_item h3 {
  color: #F39B16;
  font-size: 1.5rem;
  font-weight: 700;
}
.dw_wide_elemts_carousel__catalogue_item h4 {
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: #6A787E;
  margin: -9px 0 10px;
  font-weight: 300;
}
.item_text {
  float: right;
  flex: 0 0 70%;  padding: 0 50px 0 0;
}
.item_text .tg_cta_main {
  float: left;
  width: 130px;
  padding: 5px 5px 5px 15px;
  font-size: 0.8rem;
  text-align: left;
}
.dw_wide_elemts_carousel__catalogue_item .icon {
  flex: 0 0 20%;
  height: auto !important;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.dw_wide_elemts_carousel__catalogue_item .icon img {
  width: 250px;
}
.dw_wide_elemts_carousel__catalogue_item .intro {
  color: #6A787E;
  text-align: justify;
  line-height: 200%;
  font-weight: 100;
}
.tg_moreinfo_product {
  position: relative;
  margin: 0;
  padding: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.tg_mp_item {
  background: #242F9B;
  width: 33.333333%;
  float: right;
  text-align: center;
  margin: 5px;
  flex: 1 0 32.3333333%;
  font-weight: 400;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  color: #fff;
  border-right: 5px solid #F08831;
}
.tg_mp_item:hover { color:#F7A15A }
.tg_mp_item img {
  float: right;
  width: 128px;
}
.tg_mp_item h1 {
  font-size: 1.2rem;
  line-height: 81px;
  font-weight: 900;
  margin: 0;
}
.tg_cta_main {
  background: #F39B16;
}
.tg_cta_main::before {
  background: #FC0;
}

.dlcataloug_wrapper {
	background:#D69C4C;
	width:100%
}
.dlcataloug_wrapper {
  background:#656565;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 15px 15px #ccc;
}

.dlcataloug_wrapper::after {
  position: absolute;
  content: " ";
  background: #404042;
  bottom: -10px;
  right: 5%;
  width: 90%;
  height: 10px;
  left: 5%;
  border-radius: 0 0 20px 20px;
}
.dlcataloug_wrapper h5 {
  padding: 35px 0 0 0;
  font-weight: 950;
  color: #fff;
}
.dlcataloug_wrapper h6 {
  padding: 0;
  font-weight: 350;
  color: #fff;
}
.cata__dl_btn {
  width: 200px;
  background: #F39B16;
  padding: 10px;
  text-align: right;
  margin: 50px;
  border-radius: 50px;
  font-weight: 450;
  color: #fff;
  float: left;
}

/*index mag*/
.tg_mag {
	width:100%;
	position:relative;
	min-height:300px;  background: none;
	padding:20px 0
}
.tg_mag_box_category h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
}
.tg_mag_box_category {
  background: #fff;
  padding: 10px;
  min-height: 250px;
  box-shadow: 0 0 5px #c6c6c6;
  border-radius: 10px;
}
.tg_mag_box_category__items {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tg_mag_box_category__item {
  background: #FAFAFC;
  width: 50%;
  float: right;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  flex: 1 0 40%;
  font-weight: 400;
  padding:15px 0
}
.tg_mag_box_category__item span {
  background: #FDBE58;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  margin: 10px auto 11px;
  overflow: hidden;
}
.tg_mag_box_category__item span img {
  width: 38px;
}
.tg_mag_box_category__item_logo {
  background: #fff url(../images/site-logo.png) center center no-repeat;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 50%;
  margin-right: -27px;
  top: 50%;
  margin-top: -27px;
  border-radius: 50%;
  background-size: 45px;
}
.tg_cta_main {
  background: #656565;
  padding: 10px 0;
  margin: 10px;
  display: block;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.tg_cta_main::before {
  content: " ";
  background: #F39B16;
  width: 30px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px 0 0 0;
}
.dw_wide_elemts_carousel__indexposts {direction:ltr}
.dw_wide_elemts_carousel__indexposts_item {
  width: 33%;
  padding: 0 10px;
}
.post-item {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 300px;
  box-shadow: 0 0 5px #c6c6c6;
  margin: 0 0 10px 0;
  direction: rtl;
  position: relative;
padding-bottom: 45px;
}
.post-item h1 {
  font-size: .8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
  color: #263A45;
  font-weight: 750;
}
.post-item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.post-item .intro {
  color: #263A45;
  padding: 0 10px;
  text-align: justify;
  font-size: .7rem;
  font-weight: 450;
  line-height: 200%;
}
.post-item .date {
  float: right;
  color: #ccc;
  padding: 5px;
}
.post-item .readmore {
  background: #FFC80B;
  color: #fff !important;
  font-weight: 450;
  padding: 2px 15px 5px !important;
  border-radius: 15px !important;
  box-shadow: 0 0 10px #FFC80B;
  float: left;
  margin: 5px;
  position: absolute;
bottom: 10px;
left: 10px;
}
.tg_mag .post-item .icon {
  width: 100%;
  height: 150px !important;
  display: block;
}
.post-item::after {
  background: #e3e3e3;
  position: absolute;
  content: " ";
  width: 90%;
  height: 10px;
  right: 5%;
  bottom: -10px;
  border-radius: 0 0 20px 20px;
}
.footer_section {
  width: 100%;
  margin: 0 auto;
  background:#53585E url(../images/footer-bg.png) bottom center no-repeat;
  position: relative;
  padding: 20px 0;
  border-top:10px solid #D69C4C;
}
.footer_section::before {
  content: " ";
  background: #F4F4F6;
  position: absolute;
  top: -21px;
  width: 94%;
  height: 40px;
  border-radius: 0 0 20px 20px;
  left: 3%;
  right: 3%;
}
.index_excerpt * {
	direction: rtl;
	line-height: 200%;
	font-weight: 300 !important;
	text-align: justify;
	font-size: 1.2rem !important;
}
.vitrin_index {
	width: 100%;
	min-height: 150px;
	position: relative;
	padding: 50px 0 35px;
}
.footer_section .foo_title {
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	margin: 20px auto 10px;
	text-align:right
}
.footer_facs {
	display: table;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	padding: 0;
	width: 100%;
}
.footer_facs li {float: right; width:100%; position: relative; margin: 0 10px;}
.footer_facs li::before {
	display: block;
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 6px;
	width: 6px;
	background-color: #2DB890;
	transform: rotate(45deg);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.footer_facs &gt; li:hover::before {
	background-color: #fff;
}
.footer_facs li a {
	float: right;
	margin: 2px 10px;
	color: #fff;
	font-size: 13px;
	position: relative;
}
.footer_item_title {
    font-weight: 900;
    color: #fff;
    font-size: 16px;
	text-align:center;
    margin: 20px auto 10px;
}
.textwidget p {
	margin: 10px;
	direction: rtl;
	text-align: right;
	line-height: 200%;
	font-weight: 300;
	color:#fff
}
.index_about .textwidget p {
	font-weight: 450;
	color:#000
}
.top_header_phone {
  position: absolute;
  top: -60px;
  left: 0;
}
.top_header_phone .thp__mtext {
  float: right;
  font-size: 1rem;
}
.top_header_phone .thp__icon {
  background: url(../images/phone-call.png) center center no-repeat;
  width: 85px;
  height: 73px;
  display: block;
  float: left;
  z-index: -1;
  position: relative;
}
.thp__mtext span {
  display: block;
  font-size: 1rem;
}
.thp__stext {
  font-size: 1.5rem !important;
  letter-spacing: 4px;
}
.thp__stext small {
  color: #F69604;  font-size: 1rem;
}
.dw_wide_elemts_carousel__customers .wl_top__icon {
  background: #fff;
  margin: 0 10px;
  border-radius: 15px;
  padding: 5px;
}
.main__fee { padding:0 0 50px 0 }
.fee_item {
  display: flex !important;
  direction: rtl;
}
.fee_item .fi__title {
  display: block;
  font-size: 0.8rem;
  text-align: right;
  padding: 0 10px;
}
.fee_item .fi__mtitle {
  font-weight: 750;
  display: block;
  font-size: 0.8rem;
  text-align: right;
  padding: 5px 10px;
}
.fi__left .fi_precent {
  background: #EF0B59;
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  display: block;
  float: left;
}
.fi__left .fi_price {
  font-size: 1.3rem;
  display: block;
}
.fi_toman { display: block; transform: rotate(-90deg); line-height: 49px;}
.slick-dots { bottom: 65px; right: 45px !important;}
.pricelist_table tbody tr td, .pricelist_table thead tr th { border: none; font-size: 0.8rem;}
.pricelist_table tbody tr:nth-of-type(2n+1) {background:#F8F6F3}
.pricelist_table thead.main { background:#F2ECE3 }
.pricelist_table thead.main tr th { font-size: 1rem;}
.tmain tr th a {font-size: 1.2rem;font-weight: 750;color: #723B00;}
.price_list__wrapper {background: #fff !important;}
.price_list__wrapper { background: #fff !important; border: 1px solid #DED8CF; border-radius: 15px; margin: 10px auto;}
.day_fee .section_title {
	text-align:right;
	border-bottom: 1px solid #eee;
	margin: 0 auto 15px;
}
.day_fee .section_title .htitle {
  font-size: 1.2rem !important;
  font-weight: 750;
  margin: 0;
  color: #F39B16;
}
.dw_wide_elemts_innerposts_item .post-item h1 {
  text-align: right;
}</pre></body></html>