/*========== General ============ */
html, body	{
	margin: 0;
	padding: 0;
	font-family: 'Rubik';
	color: #e3e3e3;
	font-size: 15px;
	overflow-x: hidden;
}
h2 {
	text-align: right;
	font-weight: 600;
	font-size: 2.35em;
	padding-top: 25px;
	padding-bottom: 25px;
}
a {
	color: #0193D1;
	transition: all 0.3s linear;
}
a:hover, a:focus {
	color: #0193D1;
	transition: all 0.3s linear;
}
a:visited {
	color: #0193D1;
}
hr {
	border-color: #323232;
}
.section-color {
	background-color: #ececec;
}
.section-second-color {
	background-color: #e6e6e6;
}
@media (max-width: 1200px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
}
#content {
	background-color: #1d1d1d;
}
@media (max-width: 767px) {
	#content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.row {
		margin: 0;
	}
}
/*========== / General ============ */

/*========== Contact Button ============ */
.contact-btn {
	text-align: center;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-btn a, .contact-btn p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	background-color: #333;
	display: block;
	padding: 14px;
}
@media (max-width: 767px) {
	.contact-btn a span {
		display: block;
		font-size: 16px;
		padding-bottom: 5px;
	}
	.contact-btn {
		margin: 0 15px 20px 15px;
	}
}
.contact-btn a:hover, .contact-btn a:focus {
	text-decoration: none;
	background-color: #333;
}
/*========== / Contact Button ============ */

/*========== Top Bar ============ */
.top-bar-background {
	position: relative;
	height: 82px;
	background-color: #1d1d1d;
}
.top-bar {
	position: relative;
	padding: 0px;
}
.top-bar .logo img {
	float: right;
    height: 90px;
    margin-top: 12px;
}
.logo-container .fa {
	margin-left: 15px;
	color: #0f4180;
}
.top-bar .contact-info {
	position: absolute;
	left: 20px;
	text-align: left;
    font-size: 19px;
    font-weight: 500;
	margin-top: 16px;
}
.top-bar .contact-info .phone-number-text {
	position: absolute;
    width: 200px;
    left: 62px;
	top: 12px;
	color: #e3e3e3;
}
.top-bar .contact-info svg {
    fill: #66BC29;
    position: relative;
    top: 10px;
    right: -20px;
}
.top-bar .contact-info .fa-circle:before {
	color: #0f4180!important;
}
@media (max-width: 767px) {
	.top-bar .contact-info {
		display: none;
	}
}
/*========== / Top Bar ============*/

/*========== Logo Container ============*/
.logo-container {
    display: block;
    position: absolute;
    line-height: 82px;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    text-decoration: none;
    color: #d74827;
    font-family: Arial Hebrew;
    font-weight: 400;
}
.logo-container small {
    font-size: 60%;
    color: #e3e3e3;
    position: relative;
    right: 5px;
}
@media (max-width: 767px) {
	.logo-container {
		width: 100%;
	}
}
/*========== / Logo Container ============*/

