﻿*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, ol, ul, li, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

.clear { clear: both }

ul, ol { list-style-type: none; }

body {
    font-family: iransans;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #f8f9fb;
}

a {
    outline: none !important;
    text-decoration: none;
    color: #333333
}

p {
    color: #666666;
    direction: ltr;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9em;
}

.details-box p { margin-bottom: 10px; }


.details-box b { font-weight: 500 }

.details-box {
    direction: ltr;
    text-align: left
}

.details-box ul, .details-box ol {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    list-style-type: circle;
}

.details-box ul li, .details-box ol li {
    margin: 0;
    padding: 0;
    color: #666666;
    direction: ltr;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9em;
}

.details-box img {
    border-radius: 4px;
    margin: 10px auto 20px auto;
    max-width: 100%;
    height: auto;
    display: block
}



.details-box video {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: auto;
    overflow: auto;
    display: block;
    margin: 10px auto;
}

.details-box .iframe-wrapper { margin: 0px auto 20px auto; }

.details-box iframe {
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: auto;
    overflow: auto;
    display: block;
}

.details-box iframe:after {
    position: relative;
    content: '';
    width: 100%;
    height: 10px;
    background-color: Red;
}

.details-box h1 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #595959;
}

.details-box h2 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #595959;
}

.details-box h3 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #595959;
}

.details-box h4 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #595959;
}

.details-box h5, .details-box h6 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #595959;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: auto !important;
    top: 0;
    left: 0
}

.loading-center {
    z-index: 1000;
    margin: 150px auto;
    padding: 10px;
    width: 200px;
    height: 130px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 1;
    -moz-opacity: 1
}

.loading img {
    width: 100px;
    display: block;
    margin: 10px auto;
    border: 0
}

.loading p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0
}





#top-wrapper
{
    width: 100%;
    height: 40px;
    margin: 0px auto;
    background-color: #142d4c;
}

#top
{
    width:1200px;
    height:40px;
    margin:0px auto;
}

#top-right
{
    width:50%;
    float:left;
    direction: ltr;
}

#top-left
{
    width:50%;
    float:right;
}

#top ul.top {
    list-style-type: none;
    position: relative;
   
}
#top ul.top li
{
    list-style-type: none;
    text-align: left;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    margin-right: 20px;
}

#top-left ul.top li
{
    float: left;
    margin-left: 20px;
    margin-right:0px;
}

#top ul.top li  .i{
    font-size: 15px;
    color: #9fd3c7 ;
    float: left;
    margin-right:7px;
    margin-top:3px;
}

#top ul.top li .i.call{
    font-size: 13px;
    margin-top:13px;
}
#top ul.top li .i.time{
    font-size: 15px;
    margin-top:12px;
}
#top ul.top li a {
    
    color: #ffffff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; 
}

#menu-wrapper
{
    display:none;
}

#header-wrapper
{
	width:100%;
	height:80px;
	background-color:#ffffff;
	margin:0 auto;
 border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EBEBEB;
    position:relative;
    z-index:9999;
}

.header-wrapper-fix
{
    position:fixed !important;
    top:0px;
    left:0px;
	width:100%;
}
#header
{
	width:1200px;
	margin:0 auto;
	height:100%
}

#header-logo
{
	width:220px;
	float:left;
	height:100%
}

#header-logo img
{
	width:auto;
	height:100%;
	border:none;
	float:left;
}

#header-navigation
{
	width:calc(100% - 300px);
	height:100%;
	float:right;
	position:relative;
	margin-right:0px;

	
}


#content-wrapper
{
	width:100%;
	min-height:300px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	background-color:#f7f7f7;
}

#content
{
	width:1200px;
	margin:0px auto;
	height:auto;
	overflow:auto;
	min-height:300px
}


.notification
{
	width:calc(100% - 2px);
	min-height:40px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	background-color:#FFFCE6;
	border:1px solid #fbefd1;
	border-radius:3px;
	margin-bottom:30px;
	overflow-y:hidden
}

.notification-right
{
	background-position:center center;
	width:80px;
	height:50px;
	float:right;
	background-image:url(../image/icon/icon-notification.png);
	background-repeat:no-repeat;
	background-size:50px;
	margin-top:10px
}

.notification-content
{
	width:calc(100% - 100px);
	min-height:40px;
	height:auto;
	overflow:auto;
	float:right;
	font-size:13px;
	font-weight:300;
	color:#666666;
	text-align: left;
	direction: ltr;
	padding:25px 0;
	line-height:1.5em
}

.notification-content p
{
	margin-bottom:7px
}

#pagenumber
{
	clear:both;
	widows:100%;
	min-height:50px;
	height:auto;
	overflow:auto;
	margin:20px auto;
	text-align:center;
	direction: ltr;
}

