*{font-family: "VIPHakmRegular-VIPHakm", sans-serif;}
html {
  scroll-behavior: smooth;font-family: "VIPHakmRegular-VIPHakm", sans-serif;height: 100%; min-height: 100% !important;
}
div{font-family: "VIPHakmRegular-VIPHakm", 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;
}
.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: "VIPHakmRegular-VIPHakm", 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;
}
.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: right;
}
#header.fixed {
	background-color: rgba(10,73,88,1.00);
}
#header.fixed .header-content {right
	border-bottom: 0;
	padding: 20px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.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 {
	float: left;
}
.navigation li {
	display: inline-block;
	float: left;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: rgba(0,221,158,1.00)
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	left: 5%;
	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: #00cc99;
	-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: #00cc99;
	-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: 800px;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	color: #fff;
	font-family: "VIPHakmRegular-VIPHakm", sans-serif;
	font-size: 53px;
	letter-spacing: 0;
	font-weight: 700;
}
.banner-text h4 {
	color: #fff;
	font-family: "VIPHakmRegular-VIPHakm", 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;
}
/* ------------------------------------------------------------------------------
	 intro
-------------------------------------------------------------------------------*/
.intro {
	direction: ltr !important;
	background-color: #ffffff;
	position: relative;
	border: 0;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 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-top: 100px;
	background-color: rgba(10,73,88,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 h5 {
	color: #f1f1f1 !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;
}
/* ------------------------------------------------------------------------------
	 quotes
-------------------------------------------------------------------------------*/
.quotes {
	background-color: #00b5ac;
	position: relative;
	text-align: center;
}
.quotes blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}

.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;
}

/* ------------------------------------------------------------------------------
	 products
-------------------------------------------------------------------------------*/
.products-section {
}
.products {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #e9eeee;
	position: relative;
}
.products blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.products h1 {
	color: #0A4958 !important;
}
.products h5 {
	color: #0A4958 !important;
}

.projects-container {display: flex; flex-wrap: wrap; justify-content:space-between; align-items: stretch; gap: 10px 10px; background-color: transparent; padding: 0; margin: 0 0 20px 0; }
.projects-container > .div_with_bord {width: auto; min-width: 80px; margin: 0 auto 4px; text-align: center; border: none; padding:16px 10px 30px;  background-color:#ffffff; }
.projects-container > .div_with_bord .span_digits {display: block; color:#ffffff !important; font-size: 18px !important;}
.projects-container > .div_with_bord .span_texts{ font-size: 16px; color:#0F4958 !important;}

.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;
}
/* ------------------------------------------------------------------------------
	 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:#ffffff;
	position: relative;
	text-align: center;
}
/* ------------------------------------------------------------------------------
	 contact
-------------------------------------------------------------------------------*/
.contact-section {
	background-color:#BAF4EF;
	position: relative;
	text-align: center;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: rgba(10,73,88,1.00);
	padding-top: 50px;
}
.footer-bottom {
	background-color: rgba(10,73,88,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: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;
}

.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;
}
.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;
}