﻿/* --- Common Classes */
* {
	margin:0;
	padding:0;
}

table, tr {
	table-layout:fixed;
}
.cOverFlow{
	overflow:auto;
}
.cSs, .cFf, .cWw, .cTblLabel .cValue, .cTblData .cLabel, .cTblInnerData .cLabel, .cItem table .cHeader .cTitle, .cItem table .cDetail .cRowTitle, .cFooter .cVotePart .cHeader, .cFooter .cStatementPart .cHeader {
	font-weight: bold;
}
.cStatementPart .cLabel, .cFooter .cVotePart .cResult .cBody .cResult {
	color: #888174;
}
.cBtn:hover, .cBtn_fix:hover, .cBtn_fit:hover, .cTitle, .cTitle1, .cTitle2, .cFooter .cTagPart .cTitle, .cFooter .cRelatedPart .cTitle, .cFooter .cResourcePart .cLabel, .cFooter .cVotePart .cHeader, .cFooter .cVotePart .cResult .cBody .cOption, .cFooter .cStatementPart .cHeader {
	color: #9b0505;
}
.cTitle, .cTitle1, .cTitle2, .cFooter .cTagPart .cTitle, .cFooter .cRelatedPart .cTitle, .cFooter .cResourcePart .cLabel, .cFooter .cVotePart .cTitle {
	font-weight: normal;
}
.cVotePart{
	height: 100%;
	overflow: hidden;
	margin-top: 10px;
	background-color:#eae4d9;
	border:1px solid #ccc7be;
	padding:4px 8px 8px;
}
.cTbx, .cTbx_half, .cTbx_long, .cDdl, .cDdl_fix, .cDdl_fit, .cLinkpart, .cBorder, .cHline3 {
	border-color: #888174;
	border-width: 1px;
}
.cTbx, .cTbx_half, .cTbx_long, .cDdl, .cLinkpart, .cBorder {
	border: 1px solid #afafaf;
	color: #373737;
	font: 11px tahoma;
}
.cTbx:hover, .cTbx_half:hover, .cTbx_long:hover, .cDdl:hover, .cDdl_fix:hover, .cDdl_fit:hover {
	border-color: #9b0505;
}
/* End Common Classes ---*/

/* --- Text & Message */
.cNeutral
{
    color: #333;
}

.cSpecial
{
    color: #800;
}

.cDistinct
{
	color: #970004;
}

.cDistinct_weak
{
    color: #1EA4DC;
}

.cDistinct_area
{
    background-color: #F3FBFE;
}

.cDd_area
{
    background-color: #A7ABFF;
}

.cLight
{
    color: #240;
    border-color: #240;
}

.cWeak, .cExam
{
	color: #999;
}


.cWeak {
	color: #aaa;
}
.cTiny {
	font-size: .7em;
}
.cSmall {
	font-size: .9em;
}
.cS, .cSs {
	color: #080;
}
.sF, .cFf, .cValidator {
	color: #f00;
}
.cW, .cWw {
	color: #f80;
}
.cD {
	color: #d2d2d2;
}
.cS_Message {
	background:url(../Images/cS.png) no-repeat right center #f9ffe4;
	padding:7px 45px 9px;
	border:1px solid #c6d985;
}
.cW_Message {
	background:url(../Images/cW.png) no-repeat right center #fffdd5;
	padding:7px 45px 9px;
	border:1px solid #efe658;
	display:block;
	margin: 10px 0 0 0;
}
.cF_Message {
	background:url(../Images/cF.png) no-repeat right center #fff2f2;
	padding:7px 45px 9px;
	border:1px solid #ffb1a7;
}
.cTitle {
	font-size: 1em;
	line-height:20px;
	display:inline-block;
}
.cSubTitle {
	font:bold 12px tahoma;
	padding-bottom:5px;
	color:#000;
}
.cForm .cTitle {
	font-size: 0.88em;
	line-height:20px;
	display:inline-block;
}
.cTitle1 {
	color:#fff;
	/* background:url(../Images/bgheadds.gif) repeat-x right top #595448; */
	padding:4px 10px;
	/* border-bottom:3px solid #000; */
	background-color: #f7682c;
}
.cTitle1:hover {
	color:#d8d8d8;
}
.cTitle1 a {
	color:#fff;
	text-decoration: none;
}
.cTitle1 a:hover {
	color:#d8d8d8;
	text-decoration:none;
}
.cTitle1 a:visited {
	color:#fff;
}
.cFeuilleton {
	border-right:3px solid #aec889;
	padding:5px 10px;
	margin:10px 5px;
	font:11px tahoma;
}
.cFeuilleton ul {
	list-style-type:none;
}
.cDownload {
	border-right:0 dashed #aec889;
	border-top:1px dashed #aec889;
	border-bottom:1px dashed #aec889;
	border-left:1px dashed #aec889;
	padding:5px 10px;
	margin:10px 5px;
	background:url(../Images/bgdnlod.gif) repeat-y right top;
	display:inline-block;
}
.cDownload div {
	background:url(../Images/1319955325_attach.png) no-repeat right 5px;
	padding:4px 20px 4px 0;
}
.cContent {
	padding:10px;
	/* background:url(../Images/1316244831_play.gif) no-repeat 20px top #fff; */
	color:#50493c;
	margin-bottom:10px;
	display:block;
}
.cContent table{
	width:100%;
}
.cContent .cLabel {
	margin-bottom:7px;
}
.cTitle2 {
	font-size: 1.333em;
}
.cRssImg img {
	max-height:100px;
	max-width:100px;
	margin:10px;
}
/* End Text & Message ---*/

