

body .button-01 {
    border-radius: 3px;
    background-color: var(--button-color1);
    min-width: 150px;
    color: #FFF;
    font-family: var(--family2);
    font-weight: 400;
    padding-bottom: 2px;
}
body .button-01, body .button-01:link, body .button-01:active, body .button-01:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}
body .button-01:hover {
    background-color: var(--button-hover-color1);
    text-decoration: none !important;
}
body .btn-color1.button-01 {
    background-color: var(--button-color1);
}
body .btn-color1.button-01:hover {
    background-color: var(--button-hover-color1);
}





.header-split .menu-logo img {
    max-height: 130px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.main-heading {
    font-size: 32px;
    color: #3b3b3b;
    text-align: left;
}

.highlight {
    background-image: linear-gradient(to right, #ffa800, #ffa800);
    padding: 10px 20px;
    border-radius: 8px;
    color: #000;
    display: inline-block;
}




/*recent posts */
.recent-posts-01 article {
	background-color: #fafafa;
	text-align: center;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	color: #333333;
}
.recent-posts-01 .pic img {
	width: 100%;
}
.recent-posts-01 .title {
	font-size: 18px;
	line-height: 23px;
	margin: 60px 15px 29px 15px;
	position: relative;
}
.recent-posts-01 .title a,
.recent-posts-01 .title a:link,
.recent-posts-01 .title a:active,
.recent-posts-01 .title a:visited {
	color: #333333;
}
.recent-posts-01 .title a:hover {
	color: #20a3f0;
	text-decoration: none;
}
.recent-posts-01 .title:before {
	width: 27px;
	margin: 0 0 0 -14px;
	border: 1px solid #000;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
}
.recent-posts-01 span.time {
	color: #d610ce;
	display: inline-block;
	padding: 0 0 25px 0;
	line-height: 1.2;
}
.recent-posts-01 .excerpt {
	padding: 0 30px;
}
.recent-posts-01 .imginfo {
	border-top: 1px solid #e3e3e3;
	padding: 30px 0;
	margin: 32px 0 0 0;
}
.recent-posts-01 .imginfo img {
	display: inline-block;
}
.recent-posts-01 .imginfo span {
	display: inline-block;
	margin: 0 0 0 5px;
}

@media only screen and (max-width: 991px) {
.recent-posts-01 .title {
	margin-top: 30px;
}
}
.recent-posts-02 {
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
}
.recent-posts-02 .item {
	color: #d610ce;
	position: relative;
	padding: 0;
	background-size: cover;
	border-right: 1px solid #dcdcdc;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
	transition: color ease-in 200ms;
}
.recent-posts-02 .item:last-child {
	border: none!important;
}
.recent-posts-02 .item:after {
	content: "";
	background-color: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	transition: background-color ease-in 200ms;
}
.recent-posts-02 .imgbg-cover {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.recent-posts-02 .cont-box {
	padding: 70px 40px 160px;
}
.recent-posts-02 .cont-box > * {
	position: relative;
	z-index: 1;
}
.recent-posts-02 .title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 90px;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
	transition: color ease-in 200ms;
	position: relative;
}
.recent-posts-02 .title:after {
	content: "";
	width: 80px;
	display: block;
	position: absolute;
	bottom: -45px;
	left: 0;
	border-bottom: 2px solid #20a3f0;
	transition: border-color ease-in 200ms;
	-moz-transition: border-color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: border-color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: border-color ease-in 200ms;
	/* Opera */
	-ms-transition: border-color ease-in 200ms;/* IE9? */
}
.recent-posts-02 .title a,
.recent-posts-02 .title a:link,
.recent-posts-02 .title a:active,
.recent-posts-02 .title a:visited {
	color: #333333;
}
.recent-posts-02 .item .title a:hover,
.recent-posts-02 .item:hover .title a:hover {
	color: #20a3f0;
	text-decoration: none;
}
.recent-posts-02 .date {
	font-style: italic;
	font-size: 14px;
}
.recent-posts-02 .footer {
	position: absolute;
	bottom: 60px;
	left: 40px;
	right: 40px;
}
.recent-posts-02 .footer:after {
	content: "";
	display: block;
	clear: both;
}
.recent-posts-02 .footer i {
	margin: 0px 6px;
	font-size: 1.2em;
	vertical-align: text-top;
}
.recent-posts-02 .footer,
.recent-posts-02 .footer a,
.recent-posts-02 .footer a:link,
.recent-posts-02 .footer a:active,
.recent-posts-02 .footer a:visited {
	color: #20a3f0;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: color ease-in 200ms;
	/* Opera */
	-ms-transition: color ease-in 200ms;/* IE9? */
}
.recent-posts-02 .item:hover,
.recent-posts-02 .item:hover .title a {
	color: #FFF;
}
.recent-posts-02 .item:hover .title:after {
	border-color: #FFF;
}
.recent-posts-02 .item:hover:after {
	background-color: rgba(0, 0, 0, 0.85);
}
.recent-posts-02 .item:hover .title:after {
	border-color: #FFF;
}
.recent-posts-02 .postlikes.activate >i:before {
	content: "\f004";
}
.recent-posts-02 .item:hover .footer,
.recent-posts-02 .item:hover .footer a,
.recent-posts-02 .item:hover .footer a:link,
.recent-posts-02 .item:hover .footer a:active,
.recent-posts-02 .item:hover .footer a:visited {
	color: #FFF;
}
.recent-posts-02 .item:hover .footer a:hover {
	color: #20a3f0;
	text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.recent-posts-02 .cont-box {
	padding: 15px 15px 80px 15px;
}
.recent-posts-02 .title {
	font-size: 18px;
	margin-bottom: 40px;
}
.recent-posts-02 .title:after {
	bottom: -20px;
}
.recent-posts-02 .footer {
	left: 15px;
	right: 15px;
	bottom: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.recent-posts-02 .cont-box {
	padding: 15px 15px 80px 15px;
}
.recent-posts-02 .title {
	font-size: 14px;
	margin-bottom: 40px;
}
.recent-posts-02 .title:after {
	bottom: -20px;
}
.recent-posts-02 .footer {
	left: 15px;
	right: 15px;
	bottom: 20px;
}
}

@media only screen and (max-width: 767px) {
.recent-posts-02 {
	display: block;
}
.recent-posts-02 .item {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #dcdcdc;
}
.recent-posts-02 .cont-box {
	padding: 15px 15px 80px 15px;
}
.recent-posts-02 .footer {
	left: 15px;
	right: 15px;
	bottom: 20px;
}
}
.recent-posts-03 {
}
.recent-posts-03 article {
	background-color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.recent-posts-03 .pic img {
    width: 100%;
    transition: all ease 0.3s;
}
.recent-posts-03 .cont {
    padding: 15px 15px;
    background: #f9f9f9;
    text-align: justify;
    border: 2px solid #dfdfdf;
    border-top: none;
}
.recent-posts-03 .title {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin: 0px 0 8px 0;
    position: relative;
}
.recent-posts-03 .title a,
.recent-posts-03 .title a:link,
.recent-posts-03 .title a:active,
.recent-posts-03 .title a:visited {
	color: #1d4781;
}
.recent-posts-03 .title a:hover {
	color: #f77419;
	text-decoration: none;
}
.recent-posts-03 .info {
    color: #666;
    line-height: 1.2;
    font-size: 11px;
}
.recent-posts-03 .info:after {
    content: "";
    width: 80px;
    margin: 15px 0;
    border-bottom: 2px solid #1d4781;
    display: block;
}
.recent-posts-03 .sep {
	margin: 0 6px;
}
.recent-posts-03 .social {
	overflow: hidden;
	margin-top: 20px;
}
.recent-posts-03 .social>span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.recent-posts-03 .social>span:after,
.recent-posts-03 .social>span:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1000px;
	border-bottom: 1px solid #bbbbbb;
	margin-top: -1px;
}
.recent-posts-03 .social>span:before {
	left: auto;
	right: 100%;
}
.recent-posts-03 .social .fa {
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 5px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: all ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: all ease-in 200ms;
	/* Opera */
	-ms-transition: all ease-in 200ms;/* IE9? */
}
.recent-posts-03 .social .fa:hover {
	color: #20a3f0;
}
.recent-posts-03 .more a {
	color: inherit;
	text-decoration-line: none;
}
.recent-posts-04 .pic img {
	max-width: 100%;
}
.recent-posts-04 .cont {
	padding: 25px 0;
}
.recent-posts-04 .title {
	margin: 0 0 8px;
	font-size: 18px;
}
.recent-posts-04 .title a,
.recent-posts-04 .title a:link,
.recent-posts-04 .title a:active,
.recent-posts-04 .title a:visited {
	color: #333333;
}
.recent-posts-04 .title a:hover {
	color: #20a3f0;
	text-decoration: none;
}
.recent-posts-04 .time {
	margin-bottom: 10px;
	display: block;
}
.recent-posts-04 .cont > p .fa {
	padding-right: 5px;
}
.recent-posts-04.light,
.recent-posts-04.light .title,
.recent-posts-04.light .title a,
.recent-posts-04.light .title a:link,
.recent-posts-04.light .title a:active,
.recent-posts-04.light .title a:visited {
	color: #FFF;
}
.recent-posts-04.light .excerpt,
.recent-posts-04.light .excerpt a,
.recent-posts-04.light .excerpt a:link,
.recent-posts-04.light .excerpt a:active,
.recent-posts-04.light .excerpt a:visited {
	color: #fff;
}
.recent-posts-05 article {
	margin-bottom: 15px;
	position: relative;
}
.recent-posts-05 .title {
	font-size: 18px;
	margin: 0 0 8px;
}
.recent-posts-05 .title a,
.recent-posts-05 .title a:link,
.recent-posts-05 .title a:active,
.recent-posts-05 .title a:visited {
	color: #333333;
}
.recent-posts-05 .title a:hover {
	color: #20a3f0;
	text-decoration: none;
}
.recent-posts-05 .newsbox {
	padding: 25px 20px;
	border: 1px solid #e3e3e3;
	border-top: 0;
}
.recent-posts-05 .category {
	margin: 0 -20px 20px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #e3e3e3;
}
.recent-posts-05 .category a,
.recent-posts-05 .category a:link,
.recent-posts-05 .category a:active,
.recent-posts-05 .category a:visited {
	color: #666666;
}
.recent-posts-05 .sep {
	color: #cccccc;
	padding: 0px 5px;
}
.recent-posts-05 img {
	width: 100%;
}
.recent-posts-05 p {
	margin-bottom: 20px;
}
.recent-posts-05 .date {
	position: absolute;
	width: 52px;
	left: 0;
	top: 0;
	text-align: center;
}
.recent-posts-05 .date .month {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
	background-color: #20a3f0;
}
.recent-posts-05 .date .day {
	display: block;
	background-color: #eeeeee;
	line-height: 38px;
	font-size: 20px;
	color: #333333;
}
.recent-posts-05.light,
.recent-posts-05.light .title,
.recent-posts-05.light .title a,
.recent-posts-05.light .title a:link,
.recent-posts-05.light .title a:active,
.recent-posts-05.light .title a:visited {
	color: #FFF;
}
.recent-posts-05.light .category a,
.recent-posts-05.light .category a:link,
.recent-posts-05.light .category a:active,
.recent-posts-05.light .category a:visited {
	color: #dbdbdb;
}
.recent-posts-05.light .excerpt,
.recent-posts-05.light .excerpt a,
.recent-posts-05.light .excerpt a:link,
.recent-posts-05.light .excerpt a:active,
.recent-posts-05.light .excerpt a:visited {
	color: #fff;
}
.recent-posts-05.light .newsbox,
.recent-posts-05.light .category {
	border-color: rgba(255,255,255,0.2);
}
.recent-posts-06 article {
	margin-bottom: 20px;
}
.recent-posts-06 .pic img {
	max-width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.recent-posts-06 .title {
	font-size: 18px;
	margin: 16px 0 5px;
}
.recent-posts-06 .title a,
.recent-posts-06 .title a:link,
.recent-posts-06 .title a:active,
.recent-posts-06 .title a:visited {
	color: #333333;
}
.recent-posts-06 .title a:hover {
	color: #20a3f0;
	text-decoration: none;
}
.recent-posts-06 .date {
	padding: 0 0 12px;
}
.recent-posts-06 .date .fa {
	margin-right: 5px;
}
.recent-posts-06.light,
.recent-posts-06.light .title,
.recent-posts-06.light .title a,
.recent-posts-06.light .title a:link,
.recent-posts-06.light .title a:active,
.recent-posts-06.light .title a:visited {
	color: #FFF;
}
.recent-posts-06.light .excerpt,
.recent-posts-06.light .excerpt a,
.recent-posts-06.light .excerpt a:link,
.recent-posts-06.light .excerpt a:active,
.recent-posts-06.light .excerpt a:visited {
	color: #fff;
}
.recent-posts.owl-carousel {
	width: auto;
}


.postnav-container{
	width: 1380px;
	padding-left:15px;
	padding-right:15px;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px){
	.postnav-container{
		width: 1170px;
	}
}
@media only screen and (max-width: 1199px) {	
	.postnav-container{
		width: 970px;
	}	
}	
@media only screen and (max-width: 991px)  {
	.postnav-container{
		width: 750px;
	}
}
@media only screen and (max-width: 767px) {
	.postnav-container{
		width: auto;
	}
}


.recent-posts-03 article .pic {
    position: relative;
    overflow: hidden;
}
.recent-posts-03 article:hover .pic img {
    transform: scale(1.1) rotate( -5deg );
    -webkit-transform: scale(1.1) rotate( -5deg );
    -ms-transform: scale(1.1) rotate(-5deg);
}
.recent-posts-03 article .pic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all ease 0.3s;
    z-index:1;
}
.recent-posts-03 article:hover .pic::before {
    opacity: 0.3;
}
.lg-size {
    font-size: 16px;
}





.section-covid-tabs01 .section-tabs-list {
    display: flex !important;
    justify-content: center;
    margin: 0 auto!important;
    padding: 0 !important;
}
.section-covid-tabs01 .section-tabs-list .item{
    background-color: #FFF;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    font-weight: bold;
    max-width: calc(33% - 10px);
    transition: all ease-in 300ms;
    margin: 0px 5px 15px;
    word-break: break-all;
    line-height: 1.2;
    flex: 1;
}
.section-covid-tabs01 .section-tabs-list .item img{
    margin-bottom: 15px;
    transition: all ease-in 300ms;
}
.section-covid-tabs01 .section-tabs-list .item.active{
    background-color: var(--accent-color);
    border-color: transparent;
    color: #FFF;
}
.section-covid-tabs01 .section-tabs-list .item.active img{
    filter: grayscale(100%) brightness(400%);
}
@media only screen and (max-width: 1199px) {
    .section-covid-tabs01 .section-tabs-list .item{
        width: calc(33% - 10px);
        flex: 1 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .section-covid-tabs01 .section-tabs-list {
        flex-wrap: wrap;
    }
    .section-covid-tabs01 .section-tabs-list .item{
        padding:15px 10px;
        font-weight: 400;
        font-size: 14px;
    }
}

----------------







.color-white, .color-white p, .color-white .Normal, .color-white a, .color-white a:link, .color-white a:active, .color-white a:visited, .color-white a:hover, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
    color: #ff6e2f !important;
}


.eds_news_Nova.eds_subCollection_news .edn_article.edn_fixedHeaderArticle .edn_articleTitle {
    font-size: 30px;
    font-family: iransans;
    text-align: justify;
    font-weight: 600;
}

.ArticleView h1 {
    font-size: 25px !important ;
    color: #821f89;
    float: right;
}

.eds_news_Nova.eds_subCollection_news h2 {
    font-size: 25px;
    font-family: iransans;
    color: black;
}

/*---------------*/
.home10-cont03,.home10-cont03:nth-child(2n){
    border:1px solid #ededed;
    background-color:#f7f7f7;
    position:relative;
    margin-top:25px;
    min-height:181px
}
.home10-cont03 .cont_left{
    position:absolute;
    right:0;
    top:0;
    width:22%;
    height:100%;
    
    background-size:cover
}
.home10-cont03 .cont_right p{
  overflow-wrap: anywhere;
}
.home10-cont03 .cont_left p{
  overflow-wrap: anywhere;
}
.home10-cont03 .cont_right{
    float:left;
    width:72%;
    position:relative;
    padding: 25px 0 25px 30px
}
.home10-cont03:nth-child(2n) .cont_left{
    float:left;
    width:24%;
    text-align:left;
    position:relative
}
.home10-cont03:nth-child(2n) .cont_right{
    position:absolute;
    right:51px;
    top:0;
    width:71%;
    height:100%;
    
    background-size:cover
}
.home10-cont03 h3,.home10-cont03:nth-child(2n) h3{
    font-size:15px;
    line-height:1.5;
    font-weight:bold;
    margin:5px 0 15px
}
.home10-cont03 .date,.home10-cont03:nth-child(2n) .date{
    position:absolute;
    top:49%;
    left:-55px;
    margin-top:-31px;
    padding-top:10px;
    width:95px;
    height:95px;
    font-size:40px;
    color:#ffffff;
    text-align:center;
    background-color:#8cc747;
    border:3px solid #ffffff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    z-index:1;
    line-height:1.1;
    -moz-box-shadow:3px 3px 6px rgba(0,0,0,0.2);
/* For Firefox3.6+ */
    -webkit-box-shadow:3px 3px 6px rgba(0,0,0,0.2);
/* For Chrome5+,Safari5+ */
    box-shadow:3px 3px 6px rgba(0,0,0,0.2);
/* For Latest Opera */
    
}
.home10-cont03:nth-child(2n) .date{
    -moz-box-shadow:-3px 3px 6px rgba(0,0,0,0.2);
/* For Firefox3.6+ */
    -webkit-box-shadow:-3px 3px 6px rgba(0,0,0,0.2);
/* For Chrome5+,Safari5+ */
    box-shadow:-3px 3px 6px rgba(0,0,0,0.2);
/* For Latest Opera */
    
}
.home10-cont03 .date span,.home10-cont03:nth-child(2n) .date span{
    font-size:14px;
    display:block
}
.home10-cont03 .cont_right .date{
    right:-136px
}
.home10-cont03:nth-child(2n) .cont_right .date{
    right:auto;
    left:-103px;
    top: 40%;
}
@media only screen and (max-width:767px){   
    .home10-cont03 .cont_left,.home10-cont03:nth-child(2n) .cont_right{
        position:static;
        width:100%;
        height:250px
    }
    .home10-cont03 .cont_left,.home10-cont03:nth-child(2n) .cont_right{
        float:none;
        width:auto;
        padding:60px 30px 30px;
        text-align:right
    }
    .home10-cont03 .date,.home10-cont03:nth-child(2n) .date{
        display:none;
    }
}
.contactBg{
/*background:url(/portals/0/Bg/contactBg.png) no-repeat bottom center;
    */
    
}
.projectBg{
    background:#444;
    padding-bottom:40px;
    border-top:5px solid #fdb824;
    border-bottom:5px solid #fdb824
}
    

/*---------------------*/


/*----------------------news-------------------------------*/
.newsContainer{
    margin-right:20px
}
.newsContainerlist{
    width:30%;
    float:right;
    margin-right:20px !important
}
.newsContainer .featured-pro{
    margin: 0 0 20px 0;
    text-align:center;
    background:#fff;
    border-bottom:1px solid #eeeeee;
    min-height:490px
}
.newsContainer .featured-pro .img{
    position:relative
}
.newsContainer .featured-pro .box{
    padding:10px 30px 30px;
    border:1px solid #eee;
    border-top:none;
    background:#fafafa;

}
.newsContainer .featured-pro .box a.news-title{
    height:50px;
    display:block;
     line-height: 1.8em;
    font-weight:bold
           
}
.newsContainer h5{
    color:#333;
    padding:20px 0 5px;
    font-weight:600;
    min-height:105px
}
.newsContainer p{
    padding:10px 0 20px;
    color:#999;
    height:93px;
    line-height:2em;
    overflow:hidden
}
.newsContainer .featured-pro a.learn-more{
    font-weight:500;
    display:inline-block;
    padding:8px 20px;
    border-radius:4px;
    color:#58595b
}
.newsContainer .featured-pro:hover{
    border-bottom:1px solid #00A693
}
.newsContainer .featured-pro{
    margin: 0 0 20px 0;
    text-align:center;
    background:#fff;
    min-height:490px
}
.newsContainer .featured-pro .overlay{
    background:#f76d2c;
    position:absolute;
    height:65px;
    width:65px;
    border-radius:50%;
    border:3px solid #fff;
    left:50%;
    margin:0 -30px 0 0;
    bottom:-30px;
    line-height:52px
}
.newsContainer .featured-pro .overlay em{
    color:#fff;
    font-size:24px;
    display:inline-block;
    vertical-align:middle
}
.newsContainer A,.newsContainer A:link,.newsContainer A:active,.newsContainer A:visited{
    -moz-transition:all 0.7s ease 0s;
    -webkit-transition:all 0.7s ease 0s;
    -o-transition:all 0.7s ease 0s;
    transition:all 0.7s ease 0s;
    border:medium none;
    color:#00A693;
    outline:medium none;
    text-decoration:none !important;
    font-size:15px;
    font-weight:normal;
    line-height:1.5em
}
.newsContainer .featured-pro:hover a.learn-more{
    background:#00A693;
    color:#fff
}
.newsContainer .featured-pro a.learn-more{
    font-weight:500;
    display:inline-block;
    padding:8px 20px;
    border-radius:4px;
    color:#58595b
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

.subItem {margin-bottom: 10px; }
.home10-cont03:nth-child(2n+1) .cont_left { width: 100% !important; }
.newsContainerlist { width: 100% !important; float: left; margin-left: 0px !important; }
.home16-cont .cont-right {
    width: auto;
}
.home16-cont .cont-right::before{
    content: "";



width: 200% !important;
height:200%;



}
.font-35{
    font-size:25px !important;
}
.home19-imglist {

    margin: 0 0 0 -14px !important;

}
.home10-cont03:nth-child(2n) .cont_right{
    width: 100%;
    left:0;
}
.home10-cont03 .cont_right .date {

    display: none;

}
.home16-cont .cont-left{display:none;}
.home10-cont03 .cont_left{

display: none;
}
.home10-cont03 .cont_right {

    float: left !important;
    width: 100% !important;
    padding: 25px 30px 25px 30px !important;

}
.home10-cont03:nth-child(2n) .cont_right{
    width: 100% !important;
    left:0 !important;
        /*position: inherit !important;*/
}
}
.listingItem .summary { 
    overflow-wrap: anywhere; 
}

#back-to-top.backtop01 {
    background-color: #ffb606;
}


.eds_GravityGallery_Graviton div, .eds_GravityGallery_Graviton span, .eds_GravityGallery_Graviton p, .eds_GravityGallery_Graviton a, .eds_GravityGallery_Graviton small, .eds_GravityGallery_Graviton strong, .eds_GravityGallery_Graviton b, .eds_GravityGallery_Graviton u, .eds_GravityGallery_Graviton i, .eds_GravityGallery_Graviton dl, .eds_GravityGallery_Graviton dt, .eds_GravityGallery_Graviton dd, .eds_GravityGallery_Graviton li, .eds_GravityGallery_Graviton label, .eds_GravityGallery_Graviton th, .eds_GravityGallery_Graviton td, .eds_GravityGallery_Graviton button, .eds_GravityGallery_Graviton input, .eds_GravityGallery_Graviton textarea {
    font-family: iransans; !important;
}

.dnnSearchBoxPanel {
    background-color: #fff;
}

.btn-accent, a.btn-accent {
    color: #ffffff;
    border-color: #515fff;
    background-color: #515fff;
}

.home10-cont03 .date, .home10-cont03:nth-child(2n) .date {
    position: absolute;
    background-color: #515fff;
}
.newsContainer .dg-imagebox09 .pic img{
  height:100%;
  width:100%;
}

.fa, .fas {
    font-weight: 100 !important;
}




.btn-accent, a.btn-accent {
    color: #ffffff;
    border-color: #00A693;
    background-color: #00A693;
}

.newsContainer A, .newsContainer A:link, .newsContainer A:active, .newsContainer A:visited {
    color: #00A693;
}

.center { text-align: center; }
.text { line-height: 2em; /*text-align:justify;*/ }
.lineHight { line-height: 2em; }
.line-h { line-height: 1.6em; letter-spacing: 0; text-decoration: none; }
.font-19 { font-size: 17px !important; }
.font-21 { font-size: 21px !important; }
.decoration { text-decoration: none !important; }
/*--------contact---------------*/
.contactus02-bg02 { background: #fdb824; }
.contactus02-bg02 .contactus02-text { font-size: 28px; color: #fff; padding: 38px 0; margin: 0; display: block; position: relative; text-align: center; line-height: 1.2; }
.contactus02-bg02 .contactus02-text:after { content: ""; position: absolute; border-style: solid; border-width: 15px; border-color: #fdb824 transparent transparent transparent; top: 100%; left: 50%; margin: 0 0 0 -15px; }
.titr { text-align: left; color: #fff; font-weight: bold; font-size: 19px; }
.titr:after { content: ""; border-bottom: 2px solid #fdb824; width: 30px; display: block; margin: 10px 0 16px; }
.contactBox { border-bottom: 3px solid #fdb824; padding: 20px 30px 15px; background-color: #58595b; min-height: 200px; margin-bottom: 20px; }
/*-------about--------*/
.orangeColor { color: #fdb824 !important; }
.white-color { color: #fff !important; }
.grayColor { color: #333 !important; }
.Historybg { background: url(/Portals/0/Bg/pattern2.png); border-top: 10px solid #fdb824; border-bottom: 10px solid #fdb824; }
.menuItems li { margin: 0; position: relative; padding: 10px 0px; list-style: none; border-bottom: 1px dashed #f6f6f6; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.menuItems li:hover { padding: 10px 3px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
ul.menuItems li span.fa { margin: 0 4px 0 0px; color: #fdb824; }
.menuItems li:last-child { border-bottom: none; }
.menuItems li:first-child { padding-top: 5px; }
.ml-0 { margin-left: 0 !important; }
.sideBg { background: url(/Portals/0/Bg/bgLeft.png) 0 100% no-repeat, url(/Portals/0/Bg/bgRight.png) 100% 0 no-repeat; }
.grayBg1 { background: #333; border-top: 5px solid #fdb824; }
.titrPasargad { color: #1f2d30; font-size: 40px; font-weight: bolder; text-transform: uppercase; letter-spacing: 0.5px; font-style: normal; line-height: 1.2em; }
.titrPasargad :after { content: ""; width: 50px; display: block; border-bottom: 3px solid #fdb824; margin: 23px auto 0; }
/*---------------managers---------------*/
.flip-box05 .cont::after { background-color: #444 !important; }
.border { padding: 5px; background: #f8f8f8 none repeat scroll 0% 0%; border: 1px solid #d4d4d4; }
/*------------------Business-----------------*/
.sideBusiness { background: url( /Portals/0/Bg/bgLeftt.png) 0 100% no-repeat; }
.font-23 { font-size: 23px !important; }
.font-35 { font-size: 34px !important; }
.grayBg1.BorderBottom { border-bottom: 5px solid #fdb824; }
/*-----------------*/
.home19-imglist { padding: 0; margin: 0 0 0 19px !important; list-style: none; }
.home19-imglist > li { float: left; margin: 0 0 22px 20px; max-width: 100%; }
.home19-imglist img { max-width: 100%; }

/*-------responsive---------------*/
@media only screen and (min-width:1200px) {
.home19-imglist .imglist-width-1 { width: 330px; }
.home19-imglist .imglist-width-2 { width: 465px; }
.home19-imglist .imglist-width-3 { width: 279px; }
.home19-imglist .dg-testimonials11 blockquote { padding: 20px 34px 0; }
.home19-imglist .dg-testimonials11 blockquote:before { left: 30px; }
.home36-news .photo_box .content > p { padding: 5px 25px 38px; text-align: center; }
.home36-news .photo_box .content .text_title { padding: 0; height: 100px; }
.home36-news .photo_box:hover .content { height: 180px; }
a.home36-btn02 { padding: 15px 58px; }
}

@media only screen and (min-width:1600px) {
.home19-imglist .imglist-width-1 { width: 420px; }
.home19-imglist .imglist-width-2 { width: 600px; }
.home19-imglist .imglist-width-3 { width: 360px; }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.home19-imglist .imglist-width-1 { width: 275px; }
.home19-imglist .imglist-width-2 { width: 400px; }
.home19-imglist .imglist-width-3 { width: 241px; }
.home19-imglist .dg-testimonials11 blockquote { padding: 20px 15px 0; }
.home19-imglist .dg-testimonials11 blockquote:before { left: 10px; }
.home19-imglist { margin-left: -10px; }
.home19-imglist > li { margin: 0 0 10px 10px; }
.home19-imginfo > .owl-carousel { top: 25%; }
}

@media only screen and (min-width:768px) and (max-width:991px) {
.home19-imglist .imglist-width-1 { width: 349px; }
.home19-imglist .imglist-width-2 { width: 358px; }
.home19-imglist .imglist-width-3 { width: 174px; }
.home19-imglist .dg-testimonials11 blockquote { padding: 20px 15px 0; }
.home19-imglist .dg-testimonials11 blockquote:before { left: 10px; }
.home19-imglist { margin-left: -10px; }
.home19-imglist > li { margin: 0 0 10px 10px; }
.home19-imginfo > .owl-carousel { top: 25%; }
.home16-cont .cont-left { width: auto; position: relative; }
.home16-cont .cont-right { width: auto; }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
.home19-imglist .imglist-width-1 { width: 420px; }
.home19-imglist .imglist-width-2 { width: 420px; }
.home19-imglist .imglist-width-3 { width: 205px; }
.home19-imglist .dg-testimonials11 blockquote { padding: 20px 15px 0; }
.home19-imglist .dg-testimonials11 blockquote:before { left: 10px; }
.home19-imglist { margin-left: -10px; }
.home19-imglist > li { margin: 0 0 10px 10px; }
.home19-imginfo > .owl-carousel { top: 25%; }
.home10-cont03 .cont_right .date {

    display: none;

}
}




@media only screen and (max-width: 767px) {
.home10-cont03 .cont_left,
.home10-cont03:nth-child(2n) .cont_right { position: static; width: 100%; height: 250px; }
.home10-cont03 .cont_right,
.home10-cont03:nth-child(2n) .cont_left { float: none; width: auto; padding: 60px 30px 30px; text-align: left; }
.home10-cont03 .date,
.home10-cont03:nth-child(2n) .date { top: 0; left: 30px !important; }
.home04-contact .form-title { margin-bottom: 10px; }
.home04-contact .contact-map { width: 100%; height: 400px; position: static; }
.home04-contact .map-left { width: auto; display: block; padding: 30px; }
.home16-cont .cont-right {
    width: auto;
}
.home10-cont03 .cont_left{

display: none;
}
.home10-cont03 .cont_right {

    float: left !important;
    width: 100% !important;
    padding: 25px 30px 25px 30px !important;

}
.home10-cont03:nth-child(2n) .cont_right{
    width: 100% !important;
    left:0 !important;
    position: inherit !important;
}
}


@media only screen and (min-width: 320px) and (max-width: 480px) {

.subItem {margin-bottom: 10px; }
.home10-cont03:nth-child(2n+1) .cont_left { width: 100% !important; }
.newsContainerlist { width: 100% !important; float: left; margin-left: 0px !important; }
.home16-cont .cont-right {
    width: auto;
}
.home16-cont .cont-right::before{
    content: "";



width: 200% !important;
height:200%;



}
.font-35{
    font-size:25px !important;
}
.home19-imglist {

    margin: 0 0 0 -14px !important;

}
.home10-cont03:nth-child(2n) .cont_right{
    width: 100%;
    left:0;
}
.home10-cont03 .cont_right .date {

    display: none;

}
.home16-cont .cont-left{display:none;}
.home10-cont03 .cont_left{

display: none;
}
.home10-cont03 .cont_right {

    float: left !important;
    width: 100% !important;
    padding: 25px 30px 25px 30px !important;

}
.home10-cont03:nth-child(2n) .cont_right{
    width: 100% !important;
    left:0 !important;
        position: inherit !important;
}
}

/*@media only screen and (min-width: 600px) and (max-width: 800px) {
.home16-cont .cont-right::before { transform: none !important; -webkit-transform: none !important; transform-origin: inherit !important; -webkit-transform-origin: inherit !important; }
.home16-cont .cont-right { width: 100% !important; }
.home16-cont .cont-left { display: none !important; }
.subItem { margin-bottom: 10px !important; }
}*/
@media only screen and (max-width: 767px) {
	.home10-cont03 .cont_left,
	.home10-cont04 .cont_right{
		position:static;
		width:100%;
		height:250px;
	}
	.home10-cont03 .cont_right,
	.home10-cont04 .cont_left{
		float:none;
		width:auto;
		padding:60px 30px 30px;
		text-align:left;
	}
	.home10-cont03 .date, 
	.home10-cont04 .date{
		top:0;
		left:30px!important;		
	}
.home16-cont .cont-left{display:none;}
.home16-cont .cont-right::before{
    content: "";


width: 200% !important;
height:200%;


}
.home10-cont03 .cont_right .date {

    display: none;

}
.font-35{
    font-size:25px !important;
}
}

/*-----------------*/
.home19-imginfo { position: relative; }
.home19-imginfo > .owl-carousel { position: absolute; top: 0; left: 0; right: 0; }
.home19-newslist { text-align: left; margin: 0 0 0 18px; padding: 0; list-style: none; border-left: 1px dashed #b6b6b6; counter-reset: number; }
.home19-newslist li { padding: 0 0 100px 58px; position: relative; }
.home19-newslist li:last-child { padding-bottom: 30px; }
/*---------------*/
.home10-cont03, .home10-cont03:nth-child(2n) { border: 1px solid #ededed; background-color: #f7f7f7; position: relative; margin-top: 25px; min-height: 181px; }
.home10-cont03 .cont_left { position: absolute; left: 0; top: 0; width: 22%; height: 100%;  background-size: cover; }
.home10-cont03 .cont_right { float: right; width: 72%; position: relative; padding: 25px 30px 25px 0; }
.home10-cont03:nth-child(2n) .cont_left { float: right; width: 24%; text-align: right; position: relative; }
.home10-cont03:nth-child(2n) .cont_right { position: absolute; left: 51px; top: 0; width: 71%; height: 100%;  background-size: cover; }
.home10-cont03 h3, .home10-cont03:nth-child(2n+1) h3 { font-size: 15px; line-height: 1.5; font-weight: bold; margin: 5px 0 15px; }
.home10-cont03:nth-child(2n+1) .date { position: absolute; top: 64%; right: -55px; margin-top: -47px; padding-top: 10px; width: 85px; height: 85px; font-size: 40px; color: #ffffff; text-align: center; background-color: #fdb824; border: 3px solid #ffffff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; z-index: 1; line-height: 1.1; -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Firefox3.6+ */ -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Chrome5+, Safari5+ */ box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Latest Opera */ }

.home10-cont03 .date{ position: absolute; top: 50%; right: -55px; margin-top: -47px; padding-top: 10px; width: 85px; height: 85px; font-size: 40px; color: #ffffff; text-align: center; background-color: #fdb824; border: 3px solid #ffffff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; z-index: 1; line-height: 1.1; -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Firefox3.6+ */ -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Chrome5+, Safari5+ */ box-shadow: 3px 3px 6px rgba(0,0,0,0.2); /* For Latest Opera */ }

.home10-cont03:nth-child(2n) .date { -moz-box-shadow: -3px 3px 6px rgba(0,0,0,0.2); /* For Firefox3.6+ */ -webkit-box-shadow: -3px 3px 6px rgba(0,0,0,0.2); /* For Chrome5+, Safari5+ */ box-shadow: -3px 3px 6px rgba(0,0,0,0.2); /* For Latest Opera */ }
.home10-cont03 .date span, .home10-cont03:nth-child(2n) .date span { font-size: 14px; display: block; }
.home10-cont03 .cont_right .date { left: -136px; }
.home10-cont03:nth-child(2n) .cont_right .date { left: auto; right: -103px; }
.projectBg { background: #444; padding-bottom: 40px; border-top: 5px solid #fdb824; border-bottom: 5px solid #fdb824; }
/*---------------------*/
.subsideriesTitr { color: #58595b; font-size: 24px; font-weight: bolder; text-transform: uppercase; letter-spacing: 0.5px; font-style: normal; line-height: 1.5em; }
.subsideriesTitr:after { content: ""; width: 50px; display: block; border-bottom: 3px solid #fdb824; margin-top: 21px; }
.bg1 { background-image: url(/Portals/0/Bg/petrofooter_leftimg.png); border-top: 5px solid #fdb824; border-bottom: 5px solid #fdb824; background-position: right center; background-repeat: no-repeat; background-color: #58595b; }
.font-15 { font-size: 15px !important; }
.font-14 { font-size: 14px !important; }
.font-18 { font-size: 18px !important; }
.home06-area > li { display: table-cell; padding: 80px 50px 40px; }
.home06-area { margin: 0; padding: 0; list-style: none; display: table; table-layout: fixed; }
.color-white { color: #ffffff !important; }
.home06-area1 { display: table-cell; width: 30%; padding: 80px 50px 40px; background: #58595b; }
.home06-area2 { display: table-cell; width: 70%; padding: 80px 50px 40px; background: #fdb824; }
.menuItems.sub li { border-bottom: none !important; color: #58595b !important; padding: 13px 0 !important; }
.newList li { padding: 10px 5px; border-bottom: none; color: #3064a6 !important; }
.darkGray { color: #58595b !important; }
.newList ul { margin-left: 20px; list-style-type: disc !important; }
.textLeft { text-align: left !important; }
.menuItems.List2 li { border-bottom: none !important; padding: 17px 0px !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.menuItems.List2 li:hover { padding: 17px 4px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
ul.menuItems.List2 li span.fa { margin: 0 4px 0 0; color: #fdb824; }
ul.menuItems.List3 li span.fa { margin: 0; color: #fdb824; }
.menuItems.List3 li { padding: 14px 0px !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.menuItems.List3 li:hover { padding: 14px 4px !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.grayBg1.BBottom { border-bottom: 5px solid #fdb824; }
.FontBold { font-weight: bold !important; }
.lightBg { background: #f9fafa; border-bottom: 1px solid #eee; border-top: 1px solid #eee; }
.home16-list { margin: 0; padding: 0; list-style: none; counter-reset: custom-counter; }
.home16-list li { position: relative; z-index: 2; padding: 15px 50px; margin-bottom: 20px; }
.home16-list li .list-bg { position: absolute; top: 0; left: 0; line-height: 1; color: #fdb824; font-family: Impact; font-weight: bold; pointer-events: none; z-index: -1; opacity: 0.08; font-size: 110px; }
.home16-isotope { overflow: hidden; }
/*---------*/ .home04-isotope .isotope_group { text-align: center; margin-bottom: 50px; }
.home04-isotope .isotope_group a { border: 1px solid transparent; color: #fff; background-color: #fdb824; padding: 4px 11px; border: 1px solid #fdb824; font-size: 13px; transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; margin: 0 5px 3px; }
.home04-isotope .isotope_group a:hover, .home04-isotope .isotope_group a.active { border-color: #58595b; text-decoration: none; background: #58595b; color: #fff; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; }
.home04-isotope.loading .isotope_item { position: absolute; left: 0; top: 0; visibility: hidden; }
.home04-isotope.loading .isotope_main { min-height: 100px; background: url("/Portals/_default/skins/dng-theme/images/loader/loader1.gif") center top no-repeat; }
.home04-bg03 { background-color: #fafafa; }
.home04-bg04 { background: url("/Portals/_default/skins/dng-theme/images/home04-bg04.jpg") no-repeat 0 0; background-size: cover; background-attachment: fixed; }
.home04-contact { border-top: 1px solid #d2d2d2; position: relative; }
.home04-contact .contact-map { width: 50%; position: absolute; top: 0; right: 0; height: 100%; background-color: #f3f3f3; }
.home04-contact .map-left { width: 50%; background-position: center; background-repeat: no-repeat; background-size: cover; table-layout: fixed; }
.home04-contact .contact-form { }
.home04-contact .form-title { color: #333333; font-size: 24px; margin: 0 0 0; line-height: 1.2; text-align: center; font-weight: bold; }


.dg-accordion01 .panel-heading .arrow:before, .dg-accordion01 .panel-heading a.collapsed:hover .arrow:before, .dg-accordion01 .panel-heading a.collapsed:hover .arrow:after, .dg-accordion02 .panel-heading a:hover, .dg-accordion02 .panel-heading a, .dg-accordion03 .panel-heading a:hover, .dg-accordion03 .panel-heading a, .dg-accordion07 .panel-heading a:hover, .dg-accordion07 .panel-heading a, .dg-accordion02 .panel-heading:before, .dg-accordion04 .panel-heading .collapsed .arrow, .dg-accordion05 .panel-heading .collapsed .arrow, .dg-accordion06 .panel-heading .arrow, .dg-accordion06 .panel-heading a.collapsed:hover .arrow { background-color: #20a3fc; }
.home04-isotope .isotope_item { padding: 10px; position: relative; }
/*----------------------news-------------------------------*/
.newsContainer { margin-left: 20px; }
.newsContainerlist { width: 30%; float: left; margin-left: 20px !important; }
.newsContainer .featured-pro { margin: 0 0 20px 0; text-align: center; background: #fff; border-bottom: 1px solid #eeeeee; min-height: 490px; }
.newsContainer .featured-pro .img { position: relative; }
.newsContainer .featured-pro .box { padding: 10px 30px 30px; border: 1px solid #eee; border-top: none; background: #fafafa; }
.newsContainer .featured-pro .box a.news-title { height: 50px; display: block; font-weight: bold; line-height: 1.8em; }
.newsContainer h5 { color: #333; padding: 20px 0px 5px; font-weight: 600; min-height: 105px; }
.newsContainer p { padding: 10px 0px 20px; color: #999; height: 93px; line-height: 2em; overflow: hidden; }
.newsContainer .featured-pro a.learn-more { font-weight: 500; display: inline-block; padding: 8px 20px; border-radius: 4px; color: #58595b; }
.newsContainer .featured-pro:hover { border-bottom: 1px solid #fdb824; }
.newsContainer .featured-pro { margin: 0 0 20px 0; text-align: center; background: #fff; min-height: 490px; }
.newsContainer .featured-pro .overlay { background: #f76d2c; position: absolute; height: 65px; width: 65px; border-radius: 50%; border: 3px solid #fff; right: 50%; margin: 0 -30px 0 0; bottom: -30px; line-height: 52px; }
.newsContainer .featured-pro .overlay em { color: #fff; font-size: 24px; display: inline-block; vertical-align: middle; }
.newsContainer A, .newsContainer A:link, .newsContainer A:active, .newsContainer A:visited { -moz-transition: all 0.7s ease 0s; -webkit-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; border: medium none; color: #58595b; outline: medium none; text-decoration: none !important; font-size: 15px; font-weight: normal; line-height: 1.5em; }
.newsContainer .featured-pro:hover a.learn-more { background: #fdb824; color: #fff; }
.newsContainer .featured-pro a.learn-more { font-weight: 500; display: inline-block; padding: 8px 20px; border-radius: 4px; color: #58595b; }
/*-----------------menu-----------------*/
.menuPedc li { margin: 0; position: relative; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; font-size: 13.5px; background: url(../images/c_mark2.png) no-repeat 0% 45%; padding: 13px 14px; list-style: none; border-bottom: 1px dashed #f6f6f6; }
.menuPedc li:last-child { border-bottom: none; }
.menuPedc li:first-child { padding-top: 5px; }
.menuPedc li:hover { margin: 0 0 0 5px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.menuPedc li a { text-decoration: none; }
.titr { text-align: left; color: #58595b; font-weight: bold; font-size: 19px; }
.titr:after { content: ""; border-bottom: 1px solid #ddd; width: 100%; display: block; margin: 10px auto 16px; }
/*---------projects-------------*/

.FloatLeft { float: left; margin-left: 2px; }
/*---------------*/
.icon-out img, .icon-out .lnr, .icon-out .glyphicon, .icon-out > span, .icon-in img, .icon-in .lnr, .icon-in .glyphicon, .icon-in > span { transition: transform ease-in 200ms,opacity ease-in 200ms,visibility ease-in 200ms; -moz-transition: -moz-transform ease-in 200ms,opacity ease-in 200ms,visibility ease-in 200ms; -webkit-transition: -webkit-transform ease-in 200ms,opacity ease-in 200ms,visibility ease-in 200ms; -o-transition: -o-transform ease-in 200ms,opacity ease-in 200ms,visibility ease-in 200ms; -ms-transition: -ms-transform ease-in 200ms,opacity ease-in 200m,visibility ease-in 200mss; display: inline-block; }
.icon-left img, .icon-left .lnr, .icon-left .glyphicon { margin-right: 0.6em; text-align: center; }
.UpstreamBg { background: #58595b !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.UpstreamBg:hover { background: #fdb824 !important; border: 1px solid #fdb824 !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.UpstreamBg a { color: #fdb824 !important; }
/*---------Social icons------------*/
.bg-linkdin { background-color: #007bb5 !important; }
.border-linkdin { border: 1px solid #007bb5 !important; }
.bg-aparat { background-color: red !important; }
.border-aparat { border: 1px solid red !important; }
.bg-twitter { background-color: #55adee !important; }
.border-twitter { border: 1px solid #55adee !important; }
.grayColor { color: #ccc !important; }
.powerPadd { padding: 26px 110px !important; }
.menuPedc.subsideries li { background: url(../images/c_mark2.png) no-repeat 0% 43%; padding: 13px 17px; text-align: left; border-bottom: 1px dashed #333; }
.black-color { color: #333 !important; }
/*-----------------------------*/
.home16-cont { overflow: hidden; position: relative; z-index: 2; }
.home16-cont .cont-left { position: absolute; right: 0; top: 0px; height: 100%; overflow: hidden; z-index: -1; }
.home16-cont .cont-left img { height: 100%; min-width: 100%; }
.home16-cont .cont-right { width: 45%; float: left; position: relative; z-index: 3; padding: 50px 70px 0 85px; }
.home16-cont .cont-right:before { content: ""; top: 0; left: 0; position: absolute; width: 122%; height: 200%; background-color: #fdb824; z-index: -1; transform: skewX(17deg); -webkit-transform: skewX(15deg); transform-origin: left bottom; -webkit-transform-origin: left; }


.home16-title02 { font-size: 25px; color: #333; font-weight: bold; }
.home16-title02:after { content: ""; width: 85px; display: block; border-bottom: 2px solid #666; margin-bottom: 25px; padding-bottom: 15px; }
.home16-list03 { margin: 0; padding: 0; list-style: none; }
.home16-list03 li { padding: 0 0 18px 55px; position: relative; }
.home16-list03 li:before { content: ""; top: 40px; bottom: 5px; left: 18px; border-left: 1px solid #333; position: absolute; transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; }
.home16-list03 li h6 { font-size: 15px; color: #333333; font-weight: normal; margin: 0 0 10px; }
li p { line-height: 18px; }
.home16-list03 li span.fa { position: absolute; top: 0; left: 0; width: 35px; height: 35px; line-height: 35px; text-align: center; border: 1px solid #333; color: #333; transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; }
.home16-list03 li:last-child:before { content: ""; border-left: none !important; }


.mt-0 { margin-top: 0; }
.color99 { color: #999; }
.subItem { font-weight: normal; font-style: normal;position: relative; text-indent: inherit; font-size: 14px; line-height: 2.3; background-color: rgba(255,255,255,0.1); padding:26px 38px 16px; color: #FFF; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: left;overflow:hidden; }
.subItemTitr { display: block; font-size: 16px; margin: 0px 0px 8px; color: #fdb824; font-style: normal; line-height: 1.6; font-weight: bold; }
.menuPedc.subsideritem li { border-bottom: 1px dashed #444; padding: 7px 14px; }
.menuPedc.subsideritem li:last-child { border-bottom: none !important; }
.list5 li { border-bottom: 1px dashed #eee; padding: 6px 0px; }
.list5 li:last-child { border-bottom: none !important; }
.footer-news .pic img { border: 1px solid #333; padding: 2px; }
/*--------------social icons-----------------*/
.home06-social span { width: 40px; height: 40px; line-height: 38px; font-size: 20px; display: inline-block; margin: 0 2px 5px; text-align: center; border: 1px solid #fdb824; transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; color: #fdb824; transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; margin-top: 5px; }
.home06-social span:hover { border: 1px solid #fff; color: #fff; transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -o-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms; }
.ContentPedc { text-align: center; z-index: 2; color: #666666; padding: 9px; background-color: #fdb824; border: 1px solid #fdb824; border-top: none; transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -webkit-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; letter-spacing: 0.05em; border-bottom: 5px solid #fdb824 font-weight: bold; border-bottom: 4px solid #fdb824; font-size: 16px; }
.faBg { background: #f9fafa; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.imgnews img { width: 100%; }
.font-28 { font-size: 28px !important; }
.font-normal { font-weight: normal !important; }
.menuPedc.subsideritem.devision li { border-bottom: 1px dashed #eee; padding: 7px 14px; }
.menuPedc.subsideritem.devision li:last-child { border-bottom: none; }
.avatarBorder { border: 1px solid #ddd; padding: 2px; }
.tableTD { background: #fdb824; font-weight: bold; color: #fff; }
.font-25 { font-size: 25px !important; }
.subTitr { margin-bottom: 44px; margin-top: 0; font-size: 23px; text-transform: uppercase; }
.subTitr:after { content: ""; width: 50px; display: block; border-bottom: 2px solid #fdb824; margin-top: 10px; }
/*-----contact-----------*/
.home6_i { margin: 0; padding: 0; list-style-type: none; }
.home6_i li { position: relative; padding: 22px 0 25px 80px; border-top: 1px solid #EAEAEA; font-size: 13px; color: #666; }
.home6_i li h6 { font-size: 16px; text-transform: uppercase; font-weight: normal; margin: 0 0 5px 0; letter-spacing: normal; }
.home6_i li span.glyphicons, .home6_i li span .imgcontact { width: 60px; height: 60px; line-height: 60px; position: absolute; top: 50%; margin: -30px 0 0 0; left: 0; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; color: #949494; font-size: 24px; text-align: center; background-color: #EBEBEB; }
.home6_i li:first-child { margin: -18px 0 0 0; }
.home6_i li:nth-child(1) { border-top: none; }
.arial { font-family: Arial; }
.home6_i.paddingItem li { padding: 32px 0 25px 80px !important; }
.display { display: inline-block !important; }

.language-item { font-family: tahoma; font-size: 12px; position: absolute; right: 123px; top: 0; background: rgba(0,0,0,0.3); padding: 0 6px 4px 6px; border-radius: 0 0 4px 4px; z-index: 999; display: block; }
.header_bg.roll_menu.roll_activated .hidden-xs.hidden-sm.headerBox .head_mid .header-bottom .header-right .language-item { display: none !important; }
.width105 { width: 105px; }
.itemSub { list-style: none; margin-left: 0; }
.itemSub li a:hover { color: #fff !important; }
.author { width: 30px; height: 30px; display: block; position: absolute; left: 25px; bottom: 28px; background: url(../images/author.png) 50% 50% no-repeat; }


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home16-cont .cont-left{
		width:auto;
		position:relative;
	}
	.home16-cont .cont-right{
		width:auto;
	}
    .home10-cont03 .cont_left{
        width:36% !important;
    }
    .home10-cont03 .cont_right{
        float: right;

width: 59% !important;

position: relative;

    }
    .home10-cont03:nth-child(2n) .cont_right{
        left: 21px !important;
        width: 53% !important;
    }
    .home10-cont03 .cont_right .date{
        display:none;
    }
}

@media only screen and (max-width: 767px) {
.home16-cont .cont-left {
	float: none;
	width: auto;
	height: 300px;
	position: relative;
}
.home16-cont .cont-right {
	float: none;
	width: auto;
	position: relative;
	padding: 30px;
}
}
.home10-cont03:nth-child(2n) .cont_left img{
    height:100%;
}
.cont_left img{
    height:100% !important;
}
.home10-cont03:nth-child(2n+1) .date {
    background-color: #c72026;
}

.home10-cont03 .date, .home10-cont03:nth-child(2n) .date {
    position: absolute;
    background-color: #c72026;
}

.black-color {
    color: #01a692 !important;
}

.btn-accent, a.btn-accent {
    color: #ffffff;
    border-color: #253161;
    background-color: #253161;
}

.fixed-widget-list li.backtop {
    background-color: #194d93;
}

.fixed-widget-list li.share {
    background-color: #ff6e2f;
}



.home10-cont03 .date, .home10-cont03:nth-child(2n) .date {
    position: absolute;
    background-color: #253161;
}

.home10-cont03:nth-child(2n+1) .date {
    background-color: #253161;
}

.black-color {
    color: #194d93 !important;
}





-------------
.news-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}

.news-slider-track-wrapper {
  overflow: hidden;
}

.news-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.news-card {
  flex: 0 0 33.3333%; /* 3 cards per view */
  box-sizing: border-box;
  padding: 10px;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.6;
}
.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.nav-btn:hover {
  opacity: 1;
}



.news-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.news-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.news-slide {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}

.news-slide:nth-child(3n+2) .post .title a {
  font-weight: 900;
  color: #d80000;
}

.ArticleView h1 {
    font-size: 22px !important;
    color:#237ff3;
    float: left;
}