#pagenumber a
{
	display:inline-block;
	font-family:iransans;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	margin:2px;
	color:#5e514d;
	text-decoration:none;
	font-size:13px;
	font-weight:400;
	padding:3px 10px;
	text-align:center;
	border-radius:10px
}

#pagenumber a.active
{
	background-color:#02b320;
	color:#ffffff
}

.clear
{
	clear:both;
	height:10px
}


#map
{
	width:100%;
	height:300px;
	border-radius:3px;
	border:1px solid #EAEAEA;
	box-sizing:border-box
}

.contact-right
{
	width:calc(40% - 20px);
	float:left;
	min-height:100px;
	height:auto;
	overflow:auto;
	text-align: left;
	direction: ltr;
	position:relative
}

.contact-left
{
	width:calc(55% - 50px);
	float:right;
	min-height:100px;
	height:auto;
	overflow:auto;
	text-align: left;
	direction: ltr;
	position:relative;
	margin-top:10px

}

#page-contact-map
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #EBEBEB;
	width:100%;
	height:400px;
	margin-top:50px;
	
	box-sizing:border-box
}

ul#contact
{
	width:100%;
	min-height:100px;
	height:auto;
	overflow:auto;
	list-style-type:none
}

ul#contact li
{
	min-height:10px;
	height:auto;
	overflow:auto;
	list-style-type:none;
	font-size:17px;
	font-weight:400;
	text-align: left;
	direction: ltr;
}

ul#contact li.title
{
	color:#808080;
	margin-bottom:5px;
	font-size:15px;
	font-weight:400;
	text-align: left;
	direction: ltr;
}

ul#contact li.value
{
	color:#333333;
	margin-bottom:20px;
	width:calc(100% - 30px);
	text-align: left;
	direction: ltr;
}

.contact-left ul#contact li.value
{
    padding-right:30px;
}

.icon-20
{
	width:20px;
	height:20px;
	position:relative;
	float:right;
	margin-left:10px
}

.icon-20 i
{
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	font-size:18px;
	color:#9fd3c7
}

.validation
{
	color:#f02222;
	font-family:iransans;
	font-size:12px;
	font-weight:200;
	text-align:left;
	float:left
}

span.required
{
	font-family:Verdana;
	font-size:12px;
	color:Red
}

ul.form-control
{
	width:100%;
	min-height:0;
	height:auto;
	overflow:auto;
	list-style-type:none;
	padding:0;
	margin:0 auto
}

ul.form-control li
{
	width:100%;
	min-height:0;
	height:auto;
	overflow:auto;
	margin-bottom:5px
}

.control
{
	width:100%;
	min-height:0;
	height:auto;
	overflow:auto
}

.control-title
{
	width:100%;
	height:30px;
	line-height:30px;
	text-align: left;
	font-size:13px;
	font-weight:400
}

.control-content
{
	width:100%;
	min-height:0;
	height:auto;
	overflow:auto;
	text-align: left;
	padding-bottom:5px;
	overflow-x:hidden
}

ul#sitemap
{
	list-style-type:none
}

ul#sitemap li
{
	background-position:right 8px;
	font-family:iransans;
	font-size:13px;
	font-weight:300;
	color:#666;
	line-height:2em;
	background-image:url(../image/icon/icon-list-item.png);
	background-repeat:no-repeat;
	text-align: left;
	padding-right:15px;
	direction: ltr;
}
ul#sitemap li.have-sub
{	background-position:right 9px;
    background-image: url('../image/icon/icon-arrow-bottom.png');
}


ul#sitemap li a
{
	color:gray;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out
}

ul#sitemap li a:hover
{
	color:#000
}

ul.category
{
	width:100%;
	min-height:0;
	height:auto;
	margin:10px auto;
	list-style-type:none
}

ul.category li
{
	float:left;
	margin-right:5px;
	margin-bottom:10px
}