/*--- Object */
.cBtn, .cBtn_fix {
	font:11px tahoma;
	text-align: center;
	background:url(../Images/loginBts500.png) no-repeat center top;
	border:none;
    cursor: pointer;
    padding: 1px 0 7px;
    width: 92px;
}
.cBtn_fix {
	width: 10em;
}
.cBtn_fit {
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	text-align: center;
	height:23px;
}
.cTbx {
	width: 20%;
	font:11px tahoma;
	height: 30px;
	font-family: parsdata-yekan-numbers,parsdata-sans,arial;
	padding: 5px;
	border: 1px solid #444;
	/* background:url(../Images/backgrounds-sprite.gif) repeat-x left top #fff; */
}
.cTbx_half {
	width: 6.5em;
	height:18px;
	background:url(../Images/backgrounds-sprite.gif) repeat-x left top #fff;
}
.cTbx_long {
	width: 90%;
	font:11px tahoma;
	min-height: 90px;
	padding: 5px;
	resize: none;
	font-family: parsdata-yekan-numbersm,parsdata-sans,arial;
	background:url(../Images/backgrounds-sprite.gif) repeat-x left top #fff;
}
.cDdl_fit {
	width: 100%;
}
.cDdl_fix {
	width: 12.5em;
	font:12px tahoma;
	padding:1px;
	margin:0 5px;
}
/* End Object ---*/

.cDataPart, .cLabelPart, .cLinkPart, .cResourcePart {
	height: 100%;
}
.cDataPart, .cLabelPart, .cResourcePart {
	margin-top: .3em;
}
.cData {
	width: 70%; /*border: solid 3px #800;*/
}
.cComment {
	/*width: 30%;*/ /*border: solid 3px #800;*/
}
.cLinkPart {
	margin-bottom: 1em;
	padding: .5em;
}
.cHline, .cHline2 {
	margin: .5em auto;
	border-bottom: solid 1px #ddd;
	line-height: 0;
}
.cHline {
	width: 70%;
}
.cHline2, .cHline3 {
	width: 100%;
}
.cHline3 {
	margin: 0 auto .5em;
	border-bottom-style: dashed;
	line-height: 0;
}
/* --- Table */

.cTblLabel {
	width: 100%;
	padding: 0; /*border: solid 3px #090;*/
	margin-top: 1em;
}
.cTblLabel td {
	padding: .1em .3em;
}
.cTblLabel .cLabel {
	white-space: nowrap;
	width: 20%;
	text-align: left;
}
.cTblLabel .cValue {
	width: 80%;
	text-align: right;
}
.cTblData {
	width: 100%;
	padding: 0; /*border: solid 3px #090;*/
	border-collapse:collapse;
}
.cTblInnerData {
	padding: 0; /*border: solid 3px #090;*/
	margin:auto;
}
* html .cTblInnerData {
	padding: 0; /*border: solid 3px #090;*/
	margin:auto;
	table-layout:auto;
}
.cTblInnerData table, .cTblInnerData tr  {
	table-layout:auto;
}
.cTblData .cLabel, .cTblInnerData .cLabel {
	width: 30%;
	text-align: left; /*border: solid 3px #800;*/
	vertical-align: top;
	padding-top: .3em;
}
.cTblData .cValue, .cTblInnerData .cValue {

	vertical-align: top;
	text-align: right;
	padding-bottom: .4em;
}
/* End Table ---*/

