<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SHome_Welcome
{
    background-image: url('ImagesFA/Main_Welcome.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000000;
    border-top: solid 4px #CCCCCC;
    border-bottom: solid 4px #CCCCCC;
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
    font-family: 'IRANSans';
    color: White;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    line-height: 40px;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}
.SHome_Welcome span
{
    font-size: 3em;
}
.SHome_Welcome_Text
{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
    font-size: 1.3em;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}










.SHome_Services_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.SHome_Services_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /*max-width: 1600px;*/
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: black;
}
.SHome_Services_Pic
{
    width: 100%;
    height: auto;

    filter: alpha(opacity=100);
    opacity: 1;

    z-index: 10;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);

    -moz-transition: all 0.8s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.8s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.8s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.8s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.8s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SHome_Services_Desc_MainL, .SHome_Services_Desc_MainR
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    z-index: 100;
}
.SHome_Services_Desc
{
    position: absolute;
    width: 350px;
    height: auto;
    top: 30px;
    bottom: 30px;
    background-color: rgba(0,0,0,0.5);
    border: solid 2px #FFFFFF;
    border-radius: 3px;

    filter: alpha(opacity=100);
    opacity: 1;

    cursor: pointer;
    z-index: 110;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    -moz-transition: all 2.5s cubic-bezier(0.700, 0.000, 0.300, 1.000), background 0.3s ease-in-out;
	-ms-transition: all 2.5s cubic-bezier(0.700, 0.000, 0.300, 1.000), background 0.3s ease-in-out;
	-o-transition: all 2.5s cubic-bezier(0.700, 0.000, 0.300, 1.000), background 0.3s ease-in-out;
	-webkit-transition: all 2.5s cubic-bezier(0.700, 0.000, 0.300, 1.000), background 0.3s ease-in-out;
	transition: all 2.5s cubic-bezier(0.700, 0.000, 0.300, 1.000), background 0.3s ease-in-out;
}
.SHome_Services_Desc_MainL .SHome_Services_Desc
{
    left: 50px;
}
.SHome_Services_Desc_MainR .SHome_Services_Desc
{
    right: 50px;
}
.SHome_Services_Desc:hover
{
    background-color: rgba(0,0,0,0.8);
}
.SHome_Services_Desc .SText
{
    position: absolute;
    top: 20px;
    bottom: 50px;
    left: 20px;
    right: 20px;
    overflow: hidden;
    text-align: right;
    color: #FFFFFF;
    direction: rtl;
}
.SHome_Services_Desc .SText .STitle
{
    font-weight: 500;
    font-size: 1.7em;
    margin-bottom: 10px;
}
.SHome_Services_Desc .SText .SDesc
{
    font-weight: normal;
    font-size: 1.0em;
}
.SHome_Services_Desc .SKey
{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.3);
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    direction: rtl;
}








@media screen and (min-width:0px) and (max-width:800px)
{
    .SHome_Welcome
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .SHome_Welcome_Text
    {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 1.2em;
    }
    .SHome_Welcome span
    {
        font-size: 2.5em;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .SHome_Welcome
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .SHome_Welcome_Text
    {
        margin-top: 5px;
        font-size: 1.0em;
    }
    .SHome_Welcome span
    {
        font-size: 1.8em;
    }
}




@media screen and (min-width:0px) and (max-width:800px)
{
    .SHome_Services_Desc_MainL .SHome_Services_Desc
    {
        left: 20px;
    }
    .SHome_Services_Desc_MainR .SHome_Services_Desc
    {
        right: 20px;
    }
    .SHome_Services_Desc
    {   
        top: 10px;
        bottom: 10px;
    }
    .SHome_Services_Desc .SText
    {
        top: 10px;
        bottom: 40px;
        left: 10px;
        right: 10px;
    }
    .SHome_Services_Desc .SText .STitle
    {
        font-size: 1.4em;
        margin-bottom: 5px;
    }
    .SHome_Services_Desc .SText .SDesc
    {
        font-size: 0.9em;
    }
    .SHome_Services_Desc .SKey
    {
        left: 10px;
        bottom: 10px;
        padding: 3px 12px 3px 12px;
        font-size: 0.8em;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SHome_Services_Desc_MainL .SHome_Services_Desc
    {
        left: 10px;
        right: 10px;
    }
    .SHome_Services_Desc_MainR .SHome_Services_Desc
    {
        left: 10px;
        right: 10px;
    }
    .SHome_Services_Desc
    {
        width: auto;
        top: 10px;
        bottom: 10px;
    }
    .SHome_Services_Desc .SText .SDesc
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .SHome_Services_Desc
    {
        border: solid 1px #FFFFFF;
    }
    .SHome_Services_Desc .SText
    {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .SHome_Services_Desc .SText .STitle
    {
        font-size: 1.0em;
        margin-bottom: 0px;
    }
    .SHome_Services_Desc .SKey
    {
        display: none;
    }
}</pre></body></html>