ul.category li a
{
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 3px;
    text-decoration: none;
    color: #808080;
    box-shadow: 0 1px 3px #c1c1c1;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}


input.txtSingleLine
{
	padding:0 10px;
	height:35px;
	line-height:35px;
	width:100%;
	background:#FCFCFC;
	border:1px solid #E6E6E6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#333;
	float:right;
	outline:none;
	font-family:iransans;
	font-size:12px;
	font-weight:300;
	text-align: left;
	direction: ltr;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	box-sizing:border-box
}

select.ddl
{
	width:100%;
	box-sizing:border-box;
	font-family:iransans;
	font-size:12px;
	font-weight:300;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#FCFCFC;
	border:1px solid #E6E6E6;
	color:#333;
	outline:none;
	height:35px;
	line-height:35px;
	padding:0 10px;
	float:right;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	text-align: left;
	direction: ltr;
}

.txtMultiLine
{
	width:100%;
	min-width:100%;
	max-width:100%;
	min-height:100px;
	max-height:100px;
	padding:10px 10px 7px;
	background:#FCFCFC;
	border:1px solid #E6E6E6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#333;
	float:right;
	outline:none;
	font-family:iransans;
	font-family:iransans;
	font-size:12px;
	font-weight:300;
	text-align: left;
	direction: ltr;
	box-sizing:border-box
}

ul.form-control.half li
{
	width:calc(50% - 10px)
}

ul.form-control.half li:nth-child(odd)
{
	float:right
}

ul.form-control.half li:nth-child(even)
{
	float:left
}

.btn
{
    font-family: iransans;
    padding: 0 25px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #385170;
    border: 1px solid #385170;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    outline:none;
}
.btn:hover {
    background-color: #fe971e;
    border-color: #fe971e;
    color: #ffffff;
}

.btn.btn-wide
{
    width:100% !important;
    margin-top:5px;
}


#header-wrapper .btn
{
     background-color: #fe971e;
    border-color: #fe971e; 
}

#header-wrapper .btn:hover
{
    background-color: #b81e90;
    border: 1px solid #b81e90;
}


#slider-wrapper h1{font-size:3em;color:#fff;font-weight:500;text-shadow:0 0 4px rgba(0,0,0,0.5)}
#slider-wrapper h2{font-size:1.7em;color:#fff;font-weight:400;text-shadow:0 0 4px rgba(0,0,0,0.5); direction: ltr;}
#slider-wrapper h2.big{font-size:3em;font-weight:500}


#slider-wrapper .btn {
    font-size: 1em;
    padding: 1.5em 3em;
    height: 0;
    line-height: .2em;
}



.fileupload
{
	width:100%;
	background-color:#FBFBFB;
	border:1px solid #CCC;
	padding:3px 3px 4px 3px;
	box-sizing:border-box;
	border-radius:2px;
}



.ok
{
	width:100%;
	min-height:40px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	border-radius:3px;
	box-sizing:border-box;
	background-color:#29B87E;
	border:1px solid #29B87E;
	padding:0px 10px;
}

.ok-right
{
	background-position:center center;
	width:70px;
	height:70px;
	float:none;
	background-repeat:no-repeat;
	background-size:70px;
	margin:20px auto 10px;
	background-image:url(../image/icon/icon-success.png)
}

.ok-content
{
	width:100%;
	min-height:40px;
	height:auto;
	overflow:auto;
	float:none;
	font-size:14px;
	font-weight:500;
	color:#F4F4F4;
	text-align:center;
	direction: ltr;
	padding:10px 0
}

.ok-content p
{
	font-size:14px;
	font-weight:500;
	color:#F4F4F4;
	text-align:center;
	direction: ltr;
}




ul.form-control.fourth li
{
    width:calc(25% - 10px); 
    float:right;
    margin-left:10px;
}

ul.form-control.fourth li:nth-child(4n+4)
{
    width:25%; 
    float:left;
    margin-left:0px;
}




#footer-wrapper {
    clear: both;
    width: 100%;
    margin: 0 auto;
    min-height: 0;
    height: auto;
    position: relative;
    overflow: auto;
    background-color: #142d4c;
}

#footer {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    min-height: 0;
    height: auto;
    overflow: auto;
    direction: ltr;
    text-align: left
}

#footer-about {
    width: 350px;
    min-height: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
    float: left
}

#footer-contact {
    width: 300px;
    min-height: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
    float: right
}

#footer-link {
    width: 200px;
    min-height: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
    float: left;
    margin-left: 50px
}

#footer-service {
    width: 200px;
    min-height: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
    float: left;
    margin-left: 50px
}

#footer h3 {
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px
}

#footer p {
    font-size: 13px;
    font-weight: 400;
    color: #EEEEEE
}

ul.contact {
    width: 100%;
    min-height: 100px;
    height: auto;
    overflow: auto;
    list-style-type: none
}

ul.contact li {
    color: #EEEEEE;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    margin-bottom: 15px
}

ul.contact li span {
    color: #EEEEEE;
    width: calc(100% - 50px);
    text-align: left;
    direction: ltr;
    display: block;
}

ul.contact li span a { color: #EEEEEE; }

.icon-20 {
    position: relative;
    float: left;
    width: 40px;
    height: 30px
}

.icon-20 i {
    position: absolute;
    top: 1px;
    left: 1px;
    margin: 0 auto;
    font-size: 23px;
    color: #9fd3c7
}

ul.footer-link { list-style-type: none }

ul.footer-link li
{
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-align: left;
    direction: ltr;
    height: 37px;
    line-height: 37px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #1A4D68;
}

ul.footer-link li a {
    color: #EEEEEE;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

ul.footer-link li a:hover { color: #ffffff }

#dl-menu
{
	display:none;
	width:100%;
	float:left;
	margin-right:0;
	text-align:left;
	direction:ltr;
	z-index:9999999;
	position:relative
}





#footer-bottom-wrapper {
    width: 100%;
    min-height: 40px;
    height: auto;
    overflow: auto;
    background-color: #385170;
}

#footer-bottom {
    width: 1200px;
    min-height: 40px;
    height: auto;
    overflow: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    margin: 0px auto;
}


#footer-right {
    width: calc(50% - 10px);
    float: right;
    background-repeat: no-repeat;
    background-size: 21px;
    text-align: right;
    box-sizing: border-box;
    font-size: 12px;
    color: #E9E9E9;
}

