@charset "utf-8";
/* CSS commons */

div, span, object, iframe, img, table, caption, thead, 
tbody, tfoot, tr, tr, td, article, aside, canvas, 
details, figure, hgroup, menu, nav, footer, 
header,section, summary, mark,audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address,
cit, code, del, dfn, em, ins, q,
samp, small, strong, sub, sup, b, i, hr, dl,dt,dd,
ol,ul,li,fieldset,legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
      -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
article,aside,canvas,figure,figure img,
figcaption,hgroup,footer,header,nav,section,audio,
video {
  display: block;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	color: #333;
}

button {
	border: none;
	background-color:transparent;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	z-index: 1111;
}

h1 {}
h2 {
	font-size: 5em;
	font-weight: 800;
}

a {
	cursor: pointer;
}


/* Navigation */
.btn-mobile-nav {
	display: none;
}

nav {
	position: fixed;
	top:0;
	display: block;
	width: 100%;
	background-color: #fff;
	background-repeat:repeat-x;
	background-position:bottom;
	z-index: 9999;
	letter-spacing: 1px;
}	

nav, #home {
	height: 140px;
}

nav .header-logo {
	position: absolute;
    left: 40px;
    height: 80px;
    top: -10px;
    bottom: 0;
    margin: auto;
}

ul.main-menu {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 710px;
    height: 100%;
	display: block;
}

ul.main-menu li {
	position: relative;
	display: inline-block;
	padding: 60px 25px 61px 25px;
	color: #333333;
	height: 100%;
	box-sizing: border-box;
}

ul.main-menu li svg,  ul.main-menu li span {
	display: inline-block;
	vertical-align: middle;
}

ul.main-menu li svg {
	color: #000;
	padding: 0 10px 0 0;
	width: 16px;	
}

ul.main-menu li .st0{
	fill: #333;
}


ul.main-menu li:hover {
	background-color: #2d69a8;
	color: #fff;
	cursor: pointer;
}

ul.main-menu li:hover .st0 {
	fill: #fff;
}


ul.main-menu li a{
    font-size: 0.9em;
	cursor: pointer;
	text-decoration: none;
}
ul.main-menu li a:hover{
	color: #055094;
}

ul.main-menu ul {
	position: absolute;
	top: 140px;
	left: 0;
	padding: 20px;
	background-color: #055094;
	display: none;
}

.drop-down:hover ul {
	display: block;
}

ul.main-menu li li{
	display: block;
	padding: 20px;
	color: #fff;
}

.qr-container {
	position: absolute;
    right: 40px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.qr-container ul {
	list-style:none;
}

.qr-container li {
	display: inline-block;
	padding: 15px;
}

.qr-container li.active {
	background-color: #2D69A8;
	color: #fff;
}

.qr-container a { 
	color: #333333;
}


header .menu-toggle-btn {
    display: none;
}

/* Main divs */

.container{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	
}
.inline-box {
	display: inline-block;
	vertical-align: top;
	width: 50%;	
}
.square {
	position:relative;
}

.box-center {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0; 
	right: 0;
	margin:auto;
	color: #333;
}

.rectangle .box-center  {
	width: 500px;
	height: 300px;
	font-size: 14px;
}


.inline-box .box-center  {
	width: 500px;
	height: 300px;
	font-size: 14px;
}

.slider .box-center  {
	width: 100%;
	height: 400px;	
	font-size: 34px;
	color: #fff;
}

.box-center .arrow {
	display: block;
	width: 40px;
	margin: 100px auto;
}


.box-center .st0 {
    fill: #333;
}

.slider .box-center h1 {
	font-size: 2em;
	display: block;
	text-align: center;
	padding: 0;
	font-weight:400;
}

.slider .box-center p {
	font-size: 0.6em;
	display: block;
	text-align: center;
}

.slider .button {
    position: absolute;
    bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
    display: block;
    width: 120px;
    font-size: 14px;
    text-align: center;
	padding: 20px;
	color: #fff;
	background-color: #2D69A8;
}


.box-center h1 {
	font-size: 2em;
	display: block;
	text-align: center;
	padding: 0 0 90px 0;
	font-weight:400;
}



.slider .box-center h2 {
	font-size: 2em;
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
	font-weight:600;
}

.slider .box-center h2, .slider .box-center h1  {
	text-transform:uppercase;
}


.box-center p {
	font-size: 1em;
	display: block;
	text-align: justify;
}

.inline-box .box-bg {
	width: 100%;
	height: 100%;
	display: block;
}

#fourth h1, #fourth p, #fourth .st0 {
	color: #333;
	fill: #333; 
}

