<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
Start General CSS
*/
* {
  box-sizing: border-box;
}
:root {
	--color1: #002143; /* top menu text*/
	--color2: #00a652; /* top menu text hover*/
	--color3: #faf0e6; /* background3*/
	--color4: #faf0e6; /* top3*/
}
@font-face {
	font-family: 'Yekan';
	src: url('../../../static/fonts/YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'farhang2';
	src: url('../../../static/fonts/Farhang2FaNum-medium.woff') format('woff');
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1166px;
}
a {
	text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration: none;
}
.row {

}

/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */




/*
Start Header CSS
*/


.header{
    width: 100%;
	position: fixed;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 67%, rgba(125, 185, 232, 0) 230%);
	box-shadow: 0 13px 17px 0 #3636360f;
	backdrop-filter: blur(2px);
	z-index: 1030;
	top: 0;
}
.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.nav-logo {
    height: 80px;
    padding-right: 0px;
}
.nav-logo img {
    height: 80px;
}
.nav-menu {
    width: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	font-family: 'Yekan';
	border-bottom: 1px solid #084d95b5;
	margin-right: 9px;

}
.nav-menu-text{

}
.nav-menu ul {
	display: -webkit-box;
}
.nav-menu ul li {
    list-style: none;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-right: 3px;
    margin-left: 4px;

}

.nav-menu ul li a{
	color: var(--color1);
	padding: 8px;

}
.nav-menu-icon{
	padding-top: 5px;
}
.nav-menu-icon span {
    margin-right: 14px;
}
.nav-menu ul li a:hover {
	border-bottom: 2px solid var(--color2);
    color: var(--color2) ;
}











    /*responsible header Start*/



header{
    transition: background-color 200ms linear;
    /*position: absolute;*/
	width: -webkit-fill-available;
	height: 86px;
    z-index: 1021;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 12px;
	display:none;

}
.header-fixed {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #e4e7eb;
    box-shadow: 3.716px 3.346px 40px 0px rgba(43, 43, 43, 0.1);
}

.header-white {
    background-color: #fff;
}
.header-back-space {
    width: 100%;
    height: 99px;
}
header .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch;
	height: -webkit-fill-available;
}

.row {
    margin-left: 0px;
    margin-right: 0px;

}
.align-items-center {
    -ms-flex-align: center ;
    align-items: center ;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;

}

header .row .brand {
    /* position: absolute; */
    top: -3px;
	height: -webkit-fill-available;
	/* display: flex; */
    align-items: center;
    width: auto;
}


.imglogo1 {
    width: 90px;
    height: 86px;
}
.imglogo {
    width: auto;
}


.hamburger_wrapper {
    padding: 5px;
    z-index: 10;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /* margin: auto; */
    width: auto;
}

  #hamburger {
    width: 42px;
    height: 45px;
    position: relative;
    cursor: pointer;
    outline: none;

  }

#hamburger span {
    display: block;
    /* position: unset; */
    height: 6px;
    width: 81% ;
    background: #989c9a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    margin: 6px 0px;
}

  #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(2) {
    top: 21px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(3) {
    top: 42px;
    transform-origin: left center;
  }

  #hamburger.close span:nth-child(1) {
    transform: rotate(45deg);
  }

  #hamburger.close span:nth-child(2) {
    width: 0%;
    opacity: 0;
    transition: .1s;
  }

  #hamburger.close span:nth-child(3) {
    transform: rotate(-45deg);
  }

#nav-menu {
	position: absolute;
	opacity: 0;
    z-index: 10;
    transition: transform .5s ease, opacity ease .2s;
	display: none;
  }

#nav-menu.now-active {
    /* transform: translateX(0); */
    /* transition: transform .5s ease, opacity ease .2s; */
    opacity: 1;
    /* border: 1px solid #989c9a; */
    width: -webkit-fill-available;
    /* padding-top: 8px; */
    /* padding-left: 19px; */
    /* padding-right: 21px; */
    /* right: 0px; */
    /* border-radius: 0px; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .25);
    /* z-index: 100; */
    display: block;
    position: fixed;
    margin: 0px 5.5%;
    padding: 20px;
    right: 0;
    top: 86px;
	background: #fff;
}

  .nav-list {
    padding: 10px;
    list-style-type: none;
	font-family: 'Yekan';
}
.nav-list li {
    padding: 8px 0px;
    border-bottom: 1px solid #ced3d6;
}
.nav-list li a {
	color: #000;
}


    /*responsible header End*/