#footer-left {
    width: calc(50% - 10px);
    float: left;
    text-align: left;
    font-size: 12px;
    direction: ltr;
    color: #E9E9E9;
}

#footer-right a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #E9E9E9;
}

#footer-right a:hover { color: #e4552e; }





ul#language
{
    list-style-type:none;
    float:right;
    margin-top:0px;


    
}
ul#language li
{
    list-style-type:none;
    float:right;
    margin-left:7px;
    margin-top:7px;

    padding: 0px 0px;
}

    ul#language li img {
        height: 100%;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        border: 2px solid #385170;
    }


ul#language li a
{
    color:#dddddd;
}



ul#social
{
	width:100%;
	min-height:30px;
	height:auto;
	margin:0px auto 0;
	list-style-type:none;
	text-align:center
}

ul#social li
{
	width:40px;
	height:40px;
	display:inline-block;
	margin:2px 2px;
	float:left;
}

ul#social li a
{
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding:0;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:5px;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	border:1px solid #385170;
	box-sizing:border-box;
	background-color:#385170
}

ul#social li a#facebook
{
	background-image:url(../image/icon/icon-facebook.png)
}

ul#social li a#google
{
	background-image:url(../image/icon/icon-google.png)
}

ul#social li a#instagram
{
	background-image:url(../image/icon/icon-instagram.png)
}

ul#social li a#twitter
{
	background-image:url(../image/icon/icon-twitter.png)
}

ul#social li a#telegram
{
	background-image:url(../image/icon/icon-telegram.png)
}

ul#social li a#pinterest
{
	background-image:url(../image/icon/icon-pinterest.png)
}

ul#social li a#linkedin
{
	background-image:url(../image/icon/icon-linkedin.png)
}

ul#social li a#flicker
{
	background-image:url(../image/icon/icon-flicker.png)
}

ul#social li a#youtube
{
	background-image:url(../image/icon/icon-youtube.png)
}

ul#social li a#facebook:hover
{
	background-color:#3c5b9b
}

ul#social li a#google:hover
{
	background-color:#cb2027
}

ul#social li a#instagram:hover
{
	background-color:#e22f6d
}

ul#social li a#twitter:hover
{
	background-color:#1da1f2
}

ul#social li a#telegram:hover
{
	background-color:#2ca5e0
}

ul#social li a#pinterest:hover
{
	background-color:#cb2027
}

ul#social li a#linkedin:hover
{
	background-color:#007ab9
}

ul#social li a#flicker:hover
{
	background-color:#ff0080
}

ul#social li a#youtube:hover
{
	background-color:#e64a41
}

.nemad
{
    width:120px;
    height:auto;
    padding:5px;
    background-color:#385170;
    border-radius:5px;
    float:left;
    margin:0px 5px 5px 5px;
}

.nemad img
{
    display:block !important;
    margin:0px auto !important;
    border:none;
    width:100%;    height:auto;
}



ul#services
{
    width:100%;
    height:auto;
    overflow:auto;
    list-style-type:none;
    margin-top:20px;
}

ul#services li
{
    width:calc(25% - 20px);
    float:right;
    margin-left:20px;
    list-style-type:none;
    margin-bottom:20px;
}

ul#services li:nth-child(4n+4)
{
    width:calc(25% - 0px);
    float:left;
    margin-left:0px;
}

.service {
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    height: 350px;
    text-align: left;
    direction: ltr;
    
    
    background-color: #f8f9fb;
    border-style: solid;
    border-width: 3px;
    border-color: #dee2e6;    
        box-shadow: 0 1px 1px 0 rgba(30,11,39,.07), 0 2px 4px 0 rgba(27,9,36,.11);
}

.service:hover
{
    border-color:#9fd3c7
}
.service:hover .btn
{
    border-color:#385170;
    background-color:#385170;
    color:#fff
}
.service-icon {
    width: 80px;
    height: auto;
    margin-top: 10px;
    margin:10px auto;
}

.service-icon img {
    width: 100%;
    height: 100%;
    border: none;
}

.service-title h2
{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #575757;
    width: calc(100% - 0px);
    text-align:center;


}

