/*------------------------------------------ */
/* MY
/*------------------------------------------ */
h5{font-weight: bold !Important;}
ul {text-align: left;}
/*------------------------------------------ */
/* GOOGLE MAP
/*------------------------------------------ */
.zerif_google_map{
  width: 100%;
  height: 400px;
  padding:0px;
  margin:0px;
}
/*------------------------------------------ */
/* FOCUS
/*------------------------------------------ */
.focus-box p {
    font-size: 17px;
}
/*------------------------------------------ */
/* FOCUS2
/*------------------------------------------ */
.focus-box .service-icon {
    border: 10px solid #ececec;
}
/*------------------------------------------ */
/* TOP-NAV
/*------------------------------------------ */
#main-nav {
    min-height: 80px !important;
    background-color: RGBA(255, 255, 255, 0.95);
}
@media (min-width: 768px) and (max-width: 1024px) {    
    /* TOP BAR ELEMENTS */
	.responsive-nav {
		padding-top: 10px;
	}
    .navbar-brand {
        height: 80px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}
/* ------------------------------------------ */
/* ABOUT AS 
/*------------------------------------------ */
.about-us {
    padding-bottom: 50px !Important; */
}
.about-us p {
    text-align: justify;
  	color: #FFF;
	font-size: 16px;
	line-height: 24px;
  	background-color: rgba(0, 0, 0, 0.4);
	padding: 30px;
}
.big-intro {
    font-weight: 100 !Important;
    font-size: 55px !Important;
}
.zerif-rtl-skills  {
    display: none !important;
	visibility: hidden; !important;  
}
/* ------------------------------------------ */
/* TESTIMONIALS 
/*------------------------------------------ */
#client-feedbacks .feedback-box {
    width: 100%;
}
/* ------------------------------------------ */
/*  SOCIAL
/*------------------------------------------ */
.zerif-copyright-box {
  	visibility: hidden;
    display: none;
}
.copyright {
	background: #292929;
	color: #fff;
}
/* ------------------------------------------ */
.social {
	margin-bottom: 10px !Important;
}
/* ------------------------------------------ */
/*  Footer
/*------------------------------------------ */
#footer {
    background: #292929;
    line-height: 20px;
}
.company-details a { color: #fff; }
.company-details { color: #fff; }
/* ------------------------------------------ */
/*  Subscribe - LINKS
/*------------------------------------------ */
.newsletter h3 {
  font-family: 'Roboto Condensed' !important;
  font-style: normal !important;
  font-weight: 300 !important;
}
.newsletter {
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.linkclass {
	font-size: 14px;
    color: #fff;
  	display:inline-block; 
  	text-indent: 1em;
  	padding-top:30px;
}
.linkclass:visited {
    color: #A5A5A5;
}
.linkclass:hover {
    color: #e96656;
}

