/*html, body {*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src:url('../fonts/isans.woff') format('truetype');
}

body {
    background:#fff;
    direction: rtl!important;
    overflow-x:hidden;
    font-family: IRANSans;
}
a{
	text-decoration: none!important;
}
img{
	max-width:100%;
}
header,main,footer{
	width:100%;float:right;
}
.topnav{
	padding: 10px 3px;
	background: #3f687e;
	color: white;
}
.navmenu{
	background: #ffffff;
	border-bottom: 2px solid #ddd;
	z-index: 100;
	color: #3f687e;
}
.end-page{
	padding: 15px 0;
	background: #3b6176;
}
.policy{
	color:#fff;
}
.webdesign a{
	color:#fff;
}
.socialmedia a{
	color:#fff;
	font-size: 13px;
	text-align:center;
	padding:0;

}
.pdcbtn1 {
	box-sizing: content-box;
	border-radius:0!important;
	border:none!important;
	color:#fff!important;
	background: #4c037d !important;
}
.cart{
	background: #09A101!important;
}
.pdcbtn1 span{
	display: none!important;
}
.pdcimg1 img {
    width: 88%!important;
	transition:0.7s;
}
.pdcimg1 a{
	overflow: hidden;
	transition:0.7s;
}
.pdcimg1:hover img{
	-webkit-transform: scale(1.2) rotate(-10deg);
	-ms-transform: scale(1.2) rotate(-10deg);
	transform: scale(1.2) rotate(-10deg);
}
.pdcprice1, .pdcprice2 {
    color: #4c037d !important;
    font-size: 16px !important;
    padding: 5px 0!important;
}
.pdctitle1 {
	background: #fff!important;
	border: none!important;
	font-size: 13px!important;
}
.pdcli1:hover .pdctitle1 {
    color: #000!important;
    background: #fff!important;
}
.pdcli1{
	width: 19% !important;
	margin: 4px !important;
	transition:0.7s!important;
}
.pdcbtn1.more::before{
	content:"\f07a";
	color:#fff;
	font-family:FontAwesome;
	padding-left:10px;
	font-size:15px;
}
.pdcbtn1.cart::before{
	content:"\f0f6";
	color:#fff;
	font-family:FontAwesome;
	padding-left:10px;
	font-size:15px;
}
.pdcli1, .pdcli2 {
	box-shadow:none!important;
}
.pdcli1:hover{
	border: solid 1px #4C037D;
}
.contactus ul li,.contactus h6{
	color:#fff;
}
.contactus ul li{
	font-size: 15px;
}
.contactus h6,.quickaccess h6,.links h6{
	font-size:18px;
	text-align:center;
	padding-bottom: 15px;
	border-bottom:2px solid #fff;
	color:#fff;
}
.sy-slide figcaption .caption h4,.sy-slide figcaption .caption p{
	line-height:34px;
}
.sy-slide figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.sy-slide figcaption .caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.sy-slide figcaption .caption {
    background: rgba(0,0,0,.8);
    padding: 2rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    max-width: 31.25rem;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.figImage{
	position:relative;
}
.figImage img{
	width:100%;
}
.figImage .titleDl {
    color: #000;
    text-shadow: 0 1px 3px rgba(255,255,255,.9);
}
.figImage .titleFig {
    position: absolute;
   top: 37%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.9);
    white-space: nowrap;
    font-weight: 700;
}
.figImage figcaption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    padding: 2rem;
    text-align: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	opacity: 0;
	transition:0.7s;
}
.figImage:hover figcaption{
	opacity:1;
}
.figImage figcaption .btn {
    margin-top: auto;
    background: #454545;
	color: #fff;
}
.figImage:hover .titleFig {
    opacity: 0;
}
.figImage figcaption .btn:hover {
    background:#4C037D;
}
.figImage h5{
	font-size:16px;
}
.figImage p{
	font-size:14px;
}
.section-title::after, .section-title::before {
    content: '';
    background: #ddd;
    height:1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}
.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-title h3, .section-title h4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	direction: ltr;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
	height:100%;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
	direction: ltr !important;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item:hover img {
	transform:scale(1.07,1.07);
}
.nbs-flexisel-item img {
	position: relative;
	transition: 0.5s;
	width: 55%;
}
.nbs-flexisel-item p{
    text-align: center;
    padding: 10px 0;
    direction: rtl;
    color: #000;
    font-size: 14px;
}
.nbs-flexisel-item h3{
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #000;
    border-radius: 10px;
}
#flexiselDemo1{
	margin:20px 0;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:2px 15px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:50%;
	font-size: 25px;
	color: #000;
}

.nbs-flexisel-nav-left {
    left: 5px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* End carousel */