/* --- Grouping Modules Such As News, Article,... */
.cItem {
	direction:rtl;
}
.cItem .cTblTitleBar {
	width: 100%;
	padding: 0;
	margin-top: 1em;
}
.cItem .cTblTitleBar .cLabel {
	text-align: right;
	vertical-align: top;
}
.cItem .cDetailImg {
	float: left;
	padding: 5px 10px 5px 5px;
}
.cItem .cListImg {
	float: right;
	padding: 0px 5px 5px 0px;
	vertical-align: top;
}
.cUlContentV {
}
.cUlTitleV {
	list-style-type:none
}
.cUlTitleV li {
	padding:1px 10px 1px 10px;
	background:url(../Images/ndtvsprite1.gif) no-repeat right 8px;
	table-layout:auto;
}
* html .cUlTitleV li {
	padding:1px 10px 1px 10px;
	background:url(../Images/ndtvsprite1.gif) no-repeat right 8px;
	table-layout:auto;
	list-style-position:outside;
	display:inline-block;
}
.cUlTitleV li a:hover {
	text-decoration:none;
	color:#720000;
}
.cUlTitleH {
}
.cPublishTime, .cTdAntiAlign {
	text-align: left;
}
.cItem .cTblTitleBar .cTdAntiAlign {
	text-align: left;
}
.cItem .cTblTitleBar .cLabel, .cPublishTime {
	font-size: 0.8em;
	padding-top: .3em;
}
.cFooter .cResourcePart {
	font-size: 1em;
	color:#50493c;
}
.cFooter a {
	color:#c00;
	border:none;
}
.cFooter .cResourcePart a {
	color:#50493c;
}
.cFooter .cResourcePart .cPart {
}
.cFooter .cTagPart, .cFooter .cRelatedPart {
	height: 100%;
	overflow: hidden;
}
.cItem .cDetailText {
	padding: 10px 8px 8px 8px;
	text-align: justify;
	background-color:#fff;
	color:#333;
}
.cFooter .cResourcePart, .cFooter .cTagPart, .cFooter .cRelatedPart, .cFooter .cVotePart {
	padding: 8px 8px 8px 8px;
	background-color:#eae4d9;
	margin-top:10px;
	border:1px solid #ccc7be;
	color:#333;
}
.cFooter .cVotePart label{
	margin-right:4px;
}
.cFooter .cVotePart .cResult {
	background-color: #dcd6cc;
	margin-top: 10px;
}
.cFooter .cVotePart .cResult .cHeader {
	text-align: right;
	margin:0 10px;
	border-bottom:1px solid #cec8bf;
}
.cFooter .cVotePart .cResult .cBody {
	padding-right: 10px;
}
.cFooter .cVotePart .cResult .cFooter {
}
.cFooter .cVotePart .cHeader {
	padding: 4px 0 0.5em;
}
.cTagPart .cHeader {
	font:bold 12px tahoma;
	color:#9B0505;
}
.cRelatedPart .cHeader {
	font:bold 12px tahoma;
	color:#9b0505;
}
.cFooter .cVotePart .cBody {
	color:#50493c;
}
* html .cFooter .cVotePart .cBody table {
	table-layout:auto;
}
.cFooter .cVotePart .cFooter {
	padding-top: 1em;
}
.cFooter .cVotePart .cResult .cBody .cOption {
	padding-bottom: 0.5em;
}
.cFooter .cVotePart .cResult .cBody .cCount {
	padding-bottom: 0.5em;
	padding-right: 1em;
}
.cFooter .cStatementPart .cHeader {
}
.cFooter .cStatementPart .cBody {
	margin-top: 10px;
	padding: 15px 0;
}
.cFooter .cStatementPart .cBody .cAlign {
	float:left;
}
.cFooter .cStatementPart .cFooter table {
	margin:10px auto 0;
	border:0;
}
.cFooter .cStatementPart .cRptHeader {
	padding: 0.5em 0.5em 0.5em 0em;
	background:url(../Images/drtty.gif) repeat-x left top #eeeeee;
	color:#50493c;
}
* html .cFooter .cResourcePart .cRptHeader {
	table-layout:auto;
}
.cFooter .cStatementPart .cTblData .cStatement {
	padding: 1em;
	text-align:justify;
	background-color:#fff;
	color:#50493c;
	display:block;
	margin-bottom:5px;
}
.cFooter .cBack {
	text-align:left;
	padding-top: 7px;
}
.cItem .cSeparator {
	margin: 2em auto;
	border-bottom: 1px dashed #888174;
	line-height: 1;
}
/* END Grouping Modules Such As News, Article,... ---*/