@media screen and (max-width: 1180px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
@media screen and (max-width: 640px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */






/*
Start breadcrumb CSS
*/
.breadcrumb-sec{
	margin-top: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumb-sec-title {
	font-family: 'farhang2';
    font-size: 27px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #6B6B6B;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.breadcrumb-sec-desc{
	width: 100%;
	padding-top: 12px;
}
.breadcrumb-sec-desc span {
    font-size: 10px;
    font-family: 'farhang2';
    color: #d3d2d2;
}
.breadcrumb-sec-desc span a {
    font-size: 15px;
    font-family: 'farhang2';
    color: #004b97c9;
}

.breadcrumb-sec-desc ol{
    display: flex;
}
.breadcrumb-sec-desc ol li{
    list-style: none;
    margin-left: 10px;
}
.breadcrumb-sec-desc span {
    font-size: 10px;
    font-family: 'farhang2';
    color: #d3d2d2;
}
.breadcrumb-sec-desc a span {
    font-size: 15px;
    font-family: 'farhang2';
    color: #004b97c9;
}
@media screen and (max-width: 1180px) {
.breadcrumb-sec .row{
	padding-left: 5.5%;
    padding-right: 5.5%;
}
.breadcrumb-sec-desc span {
    font-size: 10px;
}
.breadcrumb-sec-desc span a {
    font-size: 13px;
}
.breadcrumb-sec-title {
    font-size: 22px;
	width: 100%;
}
}
@media screen and (max-width: 680px) {
    .breadcrumb-sec-desc ol {
    display: flex;
    flex-wrap: wrap;
    }
    .breadcrumb-sec-desc a span{
    font-size: 12px;
    }
    .breadcrumb-sec .row{
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
    .breadcrumb-sec-desc span {
        font-size: 10px;
    }
    .breadcrumb-sec-desc span a {
        font-size: 13px;
    }
    .breadcrumb-sec-title {
        font-size: 14px;
        width: 100%;
    }
}
/*
/*
End breadcrumb CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */







/*
Start content-category&amp;tags CSS
*/
.page-content-sec {
    min-height: 300px;
    padding: 40px 0px;
    text-align: justify;
    font-family: 'Yekan';
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Yekan';
}
.index-product-box {
    width: 100%;
    padding: 15px;
    border: 1px solid #ebebeb;
    transition: 0.5s;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 20px 0px;
}

.index-product-box:hover {
    background: #f7f7f7;
    transition: 0.5s;
}
.index-product-box:hover .index-product-box-title a{
    color: #023970;
}
.index-product-box-right {
    width: 30%;
    height: 200px;
}
.index-product-box-right img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.index-product-box-left {
    width: 61%;
    height: 200px;
    padding-right: 25px;
}
.index-product-box-date{
	color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.index-product-box-title a{
	color: #004b97;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin-top: 10px;
    font-family: 'farhang2';
}
.index-product-box-desc{
	font-size: 13px;
    line-height: 30px;
    height: 80px;
    letter-spacing: -0.5px;
    text-align: justify;
    padding-left: 20px;
    margin-bottom: 0px;
}
.index-product-box-more {
    margin-top: -14px;
    transition: 0.5s;
    margin-left: 20px;
    text-align: left;
}

@media screen and (max-width: 1180px) {
.index-product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.index-product-box-right {
    width: 100%;
}
.index-product-box-left {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-top: 11px;
}
.page-content-sec-row {
	padding-left: 5.5%;
    padding-right: 5.5%;
}
}
@media screen and (max-width: 680px) {
.index-product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.index-product-box-right {
    width: 100%;
}
.index-product-box-left {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-top: 11px;
}
.page-content-sec-row {
	padding-left: 5.5%;
    padding-right: 5.5%;
}
}
/*
End content-category&amp;tags CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */













/*
Start Footer CSS
*/
.footer-sec{
	background: #084d95;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-col{
	width:25%
}

.footer-col span{
	color: #00E088;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-family: 'farhang2';
}
.footer-col ul{
	list-style: none ;
}
.footer-col ul li{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan';
    font-size: 15px;
}
.footer-col ul li a{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan';
    font-size: 15px;
}
.footer-col ul li a:hover {
	color: #d9d6d6;
}
.footer-col-logo{
	width: 100%;
    height: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
	align-items: flex-end;
}
.footer-col-social {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.footer-col-social img {
    filter: saturate(0) invert(1) brightness(2.5);
    opacity: 0.7;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 1px 9px;
}
.footer-row{
	height: 100%;
}
.copyright-sec{
	padding: 24px 0px;
    background: black;
}
.copyright-sec-span {
    color: #a5a4a4;
    text-align: center;
    width: 100%;
    font-family: 'farhang2';
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}
@media screen and (max-width: 1180px) {
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}
/*
End Footer CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */

/*
Start Page CSS
*/
.about-us-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
}
.about-us-row-right{
	width: 47%;
}
.about-us-row-right-title{
	margin-bottom: 30px;
}
.about-us-row-right-title h1 {
    color: #004b97;
    font-size: 25px;
    letter-spacing: -1px;
    font-family: 'farhang2';
    /* padding-bottom: 13px; */
    /* border-bottom: 1px solid #dbdbdb; */
    margin-bottom: 20px;
    width: fit-content;
    /* border-right: 2px solid #000; */
    border-right: 4.5px solid #00a652;
    padding-right: 8px;
    margin-right: 0px;
}
.about-us-row-right-desc {

}
.about-us-row-right-desc p {
    margin-top: 0px;
    font-size: 14px;
    color: #343434;
    line-height: 24px;
    text-align: justify;
    border-bottom-color: rgb(32 32 32);
    /* letter-spacing: -0.5px; */
}
.about-us-row-left {
	width: 47%;
}
.about-us-row-left img{

}
@media screen and (max-width: 640px) {
.about-us-row-right {
    width: 100%;
}
.about-us-row-left {
    width: 100%;
    margin-top: 40px;
}
}
@media screen and (max-width: 1180px) {
	.about-us-row-right {
    width: 100%;
}
.about-us-row-left {
        width: auto;
        margin-top: 40px;
}
}










/* ************************************start subsidiaries********************************************/

.subsidiaries-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.subsidiaries-box{
	width: 32%;
	text-align: center;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    color: #333333;
    background: #fbfbfb;
}
.subsidiaries-box-img{
	width: 100%;
}
.subsidiaries-box-img img {
    width: -webkit-fill-available;
    object-fit: cover;
}
.subsidiaries-box-title {
	padding: 17px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -62px;
    background: #ffffffde;
    position: relative;
}
.subsidiaries-box-title h4 {
	font-size: 19px;
    font-family: 'farhang2';
    color: #11477e;
    line-height: 23px;
    margin: 0 0 5px 0;
    position: relative;
    font-weight: bold;
    border-right: none;
}
.subsidiaries-box:hover .subsidiaries-box-title {
    background: rgb(7 77 149 / 90%);
    transition: 0.5s ;
}
.subsidiaries-box:hover .subsidiaries-box-title h4 {
    color: #fff;
    transition: 0.5s;
}

@media screen and (max-width: 1180px) {
.subsidiaries-box{
	width: 48%;
}
}
@media screen and (max-width: 640px) {
.subsidiaries-box{
	width: 100%;
}
}
/* ************************************end subsidiaries********************************************/






/* ************************************start shareholders********************************************/

.shareholders-row{
	width: 100%;
}
.shareholders-row-box {
    padding: 10px;
    border: 1px solid #ededed;
    background: #fbfbfb;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.shareholders-row-box-right {
    width: 15%;
}
.shareholders-row-box-right img{
	width: 100%;
    object-fit: cover;
}
.shareholders-row-box-left {
    width: 60%;
    padding-right: 17px;
}
.shareholders-row-box-left p {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}

.shareholders-row-box-left-title {
	font-size: 17px;
    font-weight: 600;
    font-family: 'farhang2';
    color: #004b97;
}
@media screen and (max-width: 820px) {
.shareholders-row-box-right {
    width: 100%;
}
.shareholders-row-box-left {
    width: 100%;
    padding-right: 0px;
    margin-top: 16px;
}
.shareholders-row-box {
    display: flex;
    flex-wrap: wrap;
}
.shareholders-row-box-left-title {
	font-size: 13px;
}
.shareholders-row-box-left p {
	font-size: 13px;
}
}
/* ************************************end shareholders********************************************/





/* ************************************start contact us********************************************/

.contact-us-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.contact-us-row-box{
	width: 48%;
	border: 1px solid #d7d7d7;
}
.contact-us-row-box-title {
    border-bottom: 1px solid #d7d7d7;
    padding: 2%;
    position: relative;
    background: #084d95;
}
.contact-us-row-box-title span {
    color: #ffffff;
    font-size: 16px;
    font-family: 'farhang2';
    /* font-weight: bold; */
    /* margin-right: 50px; */
    /* text-align: center; */
}
.contact-us-row-box-desc{
	padding: 20px;
}
.contact-us-row-box-desc h4 {
    font-size: 20px;
    color: #004b97;
    font-family: 'farhang2';
}
@media screen and (max-width: 1180px) {
.contact-us-row-box {
        width: 100%;
        border: 1px solid #d7d7d7;
        margin-top: 22px;
}

}
@media screen and (max-width: 640px) {
.contact-us-row-box {
        width: 100%;
        border: 1px solid #d7d7d7;
        margin-top: 22px;
}
}

/* ************************************end contact us********************************************/


/* ************************************start analyze********************************************/
.analyze-row-box{
	width: 100%;

}

/* ************************************end analyze********************************************/

/*
End Page CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */</pre></body></html>