*{font-family: "Gotham-Book", sans-serif;}
html{
  scroll-behavior: smooth;font-family: "Gotham-Book", sans-serif;height: 100%; min-height: 100% !important; margin: 0; padding: 0; overflow-x: hidden;
}
div{font-family: "Gotham-Book", sans-serif;}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 55px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
.no_padding{padding: 0 !important;}
.btn {
	background-color: #3bc492;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #40b549;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
    background-color: #ffffff;
	font-family: "Gotham-Book", sans-serif;
    line-height:  1;
	font-size: 13px;
    color: #444444;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;	
	font-style: normal !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: square;
	outline-offset: 20px;
}
.goals_list > ul li {
	list-style: square !important;
	outline-offset: 20px;
}
.section {
	padding: 100px 0;
	direction: ltr !important;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.page_titles{}
.page_titles h1{color:#0A4958 !important;}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color:rgba(13,111,180,0.9);
	/*background-color:rgba(0,49,116,0.9);*/
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 22px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}

#home_main h1 {
	color: #f1f1f1 !important;
}
#home_main h3 {
	color: #61E7DB !important;
	font-weight: normal !important;
}
#home_main h4 {
	color:#005CF8 !important;
	font-weight: normal !important;
}
#home_main h5 {
	color: #f1f1f1 !important;
	font-weight: normal !important;
}