/* --- Answer, ,... */
.cInnerText {
	border-style:solid;
	border-width:3px 1px 1px 1px;
	padding: 5px;
	text-align: justify;
	margin:5px 10px 0 0;
	background-color: #fff;
	border-color:#aaa;
}
.cDivViewType {
	padding:5px;
	border:1px dotted #ccc7be;
	margin:5px 0;
	background-color:#eae4d9;
	color:#333;
}
.cDivViewType img {
	margin:0 3px;
}
.cDivViewType label {
	margin:0 0 0 3px;
}
.cDivContainer {
	padding:5px;
	background-color: #EAE4D9;
	border: 1px dotted #ccc7be;
	margin-top: 5px;
	display:block;
	color:#333;
}
.cDivContainer ul {
	list-style-type:none;
}
.cForm {
	background:url(../Images/bgcocform.gif) repeat-x left top #fbfbfb;
	border:1px solid #d8d8d8;
	padding:15px 10px 10px;
	margin-top:15px;
	overflow:hidden;
}
.cForm .cBody {
	padding: 15px 0 5px;
}
.cForm .cBody .cAlign {
	float:left;
}
.cTdSubmit{
	text-align:left;
}
/*  END Answer   */
/* ----------------- Paging */
.cSpnPaging, .cSpnPagingFirst,.cSpnPagingLast{
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 1px;
	padding: 1px 4px;
}
.cSpnPaging:hover, .cSpnPagingFirst:hover, .cSpnPagingLast:hover{
	border: 1px #333 solid;
	background-color: #333;
	color: #fff;
}
.cSpnPagingSelected{
	border: none !important;
	color: #333;
	margin: 0 1px;
	padding: 0 4px;
}
/* --------------- Tools */

/* - End Tools */


/*-------------- SiteMap ---------------*/
.SiteMapview {
	list-style-type:none;
	display:inline-block;
	background:url(../Images/1337230021_go-home.png) no-repeat right 0;
	margin:10px;
}
.SiteMapview li{
	margin:0 20px 0 0;
}
.SiteMapview li span{
	color:#000;
	padding-bottom:4px;
	display:block;
}
.SiteMapview li span:hover{
	color:#F00;
}
.SiteMapview li ul li{
	list-style-type:none;
	text-indent:20px;
	padding-top:3px;
}
.SiteMapview li ul li span{
	background:url(../Images/folder-horizontal-open.png) no-repeat 95% 3px;
	list-style-type:none;
	text-indent:20px;
	padding:3px 14px 4px 0;
}
.SiteMapview li ul li span:hover{
	background:url(../Images/folder-open-document.png) no-repeat 95% 3px;
}
.SiteMapview li ul li{
	background:url(../Images/treeview-red-line-rtl.gif) no-repeat right top;
	list-style-type:none;
}

/*------------*/
.cDivPadding { padding: 25px; }
.Mapview-red ul {margin:  2px 38px;}
.cOverflow {
    overflow: auto;
}
.small{
	text-align:right;
	font-size:10px;
}
.cTblData .cValue, .cTblInnerData .cValue {
    padding-bottom: 0.5em;
    text-align: right;
    vertical-align: top;
}
.cAlert{
	font-size:10px;
	padding-right:5px;
	text-align:right;
}










































.certificates {
    float: left;
    text-align: left;
}

.info-zoon {
    float: right;
    text-align: right;
}
#cssmenu ul li:nth-child(4) a {
    margin-left: 310px;
}
.logo-box img {
    width: 234px;
    display: block;
    margin: 20px auto;
    z-index: 111;
    position: relative;
}

.logo-box {
    position: absolute;
    top: -20px;
}
.menubar.col-12 {
    width: 95%;
    display: flow-root;
    margin-left: 20px;
}

ul.dropdownh {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-color: rgba(255,255,255,0.4);
}

*/
.logo-box:before {content: '';position: absolute;width: 210px;height: 100px;background: #ffffffd1;border-radius: 20px;display: block;margin: 0 auto;top: 33px;right: 495px;z-index: 1;box-shadow: 0px 0px 50px 0px rgb(0, 0, 0);}
*/
.description-gallery {
    position: absolute;
    top: 300px;
    right: 100px;
}

.description-gallery h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    font-family: inherit;
    padding: 5px;
}

