@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----GLOBAL----*/
html {
	width: 100%;
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
	outline: 0 none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #4f4e4e;
	font-size: 14px;
	line-height: 23px;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #507cbe;
}
.wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}	
h1, h3, h4, h5 {
	font-size:24px;
	line-height:125%;
}

/*----MAIN PART----*/

#mainpart{
	background:url(images/banner.jpg) no-repeat center center;
	min-height:730px;
	display:block;
	background-size:cover;
	padding-top:70px;
	text-align:center;
}
.logo img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;

}
#mainpart h2{
	font-size:50px;
	line-height:62px;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:60px;
}
#mainpart h3{
	font-size:50px;
	line-height:62px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}


/*----MIDDLE CONTENT----*/
#middlecontent{
	background:url(images/bigimage2.jpg) no-repeat center center;
	display:block;
	min-height:1400px;
	background-size:cover;
}


/* v2 */

.contact-line {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.price-table {
  margin-top: 20px;
  border-top: 1px solid #1e3a63;
}

.price-table div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #1e3a63;
  color: #cfd8e3;
  font-size: 18px;
}

.price-table strong {
  color: #4da3ff;
}


.service {
padding: 100px 20px;
  background: url(images/bigimage2.jpg) no-repeat center center;
  background-size: cover;
}

.service-box {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(11, 31, 58, 0.95);
  padding: 50px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.service h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffffff;
}

.subtitle {
  color: #4da3ff;
  font-weight: 600;
  margin-bottom: 30px;
}

.service h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #ffffff;
  border-left: 4px solid #4da3ff;
  padding-left: 12px;
}

.service p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.7;
  color: #cfd8e3;
}

.service ul li {
  margin-bottom: 10px;
  color: #cfd8e3;
}

.service ul.check li:before {
  color: #4da3ff;
}

.cta {
  margin-top: 30px;
  font-weight: 600;
  color: #82c2ff;
}


@media (max-width: 768px) {
  .service-box {
    padding: 25px;
  }
  .service h1 {
    font-size: 26px;
  }
}

/*----	FOOTER ----*/
footer{
	padding:20px 0;
	text-align:center;
	background:#ffffff;
}
footer p{
	color:black;
	font-size:24px;
	line-height:22px;
}
footer a{
	color:#ffffff;
}


/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 display: none
 
}	
	