/* slider divs */

.slider {
	position: relative;
	overflow: hidden;
}

.slider .first, .slider .second, .slider .third, .slider .fourth{
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	transition: left ease-in-out 2s;
}

.slider .first {
	background-image:url(images/slider.png);
}
.slider .second {
	background-image:url(images/slider_two.png);
}
.slider .third {
	background-image:url(images/slider_three.png);
}
.slider .fourth {
	background-image:url(images/slider_four.png);
}

/* slides divs - first */

.first h1{
	transition: all 0.5s ease-in-out;
	-ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    transform: translate(0,200px);
	opacity: 0;
}

.first h2, .first p, .first .button {
	transition: all 0.3s ease-in-out;
	-ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    transform: translate(0,200px);
	opacity: 0;
}

.first h2 {
 -webkit-transition-delay: 0.5s; /* Safari */
  transition-delay: 0.5s;
}

.first p {
 -webkit-transition-delay: 0.7s; /* Safari */
  transition-delay: 0.7s;
}
.first .button {
	-webkit-transition-delay: 0.9s; /* Safari */
  transition-delay: 0.9s;
}

.first h1.on, .first h2.on, .first p.on, .first .button.on  {
	 -ms-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
	opacity: 1;
}

/* slides divs - second */

.second h1, .second h2  {
	transition: all 0.5s ease-in-out;
	-ms-transform: scale(0.1, 0.1); /* IE 9 */
    -webkit-transform: scale(0.1, 0.1); /* Safari */
    transform: scale(0.1, 0.1);
	opacity: 0;
}

.second p, .second .button {
	transition: all 0.3s ease-in-out;
	-ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    transform: translate(0,200px);
	opacity: 0;
}

.second h2 {
 -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
}

.second p {
 -webkit-transition-delay: 0.7s; /* Safari */
  transition-delay: 0.7s;
}
.second .button {
	 -webkit-transition-delay: 0.9s; /* Safari */
  transition-delay: 0.9s;
}

.second h1.on, .second h2.on{
	 -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
	opacity: 1;
}

.second p.on, .second .button.on  {
	 -ms-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
	opacity: 1;
}

/* slides divs - third */

.third h1, .third h2  {
	transition: all 0.5s ease-in-out;
	-ms-transform: scale(3, 3); /* IE 9 */
    -webkit-transform: scale(3, 3); /* Safari */
    transform: scale(3, 3);
	opacity: 0;
}

.third p, .third .button {
	transition: all 0.3s ease-in-out;
	-ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    transform: translate(0,200px);
	opacity: 0;
}

.third h2 {
 -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
}

.third p {
 -webkit-transition-delay: 0.7s; /* Safari */
  transition-delay: 0.7s;
}
.third .button {
	 -webkit-transition-delay: 0.9s; /* Safari */
  transition-delay: 0.9s;
}

.third h1.on, .third h2.on{
	 -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
	opacity: 1;
}

.third p.on, .third .button.on  {
	 -ms-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
	opacity: 1;
}

/* slides divs - fourth */

.fourth h1, .fourth h2  {
	transition: all 0.5s ease-in-out;
	-ms-transform: scale(3, 3); /* IE 9 */
    -webkit-transform: scale(3, 3); /* Safari */
    transform: scale(3, 3);
	opacity: 0;
}

.fourth p, .fourth .button {
	transition: all 0.3s ease-in-out;
	-ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    transform: translate(0,200px);
	opacity: 0;
}

.fourth h2 {
 -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
}

.fourth p {
 -webkit-transition-delay: 0.7s; /* Safari */
  transition-delay: 0.7s;
}
.fourth .button {
	 -webkit-transition-delay: 0.9s; /* Safari */
  transition-delay: 0.9s;
}

.fourth h1.on, .fourth h2.on{
	 -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
	opacity: 1;
}

.fourth p.on, .fourth .button.on  {
	 -ms-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
	opacity: 1;
}




/* offer divs */

.inner-box {
	position: relative;
	margin: auto;
	width: 1200px;
	height: auto;
	display: block;
	font-size: 0;
}