.description-gallery h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    font-family: inherit;
    margin-right: 20px;
    padding: 10px;
}

.description-gallery p {
    color: #fff;
    font-size: 21px;
    font-weight: 100;
    font-family: inherit;
    margin-right: 40px;
    padding: 10px;
    line-height: 1.5;
}

.description-gallery span {    
    color: #e20613;
    font-size: 40px;
    font-weight: 200;
    font-family: inherit;
    }

.col-6.info-img img {
    width: 80%;
    float: left;
    border-radius: 20px;
}
.col-6.info-img {
    float: left;
    margin-bottom: 100px;
    margin-top: 50px;
    position: relative;
}

.top-zon.col-12 {
    position: relative;
}

.info-block {
    background: #f72b36;
    float: right;
    width: 100%;
	padding-top: 0px;
	position:relative;
}
.info-block:before {
    background: url(/Files/1/border-bottom.png);
    position: absolute;
    top: -201px;
    content: '';
    height: 250px;
    background-size: 100%;
    width: 100%;
}
.col-6.info-content {
    float: right;
    margin-top: 50px;
}
.col-6.info-content h3 {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    padding-top: 0;
}

.col-6.info-content p {
    text-align: justify;
    line-height: 2;
    color: #fff;
    font-size: 17px;
    width: 100%;
    margin-right: 70px;
}

.col-4.pro-section-undr img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
}

.col-4.pro-section-undr {
    display: inline-block;
    width: 20%;
    margin: 30px 40px;
    position: relative;
}