.service-title h2 a { color: #575757; }

.service-description
{
    font-size: 13px;
    font-weight: 300;
    width: calc(100% - 0px);
    float: right;
    color: #999999;
    text-align:center;
}

.service-description p
{
    text-align:center;
    height:90px;
}


.service-description .btn
{
    border: 3px solid #385170;
    background-color: #f8f9fb;
    margin: 0px auto;
    color: #333;
    display: block;
    clear: both;
    float: none;
    width: 150px;
    margin-top:10px;
    height:40px;
}


.home-box-wrapper {
    width: 100%;
    padding: 40px 0;
    min-height: 200px;
    height: auto;
    overflow: auto;
    overflow-x: hidden
}

    .home-box-wrapper.nonepadding {
        width: 100%;
        padding: 0px 0;
        min-height: 0px;
        height: auto;
        overflow: auto;
        overflow-x: hidden
    }

.home-box {
    width: 1200px;
    min-height: 200px;
    height: auto;
    overflow: auto;
    margin: 0 auto
}

.home-box-wrapper.bg {
    background-color: #ffffff
}

hr.short {
    border: none;
    height: 1px;
    background-color: #9fd3c7;
    width: 50px;
    height: 3px;
    margin: 12px auto;
}


#about {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    min-height: 0;
    height: auto;
    overflow: auto
}

#about-left {
    width: 450px;
    float: right;
    position: relative
}

    #about-left img {
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 5px
    }

    #about-left a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,.3);
        color: #FFF;
        transition: all .3s;
        z-index: 2;
        width: 120px;
        height: 120px;
        float: left;
        position: absolute;
        left: 160px;
        top: 100px
    }

        #about-left a:before {
            position: absolute;
            content: '';
            top: -15px;
            left: -15px;
            bottom: -15px;
            right: -15px;
            border-radius: 50%;
            border: 3px solid rgba(255,255,255,.3);
            transition: all .3s;
            z-index: 1
        }

        #about-left a:after {
            position: absolute;
            content: '';
            top: -25px;
            left: -25px;
            bottom: -25px;
            right: -25px;
            border-radius: 50%;
            border: 2px solid rgba(255,255,255,.3);
            transition: all .3s;
            z-index: 0
        }

        #about-left a span {
            font-size: 40px
        }

        #about-left a:hover {
            background: rgba(191, 126, 22, 0.8);
            border-color: rgba(191, 126, 22, 0.8)
        }

            #about-left a:hover:before, #about-left a:hover:after {
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0
            }

#about-right {
    width: calc(100% - 500px);
    float: left;
    padding: 0;
    text-align: left;
    direction: ltr;
    height:auto;
    overflow:auto
}

#about-left img {
    width: 100%;
    height: auto;
    border-style: none;
    margin-top: 10px
}

#about-right h1
{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

#about-right .btn {
    margin-right: 10px;
    margin-bottom: 10px
}

    #about-right .btn.yellow {
        background-color: #9fd3c7;
        border: 1px solid #9fd3c7;
        margin-bottom: 10px;
        color:#fff
    }



.home-title {
    width: 100%;
    min-height: 0px;
    height: auto;
    overflow: auto;
    margin: 0px auto;
    position: relative;
    margin-bottom: 5px
}

    .home-title h3, .home-title h1, .home-title h2 {
        padding: 0px;
        margin: 0px;
        color: #333;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
    }

    .home-title p {
        padding: 0px;
        margin: 0px;
        color: #333;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0px;
        width: 750px;
        margin: 10px auto 0px auto;
        padding-bottom: 10px;
    }


.home-title-strip {
    height: 3px;
    width: 30px;
    float: left;
    background-color: #35928e;
    margin-bottom: 10px
}


#home-box-story
{
    width:800px;
    margin:0px auto;
    padding:50px 0px;
    box-sizing:border-box;
    min-height:300px;
    height:auto;
    overflow:auto;
    position:relative;
    z-index:99;
}


