/* Enter Your Custom CSS Here */


.textwidget 
{
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  
}


.left-column2 a {color: #ffffff;}
.left-column2 a:hover {color: #ffffff;}
.left-column2 a {text-decoration: underline;}

.right-column2 a {color: #ffffff;}
.right-column2 a:hover {color: #ffffff;}
.right-column2 a {text-decoration: underline;}


.left a {color: #ffffff;}
.left a:hover {color: #ffffff;}
.left a {text-decoration: underline;}


.builderimage { 
  max-width:100%;
   
}


.our-clients .section-footer-title {
	background: #FFFFFF;
	padding: 0 15px;
	color: #FFF;
}

/*  SECTIONS  */
.section {
		text-align: center;
	  color:black;
	font-size: 16px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 1; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	   width: 32%;
    background-color: white;
    padding: 20
}
.span_1_of_3 {
	  width: 31%;
    background-color: white;
    padding: 20
}

.about-us .col-md-12.zerif-rtl-big-title .big-intro, .about-us .col-md-12.zerif_about_us_center p {
    text-align: left;
	  color:black;
	font-size: 16px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}