.offer h1 {
	font-size: 34px;
	display: block;
	text-align: center;
	padding: 90px 0 90px 0;
	font-weight: 400;
}

.offer p {
	font-size: 14px;
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.offer .box {
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    height: 700px;
	cursor: pointer;
	margin: 70px 0 70px 0;
}

.offer .box:hover {
	color: fff;
	background-color: #2D69A8;
}

.offer .box:hover h1, .offer .box:hover p, .offer .box:hover span{
	color: #fff;
}

.offer .box:hover .st0 {
	fill:#fff;
}

.offer .box h1 {
	padding: 0px 0 20px 0;
}

.offer svg {
	height: 150px;
	padding: 120px 0 100px 0;
	margin: 0px auto;
}

.offer .st0 {
	fill: #2D69A8;
}

.offer .button {
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.offer .rectangle {
	position: absolute;
	bottom:62px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2D69A8;
	display: none;
}

.right-box {
	vertical-align: bottom;
    display: inline-block;
    right: 100px;
    margin: auto;
    width: 300px;
    height: 75%;
    color: #fff;
}

.left-box {
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 800px;
	height: 100%;
}

.left-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 70px;
	width: 80%;
}

.right-box h1 {
    font-size: 34px;
    display: block;
    text-align: left;
    padding: 20px 0;
    font-weight: 400;
}

.right-box p {
    font-size: 14px;
    display: block;
    width: 100%;
    margin:0;
    text-align: left;
}

.right-box ul {
	margin-top: 50px;
    height: 100%;
	width: 100%;
	font-size: 14px;
	list-style: none;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.section-button {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 250px;
	height: 50px;
	font-size: 14px;
	color: #fff;
}

.section-button span{
	font-weight:700;
	float: right;
	padding: 15px;
	cursor: pointer;
}

.close-button {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 250px;
	height: 50px;
	font-size: 14px;
	color: #fff;
}

.close-button span {
	vertical-align:middle;
	display: inline-block;
	font-weight:700;
	padding: 15px;
	cursor: pointer;
}

.close-button svg {
    height: auto;
    padding: 0;
    margin: 0;
}



/** contact **/
#contact .svg{
	width: 12px;
	padding: 1px 5px;
	text-align:left;
}
#contact .svg .st0{
	fill: #2D69A8;
}

#contact span{
	padding: 5px;
}

#contact .box-center h1 {
	padding: 0 0 0 0;
}

#contact p {
	    text-align: center;
}
.contact-from-container {
    display: block;
    width: 100%;
    background-color: #2D69A8;
	padding-bottom: 50px;
	color: #fff;
}

.center-container-two {
    display: block;
    width: 600px;
    margin: 0 auto;
}

.footer-input {
    font-family: 'Lato', sans-serif;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #fff;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    font-size: 23px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
	box-sizing: border-box;
}

.footer-input-message {
    font-family: 'Lato', sans-serif;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #fff;
    background-color: transparent;
    width: 100%;
    height: 400px;
    padding: 10px;
    font-size: 23px;
    color: #fff;
    margin: 0 auto;
	box-sizing: border-box;
}

.footer-input-send {
    margin-top: 80px;
    cursor: pointer;
    padding: 30px;
    width: 240px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}


/** background-img position **/


#first .box-bg {
	background-position: center;
}

#second .box-bg {
	background-position: center;
}

#third .box-bg {
	background-position: center;
}

#fourth .box-bg {
	background-position: center;
}

#fifth .box-bg {
	background-position: center;
	background-size: cover;
}

#sixth .box-bg {
	background-position: center;
	background-size: cover;
}

/** mobile version **/

@media screen and (max-width: 1150px) {

nav, #home {
	height: 70px;
}

ul.main-menu {
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
    height: 100%;
	z-index:9000;
	visibility:hidden;	
	background: #fff;
}

ul.main-menu li {
	display: block;
	padding: 15px;
	text-align: center;
	height: auto;
	    
}
ul.main-menu li.drop-down {
	margin-top: 25%;
}


ul.main-menu.open {
	visibility:visible;
}

ul.main-menu ul {
    position: relative;
	top: 0;
	padding: 0;
	background-color: transparent;
	display: block;
}
ul.main-menu li li {
    color: #333333;
}

