	@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration:none;
	outline:none;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
a:hover{
	text-decoration:none!important;
}
p{
	font-size:14px;
	line-height:22px;
	color:#000000;
	font-weight:400;
}
.top_bar{
	width:100%;
	background:#eeeeee;
	height:64px;
	clear:both;	
	z-index:1;
	position:relative;
	-webkit-box-shadow: 0px 1px 7px -3px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 1px 7px -3px rgba(0,0,0,0.8);
box-shadow: 0px 1px 7px -3px rgba(0,0,0,0.8);	
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 283px;
    background:url(../img/logo_bg.png) no-repeat right top;
    height: 199px;
    padding-top: 10px;
	padding-left: 70px;
}
.navigation {
   padding-left: 63px;
}
.mo_menu {
    display: none;
}
.navbar-nav {
    display: inherit !important;
    text-align: right;
}
.menu-left{	
	width:80%;
	float:left;
	padding:0 15px;
}

.navbar-nav{
	text-align:center;
}
.navbar-nav li {
    float:left;
	padding:0;	
}
.navbar-nav li span{
    background:url(../img/nav_li_bg.png) no-repeat right top;
	width:36px;
	height:64px;
	float:left;
}

.navbar-nav .dropdown-menu li{
	background:none;
}

 
.navbar-nav .open .dropdown-menu{
	display:block;
}
.dropdown-menu li {
    line-height: 30px;
    float: left;
    width: 100%;
	padding:0;
}
.dropdown-menu li:hover{
	background:none!important;
}
.dropdown-menu li a{
	font-size:12px!important;
}
.navigation li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
	float:left;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	padding:0 17px 0 15px;
	
}
.navigation li.active a, .navigation li a:hover{
	color:#f30602;
}
.dropdown-menu li a {
    font-size: 12px !important;
    display: block;
    padding: 0 15px !important;
    line-height: 30px !important;
    height: 30px !important;
}
.navbar-nav li:first-child a{
	padding-left:0;
}

.top_social{
	text-align:left;
	float:left;
	margin:6px 0 0 0;
	padding-left:63px;
}
.top_social li{
	float:left;
	list-style:none;
	margin:0 10px;	
}
.top_social li .fa{
	color:#fff;
	font-size:15px;
	border-radius:100%;
	text-align:center;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}