/*========== Banner ============ */
#banner {
	height: 420px;
	overflow: hidden;
	padding-top: 25px;
	background: linear-gradient( rgba(0, 0, 0, 0.1),  rgba(0, 0, 0, 0.1) ), url('../images/banner.jpeg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0px;
}
#banner .row {
	margin: 0;
}
#banner #hero {
	margin-top: 110px;
	display: inline-block;
	font-weight: 800;
	color: #fff;
	background: linear-gradient( rgba(34, 34, 34, 0.8),  rgba(34, 34, 34, 0.8) );
	padding: 12px 45px 26px 45px;
	border-radius: 3px;
}
#banner img {
	display: block;
	height: 325px;
}
#banner h1 {
	padding-left: 10px;
    padding-right: 10px;
	font-weight: 600;
    color: #fff;
    font-size: 2.35em;
}
#banner p {
	display: inline-block;
	font-weight: 400;
	font-size: 1.15em;
	padding: 5px 15px;
    color: #c3c3c3;
}
#banner #hero p::before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  position: relative;
  margin-left: 7px;
  top: 0px;
  color: #66BC29;
}
#banner .header-line-2 {
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-top: 10px;
}
#banner ul {
	margin-top: 35px;
	list-style: none;
	color: #fff;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
}
#banner ul li {
	display: inline-block;
	padding: 10px 15px;
}
#banner ul li:before {
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	font-size: 15px;
	position: relative;
	margin-left: 6px;
	top: 0px;
	color: #66BC29;
}
@media (max-width: 767px) {
	#banner #hero {
		margin-top: 20px;
		padding: 12px 20px 26px 20px;
	}
	#banner h1 {
		font-size: 1.8em;
		line-height: 40px;
	}
	#banner .check-container {
		width: auto;
		height: auto;
		margin: auto;
	}
	#banner p {
		display: block;
	}
}
.phone-number {
	text-align: center;
	left: 50px;
	right: 50px;
	top: 450px;
	margin: 0 auto;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1.05em;
	font-weight: 600;
}
.phone-number:before {
	margin-right: 10px;
	font-family: 'Glyphicons Halflings';
    content:"\e183";
	color: #0193D1;
}
.phone-number:hover, .phone-number:focus {
	color: #fff;
	text-decoration: none;
}
/*========== / Banner ============ */

/*========== Main Section ============ */
#main {
	padding: 25px 0 70px 0;
	text-align: right;
}
#main p {
	font-weight: 400;
    font-size: 1.2em;
	color: #828686;
	line-height: 1.5em;
	margin: 0 0 18px;
}
#main a {
	color: #d74727;
}
#main a:hover, #main a:focus {
	text-decoration: none;
}
.aof-box {
	margin: 15px 0;
	padding: 25px 0 20px 0;
	background-color: #0f4180;
	color: #fff;
}
.aof-box h3 {
	font-size: 16px;
}
.aof-box .fa {
	font-size: 40px;
}
@media (max-width: 500px) {
	.phone-number-container span {
		display: block;
	}
}
/*========== / Main Section ============ */

/*========== Testimonials ============*/
#testimonials {
	padding: 10px 0 45px 0;
}
.testimonials .item {
	padding: 10px 0;
}
.testimonials blockquote {
	background: #f8f8f8 none repeat scroll 0 0;
	border: medium none;
	color: #666;
	display: block;
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 25px 30px 25px 70px;
	text-align: justify;
	margin-top: 15px;
	position: relative;
}
.testimonials blockquote::before {
	width: 0;
	height: 0;
	left: 0;
	bottom: 0;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 20px solid #fff;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-right-style: inset;
	border-bottom-style: inset;
}
.testimonials blockquote::after {
	width: 0;
	height: 0;
	left: 0;
	bottom: 0;
	content: " ";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: #0065b2 transparent transparent transparent;
	background-color: #ececec;
}
.testimonials .carousel-info img {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	color: #828686;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px;
	float: right;
}
.testimonials .carousel-info {
	overflow: hidden;
}
.testimonials .carousel-info img {
	margin-right: 15px;
}
.testimonials .carousel-info span {
	display: block;
}
.testimonials span.testimonials-name {
	color: #0065b2;
	font-size: 1.1em;
	font-weight: 300;
	margin: 21px 14px 0 0;
}
.testimonials span {
	margin-right: 14px;
}
.testimonials span i {
	color: #eac600;
}
.testimonials span.testimonials-post {
	color: #656565;
	font-size: 0.9em;
}
@media (max-width: 767px) {
	.testimonials blockquote {
		padding: 25px 25px 25px 25px;
	}
}
/*========== / Testimonials ============*/

/*========== Footer ============*/
#footer {
	padding: 18px 0 7px 0;
	background-color: #000;
	color: #828686;
	font-size: 0.8em;
	font-weight: 500;
}
@media (max-width: 767px) {
	#footer .copyright p span {
		display: block;
	}
}
/*========== / Footer ============*/

.filter-color {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(103%) contrast(101%);
}

.box1 {
    border: 1px solid #d74727;
    padding: 20px 30px;
    border-radius: 10%;
}