@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin:0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:normal;
    color:#1c2025;
    -webkit-tap-highlight-color:transparent;
}
*, :after, :before, div {
    box-sizing: border-box;
}
.container
{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding:0 20px;
}
.header {
    height: 100vh;
    overflow: hidden;

}
.bg_blue
{
	background-color: #c0dff4;
	width: 100%;
}
.d-flex-center {
    display: flex;
    align-items: center;
}
.d-flex
{
	display: flex;
}
.d-flex-cspace
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pt30
{
	padding-top: 30px;
}
.pt40
{
	padding-top: 40px;
}
.pt80
{
	padding-top: 80px;
}
.pb40
{
	padding-bottom: 40px;
}
.pb80
{
	padding-bottom: 80px;
}
.mb30
{
	margin-bottom: 30px;
}
.mb40
{
	margin-bottom: 40px;
}
.mb80
{
	margin-bottom:80px;
}
.menu
{
	margin-left: auto;
}
.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul li
{
	display: inline-block;
	margin-right: 16px;
	margin-left: 16px;
}
.menu li a:link, .menu li a:visited, .menu li a:active{
	color: #20293a;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight: 600;
}
.menu li a:hover{
	color:#ffffff;
}

#hamburger {
    display: none;
}
h1
{
	color: #2b3b52;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 15px;
	margin: 0 30px 0 0;
	line-height: 1.2;
	background-color: #fff;
	position: relative;
	display: inline-block;
	z-index: 2;
}
h2
{
	color: #2b3b52;
	font-size: 30px;
	font-weight: 700;
	margin: 0 80px 0 0;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;


}
  .oblique-line {
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background: linear-gradient(to bottom right, white 50%, transparent 50%);
  }
.button
{
	background-color:#faa634;
	border: 0;
    color: #fff;
    padding: 12px 50px;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.5s;
}
a.button:link, a.button:visited, a.button:active{
	text-decoration: none;
}

.button:hover
{
	background-color: #2b3b52;
}
.txt17
{
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
}
.txt20
{
	font-size: 20px;
	line-height: 28px;
}
.banner{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	padding: 0 20px;
	max-width: 1240px;
	width: 100%;
}
.w40
{
	
	width: 40%;
}
.w60
{
	
	width: 60%;
}
.f-left
{
	float: left;
}
.f-right
{
	float: right;
}
.w55 img
{
	width: 100%;
}
.posrel
{
	position: relative;
}
.radial{
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, #ffffff 0%, #c0dff4 50%, #c0dff4 100%);;
background: -webkit-radial-gradient(circle, #ffffff 0%, #c0dff4 50%, #c0dff4 100%);
background: radial-gradient(circle, #ffffff 0%, #c0dff4 50%, #c0dff4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c0dff4",GradientType=1);
}
.bg_gray
{
	background-color: #f3f3f3;
	width: 100%;
}
.bg_light
{
	background-color: #ebf4fa;
	width: 100%;
		border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.overview
{
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
}
.overview img
{
	width:390px;
}
.d-flex-center.overview:last-child
{
	border-bottom: 0;
}
.mr40
{
	margin-right: 40px;
}
.ml40
{
	margin-left: 40px;
}
strong
{
	font-weight: 700;
}
.clients div
{
	padding-right: 30px;
}
.clients div:last-child
{
	padding-right: 0;
}
.clients img
{
	width: 100%;
}
.arrsp
{
	margin-right: 10px;
	margin-left: 10px;
}
/* Slides */
.mySlides {
  display: none;
  padding:0 150px;
  color: #2A2A2D;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
}
.slideshow-container {
    position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
	 transform: translateY(-50%);
  width: auto;
  padding:0; 
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
color:rgba(42,42,42,0.8);
 
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #2A2A2D;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #2A2A2D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=text], input[type=password], input[type=tel], input[type=number], input[type=date]
{
  width: 100%;
  padding:10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display:block;
	background-color: #ebf4fa;
  border:2px solid #fff;
  vertical-align:bottom;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	margin:5px 0 20px 0;
}
textarea
{
	height:calc(100% - 50px) ;
	 width: 100%;
  padding:10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display:block;
	background-color: #ebf4fa;
  border:2px solid #fff;
  vertical-align:bottom;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	margin-top:5px;
}
.contact div:last-child
{
	width: 60%;
	max-width: 500px;
}
.contact div:first-child
{
	margin-right: 40px;
	width: 40%;
}
#thanks{
	display: none;
}
.footer
{
	width: 100%;
	background-color: #58a9de;
	color: #fff;
	font-size: 15px;
}