#home-box-story h3
{
    color:#ffffff;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

#home-box-story p
{

    font-size: 16px;
    font-weight: 400;
    color: #F3F3F3;
    text-align:center;
}






.blog {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
    border: 1px solid #ebebeb;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(30,11,39,.07),0 2px 4px 0 rgba(27,9,36,.11);
    position: relative;
    border-radius:5px;
    transition: all .3s ease-in-out;
    height: 480px;
    margin-bottom:20px;
}


    .blog:hover .overaly {
        background-color: rgba(0,0,0,0.88);
        border-radius: 5px 5px 0px 0px
    }



    



    .blog:hover .gallery-caption {
        opacity: 1;
        transform: translate(-50%,-50%)
    }

    .blog:hover {
        box-shadow: 0 7px 12px rgba(79,50,93,.2), 0 3px 6px rgba(0,0,0,.1);
    }


        .blog:hover .blog-details h3 {
            border-right: 5px solid #9fd3c7;
        }




.blog-image {
    width: 100%;
    height: 250px;
    position: relative;
    background: #151515;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}



    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        border: 0;
        transform: scale(1.01);
        max-width: inherit;
        transition: all .3s;
        border-radius: 5px 5px 0 0
    }

.blog:hover .blog-image img {
    transform: scale(1.04);
    opacity: .8;
}





.blog-details {
    direction: ltr;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
}

    .blog-details h3 {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 10px;
        border-right: 5px solid #DFDFDF;
        padding: 10px 15px;
        height: 65px;
        overflow: hidden;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .blog-details p {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.7em;
        text-align: justify;
        padding: 5px 10px;
        height: 95px;
        overflow: hidden;
    }

    .blog-details ul {
        margin: 0;
        padding: 0;
        height: 30px;
        padding: 10px;
        list-style-type: none
    }

    .blog-details li {
        list-style-type: none;
        text-align: left;
        float: right;
        font-size: 11px;
        font-weight: 400;
        height: 40px;
        line-height: 40px;
        color: #333333;
        margin-right: 0;
        margin-left: 20px
    }

        .blog-details li .i {
            font-size: 15px;
            color: #999999;
            float: right;
            margin-left: 5px
        }


            .blog-details li .i.date {
                margin-top: 10px
            }

            .blog-details li .i.time {
                margin-top: 1px
            }

    .blog-details .btn {
        position: absolute;
        left: 10px;
        bottom: 5px;
        padding: 0px 10px;
        height: 30px;
        line-height: 27px;
        font-size: 12px;
        font-weight: 400;
    }





#page
{
	width:1200px;
	margin:20px auto;
	min-height:300px;
	height:auto;
	overflow:auto;

}


.home-title
{
	width:100%;
	margin-bottom:10px;
	position:relative
}


#page .home-title h1
{
	padding:0;
	margin:0;
	color:#333333;
	text-align: left;
	height:auto;
	font-size:21px;
	font-weight:500;
	margin-bottom:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	direction: ltr;
}



.home-title-strip
{
	height:3px;
	width:30px;
	float:left;
	background-color:#9fd3c7;
	margin-bottom:5px
}




ul#video {
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    list-style-type: none;
    padding-bottom: 20px
}

    ul#video li {
        float: right;
        width: calc(25% - 20px);
        margin:0px 10px 20px 10px;
        list-style-type: none
    }

.video {
    width: 100%;
    height: 300px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 20px;
}

    .video .overaly {
        background: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
        border-radius: 20px 20px 0px 0px;
    }

    .video:hover .overaly {
        background-color: rgba(0,0,0,0.88)
    }

.video-image {
    width: 100%;
    height: 200px;
    position: relative
}

    .video-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 20px 20px 0px 0px;
        border: 0
    }

.video-details {
    padding: 15px;
    height: 100px;
    overflow: hidden;
    text-align: center
}

    .video-details h3 {
        font-size: 17px;
        font-weight: 500;
        direction: ltr;
        margin-bottom: 5px;
        color: #333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .video-details p {
        font-size: 13px;
        font-weight: 300;
        direction: ltr;
        color: #9fd3c7;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.video-caption a {
    display: inline-block;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 25px 5px;
    color: #151515;
    font-weight: 500;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 10px rgba(255,255,255,.4);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999
}

    .video-caption a:hover {
        color: #151515;
        box-shadow: 0 0 0 20px rgba(255,255,255,.4)
    }

.video:hover .video-caption {
    opacity: 1;
    transform: translate(-50%,-50%)
}

.video-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%,-50%);
    transition: all .3s;
    will-change: transform;
    opacity: 0
}





ul#cources {
    width: 100%;
    min-height: 0px;
    height: auto;
    overflow: auto;
    list-style-type: none;
}

    ul#cources li {
        width: calc(25% - 20px);
        float: left;
        margin:0px 10px 20px 10px;
        list-style-type: none;
    }

        ul#cources li .course {
            box-shadow: none;
            background-color: #FBFBFB;
        }





.course {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    border: 5px solid #dee2e6;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(30,11,39,.07),0 2px 4px 0 rgba(27,9,36,.11);
    position: relative;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    height: 450px;
}


.course-image {
    width: 100%;
    height: 230px;
    position: relative;
}

    .course-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        border: 0;
        -webkit-border-radius: 4px 4px 0 0
    }
    .course-image .running {
        background-position: center center;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100px;
        height: 50px;
        background-image: url('../image/running.png');
        background-size: 100px;
        background-repeat: no-repeat
    }

    .course-image .expired {
        background-position: center center;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100px;
        height: 50px;
        background-image: url('../image/expired.png');
        background-size: 100px;
        background-repeat: no-repeat
    }