/* footer*/
footer {
    background: #3f687e;
    position: relative;
    font-family:IRANSans;
    font-size: 12px;
    float: right;
    width: 100%;
    padding: 40px 0;
    color:white;
}
footer a{
	color:#fff;
}
.UItoolbar {
    z-index: 999;
}
footer span{
	text-align: right;
	font-weight: bold;
	color: #717171;
	font-size:13px;
}
ul.VMenu a {
	border:none!important;
	background:transparent !important
}
.policy{
	text-align: center;
	float: none;
	display: block;
}
.webdesign{
	float:left;
}
.webdesign p{
	text-align: left;
}
footer ul{
	margin:0;
	padding:0;
	list-style: none;
}
footer ul li i{
	font-size: 16px;
	padding-left: 10px;
}
footer ul li{
	line-height: 30px;
	font-size: 14px;
}
.pnl2col textarea {
    width: 102%!important;
    border-radius: 0px!important;
    padding: 10px!important;
}
@media(max-width:640px){
	.pnl2col textarea {
    width: 95%!important;
}
.search-box #___gcse_0 {
    width: 100%;
}
}
@media(max-width:480px){
	.pnl2col .one_third {
	width:100% !important;
	margin-bottom: 10px;
}
.article-row .newslist .event, .article-row .articlelist .event, .article-row .articledetail .event, .article-row .relatedarticlelist .event {
	width:100%!important;
}	
}
@media(max-width: 992px) and (min-width: 800px){
.pdcli1{
	width: 23.8% !important;
}
}
@media(max-width: 800px) and (min-width: 768px){
.pdcli1{
	width: 32% !important;
}
}
@media(max-width: 768px) and (min-width: 480px){
.pdcli1{
	width: 47.5% !important;
}
}
@media (max-width:768px){
.articless .event {width:100%!important;}


}
@media(max-width:480px){

.pdcli1 {
	width:100% !important;
	max-height:100%!important;
	margin:0;
}	
.pdcimg1 img,.pdcimg1 {
	max-height:100%!important;
}
}
.one_second{width:50%!important;}
.one_third{width:33.33%!important;}
.two_third{width:66.66%!important;}
.one_fourth{width:25%!important;}
.tree_fourth{width:75%!important;}
@media (max-width:767px){
.one_second, .one_third, .two_third, .one_fourth, .tree_fourth{width:100%!important;}
}
@media (min-width:768px) and (max-width:992px){.one_second{width:50%!important;}
.one_third{width:33.33% !important;}
.two_third{width:66.66%!important;}
.one_fourth{width:25%!important;}
.tree_fourth{width:75%!important;}
}
.articless .event{width:25%;float:right;margin: 10px 5px!important;background: #f8f8f8!important;}
.articless  hr{display:none!important;}
.articless .event_thumbnail {width: 100%!important;}
.bannerimage img {height:49px;}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{positon:relative!important;}
.footer a {  color: white;}
.footer .tit1 {color: #222222;margin-bottom: 28px;border-bottom: 1px solid     #515151;padding: 20px 5px;font-size: 18px;font-weight: bold;}
.line-height34{line-height:34px}
.messageceo{ 
  background-image: url(http://sen-co.com/Sites/Files/928/banner-chair.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  color:white;
}
.articledetailcommentlist .cbtns {
    margin-top: -46px;
}

.articlecomment button[type="submit"]:hover {
    background: #a60716;color:#fff;
}
.articlecomment input[type="text"], .articlecomment textarea {
  border: 1px solid #d7d7d7 !important;
  border-radius: 0px;
  padding: 8px;
  box-shadow: 0 0 5px #e3e3e3;
  margin: 15px auto;
  font-size: 12px;
}
.articlecomment input[type="text"], .articlecomment textarea {font-size: 12px!important;}


/**laptop***/


.laptop{
	margin:50px auto;
}
.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #eee;
    
    }
    .panel-body {
        background-color: #f5f5f5;
		text-align: justify;
		line-height: 2em;
    }
    .panel-title {
        font-weight: 400;
        color: $white;
    }

/*----------------------------------
    Macbook pro mockup from:
    http://jaredhardy.com/minimal-devices/
    
----------------------------------*/

.md-macbook-pro {
  display: block;
  width: 55.3125em;
  height: 31.875em;
  font-size: 13px;
  margin: 0 auto;


}

  @media (max-width:500px){
  .backlms {    background-size: 100% 100%!important;}
  .how-section1 img{
		display:none!important;
	}
 .buttons{
 width: 100%!important;
padding: 8px;
font-size: 16px;
font-weight: bold;
}   
  }

}
.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  // background: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
.md-macbook-pro .md-screen img {
  width: 100%;
}
.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

/**end laptop**/
/**link main page**/

.back-gry {
  background: rgb(36,0,2);
  background: linear-gradient(90deg, rgba(36,0,2,1) 0%, rgba(113,8,17,1) 49%, rgba(36,0,2,1) 100%);
  color:white;
  border: 13px double #5b282c75;
  margin-top: 40px;
}
.back-gry a{
  color:white;
  line-height:3em;
  list-style-type: none!important;
  
}
.back-gry a:hover{
  padding-right: 12px;
  transition: 0.7s
}
/**end link main page**/


@media (min-width:1000px){
	.grid__item {    
	width: 24%!important;margin:5px!important;border: 1px solid #e1e1e1 !important;box-shadow: 0 0 5px #ccc !important;
	}	
}

input[type="text"], input[type="password"], input[type="audio"] {
    height: auto !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0px !important;
    padding: 5px 3px!important;
}
.formRow {
    margin: 15px!important;
}
.socialmedia{
float: right;
width: 100%;
text-align: center;
}
.socialmedia ul {
    padding-right: 0px !important;
    color: #fff;
    list-style-type: none;
}
.socialmedia ul li a {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    border: 1px solid #9B9B9B;
    margin: 2px;
    text-align: center;
    transition: 0.5s;
	padding-top: 7px;
	background: #626262e0;

}
.socialmedia ul li img {
    margin-top: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all .5s ease;
    width: 17px;
    height: 17px;
    float: none;
}

.socialmedia ul li img {
    padding: 0;
	margin-top: -3px;
}
.socialmedia img {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    clear: both;
    position: relative; 
}
.socialmedia ul li {
  display: inline-block;
}
.socialmedia ul li a:hover {
    background: #b0b0b0;
}
.topnav a {
color:white;
padding: 2px 12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{float:right}



.carousel-team{
  padding: 100px 5px;
  background: #ccc;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #E9701F;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E9701F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 3px;
  margin: 0;
  background-color: #E9701F;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}
.buttons {
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #777;
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  transition: 0.7s;
  background: #E9701F;
  color: white;
  border-radius: 0;
}
.buttons:hover {
  transition: 0.7s;
  background: #B96126;
  color: white;
  border-radius: 3px;
}
.topnav1:hover , .topnav2:hover {color:#ffc095;transition:0.7s;cursor: pointer;}
.topnav1 , .topnav2 {  margin-top: 9px;transition:0.7s;}
.topnav1 p::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
    color: #fff;
}
.topnav2 p::before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
    color: #fff;
    float: right;
}

.hr-title .title-wrap::after {
    background-color: #E9701F;
    content: "";
    height: 3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 430px;
    right: 120%;
}
.hr-title .title-wrap::before {
    background-color: #E9701F;
    content: "";
    height: 3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 430px;
    left: 120%;
}
.hr-title{    margin-bottom: 30px;    text-align: center;    overflow: hidden;}
.title-wrap{    display: inline-block;    position: relative;}


/******carousel*****/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
/*****carousel******/

.how-section1 {
    margin: 100px auto;
    padding: 14px;
        padding-right: 14px;
    border-right: 8px solid #e9701f;
    padding-right: 50px;
    transition: ease all 1.7s;
	border-radius:5px;
    box-shadow: 0 0 5px #eaeaea;
}

.how-section1:hover {
  box-shadow: 0 0 5px #ccc;
  transition: 1.7s;
  border-radius: 30px;
}

.how-section1 h4 {
  font-weight: bold;
  transition: .5s all ease;
    color: #e9701f;
}
.how-section1 h4:hover {
  color: #000;
  cursor: pointer;
}
.how-section1 p {
  font-size: 14px;
  line-height: 2.3em;
  text-align: justify;
  cursor: default;
  transition: .33s all ease;
}
.how-section1 p:hover {
  color: #000;
}
.how-section1 .how-img {
    text-align: center;
    margin: 0 auto;
}
footer i{
	padding:8px;
}
.contactus .matn{
text-align: justify;
line-height: 2;
font-size: 14px;
}

.backlms {
    background-image: url("http://cms.pafcodemo.com/Sites/Files/19/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    padding: 150px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 3em;
    height: 100%;
}
.backlms  h3{
    color: #e9701f;
    font-size: 24px;
	font-weight:bold;
}
.topnav1 {
    margin-top: 6px;
}
.topnav1 img{
	width:19px;
}
.topnav1 a {
    padding: 9px;
}
footer p {
    font-size: 14px;
    line-height: 2.6em;
    text-align: justify;
}
.bannerhead {
    background-image: url(http://farazuast.com/Sites/Files/80/Faraz-Home-Baner.webp);
    padding: 100px 20px;
    color: white;
    text-align: center;
}
.bannerabout {
    padding: 100px 20px;
    text-align: center;
}
.boxmainpage {
    background-image: url(http://farazuast.com/Sites/Files/81/Faraz-Home-pic.webp);
    padding: 100px 20px;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    overflow: auto;
}
.bannerabout .textbanner {
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 3em;
    font-size: 13px;
	color: #343434;
}
	.articlelist .event_thumbnail {
    display: block;
}

.articlelist .event_text {
    display: block;
    float: right!important;
}
@media(min-width:900px){
	.articlelist .event_thumbnail {
    margin-right: 100px;
    width: 30%!important;
}

.articlelist .event_text {
    width: 50%;
}
.bannerabout .textbanner, .width750{width: 850px;}
}
.bannerhead .textbanner .btn {
    background: #439f47;
    color: white;
    margin-top: 20px;
    width: 160px;
    padding: 9px;
    transition: ease all 0.7s;
}

.bannerhead .textbanner .btn:hover {
    background: #2e7231;
    box-shadow: 0 0 5px #439f47;
}
.boxsection {
    background: #3f687e;
    padding: 10px;
    margin: 21px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: white;
    box-shadow: 0 0 12px #bebebe;
    transition: ease all 0.7s;
}
.boxsection:hover {
    box-shadow: 0 0 20px #505050;
    border-radius: 18px;
}
.boxsection h4 a{
    font-size: 15px;
    line-height: 2em;
    font-weight: bold;
	color:white;
}
.boxsection h4 {
    min-height: 68px;
}

.detail-about h4{color:#3f687e;    font-size: 20px;    font-weight: bold;}
.detail-about{
    font-size: 15px;
    line-height: 3em;
    font-weight: bold;
	padding:30px
}
.artbox  h3 {
    font-size: 14px;
    text-align: center;
    display: block;
}

.artbox h3 a {
    text-align: center;
}
.artbox  h3 {
    font-size: 14px;
    text-align: center;
    display: block;
	margin:0 auto;
}

.artbox h3 a {
    text-align: center;
}

.artbox h3 a {
    background: #2196f3;
    display: block;
    padding: 10px;
    color: white;
    border-radius: 0 0 5px 5px;
	font-size: 13px!important;
}
.newslist .sim-button {
    background: #3f687e!important;
    color: white!important;
    border: 1px solid #194359!important;
    border-radius: 4px!important;
    float: none!important;
    padding: 9px 19px!important;
    text-align: center!important;
    margin: 0 auto!important;
    height: auto!important;
    line-height: unset!important;
    display: block!important;
}

.artbox .event .event_thumbnail {
    display: block!important;
    float: unset!important;
}

.artbox .event {
    /* padding: 10px!important; */
}
.artbox .event .event_text{display:block!important;}

.newsmoredata a {
    border: none!important;
}
.artbox {
    padding: 15px;
    border-radius: 10px;
}
.artbox .event {
    width: 32%;
    float: right;
    border: 1px solid #ececec;
    margin: 5px!important;
    background: white;
    box-shadow: 0 0 5px #ececec;
    border-radius: 10px;
}

@media(max-width:600px){
.artbox .event{
    width: 100%!important;
}
}
@media (mi-width:601px) and (max-width:1000px){
	.artbox .event{
    width: 50%!important;
}
}

.artbox hr {
    display: none;
}

.artbox .event .event_thumbnail {
    display: inline-block;
    text-align:center;
	margin:0 auto;
}
.newsmoredata a {
    background: #2196f3;
    color: white;
    border-radius: 33px;
    width: 112px!important;
    display: inline-block;
    padding: 7px 10px!important;
    margin: 10px auto;
    line-height: unset!important;
    border: 2px solid #387fb7!important;
    text-align: center;
    }

.newsmoredata a:hover {
    color: #3f51b5;
    border: 1px solid #626262;
}

.newsmoredata {
    display: block;
    text-align: left!important;
}

p {
    font-size: 16px;
    line-height: 3em;
	margin:0;
}
.footer .footersocial i {
    color: #303030;
    font-size: 23px;
    padding: 0!important;
}

#google-search-btn {background: #697d89!important;padding: 6px 11px!important;}
#google-search-box {background: #d9d9d9!important;border-radius: 0px 5px 5px 0px!important;}

.artbox .event .event_text p {
    line-height: 3em;
    padding: 10px;
}
@media(min-width:760px){
.artbox .event {
    height: 400px;
    overflow: hidden;
}}
a {
    color: #1c2a76;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{border:none}
table{border:none;margin-top:30px;text-align:center;}
.table-striped>tbody>tr:nth-of-type(even) {    background-color: #abdbda69;}
.table-striped>tbody>tr:nth-of-type(odd) {    background-color: #c1c1c138;}
.newslist .event_thumbnail, {
    float: right;
    margin-left: 20px;
    width: 223px;
}

.newsdetail .event_thumbnail {display:block;}
.newsdetail .event_thumbnail .imgarticle img{text-align:center}
.newsdetail .event_thumbnail{text-align: center; float: unset!important;}
.imgarticle img{box-shadow: 0 0 5px #ccc;}
.news-title {
    color: #242424;
    font-weight: bold;
    font-size: 20px;
}
.new-homepage-section2{float:right;width:100%;margin-top:-50px;position:relative;z-index:3;}
.new-homepage-section{width:100%;background:#ff8000;background:linear-gradient(130deg, #ff8000 0, #ff5720 45%, #5e0032 100%);background-image:url(https://pafcoerp.com/Sites/themes/pafco13951/images/rec2.jpg);background-image:url(https://pafcoerp.com/Sites/themes/pafco13951/images/companyback2.jpg);background-image:url(https://pafcoerp.com/Sites/Files/4262/companyback3.jpg);background-image:url(https://pafcoerp.com/Sites/Files/8149/companyback4.webp);float:right;background-repeat:no-repeat;background-attachment:fixed;background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;-o-background-size:100% 100%;background-size:100% 100%;}
.new-homepage-section2 .new-homepage-service ul{padding-right:0;padding-top:10px;}
.service-heading-i{width:100%;text-align:center;padding-bottom:0;border-bottom:2px solid #3f687e;}
.service-heading-i h3{font-size:18px;padding-top:10px;min-height:50px;}
.new-homepage-service{box-shadow:0 2px 17px 0 rgba(0, 0, 0, .12);background:#fff;border-radius:5px;width:100%;padding:10px;transition:.7s;margin-bottom:10px;}
.new-homepage-service:hover{box-shadow:0 2px 14px 0 rgba(0, 0, 0, .32);}
.new-homepage-service ul{list-style:none;min-height:180px;padding-right:0;text-align:right;}
.new-homepage-service ul li{padding:8px 10px 8px 3px;position:relative;line-height:2em;transition:.7s;}
.new-homepage-service ul li::before{content:'\f100';font-family:fontawesome;position:absolute;top:11px;font-size:14px;right:0;color:#000;}
.new-homepage-service ul li a{display:block;color:#000;padding:5px 0;line-height:24px;padding-right:2px;font-weight:700;font-size:12px;}