@import url("./all.css");

body {
  margin: 0;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  /*background-color: #2c3531;
  color: #d1e8e2;*/
}

#c {
  font-family: 'Poppins', 'Open Sans', sans-serif;
}

.fb {
  margin:10px 10px;
	float:left;
	overflow:hidden;
}

.c {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  float:right;
  margin-top:10px
}

.c {
  overflow: hidden;
  float: right;
}

.c a, .c a:visited {
  float: left;
  font-size: 18px;
  color: #232a56;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.g {
  float: left;
  overflow: hidden;
}

.g .p {
  font-size: 18px;  
  border: none;
  outline: none;
  color: #232a56;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width: 100%;
}

.g .p::after { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-weight:900; vertical-align: baseline; display: inline-block; padding-left: 20px; content: "\f0d7" !important; }

.c .fl, .g:hover .p {
  color: #dd3333;
}

.c a:hover, .g:hover .p {
  color: #dd3333;
  text-decoration:underline;
}

.d {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 16px 8px 16px 0px rgba(208, 216, 234, 0.25);
  background-color: #fff;
  z-index: 1;
}

.d a, .d a:visited  {
  float: none;
  color: #232a56;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.d a:hover {
  color: #dd3333;
  text-decoration:none;
}

.g:hover .d {
  display: block;
}

.c .cw {
  display: none;
  background-color: #6878d6;
  color: #fff;
  font-size:24px;
  padding:3px 7px 3px 7px;
  margin-right:10px;
}

.c .cw:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}

@media screen and (max-width: 1008px) {
	.c a, .g .p {
		display: none;
        z-index: 1;
        }
    
    .c a.cw {
    	float: right;
        display: block;
    }

	  .c.h {position: relative;} 
    
    .c.h .ey {
    	float: none;
    	display: block;
    	text-align: left;
    	background-color: rgb(249, 249, 249);
    	border-bottom: 1px solid rgb(234, 234, 234);
    	min-width: 150px;
    	font-size:14px;
  	}

	.c.h .cw {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}

	.c.h #d { margin-top: 45px; }
	.c.h .g {float: none; clear:both; }
	.c.h .d {position:relative; margin-top:0px; box-shadow: none;  }

	/*Fontawesome icons*/
    .c.h .d .ey::before { font-style:normal; font-variant: normal;vertical-align: baseline; display: inline-block; padding-right: 10px; content: ">" !important;}

	.c.h .g .p {
    display: block;
    /*width: 100%;*/
    text-align: left;
  }
}

.cp {
  width:100%;
  height:70vh;
  margin-bottom: 20px;
}

.fg {
  text-align: right;
  padding-left: 30px;
  padding-top:10px;
  width: 300px;
}

.fh {
  text-align: right;
  padding-left: 30px;
  padding-top: 10px;
  object-fit: cover;
  width: auto;
  max-height: 350px;
  max-width: 50vw;
}

.fk {
  text-align: left;
  padding-right: 30px;
  padding-top: 10px;
  object-fit: cover;
  width: auto;
  max-width: 50vw;
  max-height: 350px;
}

.eo {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 20px;
}

video {
  width:100%;
  height:100%;
  object-fit: fill;
  overflow: hidden;
}

.pd {
  width:100%;
  min-height:300px;
  max-height: 655px;
  height: 655px;
}

@media screen and (max-width: 1008px) {
  .cp {
    width:100%;
    height: auto;
    margin-bottom: 20px;
  }

  video { width: 100%; height: auto; }

  .pd { width: 100%; height: auto; }

  .eo {
    object-fit: fill;
    padding-bottom: 20px;
  }
  
}

/*.c a::before, .fb a::before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-weight:900; vertical-align: baseline; display: inline-block; padding-right: 10px; }

a[id="home"]::before { content: "\f015" !important; }
a[id="platforms"]::before { content: "\f2db" !important; }
a[id="services"]::before { content: "\f2b5" !important; }
a[id="about"]::before { content: "\f1ad" !important; }
a[id="news"]::before { content: "\f1ea" !important; }
a[id="contact"]::before { content: "\f086" !important; }
a[id="quote"]::before { content: "\f044" !important; }*/

.ez {
  padding: 5px;
  margin-top:10px;
  margin-bottom: 20px;
  overflow: hidden;
  clear:both;
}

.fe {
  margin-left: 10%;
  margin-right: 10%;
}

.eu {
  padding:8px 8px;
  margin-top:10px;
  overflow: auto;
  height:83vh;
  clear:both;
}

h1, h2, h3, h4, h5, h6, .fc, .q, 
.s, .z,
.x, .f { 
  color:rgb(35,42,86);
  font-family: 'Poppins',sans-serif; 
  font-weight: 700;
  font-style: normal;
  text-align: center;
  hyphens: manual;
  word-wrap: break-word;
}

.es img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

h1, h2, h3, h4, h5, h6 { 
  padding: 10px 0 10px 0;
}

h2, .q {
  font-size: 45px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 20px;
}

ol li {
  padding-bottom:10px;
  text-align: justify;
}

.fm li {
  font-size: 16px;
  text-align: justify;
  padding: 10px 0 10px 0;
}

p { 
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  /*font-weight: 300;*/
  text-align: justify;
  line-height: 28.8px;
  /*margin-bottom: 25.6px;*/
}

p i { padding-right: 10px; }

p a, p a:hover, p a:visited  {
  color: rgb(35,42,86);
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
  cursor: hand;
}