.course-details {
    direction: ltr;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
}

    .course-details h3 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column; /* column | row */
        padding: 10px 15px;
        height: 65px;
        overflow: hidden;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .course-details p {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.7em;
        text-align: justify;
        padding: 5px 10px;
        height: 70px;
        overflow: hidden;
    }


    .course-details span.price {
        font-size: 17px;
        font-weight: 400;
        text-align:center;
        width:100%;
        display: block;

        margin-top: 10px;
        padding: 0px 20px;
        height: 35px;
        line-height: 33px;
        color: #0194db;
    }


.course-details .btn {
    width: calc(100% - 20px);
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
    margin-right: 10PX;
    background-color: #fff;
    border: 2px solid #eee;
    color: #CCC;
    float:right;
}




.overaly {
    opacity: .6;
    transition: background 0.3s,border-radius 0.3s,opacity .3s;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 
}
.blog:hover .overaly {
    background-color: rgba(0,0,0,0.88);
    border-radius: 15px 15px 0px 0px
}
.course:hover .overaly {
    background-color: rgba(0,0,0,0.88);
    border-radius: 15px 15px 0px 0px
}

.course:hover .gallery-caption {
    opacity: 1;
    transform: translate(-50%,-50%)
}



.gallery-caption a:hover {
    color: #151515;
    box-shadow: 0 0 0 18px rgba(255,255,255,.4)
}


.gallery-caption a {
    display: inline-block;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
    padding: 0px 5px;
    color: #151515;
    font-weight: 500;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: #fff;
    box-shadow: 0 0 0 10px rgba(255,255,255,.4);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


.gallery-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%,-50%);
    transition: all .3s;
    opacity: 0;
    will-change: transform;
    border-radius: 15px
}





#comment {
    border: 1px solid #EEEEEE;
    width: 100%;
    margin: 30px auto;
    margin: 15px auto;
    min-height: 0px;
    height: auto;
    overflow: auto;
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    border-radius: 20px;
}

#comment-right {
    width: calc(100% - 200px);
    float: left;
}

    #comment-right p {
        font-size: 12px;
        font-weight: 300;
        margin: 0px;
    }

    #comment-right h6 {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        direction: ltr;
        margin-bottom: 0px;
        height: 30px;
    }

        #comment-right h6 span {
            font-size: 19px;
            font-weight: 500;
            color: #0194db
        }

#comment-left {
    width: 200px;
    float: right;
}

    #comment-left .btn {
        float: right;
        margin-top: 9px;
    }



.comment
{
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-color: #E8E8E8;
}

.comment-right
{
    width:120px;
    min-height:0px;
    height:auto;
    overflow:auto;
    float:left;
    color: #534744; 
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    direction: ltr;
}

.comment-name
{
    margin-bottom:5px;
    font-size: 12px;
    font-weight: 500;

}

.comment-time
{
    font-size: 12px;
    font-weight: 300;
}

.comment-left
{
    width:calc(100% - 140px);
    min-height:0px;
    height:auto;
    overflow:auto;
        color: #5e514d;
        float:right;
        padding-bottom:5px;
    text-align: left;
    direction: ltr;
}

.comment-left p
{
    margin-bottom: 0px;
    line-height: 1.4em;
    font-size:13px;
    font-weight:300;
}






.answer-name
{
    margin-bottom:0px;
    font-size: 12px;
    font-weight: 500;
    margin-left:10px;

}

.answer-time
{
    font-size: 12px;
    font-weight: 300;
    margin-bottom:10px;
}

.answer p
{
    margin-bottom: 0px;
    line-height: 1.4em;
    font-size:13px;
    font-weight:300;
}

.answer
{

    width: calc(100% - 140px);
    min-height: 0px;
    height: auto;
    overflow: auto;
    color: #5e514d;
    float: right;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    text-align: left;
    direction: ltr;
    border-radius: 5px;
    clear:both;
    margin-top:20px;
    margin-bottom: 0px;
    
}





#product-right {
    width: 400px;
    height: auto;
    overflow: auto;
    margin: 0px auto;
    float: left;
    margin-bottom:50px;
}

#product-center {
    width: calc(100% - 450px);
    height: auto;
    overflow: auto;
    margin: 0px auto;
    float: right;
    position: relative;
    text-align: left;
    direction: ltr;
    margin-left: 50px;
    padding-bottom: 50px;
}




.page-box {
    position: relative;
    background: #FFF;
    border: 1px #dfdfdf solid;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 1200px;
    min-height: 100px;
    height: auto;
    overflow: auto;
    margin-bottom: 30px;
}

.page-box-content {
    padding: 15px 20px;
}




.border-title {
    position: relative;
    text-align: center;
    margin: 0px 0;
    border-bottom: 1px solid #e2e2e2;
    height: 50px;
    line-height: 48px;
}

    .border-title h1, .border-title h3 {
        position: relative;
        color: #707070;
        text-align: left;
        font-size: 16px;
        padding: 0 20px;
        margin: 0;
        height: 50px;
        line-height: 48px;
    }