.top_social li a:hover .fa{
	color:#FF0000;
}
.banner{
	position:relative;
	clear:both;
	width:100%;
	float:left;
}
.overlay{
	position:absolute;
	background:rgba(0,0,0,.5);
	width:100%;
	height:99%;
	top:0;
}
.transparent_bg{
	position:absolute;
	background:url(../img/transparent_bg.png) no-repeat left top;
	width:100%;
	height:100%;
	background-size:cover;
	z-index: ;
}
.banner .slider_height{
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	display:table;
	width:100%;
}
.cap_box{
	padding-left:0;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:99;
	width:100%;
}
.slider-info{
	float:right;
	max-width:430px;
	width:100%;
}
.cap_box h2{
	font-size:15px;
	line-height:26px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	letter-spacing:2px;
	margin-bottom:0;
}
.cap_box h1{
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
}
.cap_bg{
	background: rgba(0, 0, 0, 0.8);
	width: auto;
	margin-bottom:2px;
	padding: 30px;
	display: table;
}
.cap_box p{
	margin:0;
	padding:30px;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	color:#fff;
	font-size:14px;
	font-weight:300;
}
.cap_box a{
	font-size:16px;
	line-height:26px;
	color:#7bd7a7;
	text-decoration:underline;
	color:#7bd7a7;
	font-weight:normal;
	text-transform:uppercase;
}
.cap_box a:hover{
	color:#fff;
	text-decoration:underline!important;
}
.slider-home{
	margin:0!important;
	position:relative;
}
.slider-home button {
	padding: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 0;
	font-size: 0;
	float: left;
	opacity:.5;
	
}
.slider-home .slick-dots{
	position:absolute;
	right:30px;
	bottom:30px;
	margin:0;
	text-align:right;
	width:150px;
	z-index:2;
	
}
.slider-home .slick-active button{
	background:#fff;
	opacity:1;
}
.slider-home .slick-dots li{
	display:inline-block;
	margin:0 5px;
	list-style:none;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);	
}
.welcome_max{
	max-width:400px;
	width:100%;
	display:table;
	margin:0 auto;
	height:100%;
}
.welcome_section{
	width:100%;
	clear:both;
	background:#fff url(../img/about_bg.png) no-repeat right 0;
	padding:50px 0 59px;
}
.welcome_img img{
	width:100%;
}
.welcome_info_wrapper{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.title{
	font-size:30px;
	line-height:36px;
	font-weight:300;
	color:#000000;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom:25px;
}
.welcome_info{
	flex:inherit!important;
	display:table;
}
.welcome_info_wrapper  span{
	color:#79d9a6;
}
.welcome_info_wrapper strong{
	text-transform:uppercase;
	font-weight:500;
}
.read_more{
	position:relative;
	display:inline-block;
}
.read_more a{
	font-size:14px;
	line-height:47px;
	background:#323434;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	width:170px;
	height:47px;
	text-align:center;
	display:inline-block;
	position:relative;
	z-index:9;
}
.read_more span{
	background:#63d599;
	width:170px;
	height:47px;
	position:absolute;
	right:-4px;
	bottom:-4px;
}
.read_more a:hover{
	background:#666666;
	color:#fff;
}

.testimonials_section{
	margin-bottom: 45px;
	float:left;
	clear:both;
	width:100%;
}
.testimonials_bg{
	background:url(../img/testimonials_bg.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	padding: 35px 0;
	float: left;
	width: 100%;
}
.sub_title{
	font-size:28px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	background:url(../img/title_bg.jpg) no-repeat bottom center;
	padding-bottom:27px;
	margin:40px 0;
	font-weight:normal;
}
.testimonials_section p{
	color:#222;
	margin-bottom:0;
	font-size:14px;
	font-style:italic;
	font-weight:300;
}
.testimonials h5{
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:500;
	margin-bottom:12px;
}
.testimonials li{
	display:inline-block;
	margin:0 4px;
}
.testimonials button{
	background:#fff;
	width:10px;
	height:10px;
	font-size:0;
	border:none;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	outline:none!important;
}
.testimonials .slick-active button{
	background:#7cdca9;
}
.testimonials-left h2{
	margin-bottom:0;
	margin-top:20px;
} 
.testimonials-left{
	width:33%;
	padding:0 15px;
	text-align:center;
	float:left;
}
.testimonials-right{
	padding:0 58px;
	float:left;
	width:67%;
}
.testimonials-right a{
	color:#222;
	text-decoration:underline;
}
.three_box{
	background:#fff;
	padding:75px 0 15px;
	clear:both;
	width:100%;
	float:left;
}

.three_box h2{
	margin:0 0 40px;
}
.three_box img{
	width:100%;
}
.business_info{
	position:relative;
	width:100%;
	float:left;
}
.service_info{
	background:#333;
	text-align:center;
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.service_info h3{
	margin:0;
	font-size:16px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	font-weight:normal;
	padding:20px 15px;
	letter-spacing:1px;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}
.three_box .padding_0{
	padding:0 10px;
	margin-bottom:25px;
}
.three_box .padding_0.five_col{
	margin-bottom:0;
}
.overlay{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.padding_0 a:hover .overlay{	
	opacity:0;
}

.three_box .row{
	margin:0 -10px;
}
.three_box .read_more{
	text-align:center;
	margin:30px auto 0;
}
.three_box .read_more a{
	background:#fff;
	color:#2e2e2e;
	font-size:16px;
	width:250px;
}
.three_box .read_more a:hover{
	background:#ace5c7;
	color:#fff;
}
.three_box .read_more span{
	width:250px;
}

/*Footer Css=======================================*/

.bottom_footer{
	float:left;
	background:#f4f4f4;
	width:100%;
	padding:0;
	position:relative;
	padding:50px 0;
}
.address{
	display:table;
	width:100%;
	margin:40px auto 0;
	color:#fff;
}
.address img{
	margin:0 0 20px;
}
.address p{
	font-size:14px;
	color:#9c9c9c;

}
.address a{
	color:#9c9c9c;
}
.address a:hover{
	color:#fff;
}
.address p.copiright{
	color:#fff;
	margin-top:5px;
}
.footer h2{
	color:#222;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	margin: 0 0 30px;
}
.footer h2.facebook_f{
	margin-bottom:10px;
}
.footer {
    display: table;
	width:100%;
}
.contactform input[type="text"],
.contactform input[type="email"]{
	border:1px solid #545454;
	background:none;
	color:#222;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:0 15px;
	line-height:40px;
	height:40px;
	font-size:14px;
	font-weight:300;
	float:left;
	width:100%;
	margin:0 0 6px;
}
.contactform  textarea{
	border:1px solid #545454;
	background:none;
	color:#222;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:12px;
	float:left;
	width:99.8%;
	font-size:14px;
	margin:0 0 8px;
	font-size:14px;
	font-weight:300;
}
.width-50 {
    float: left;
    width: 50%;
    padding: 0 3px;
}
.width-row{
	margin:0 -3px;
}

.contactform ::-moz-placeholder{
	opacity:1;
	color:#6b6b6b;
	font-size:14px;
}
.contactform ::-webkit-input-placeholder{
	opacity:1;
	color:#6b6b6b;
	font-size:14px;
}
.contactform input[type="submit"],
.contactform input[type="button"]{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	background: #222222;
	height: 40px;
	line-height: 40px;
	border:1px solid #222222;
	padding: 0 30px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	text-transform:uppercase;
	width:100%;
}
.contactform input[type="submit"]:hover,
.contactform input[type="button"]:hover{
	background:none;
	text-decoration:none;
	color:#222222;
	cursor:pointer;
	border:1px solid #222222;
}
.quick_links{
	width:100%;
}
.quick_links ul{
	padding:0;
	 margin: -10px 0 0;
	list-style:none;
}
.quick_links ul li{
	float:left;
	width:100%;
	padding:3px 0 3px 15px;
	background:url(../img/link_arrow.png) no-repeat left center;
}
.quick_links ul li a{
	font-size:14px;
	color:#9e9e9e;
}
.quick_links ul li.active_link a,
.quick_links ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
.quick{

}
.footer_black{
	display:table;
	position:absolute;
	top:0;
	right:0;
	background:#222;
	width:30%;
	padding-top:22px;
}
.bottom_footer .container{
	position:relative;
	z-index:9;
}
.copyright_section{
	width:100%;
	background:#222222;
	padding:20px 0;
}
.copyright_logos ul{
	text-align:right;
	margin:0;
}
.copyright_logos li{
	display:inline-block;
	padding:0 10px;
}
.copyright_logos li:last-child{
	padding-right:0;
}
.google_map iframe{
	width:100%!important;
}
.bottom_footer strong{
	font-weight:bold!important;
}

/* added 31.10.2017 */
.sub_top{
	border-bottom:4px solid #a6e6c4;
}
.responsive{
	display:none;
}
.article_area{
	padding-top:30px;
}
.article	{
	padding-bottom:60px
}
/* added 09.11.2017 */
.logo img{
	width:88px;
}

/* added 10.11.2017 */
.simm_references ul	{
	padding-bottom:10px
}
.testimonials .read_more{
	text-align:center;
	margin:30px auto 0;
}
.testimonials .read_more a{
	background:#fff;
	color:#2e2e2e;
	font-size:16px;
	width:250px;
}
.testimonials .read_more a:hover{
	background:#ace5c7;
	color:#fff;
}
.testimonials .read_more span{
	width:250px;
}
.middle_align {
    float: left;
    width: 100%;
}
.header-top{
	min-height:33px;
	float:left;
	width:100%;
	background:#000000;
}
.header-top ul li{
	list-style:none;
	float:left;
}
.header-top ul li:first-child{	
	margin-left:0;
}
.top_contact{
	float:right;
	margin:3px 0 0;
}
.top_contact li {
    background: url(../img/top_line.png) no-repeat left 8px;
    margin-left: 18px;
    padding-left: 18px;
}
.top_contact li:first-child{	
	background:none;
}
.top_contact li a, .top_contact li span{
	color:#fff;
	font-weight:400;
	font-size:13px;
}
.top_contact li a:hover{
	color:#f30501;
}
.contact-right{
	text-transform:uppercase;
	text-align: right;
	padding:20px 15px 0; 
	float:left;
	width:20%;
}
.contact-right a{
	font-size:14px;
	color:#f30602;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.contact-right a:focus{
	text-decoration:none;
}
.contact-right a:hover{
	color:#222222;
}
.down-arrow {
    bottom: 35px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.down-img {
    display: table;
    margin: 0 auto;
    width: 44px;
}
.foter_menu ul{
	margin:0;	
}
.foter_menu ul li:first-child{
	margin-left:0;
}
.foter_menu ul li{
	list-style:none;
	float:left;
	margin-left:35px;
}
.foter_menu ul li a{
	font-size:12px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#fff;
}
.foter_menu ul li a:hover{
	color:#bebebe;
}
.col-sm-6.col-md-6.copyright_text{
	font-size:12px;
	line-height:24px;
	text-align:right;
	font-weight:500;
	letter-spacing:0.5px;
	color:#fff;
}
.copyright_text a{
	color:#fff;
}
.copyright_text a:hover{
	color:#bebebe;
}
.footer_logos td{
	padding-bottom:15px;
}
.logo-one img{
	width:100%;
}
.logo-three{
	padding-left:15px;
}
.testimonials-right{
	background:url(../img/testimonials-line.png) repeat-y left top;
}

.article-container	{
	padding-top:50px;
	padding-bottom:50px;
}

.article-container h1	{
	text-align:center;
	margin-bottom:15px;
}

.margin_top_25	{
	margin-top:25px;
}
.close{
	position:absolute;
	top:5px;
	right:5px;
}.article-container a	{	color:#d80c40;}.cform	{		max-width:600px;	background-color:white;	max-height:	600px;	margin-left:40%;	margin-top:110px}#apv3ContactForm	{	}