/* =========== Typography ========== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus {
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, button:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none;
}
/* =========== SPACE CLASSES=========== */

.space5 {
	margin-top: 5px;
}
.space10 {
	margin-top: 10px;
}
.space15 {
	margin-top: 15px;
}
.space20 {
	margin-top: 20px;
}
.space25 {
	margin-top: 25px;
}
.space30 {
	margin-top: 30px;
}
.space40 {
	margin-top: 40px;
}
.space50 {
	margin-top: 50px;
}
.space60 {
	margin-top: 60px;
}
.space70 {
	margin-top: 70px;
}
.space80 {
	margin-top: 80px;
}
.space100 {
	margin-top: 100px;
}
.pad0 {
	padding: 0;
}
/*============ placeholder =============*/

::-webkit-input-placeholder {
 color: pink;
}
::-moz-placeholder {
 color: pink;
}
:-ms-input-placeholder {
 color: pink;
}
:-moz-placeholder {
 color: pink;
}
/* ============COLOR CLASSES============= */

.whiteclr {
	color: #fff !important;
}
.blackclr {
	color: #000 !important;
}
.whitebg {
	background: #fff;
}
/* =============HEADER STYLE============== */
html, body {
	height: 100%;
	width: 100%;
}
.m0 {
	margin: 0;
}
.pad0 {
	padding: 0;
}
/*================== 13.12.2017 ====================*/
/*========changes=========*/

 
/*========================*/