.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	padding: 10px;
	float: right;
}
.navigation li {
	display: inline-block;
	float: left;
}
.navigation a {
	color: rgba(255, 255, 255, 0.95);
	font-size: 14px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color:rgba(97,231,219,0.9);
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 10%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color:rgba(97,231,219,0.9);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color:rgba(97,231,219,0.9);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	/* background-image: url(../images/banner.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 700px;
	padding: 100px 20px 140px;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Gotham-Book", sans-serif;
	font-size: 53px;
	letter-spacing: 0;
	font-weight: 700;
}
.banner-text h4 {
	color: #fff;
	font-family: "Gotham-Book", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 700;
}
.banner-text p {
	color: #cccccc;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 80px;
}

#home_main .card{background-color: transparent !important; padding: 0 !important; margin-bottom: 20px; border: none; }
#home_main .card-header{min-height: 10px !important; padding:20px; font-size: 50px; !important; color: #777777; text-align: center; margin-bottom: 4px; background-color:rgba(239,239,239,0.5) !important;}
#home_main .card-body{min-height: 100% !important; padding:20px; font-size: 18px; text-align: center; line-height: 22px; color: #333333; background-color:rgba(13,111,180,0.5); !important;}

/* ------------------------------------------------------------------------------
	 intro
-------------------------------------------------------------------------------*/
.intro {
	direction: ltr !important;
	background-color: #ffffff;
	position: relative;
	border: 0;
	margin: 0;
	padding: 100px 20px 100px;
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.intro h1 {
	color: #000;
	font-size: 27px;
}
.intro p {
	color: #333333;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	line-height: 20px;
}
.intro ul li{
	color: #333333;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	list-style: square;
}

.intr0_display {
	width: 100%;
	min-height: 100px;
	background-color: #ffffff;
	box-shadow: none;
	border: 0;
    padding:40px;
    margin:20px 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}


/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.service-section {
	direction: ltr !important;
	padding: 100px 20px 10px;
	background-color: rgba(13,111,180,1.00);
	color: #f1f1f1;
}
.services-blocks {
	margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.services-blocks {
		display: block;
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.services-blocks {
		display: block;
		width: 100%;
	}
}
.services {
	padding-top: 100px;
	padding-bottom: 100px;
}
.services h1 {
	color: #f1f1f1 !important;
}
.services h3 {
	color: #61E7DB !important;
	font-weight: normal !important;
}
.services h4 {
	color:#005CF8 !important;
	font-weight: normal !important;
}
.services h5 {
	color: #f1f1f1 !important;
	font-weight: normal !important;
}
.services-content {
	width: 100%;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	background-color: #efefef;
	height: auto !important;
	min-height: 20px !important;
	font-size: 18px;
}
.services-content span {
	color: #0A4958 !important;
	font-size: 16px;
	font-weight: bold;
}
.services-blocks .icon {
	color: #00b5ac;
	font-size: 36px;
	padding-left: 15px;
}
.services .card{background-color: transparent !important; padding: 0 !important; margin-bottom: 20px; border: none; }
.services .card-header{min-height: 10px !important; padding:20px; font-size: 50px; !important; color: #777777; text-align: center; margin-bottom: 4px; background-color: #efefef}
.services .card-body{min-height: 100% !important; padding:20px; font-size: 18px; text-align: center; line-height: 22px; color: #333333; background-color: #ffffff}

.icon_images {position: relative; width: 100%; padding: 30px 10px;}
.icon_images img{width: 50%;}

.services_icons{position: relative; width: 100%; padding:20px 0px 8px; border-bottom: 1px solid #eeeeee;}

/* ------------------------------------------------------------------------------
	 quotes
-------------------------------------------------------------------------------*/
.quotes {
	background-color: #00b5ac;
	position: relative;
	text-align: center;
}
.quotes blockquote {
	border: 0;
	margin: 0;
	padding: 100px 20px 100px;
}

.quotes h1 {
	color: #fff;
	font-size: 40px ;
	font-weight: 300;
}
.quotes p {
	color: #fff;
	display: block;
	font-size: 22px;
	font-style: normal;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 40px;
}


/* ------------------------------------------------------------------------------
	Quote
-------------------------------------------------------------------------------*/
.quote h3 {
	margin-top: 0;
}
.quote p {
	color: #2d3033;
	font-weight: 600;
}
.quote .btn {
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	 grid style
-------------------------------------------------------------------------------*/

.grid_rows {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal grid_columnss that sits next to each other */
.grid_columns {
  -ms-flex: 33.33%; /* IE10 */
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}
.showcase_holder{
	text-align: center;
	border: 1px solid #ff0000;
	padding: 20px;
}
.grid_columns .showcase_holder {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two grid_columns-layout instead of four grid_columnss */
@media screen and (max-width: 800px) {
  .grid_columns {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two grid_columnss stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .grid_columns {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------------------------
	 clients
-------------------------------------------------------------------------------*/
.clients-section {
	background-color:#ffffff;
	position: relative;
	text-align: center;
}
/* ------------------------------------------------------------------------------
	 partners
-------------------------------------------------------------------------------*/
.partners-section {
	background-color: rgba(255,255,255,0.80);
	position: relative;
	text-align: center;
	
}
.partners-section h1{color: #ECECEC;}

.partners-section .card{background-color: transparent !important; padding: 0 !important; margin-bottom: 20px; border: none; }
.partners-section .card-header{min-height: 10px !important; padding:20px; font-size: 50px; !important; color: #777777; text-align: center; margin-bottom: 4px; background-color: #efefef}
.partners-section .card-body{min-height: 100% !important; padding:20px; font-size: 18px; text-align: center; line-height: 22px; color: #333333; background-color: #ffffff}
/* ------------------------------------------------------------------------------
	 contact
-------------------------------------------------------------------------------*/
.contact-section {
	color: #efefef;
	background-color:rgba(66,165,239,0.50);
	position: relative;
	text-align: center;
	padding: 100px 20px 100px;
}
.contact-section .page_titles h1 {
    color: #efefef !important;
}
.contact-section h5 {
    color: #efefef !important;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: rgba(0,49,116,1.00);
	padding-top: 50px;
}
.footer-bottom {
	background-color: rgba(0,49,116,1.00);
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.60);
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #dddddd;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: #ffffff;
}
.footer .fa-heart {
	color: #ffffff;
	font-size: 11px;
	margin: 0 2px;
}

.contact-form .input-field {
  margin-bottom: 4px;
}

.bg-about {background-color: rgba(0,53,58,1.00)}
#about h3{color: #ffffff}
.about_headers{font-size: 1.4em; color: #dddddd;}
.about_parag{font-size: 1.0em; color: #dddddd; text-align: justify;}

.contact-form .form-control {
  border: none;
  padding: 16px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.contact-form .message{
  height: 198px;
  resize: none !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}
textarea{resize: none !important;}
.contact-form #msg-submit {
	width: 100%;
  font-size: 13px;
  padding: 17px 50px;
  margin-bottom: 20px;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}

.btns_norm{
	width:auto; min-width: 100px; inline-block; padding:10px 20px !important; background-color:#21435B; color:#ffffcc !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_norm:hover{
	 color:#22577E; background-color:#00B6B8;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_norm:active, .btns_norm:focus, .btns_norm:visited {
	text-decoration:none !important;
}

.btns_norm2{
	width:auto; min-width: 100px; inline-block; padding:20px 10px !important; background-color:#22577E; color:#ffffff !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_norm2:hover{
	 color:#00B6B8; background-color:#22577E;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_norm2:active, .btns_norm2:focus, .btns_norm2:visited {
	text-decoration:none !important;
}

.btns_bmenu{
	width:auto; min-width: 100px; inline-block; padding:20px 10px !important; background-color:#22577E; color:#ffffff !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_bmenu:hover{
	 color:#00B6B8; background-color:#22577E;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_bmenu:active, .btns_bmenu:focus, .btns_bmenu:visited {
	text-decoration:none !important;
}
.brandsScroll{padding: 50px 0 !important;}
#brandss {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#brandss .brandss-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 160px;
  height: 160px;
  line-height: 100px;
  text-align: center;
}

#brandss .brandss-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
.parallaxmain { 
    /* The image used 
    background:url(../images/banner.jpg);
*/
    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax { 
    /* The image used */
    background:url(../images/parallax2.jpg);

    /* Set a specific height */
    height: 100%; 
	min-height: 50%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 { 
    /* The image used */
    background:url(../images/parallax.jpg);

    /* Set a specific height */
    height: 100%; 
	min-height: 50%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 { 
    /* The image used */
    background:url(../images/contact.jpg);

    /* Set a specific height */
    height: 100%; 
	min-height: 50%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all_radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.top_radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.bottom_radius{
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.left_radius{
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0.5em !important;
}
.right_radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0 !important;
}

.main_stats-container { display: flex; flex-wrap: wrap; justify-content:space-between; align-items: stretch; gap: 4px 4px; background-color: transparent; padding: 20px; margin-top: 20px; background-color: #FFFFFF }
.main_stats-container > .div_with_bord {width: auto; min-width: 80px; margin: 0 auto; text-align: center; border: none; padding:16px;  background-color:#329d9c;}

.main_stats-container > .div_with_bord .span_digits {display: block; color:#ffffff !important; font-size: 18px !important;}
.main_stats-container > .div_with_bord .span_digits_sm {display: block; color:#ffffff !important; font-size: 16px !important;}
.main_stats-container > .div_with_bord .span_texts{ color:#ffffff !important; font-size: 20px;}

p.general{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	line-height: 24px;
	font-size: 120%;
	text-align: justify;
	color: #ededed;
	padding: 10px;
}
p.content {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	-ms-columns: 20em 2;
	columns: 20em 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	line-height: 18px;
	font-size: 120%;
	text-align: justify;
	color: #ededed;
	padding: 10px;
}

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
}

/* srv_icon_bar */

#srv_icon_bar{
  padding:40px 0 30px;
  min-height: 100px;
  width: 100%;
  /* background-color:rgba(7,45,71,0.9); */
  
  background-color: rgba(97,231,219,0.6);
  overflow: hidden;*/
}

#srv_icon_bar h3{
  	color: #555555;
}
#srv_icon_bar h5{
  	color: #777777;
}

/* Counter section */

#count {
  	background-color: rgba(255,255,255,0.7);
  	padding: 0 0 20px;
}

.counter-section {
  	padding: 10px 0;
}

* {
  	box-sizing: border-box;
}

.flex-container {
  	display: flex;
  	flex-direction: row;
  	text-align: center;
}


.flex-item-right {
  	color: #cccccc;
	background-color:rgba(15, 116, 143, 0.4);
  	padding: 12px 10px 10px;
  	flex: 30%;
  	text-align: center;
  	border-left: 1px solid #999999;
}
 .flex-item-right img{
    width:100%;
 }
.flex-item-left {
  	color: #999999;
	background-color:rgba(15, 116, 143, 0.4);
  	padding: 14px 10px 10px;
  	flex: 70%;
  	text-align: center;
	font-family: "Gotham-Book", sans-serif;
  	font-weight:lighter;
}

@media (max-width: 1100px) {
  .flex-container {
    flex-direction: row;
  }
}
@media screen and (max-width: 800px) {
  .mobile_logo img{
    width:50% !important;
  }
}

.flex-counts-container {
  	display: flex;
  	flex-direction: row;
  	text-align: center;
}
.flex-counts {
  	display: flex;
  	flex-direction: column;
  	text-align: center;
}
.flex-counts-item {
  	padding: 0px;
	margin: 2px;
  	flex: 33.33%;
  	text-align: center;
}
.flex-item-top {
  	color: #cccccc;
	background-color:rgba(15, 116, 143, 0.6);
  	padding: 12px 10px 10px;
  	flex: 30%;
  	text-align: center;
  	border-bottom: 1px solid #999999;
}

.flex-item-bottom {
  	color: #61E7DB !important;
	background-color:rgba(15, 116, 143, 0.5);
  	padding: 14px 10px 10px;
  	flex: 70%;
  	text-align: center;
	font-family: "Gotham-Book", sans-serif;
  	font-weight:lighter;
}

.fact-item {
  	padding: 14px;
	background-color:rgba(255, 255, 255, 0.7);
  	margin-bottom: 10px;
}

.fact-item2 {
  	padding: 14px;
  	margin-bottom: 10px;
}

.flex-quotes {
  	display: flex;
  	flex-direction: column;
  	text-align: center;
}
.flex-quotes-item {
  	padding: 0px;
	margin: 2px;
  	flex: 100%;
  	text-align: center;
	color: #0A4958;
}

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  background-color: #f1f1f1;
  padding: 20px;
  flex: 60%;
}

.flex-item-right {
  background-color: #ffffff;
  padding: 20px;
  flex: 40%;
}
.showcase_cards{position:relative; left:15%; top:60px; width: 70%; color: #ffffff !important;}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
  .showcase_cards{left:5%; top:80px; width: 90%;}
}