#product-center h1 {
    color: #5e514d;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px
}

#product-center h2 {
    color: #5e514d;
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 20px
}

#product-center p {
    font-size: 12px;
    font-weight: 400;
}

    #product-center p a {
        color: #2196f3
    }



ul.peoples
{
    list-style-type:none;
    margin:0px auto;
}

ul.peoples li
{
    list-style-type:none;
    width:calc(33.3% - 20px);
    margin-bottom:20px;
    margin-left:20px;
    float:left;
    
}

ul.peoples li:nth-child(3n + 3)
{
    width:calc(33.3% - 0px);
    margin-left:0px;
    float:left;
    
}

.people
{
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: auto;
    padding:10px 15px;
    border: 1px solid #E2E2E2;
    background-color:#ffffff;
    border-radius:5px;
    
}

.people-image
{
	width:100px;
	float:right;
	min-height:0;
	height:auto
}

.people-image img
{
	width:100%;
	height:auto;
	border-radius:5px;
	border:2px solid #EAEAEA
}

.people-details
{
	width:calc(100% - 120px);
	float:left;
	direction: ltr;
	text-align: left;
	min-height:0;
	height:auto
}

.people-details h3
{
	font-size:15px;
	font-weight:500;
	line-height:1.5em;
	margin-bottom:5px;
}

.people-details h3 a
{
	color:#000;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out
}

.people-details h3 a:hover
{
	color:#b81e90;
}

.people-details p
{
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height:1.9em;
}

.people-details p .i
{
    color: #9fd3c7;
    margin-left:5px;
}

ul#blog
{
    width:100%;
    list-style-type:none;
    min-height:0px;
    height:auto;
    overflow:auto;
}

ul#blog > li
{
    list-style-type:none;
    width:33.3%;
    float:left; 
    margin-bottom:20px;
}




#page-right {
    width: calc(100% - 330px);
    min-height: 0px;
    height: auto;
    overflow: auto;
    float: left;
}

#page-left {
    width: 300px;
    min-height: 0px;
    height: auto;
    overflow: auto;
    float: right;
}


#page-right .page-box, #page-left .page-box {

    width: 100%;
}


ul#post-info {
    height: auto;
    overflow: auto;
    min-height: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    ul#post-info li {
        list-style-type: none;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        direction: ltr;
        float:left;
        margin-right: 20px;
    }

        ul#post-info li span {
            font-size: 12px;
            font-weight: 400;
            color: #142d4c;
            margin-left: 5px;
        }







ul#category {
    text-align: left;
    direction: ltr;
    list-style-type: none;
    margin-right: 10px;height:auto;
            overflow:auto;
}

    ul#category > li {
        margin-bottom: 20px;
        background-position: left 7px;
        text-align: left;
        direction: ltr;
        font-family: 17px;
        font-weight: 500;
        background-image: url('../image/icon/Tick.png');
        background-repeat: no-repeat;
        padding-left: 15px;
    }

        ul#category > li > ul {
            text-align: left;
            direction: ltr;
            margin-right: 20px;
            list-style-type: none;
            height:auto;
            overflow:auto;
        }

            ul#category > li > ul > li {
                margin-bottom: 5px;
                text-align: left;
                direction: ltr;
                font-family: 15px;
                font-weight: 400;
                list-style-type: disc
            }


                ul#category > li > ul > li > ul {
                    text-align: left;
                    direction: ltr;
                    margin-right: 20px;
                    list-style-type: circle
                }

                    ul#category > li > ul > li > ul > li {
                        text-align: left;
                        direction: ltr;
                        font-family: 12px;
                        font-weight: 200;
                        padding-right: 0px !important;
                    }
                    
                    img.main {
    width: 100%;
    height: auto;
    border-radius: 20px;
    
}




ul#sitemap {
    list-style-type: none
}

    ul#sitemap li {
        background-position: left 8px;
        font-family: iransans;
        font-size: 13px;
        font-weight: 300;
        color: #666;
        line-height: 2em;
        background-image: url(../image/icon/tick.png);
        background-repeat: no-repeat;
        text-align: left;
        padding-right: 15px;
        direction: ltr;
    }

        ul#sitemap li a {
            color: gray;
            -webkit-transition: all .25s ease-out;
            -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
            -o-transition: all .25s ease-out;
            transition: all .25s ease-out
        }

            ul#sitemap li a:hover {
                color: #000
            }

    ul#sitemap ul {
        list-style-type: none;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        ul#sitemap ul li {
            background-position: right 8px;
            font-family: iransans;
            font-size: 13px;
            font-weight: 400;
            color: #666;
            line-height: 2em;
            background-image: url(../image/tick.png);
            background-repeat: no-repeat;
            padding-right: 15px;
            direction: ltr;
            text-align: left;
        }
