@charset "utf-8";
/* CSS Document */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505962;
  background-color:#c0e9ff;
  text-align: left;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.1);
}

.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}



#kt-top-bar{
	background-color:#999;
    color: #aaa;
	padding:8px 20px;
	font-size:1rem;
	
}
#kt-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  
  display: inline-block;
}
ul.social-icons > li {
	width:1.5rem;
  display: inline-block;
  margin: 5px 7px;
  background-color:#8ec0d7;
  text-align:center;
  border-radius: 50%!important;
}

ul.social-icons > li > a {
	color:#e7e7e7;
	
}
ul.social-icons > li > a:hover {
	color:#FFF;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  color:#8ec0d7;
  
}
.sp-contact-info > li > i {
  margin: 0 3px; 
}
.sp-contact-info  li a {
  color:#e7e7e7;
}
.sp-contact-info li a:hover {
  color:#FFF; 
}
#brand-navbar{
	margin-top:0px;
    color: #000;
	padding:8px 0;
	font-size:1rem;	
	border:1px;
	text-align: left;
	margin-top:-0.5rem;
}

#brand-navbar .brand-search{
	
	background-color:#fff;	
	padding:8px 20px;
	text-align: center;
	height: 6rem;
}

#brand-navbar .brand-search .search{
	float:right;
	padding:15px;
	
}

@media (min-width: 300px) and (max-width: 650px) {
	#brand-navbar .brand-search .search{
		display: none;
	}
	
}
#brand-navbar .brand-search .brand img{
	
 

}

.searchform label {
    display: none;
}
.searchform input {
    vertical-align: middle;
}

.display_item{
	
}
.display_none{
	display: none;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

#navbar-brand{
	display: none;
}

#nav_align ul li{
	text-transform: uppercase;	
}

@media (min-width: 300px) and (max-width: 650px) {
	.wp-image-129 img{
		display: none;
	}
	
}

.nav-bg{
	transition: 0.5s ease;
	background-color:#0e76bc;	
}

.nav-bg.scrolled{
	transition: 0.5s ease;
	background-color:#050040;
	opacity: 90%;
}

.navbar.static-navbar {
	width: 100%;
  position: static;
  	
}

.navbar.fixed-navbar {
	position: fixed;
	
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

#mainnav {
	display: block;
}
#scrolled_mainNav{
	display: none;
}
#contents{
	margin: auto;	
	display: table;
	position: relative;
	align-content: center;
	margin-top: -0.5rem;
	
}


#slider{
	
	
}
#slider .container{
	
}

.carousel-caption {
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 0 !important; 
  padding-top: 20rem !important;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color:#fff;
}

.features-icons .features-icons-item {
  max-width: 20rem;
  background-color:#edf7ff;
  padding-left: 0.5rem;	
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  vertical-align: middle;
	text-align: center;
	margin: 1rem;
	font-size:4rem;	
	height: 7rem;
	width: 7rem;
	padding-top:1rem;
	padding-bottom:1rem;
	background-color:#0e76bc;
	color: #fff;
	border-radius: 50%;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
	 vertical-align: middle;
	text-align: center;
}

#pages-post{
	background-color:#fff;
	padding:3rem;
	text-align: justify;
	display: table;		
}

#flash {
	background-color:#e3e3e3;
	padding:4rem;
	text-align: justify;
	display: table;		
}

#flash img {
	padding-top: 3rem;
	width: 100%;
			
}

#testemonial {
	background-color:#fff;
	padding:6rem;
	text-align: center;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 300px) and (max-width: 650px) {
	#slider{
		display: none;
	}
	
}

footer{
	  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c3e50;
  color: #fff;
}

.footer{
	padding-top:5rem;
	padding-bottom:5rem;
	background-color: #2c3e50;
	color:#fff;
	background-image:url(../img/bg_identity.png);
	background-repeat: no-repeat, repeat;
	background-position: right;
	background-size:contain;
	
	
}
.footer #quick_link{
    text-align: left;
	font-size:1.25rem;
	font-weight:300;

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 400px) and (max-width: 767.98px) {

	.footer{
		padding-top:3rem;
	   padding-bottom:3rem;
	   background-color: #2c3e50;
		background-image: none;
	}
	
}

#quick_link ul{
  list-style: none;
  padding: 0;
  margin: -5px;
  font-size: 1.2rem;
  
  
}

#quick_link ul > li{
    list-style-type: none;
	 margin: 5px 7px;
	list-style-image: url(../img/icons/quick_link_bar.svg);

}

#quick_link ul> li > a {
	text-decoration: none;
	color:#e7e7e7;
	
}
#quick_link ul > li > a:hover {
	color:#002036;
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 400px) and (max-width: 767.98px) {
	.footer #quick_link{
		text-align: center;
		font-size: 1.2rem;
		font-weight:300;

}

	#quick_link ul > li{
		
		list-style-image: none;	
		
	}
	  

}



#social_media{
	text-align: center;
}

#address{
	text-align: center;
}

.copyright{
	background-color:#999;
}

#scroll-to-top{
	z-index:1042;
	right:1rem;
	bottom:1rem;
	position: fixed;
	display: none;
}
#scroll-to-top a{
	width:3.5rem;
	height:3.5rem;
	background-color:rgba(33,37,41,.5);
	line-height:3.1rem
}