ul.main-menu li:hover li{
  color: #fff;
}


ul.main-menu li li{
	padding: 10px;
}


.qr-container {
    position: absolute;
    right: 0;
	left: 0;
	width: 320px;
    height: 50px;
    top: -10px;
    bottom: 0;
    margin: auto;
}
header .menu-toggle-btn {
    position: fixed;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}

nav .header-logo {
    position: absolute;
    left: 40px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}


header .menu-toggle-btn span {
    background: #333;
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}

.menu-toggle-btn.open span:nth-child(1) {
    transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
    margin: 0;
    background: #333;
  }
  .menu-toggle-btn.open span:nth-child(2) {
    height: 0;
    margin: 0;
  }
  .menu-toggle-btn.open span:nth-child(3) {
    transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
    background: #333;
  }
  
  .square {
	  height: 500px!important;
	}
  
  #second .mobile {
	  display: none;
  }
  
  #third , #fifth {
	  height: 1000px;
  }
  
	#fifth .square{
	  position: absolute;
	  top: 0;
  }
  
	#fifth .square.mobile {
	  position: absolute;
	  top: 500px;
  }
  
   #third .square {
	  position: absolute;
	  top: 500px;
  }
  
  #third .square.mobile {
	  position: absolute;
	  top: 0;
  }
  
  
  
  .inner-box {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    font-size: 0;
	}
  
  .offer .box {
    width: 100%;
	margin: 0;
	height: 400px;
	}
 .center-container-two {
    display: block;
    width: 100%;
    padding: 20px;
	box-sizing: border-box;
}

.slider .box-center {
    	font-size: 24px;
	}
	.inline-box {
    	display: block;
    	width: 100%!important;
	}
	.inline-box .box-center, .rectangle .box-center {
    	width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	#sixth .box-center .arrow {
    	margin: 30px auto;
	}
	
	.box.hen {
		margin-top: 50px;
	}
	
	.offer .rectangle {
		position: absolute;
    	top: 307px;
    	display: block;
    	width: 100%;
    	height: 100%!important;
    	background-color: #2D69A8;
    	display: none;
	}
	
	.offer svg {
    	padding: 40px 0 40px 0;
	}
	
	.close-button svg {
    	height: auto;
    	padding: 0;
    	margin: 0;
	}
	
	.left-box {
    	vertical-align: top;
    	position: relative;
    	display: block;
    	height: 700px;
		width: 100%;
	}
	
	.right-box {
    	vertical-align: bottom;
    	display: block;
    	right: 0;
		left:0;
    	margin: auto;
    	width: 300px;
    	height: 75%;
    	color: #fff;
	}
	
	.left-box img {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	width: 70%;
	}
	
	.offer .button {
    	position: relative;
    	bottom: 0;
    	display: block;
    	width: 100%;
    	font-size: 14px;
    	text-align: center;
	}

}

@media screen and (max-width: 650px) {
	.qr-container {
    	display: none;
	}
	.offer .rectangle {
    	position: fixed;
    	top: 70px;
    	display: block;
    	width: 100%;
    	height: 100%!important;
    	background-color: #2D69A8;
    	display: none;
		z-index: 8888;
	}
	.left-box {
    	vertical-align: top;
    	position: relative;
    	display: block;
    	height: 300px;
    	width: 100%;
	}
	.left-box img {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: 70px auto;
    	width: 90%;
	}
	.right-box {
    	vertical-align: bottom;
    	display: block;
    	right: 0;
    	left: 0;
    	margin: auto;
    	width: 300px;
    	height: 75%;
    	color: #fff;
	}
	.left-box {
    	height: 250px;
	}
	.section-button {
    	display: none;
	}
	.right-box ul {
    	margin-top: 10px;
	}
	
}


@media screen and (max-width: 400px) {
	.slider .box-center {
    	font-size: 20px;
	}
	.inline-box {
    	display: block;
    	width: 100%!important;
	}
	.inline-box .box-center, .rectangle .box-center {
    	width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	#sixth .box-center .arrow {
    	margin: 30px auto;
	}
	
	
}


@media screen and (max-width: 350px) {
	.right-box h1 {
    	font-size: 24px;
    	padding: 10px 0;
	}
	.right-box p {
    	font-size: 12px;
	}
	.right-box ul {
		font-size: 12px;
	}
	
}