.container.pro-section {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.col-4.pro-section-undr a {
    color: #000;
    font-size: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #f72b36;
    border-radius: 10px;
    width: 70%;
    position: absolute;
    top: -18px;
    right: 30px;
    transition: .5s;
}

.col-4.pro-section-undr a:hover {
    background: #f72b36;
    color: #fff;
}


footer {
    text-align: center;
    background-image: url(/Files/1/foo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 311px;
    background-position: right;
}

footer .col-3 {
    width: 20%;
    text-align: right;
    color: #eee;
    float: right;
}

.col-3.footer-call h3 ,.col-3.footer-gro h3,.col-3.footer-add h3{
    font-size: 21px;
    padding: 10px;
}
.col-3.footer-call,.col-3.footer-gro,.col-3.footer-add{

margin-top:80px;

}
.col-3.footer-call ul li {
    line-height: 2.5;
    padding: 4px;
}
.col-3.footer-gro ul li {
    line-height: 2;
    padding: 4px;
}
.col-3.footer-gro ul li a{
	color:#eee;
}
.col-3.social a img {
    width: 14%;
    margin: 40px 4px;
}

/***********************resp*******************************/
@media only screen and (max-width: 1024px) {
.col-4.pro-section-undr a {
    color: #000;
    font-size: 13px;
    padding: 6px;
    background: #fff;
    border: 1px solid #f72b36;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: -18px;
    right: -5px;
    transition: .5s;
}
.logo-box:before {
	display:none;
}
    .container {
        width: 100%;
        margin: 0 auto;
      }
 .wrapper{
        width: 100%;
}
.info-top.col-12{
  width: 100%;
}
.certificates.col-6{
	  width: 100%;
}
.info-top.col-12 {
    width: 100%;
    top: 53px;
    position: relative;
}

.logo-box img {
    width: 120px !important;
    float: right;
    display: block;
    margin: 0px auto !important;
}
.logo-box.col-12 {
    width: 50%;
    right: 0;
    top:0px;
}
.certificates span {
    margin-left: 25px;
}
.info-zoon {
    float: left;
    text-align: left;
    margin-left: 26px;
}
.menubar.col-12 {
    width: 96%;
    display: flow-root;
    margin-right: 20px;
    position: relative;
    top: 50px;
    text-align: right;
    z-index: 10;
}
.description-gallery{
display:none;
}
.info-block {
    padding-top: 32px;
}
}
@media only screen and (max-width:768px) {
.menubar.col-12 {
    width: 94%;
    top: 37px !important;
}
.lang.col-2 {
    float: left;
    position: relative;
    top: 21px;
    left: 14px;
    z-index: 20;
}

}
@media only screen and (max-width:550px) {
.col-6.info-img {
    width: 100%;
    float: left;
}
.col-6.info-content {
    width: 100%;
}
.col-6.info-content p {
    text-align: justify;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin-right: 19px;
}
.col-4.pro-section-undr {
    display: inline-block;
    width: 84%;
}
.col-4.pro-section-undr a {
    width: 93%;
    padding: 16px;
}
footer .col-3 {
    width: 100%;
margin-right: 30px;
}
footer {
    text-align: center;
    background: url(/Files/1/foo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 311px; 
    float: right;
    height: auto;
padding-bottom:30px;
}
.col-3.footer-call, .col-3.footer-gro, .col-3.footer-add {
    margin-top: 7px;
}
}

@media only screen and (max-width: 375px) {
    .container {
        width: 100%;
        margin: 0 auto;
      }
 .wrapper{
        width: 100%;
}
.info-top.col-12{
  width: 100%;
}
.certificates.col-6{
	  width: 100%;
}
.info-top.col-12 {
    width: 100%;
    top: 53px;
    position: relative;
}

.logo-box img {
    width: 120px !important;
    float: right;
    display: block;
    margin: 0px auto !important;
}
.logo-box.col-12 {
    width: 50%;
    right: 0;
    top:0px;
}
.certificates span {
    margin-left: 25px;
}
.info-zoon {
    float: left;
    text-align: left;
}
}

.col-2.img-pro img {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #e5232f;
    filter: blur(.6px);
    transition: .6s;
}

.col-2.img-pro {
    display: inline-block;
    text-align: center;
    margin-right: -20px;
    width: 23%;
}

.col-2.img-pro img:hover {
    filter: none;
}

.col-10.descrip-pro {
    display: inline-block;
    float: left;
    width: 75%;
}

.col-10.descrip-pro h3 {
    color: #444;
    font-size: 26px;
    padding: 10px;
    line-height: 1.5;
    margin-right: 0;
    width: 60%;
}

.col-10.descrip-pro p {
    color: #222;
    font-size: 16px;
    line-height: 1.7;
}

.col-12.but-pro {text-align: left;margin: 60px 0;}

.col-12.but-pro a {
    color: #fff;
    background: #e32b36;
    padding: 13px;
    border-radius: 13px;
    margin: 10px;
    border: 1px solid #e32b36;
    transition: .6s;
}

.row-pro {
    margin:30px;
    border-top: 1px solid #eee;
    padding: 20px;
    display: flow-root;

}

.col-12.but-pro a:hover {
    background: #fff;
    border: 1px solid #e32b36;
    color: #e32b36;
}

@media only screen and (max-width: 500px) {
.col-2.img-pro {
    width: 100%;
}
.info-block:before {
    background: url(/Files/1/border-bottom.png);
    position: absolute;
    background-repeat: no-repeat;
    top: -7%;
    content: '';
    height: 250px;
    background-size: 100%;
    width: 100%;
    /* background: #ddd; */

}
}
.bx-prev, .bx-next {
    display: none;
}
.pro-single h3 {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #444;
    margin: 20px auto;
    width: 40%;
    border-right: 3px solid #e32b36;
    border-left: 3px solid #e32b36;
}

.pro-single p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 10px 40px;
    color: #333;
    position: relative;
}

.pro-single p:before {content: '';position: absolute;width: 9px;height: 9px;background: #de2a35;right: -15px;top: 5px;border-radius: 10px;transition: .5s;}
.pro-single p:after {content: '';position: absolute;width: 15px;height: 15px;background: #de2a35;right: -18px;top: 2px;border-radius: 10px;opacity: .5;}

.pro-single p:hover:before {
    width: 15px;
    height: 15px;
    top: 2px;
    right: -18px;
}

.pro-single ul li {
    padding: 10px;
    margin-right: 70px;
    position: relative;
}

.pro-single ul li:before {
    width: 12px;
    height: 3px;
    content: '';
    position: absolute;
    background: #e02a35;
    right: -10px;
    top: 15px;
    border-radius: 13px;
}

.pro-single h5 {
    font-size: 16px;
    text-align: right;
    padding: 5px;
    margin-right: 20px;
}

.pro-single {
    margin-bottom: 50px;
}
.pro-single table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.pro-single th, .pro-single td {
  text-align: right;
  padding: 8px;
  width:100px;
}

.pro-single tr:nth-child(odd){background-color: #df2a3596}
.pro-single tr:nth-child(even){background-color: #df2a3557}

@media all and (-ms-high-contrast:none)
     {
    .logo-box:before {
    content: '';
    position: absolute;
    width: 210px;
    height: 100px;
    background: #ffffffd1;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    top: 33px;
    right: 495px;
    z-index: 1;
    box-shadow: 0px 0px 50px 0px rgb(0, 0, 0);
}
   
}