.o h3 {
  text-align: left;
}

.o h4 {
  text-align: left;
  float: left;
}

.o p {
  clear:both;
}

.o li {
  margin-left: 40px;
  padding-bottom: 12px;
  text-align: justify;
  font-size: 16px;
}

.o a, .w a:hover, .w a:visited  {
  color: rgb(35,42,86);
  text-decoration: none;
}

.o a:hover { text-decoration: underline; }

.o .cq {
  float: right; 
  text-align: right;
  font-size: 20px;
}

.o .cq a, .w .cq a:link, .w .cq a:visited {
  padding-left: 10px;
  padding-right: 10px;
}

.gd {
  padding: 20px;
  background-color: rgba(208, 216, 234, 0.25);
}

.fq {
  text-align: center;
  margin: 10px 20%;
}

.fx {
  width: 100%;
  border: none;
  margin: 10px 0;
}

.fs { 
  vertical-align: top;
  padding-right: 10px;
  width: 20px;
  padding-bottom: 10px;
}

.bc { 
  vertical-align: top;
  text-align: justify;
  padding-bottom: 10px;
  padding-right: 20px;
  height: 60px;
 }

.bc a, .bc a:visited  {
  text-decoration: none;
}

.bc a:hover {
  text-decoration: underline;
  cursor: hand;
}

.fw {
  height: 420px;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}

.fn { 
  vertical-align: middle;
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  width: 60px;
 }

 .fz {
   color: rgb(57,58,86);
 }

.es {
  clear: both;
  float: none;
  width: 100%;
  background-color:rgb(36, 42, 86);
}

.bs {
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.bs > div {
  color: #fff;
  padding: 20px;
  font-size: 30px;
  min-width: 300px;
  width:  25%;

}

.x {
  color: #fff;
  font-size: 30px;
  text-align: left;
  padding-bottom: 20px;
}

.f {
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.f a, .f a:visited {
  font-size:16px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.f a:hover {
  text-decoration:none;
  cursor: hand;
  opacity: 0.6;
}

.ee {
  color:#fff;
  border-top: 1px solid rgba(81, 86, 129, 0.72);
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  padding-top:15px;
  padding-left:20px;
}

.u {
  background-color:rgb(176, 196, 222);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding:15px;
  margin: 0 10%;
}

.u > div {
  background-color: #fff;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
  min-width: 30%;
  width:  300px;
  flex-grow: 1;
}

@media screen and (max-width: 1008px) {
  .u { 
    margin: 0;
  }
  .fq { 
    margin: 10px 0;
  }
}

.fc {
  font-size: 18px;
  line-height: 20px;
}

.fy {
  width: 94px;
  max-width: 94px;
  padding-right: 20px;
  float: left;
}

.fo {
  clear:both;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  text-align: justify;
  padding: 10px;
}

.v {
 margin:20px 10%;
}

.an {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap;
  justify-content:space-around;
}

.t {
  flex-grow: 1;
  margin: 10px 10px;
  width: 225px;
  max-width: 225px;
}

.z {
  margin-top:10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.et {
  width: 225px;
  height: 225px;
  object-fit: contain;
}

.ae {
  flex-grow: 2; 
}

.i {
  flex-grow: 1;
  width:45%;
  margin: 10px;
}

.i a, .i a:hover, .i a:visited,
.t a, .t a:hover, .t a:visited,
.do a, .do a:hover, .do a:visited  {
  color: rgb(35,42,86);
  text-decoration: none;
}

.i a:hover {
  cursor:hand;
}

.platformFlex-item {
  height:100%;
  background-color: #fff;
  /*padding-left: 5px;
  padding-right: 5px;*/
  padding: 10px;
}

.bo {
  text-align: center;
  font-size:38px;
}

.s {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.q {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  top: 48%;
}

@media screen and (max-width: 1008px) {
  .v {
    margin: 20px 0 0;
  }

  .q { 
    top: 0;
    width: 100%;
  }

  .ae {
    flex-grow: 1; 
  }

  .i {
    width: 100%;
    margin: 10px 0;
  }
}

.y {
  clear: both;
  margin:20px 0 20px 0;
}

.y .gb {
  width: auto;
  max-width: 300px;
  height: 350px;
  object-fit: contain;
  padding-right:20px;
}

.y .fu {
  padding-bottom:20px;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

.y .fi {
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  text-align: justify;
}

.y .ft { margin-top:15px; margin-bottom: 30px; text-align: right;}
.y .fr { display: none; } 

.fv {
float: none;
clear: both;
min-height: 20px;
}

label {
  margin-right:10px;
  color:#2c3531;
}

/* Add a background color and some padding around the form */
.e {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} 

 /* Style inputs with type="text", select elements and textareas */
 .e input[type=text], .e input[type=email], .e input[type=tel], .e input[type=password], .e select, .e textarea {
  width: 100%;
  padding: 12px; /* Some padding */ 
  border: 1px solid #d1e8e2; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  margin-right:10px;
  resize: both; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
.e input[type=submit] {
  background-color: rgb(36, 42, 86);
  margin-top: 6px;
  color: #d1e8e2;
  padding: 10px;
}

/* When moving the mouse over the submit button, add a darker green color */
.e input[type=submit]:hover {
  background-color: #d1e8e2;
  color: rgb(36, 42, 86);
}

.l {
  text-align: center;
}

.l input[type=text], .l input[type=email], .l input[type=tel], .l input[type=password], .l select, .l textarea {
  width:60%;
}