.pre_header {
	background: #085283;
	padding: 15px 0;
	color: #fff;
}
.pre_header a {
	color: #fff;
	font-weight: 600;
}
.pre_header a i {
	padding-right: 10px;
}
.pre_header a:hover {
	text-decoration: none;
}
.pre_header1 {
	padding: 10px 0 10px;
}
.pre_header1 h4 {
	text-align: right;
	font-size: 24px;
	color: #001b2e;
}
header .navbar-default {
	background: transparent;
	border-color: transparent;
	margin-bottom: 0;
	position:relative;
	z-index:5;
}
header .navbar-default .navbar-collapse {
	background: #085283;
	border-color: transparent;
}
header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>li>a.active {
	color: #2bb5e6;
}
.navbar-default .navbar-nav>.active>a,  .navbar-default .navbar-nav>.active>a:focus,  .navbar-default .navbar-nav>.active>a:hover {
	color: #2bb5e6;
	background: transparent;
}
header .navbar-default .navbar-right>li>a:hover, header .navbar-default .navbar-right>li>a:focus, header .navbar-default .navbar-right>li>a.active {
	color: #fff;
	background: #3498db;
}
header .navbar-default .navbar-right>li>a {
	background: #3498db;
	text-transform: none;
	font-weight: 600;
}
header .navbar_left li a {
	padding: 25px 15px;
}
header .navbar_left li {
	margin: 0 25px;
}
.banner1_sec {
	background: url(../img/banner_1.png) no-repeat;
	background-size: cover;
	padding: 10% 0 5% 0;
	margin-top: -30px;
	border-bottom: 6px solid #0079c4;
	background-position : 50% 50%;
}
.banner_home { 
	background: url(../img/banner-startseite.jpg) no-repeat;
	background-size: cover;
}
header {
	position: relative;
	top: 0px;
}
.banner1_sec h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.banner1_sec p {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
}
.banner_home h1, .banner_home p {
	color: #fff;
}
.white_box {
	padding: 0 30px;
}
.white_box h1 {
	padding: 25px 0 40px;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 600;
	color: #017acb;
}
.white_box p {
	font-size: 15px;
	line-height: 26px;
}
.grey_box {
	background: #f4f4f4;
	padding: 40px 0 20px;
}
.bautro_ul.dropdown-menu>li {
	margin: 0;
}
@media(min-width: 767px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
}
.bautro_ul.dropdown-menu>li>a {
	display: block;
	padding: 20px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active a {
	background-color: #337ab7;
	color: #fff
}
.navbar-nav>li>.bautro_ul.dropdown-menu {
	margin-top: 0px;
	border-radius: 0;
	padding: 0;
}

.bautro_ul.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	color: #2bb5e6;
}
.eisele_sec {
	text-align: center;
	padding: 40px 0 40px;
}
.eisele_sec h2 {
	color: #0079c4;
	font-weight: 600;
	font-size: 30px;
}
.eisele_sec p {
	color: #172630;
	font-size: 18px;
	padding-bottom: 5px;
}
.eisele_sec h6 {
	font-size: 16px;
	padding-top: 0px;
	font-weight: 300;
	line-height:1.42857143;
	margin-bottom:20px;
}
.about_sec p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.8;
	text-align: justify;
}
.about_sec {
	background: url(../img/about_sec_bg.jpg);
	background-size:cover;
	padding: 40px 0;
}
.btn_about {
	border-radius: 0;
	color: #001b2e;
	font-size: 15px;
	background: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 20px;
	transition: 0.3s ease-in-out;
}
.about_sec .row {
	display: flex;
	align-items: center;
}
.btn_about:hover, .btn_about:focus, .btn_about.active {
	background: #001b2e;
	color: #fff;
}
.whitebg_txt {
	padding: 40px 35px;
	color: #172630;
}
.whitebg_txt h4 {
	font-size: 30px;
	font-weight: 600;
	margin-top:0px;
}
.whitebg_txt li {
	font-size: 15px;
	font-weight: 300;
	position: relative;
	padding-left: 35px;
	margin: 5px 0;
}
.whitebg_txt ul {
	padding: 20px 0 0;
}
.whitebg_txt li:before {
	content: '\f30b';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: 0;
	top: 2px;
	color: #0079c4;
	font-weight: 900;
}
.grey_bg {
	background: #b6b6b6;
}
.btn_learn {
	background: #2bb5e6;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 0;
	padding: 7px 25px;
	border: 1px solid #2bb5e6;
	transition: 0.3s ease-in-out;
}
.btn_learn:hover, .btn_learn:focus, .btn_learn.active {
	color: #2bb5e6;
	background: #fff;
	border: 1px solid #2bb5e6;
}
.help_sec h4 {
	color: #172630;
	font-size: 28px;
	margin-bottom: 60px;
	font-weight: 600;
}
.help_sec {
	padding: 40px 0 80px 0;
	background: #f4f4f4;
}
.help_box .media {
	margin: 0;
	border-top: 3px solid #0079c4;
}
.help_box .media-body p, .help_box .media-body p a {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding: 17px 0 0 15px;
	color: #333;
}
.help_box {
	box-shadow: 0px 0px 10px 0px #ccc;
	cursor: pointer;
}
.hover_box {
	color: #fff;
	background: #0079c4;
	padding: 10px 25px;
	height: 244px;
	box-shadow: 0px 0px 8px 0px #0079c4;
}
.hover_box ul {
	padding-top: 20px;
}
.hover_box ul li {
	font-size: 18px;
	padding: 3px 0;
}
.hover_box ul li i {
	padding-right: 20px;
}
.hover_box {
}
/*=========================================*/
.bg_img {
	background: url(../img/bg_img.png);
	padding: 10% 0 70px;
	background-position: 50% 100%;
	border-bottom: 3px solid #0079c4;
	background-size: cover;
	margin-top: -30px;
}
.bg_service {
	background: url(../img/banner-bautrocknung.jpg);
	background-size:cover;
	position:relative;
	z-index:2;
}
.bg_service:after {
	background-color:rgba(0, 0, 0, 0.15);
	content:' ';
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:3;
}
.bg_img h1 {
	font-size: 48px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0.9;
	position:relative;
	z-index:4;
}
.bg_img p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	position:relative;
	z-index:4;
}
.btn_blue {
	background: #2bb5e6;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #2bb5e6;
	transition: 0.3s ease-in-out;
	position:relative;
	z-index:4;
}
.btn_blue:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #2bb5e6;
}
.btn_gry {
	background: #87888a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	border: 2px solid #87888a;
	transition: 0.2s ease-in-out;
	position:relative;
	z-index:4;
}
.btn_gry:hover {
	background: #fff;
	color: #87888a;
	border: 2px solid #fff;
}
.main_text h2 {
	font-size: 30px;
	color: #017acb;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
.main_text h3 {
	font-size: 18px;
	color: #017acb;
	font-weight: 600;
	margin: 10px 0 20px;
	line-height: 1.5;
}
.main_text p {
	font-size: 15px;
	color: #172630;
	line-height: 2;
}
.main_text {
	padding: 20px 16px 20px;
	text-align: justify;
}
.main_text p.p_text {
	font-weight: 600;
	margin-bottom: 40px;
}
.pad_left0 {
	padding-left: 0;
}
.pad_right0 {
	padding-right: 0;
}
.blue_bg {
	background: #085283;
	color: #fff;
	font-size: 12px;
	padding: 15px 0 5px;
}
.blue_bg_small {
	padding: 15px 0 15px;
}
.blue_bg p {
	margin: 0;
}
.blue_bg p.text_blue {
	margin-right: 50px;
}
.stet1 {
	background: #f4f4f4;
	padding: 30px 40px 60px;
}
.stet2 {
	background: #fff;
	padding: 30px 40px 60px;
}
.stet h3 {
	color: #172630;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-top:0px;
}
.stet p {
	color: #172630;
	font-size: 15px;
	line-height: 1.7;
}
.blue_bg1 p {
	font-size: 30px;
	color: #fff;
	margin: 0
}
.blue_bg1 {
	background: #085283;
	padding: 20px 0;
}
.main_2 h3 {
	font-size: 30px;
	color: #172630;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top:0;
}
.main_2 p {
	font-size: 15px;
	color: #172630;
	font-weight: 400;
	margin: 0;
	line-height: 2;
	text-align: justify;
}
.btn_kontkt {
	background: #2bb5e6;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #2bb5e6;
	transition: 0.2s ease-in-out;
	margin-top: 70px;
}
.btn_kontkt.focus, .btn_kontkt:focus, .btn_kontkt:hover {
	background: transparent;
	color: #2bb5e6;
}
/*.img_text {
    padding: 30px 335px 60px 60px;
    height: 575px;
}
.img_text1 {
    padding: 30px 60px 60px 335px;
}*/
.img_text {
	width: 63%;
	padding-left: 30px;
	padding-top: 30px;
}
.img_text1 {
	display: block;
	float: right;
	width: 63%;
	padding-right: 30px;
	padding-top: 30px;
}
.img_text1 span {
	font-weight: 600;
}
.black_bg {
	background: #000000;
	color: #fff;
	padding: 20px 0;
}
.black_bg p {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.black_bg img {
	margin-right: 20px;
}
.black_bg ul li a {
	text-align: left;
	font-size: 20px;
	color: #fff;
	text-decoration: none
}
.cta_bg {
	background-image: url(../img/cta_bg.jpg);
	background-size: cover;
}
.blue_bg2 {
	background: #085283;
	color: #fff;
	font-size: 14px;
	padding: 20px 0 10px;
}
p.p_space {
	margin: 30px 0;
}
.p1_space {
	margin-bottom: 40px;
}
.unser {
	background: #f4f4f4;
	padding: 40px 0;
}
.unser h3 {
	color: #172630;
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
}
.unser_1 {
	box-shadow: 0 0 5px #0000006b;
	margin: 0 25px;
}
.unser_1 p {
	font-size: 16px;
	font-weight: 600;
	color: #172630;
	padding: 10px 30px;
	border-top: 4px solid #0079c4;
}


























































/*====================media========================*/



@media(max-width: 1440px) {
.white_box h1 {
	padding: 20px 0 15px;
	font-size: 15px;
}
.white_box p {
	font-size: 15px;
	line-height: 1.6;
}
/*==========*/
.main_text {
	padding: 15px 16px 10px;
}
.main_text p.p_text {
	margin-bottom: 20px;
}
.main_text h3 {
	font-size: 20px;
	margin: 10px 0 20px;
	line-height: 1.2;
}
.main_text p {
	font-size: 15px;
	line-height: 1.5;
}
.main_text h2 {
	font-size: 25px;
}
.img_text {
	width: 72%;
	padding-left: 30px;
	padding-top: 20px;
}
.btn_kontkt {
	font-size: 15px;
	margin-top: 50px;
}
.main_2 h3 {
	font-size: 24px;
	margin-bottom: 13px;
}
.main_2 p {
	line-height: 1.7;
}
.img_text1 {
	width: 72%;
	padding-top: 20px;
}
p.p_space {
	margin: 25px 0;
}
}
 @media(max-width: 1366px) {
.btn_kontkt {
	font-size: 15px;
	margin-top: 30px;
}
.main_2 h3 {
	font-size: 24px;
}
p.p_space {
	margin: 10px 0;
}
.img_text1 {
	padding-top: 0;
	width: 72%;
}
.img_text {
	padding-top: 0;
}
p.p_space {
	margin: 6px 0;
}
.main_text p {
	font-size: 15px;
	line-height: 1.6;
}
}
 @media (max-width: 1280px) {
.white_box h1 {
	padding: 15px 0 15px;
	font-size: 13px;
}
.whitebg_txt h4 {
	font-size: 24px;
}
/*==========*/
.main_text p {
	font-size: 15px;
}
.main_text h2 {
	font-size: 22px;
}
.main_text h3 {
	font-size: 18px;
	margin: 10px 0 15px;
}
.main_text p.p_text {
	margin-bottom: 20px;
}
.main_2 h3 {
	font-size: 24px;
}
.main_2 p {
	line-height: 1.6;
	font-size: 15px;
}
.btn_kontkt {
	margin-top: 25px;
}
}
 @media(max-width: 1199px) {
header .navbar_left li {
	margin: 0 16px;
}
.pre_header a {
	font-size: 12px;
}
.white_box {
	padding: 0 20px;
}
.white_box p {
	font-size: 14px;
	line-height: 1.4;
}
.hover_box {
	height: 211px;
}
.whitebg_txt h4 {
	font-size: 21px;
}
.whitebg_txt li {
	margin: 5px 0;
}
/*===========*/
.p1_space {
	margin-bottom: 28px;
}
.bg_img h1 {
	font-size: 41px;
}
.main_text h2 {
	font-size: 18px;
}
.main_text {
	padding: 5px 0px 5px;
}
.main_text p.p_text {
	margin-bottom: 10px;
}
 .main_text h3 {
	font-size: 15px;
	margin: 10px 0 14px;
}
.blue_bg p.text_blue {
	margin-right: 0;
}
.blue_bg {
	font-size: 11px;
}
.main_2 h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.btn_kontkt {
	margin-top: 17px;
	font-size: 12px;
}
.main_2 p {
	line-height: 1.4;
	font-size: 15px;
}
.img_text1 {
	width: 76%;
}
.img_text {
	width: 76%;
}
p.p_space {
	margin: 2px 0;
}
.black_bg p {
	font-size: 28px;
}
}
 @media(max-width: 991px) {
.white_box h1 {
	padding: 5px 0;
	font-size: 9px;
	margin: 0;
}
 header .navbar_left li {
	margin: 0 5px;
}
header .navbar-default .navbar-nav>li>a {
	font-size: 12px;
}
.banner1_sec h1 {
	font-size: 30px;
}
.whitebg_txt h4 {
	font-size: 16px;
}
.whitebg_txt li {
	font-size: 14px;
}
.hover_box h3 {
	font-size: 16px;
	margin: 0;
	padding: 3px 0;
}
.hover_box ul li i {
	padding-right: 0;
}
.hover_box ul li {
	font-size: 16px;
	padding: 3px 0;
}
.hover_box {
	height: 176px;
}
.help_sec h4 {
	font-size: 20px;
	margin-bottom: 40px;
}
/*==========*/
.p1_space {
	margin-bottom: 10px;
}
.unser_1 p {
	font-size: 12px;
	padding: 10px 26px;
}
.bg_img h1 {
	font-size: 31px;
}
.main_text h2 {
}
.main_text h3 {
	font-size: 15px;
	margin: 5px 0 5px;
}
.main_text p.p_text {
	margin-bottom: 5px;
}
.stet h3 {
	font-size: 18px;
	line-height: 1.4;
}
.stet p {
	font-size: 15px;
	line-height: 1.5;
}
.blue_bg1 p {
	font-size: 22px;
}
.img_text {
	width: 100%;
	padding-left: 10px;
}
.btn_kontkt {
	margin-top: 10px;
	font-size: 10px;
}
.main_2 h3 {
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.main_2 p {
	line-height: 1.2;
	font-size: 11px;
}
.img_text1 {
	width: 100%;
	padding-right: 10px;
}
p.p_space {
	margin: 0px 0;
}
.btn_kontkt {
	margin-top: 16px;
	font-size: 12px;
}
.black_bg p {
	font-size: 20px;
}
.black_bg ul li a {
	font-size: 20px;
}
.bg_img {
	background-position: 50% 50%;
}
}
 @media(max-width: 767px) {
.pre_header a {
	font-size: 12px;
}
.white_box {
	padding: 15px 20px;
}
.grey_box {
	padding: 10px 0 20px;
}
header {
	position: relative;
	top: -65px;
}
header .navbar-default .navbar-collapse {
	margin-top: 15px;
}
header .navbar-default .navbar-nav>li>a {
	display: inline-block;
	padding: 10px 15px;
}
header .navbar-default .navbar-right>li>a {
	margin-left: 15px;
}
 .white_box h1 {
	font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding: 15px 15px;
}
.banner1_sec h1 {
	font-size: 17px;
}
.about_sec .row {
	display: block;
}
.eisele_sec h2 {
	font-size: 18px;
}
.eisele_sec p {
	font-size: 15px;
}
.eisele_sec h6 {
	font-size: 15px;
	padding-top: 20px;
}
.btn_about {
	display: block;
	margin: 30px auto 0;
	font-size: 14px;
}
.hover_box {
	height: 267px;
}
.help_sec .col-md-4 {
	margin-bottom: 20px;
}
.hover_box h3 {
	font-size: 20px;
	margin: 0;
	padding: 19px 0;
}
.btn_learn {
	font-size: 18px;
}
.help_box .media-body p {
	font-size: 14px;
}
.about_sec p {
	font-size: 14px;
	line-height: normal;
}
.help_sec {
	padding: 40px 0 40px 0;
}
.pre_header a i {
	font-size: 18px;
}
/*===============*/
.unser h3 {
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
}
.unser {
	padding: 20px 0;
}
.unser_1 {
	margin: 0 25px 30px;
}
.bg_img h1 {
	font-size: 24px;
}
.bg_img p {
	font-size: 12px;
}
.bg_img {
	padding: 10% 0 50px;
}
.btn_blue, .btn_gry {
	font-size: 15px;
}
.pr_0 {
	padding-right: 0
}
.pl_0 {
	padding-left: 0
}
.main_text {
	padding: 20px 0px 20px;
}
.main_text h2 {
	margin-bottom: 10px;
}
.main_text p.p_text {
	margin-bottom: 10px;
}
.main_text h3 {
	margin: 5px 0 10px;
}
.stet1 {
	background: #f4f4f4;
	padding: 10px 20px 10px;
}
.stet2 {
	background: #fff;
	padding: 10px 20px 0px;
}
.blue_bg1 p {
	font-size: 16px;
}
p.p_space {
	margin: 10px 0;
}
.img_text1 {
	padding: 10px 20px 20px 20px;
}
.img_text {
	padding: 10px 20px 20px 20px;
}
.black_bg p {
	font-size: 14px;
}
.black_bg ul li a {
	font-size: 14px;
}
.black_bg img {
	width: 20px;
}
.blue_m {
	background: #085283;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
.blue_m p {
	margin-bottom: 0;
}
.whitebg_txt{
	padding: 40px 15px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
 }
header .navbar-default .navbar-right > li > a{
	display:block;}
header .navbar-default .navbar-right > li > a{
	margin:0;}
	header .navbar_left li {
    margin: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #2bb5e6;
    background-color:transparent;
}
.black_bg p{
	line-height:1.42857143;
	margin-bottom:5px;}
}
 @media(max-width: 375px) {
header {
	position: relative;
	top: -60px;
}
.help_sec h4 {
	font-size: 16px;
}
}
 @media(max-width: 320px) {
header {
	position: relative;
	top: -55px;
}
.white_box h1 {
	font-size: 12px;
}
.stet h3 {
	font-size: 14px;
}
.blue_bg1 p {
	font-size: 12px;
}
.stet p {
	font-size: 13px;
	line-height: 1.5;
}
.black_bg img {
	width: 12px;
	margin-right: 4px;
}
.black_bg {
	padding: 10px 0;
}
.blue_bg2 {
	font-size: 12px;
}
.black_bg p {
	line-height: 1.5;
}
.unser h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.unser_1 p {
	font-size: 12px;
	padding: 10px 15px;
}
}

#map{
	height:500px;
	width:100%;}