@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500&display=swap');

/* Backgrounds */
body {
	font-family: 'Poppins', sans-serif;
}
header {
	position: relative;
}
.navbar {
	background-color: #172c5b;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
}
p {
	line-height: 2;
}
.col-box {
	border-radius: 10px;
	color: #fff;
	background-color: #1d2b37;
	border-top: 10px solid #5bb4ff;
	padding: 20px;
	line-height: 2;
	width: 100%;
    margin: 1%;

}
.col-special {
	height: 280px;
	margin: 0 auto;
	width: 1143px;
	z-index: 2;
	display: block;
	background-color: none;
	margin-top:43px;
	color: #000;
	text-align: center;
	vertical-align: bottom;
	bottom: 0px;
	font-size: 11px;
}
.f-bold {
	font-weight: 800;
}
.bg-purple {
	background-color: #859fe5;
}
.bg-white {
	background-color: #fff;
}
.bg-blue-grad-01 {
	background-color: #84c6fe;
}
.bg-blue-grad-02 {
	background-color: #a7d6fd;
}
.bg-blue-grad-03 {
	background-color: #bfe0fd;
}
/* Header Menu */
.dropdown-item {
	text-transform: uppercase;
    color: #092c62;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 14px;
}
/* Containers */
.container-home {
	max-width: 1800px;
}
.container-about {
   max-width: 1800px;
	background-image: url("../images/banners/About.jpg");
	height: 825px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.container-service {
   max-width: 1800px;
	background-image: url("../images/banners/full-service2.jpg");
	height: 825px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.container-location {
   max-width: 1800px;
	background-image: url("../images/banners/location.jpg");
	height: 825px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.container-dom {
   max-width: 1800px;
	background-image: url("../images/banners/dom-bg.jpg");
	height: 600px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.container-contact {
    max-width: 1800px;	
	background-image: url("../images/banners/Contact.jpg");
	height: 460px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.container-links {
    max-width: 1800px;	
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center;
}
.navbar-nav {
	margin: 0 auto;
}
.active {
	background-color: #889fe5 !important;
	border-radius: 6px;
}

ul li {	
	font-weight: 600;
	font-size: 18px;
}
ul.special {
  list-style: none; /* Remove default bullets */
}

ul.special li {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.special li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #84c6fe; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* Header Menu */
.nav-link {
	text-transform: uppercase;
	color: #889fe5;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 14px;
	padding-left: 10px;
}
.navbar-collapse {
	margin-top: 15px;
}
.navbar-expand-lg {
	position: absolute;
	width: 100%;
}

/* Colors */
.color-white {
	color: #fff;
}
.color-blue {
	color: #58adf5;
}
/* H */ 
.text-h1 {
	font-size: 2rem;
	font-weight: 600;
}
h4 {
	font-weight: 600;
}
h5 {
	line-height: 2;
}
/* Buttons */
.btn-big {
	font-size: 0.8rem;
	letter-spacing: 4px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: 600;
	background-color: #000;
}
.btn-big:hover {
	background-color: #71bbff;
	color: #1d2b37;
}
/* Banners */
.home-banner {
	background-image: url("../images/banners/home.png");
	height: 825px;
	padding-top: 10%;
    background-repeat: no-repeat;
    background-size: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.slogan-banner {
	background-color: #0e3e6b;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
	letter-spacing: 2px;
	font-weight: 500;
}
.yellow-line {
	background-color: #fff10a;
	height: 12px;
	width: 150px;
	margin: 0 auto;
	margin-top: 150px;
	border-radius: 10px;
}
.text-yellow {
	color: #fff10a;	
}
.bg-bluebackground {
	height: 417px;
	background: url("../images/blue_background.png");
}
.bg-bluebackground-2 {
	background-color: #84c6fe;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 8%;
	padding-bottom: 8%;
}

.about-icon {
		max-width:100%; height:auto
	}

.footer-text-h {
	color: #a67d00;
	font-size: 20px;
	font-weight: 600;
}
.icon-title {
	font-size: 18px;
	font-weight: 600;
}
.icon-title-big {
	font-size: 23px;
	font-weight: 600;
}
.col-special {
	padding-top: 0px;
}
.text-blue {
	color: #000;
	font-weight: bold;
}

/* Footer */
footer {
	background-color: #1d2b37;
	color: #fff;
}
.footer-menu {
	margin-left: 0px;
	padding-left: 0px;
}
.footer-menu li {
	list-style: none;
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 2;
}
.text-copy {
	font-size: 12px;
	color: #a2a5a9;
}
.bottom-container {
	height: 270px;
	display: inline-block;
	background-image: url("../images/footer-inside.png");
	width: 100%;	
}

.image-why-width {
	max-width: 100%;
	width: 100%;
}
.form-control {
	border-radius: 0rem;
    border-bottom: solid 2px #7a7a7a;
	margin-bottom: 20px;
    border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.footer-links  {
	color: #fff;
	text-decoration: none;
}
.footer-links:hover {
	color: #889fe5;
}
label {
	font-weight: bold;
	
}
.col-form-label {
	margin-bottom: 20px;
}
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.text-h1 {
		font-size: 4rem;
	}
	.btn-big {
	font-size: 1.5rem;	
}
	.col-special {
	background-image: url("../images/about-house.png");
	color: #fff;
		font-size: 14px;
}
	.col-special {
	padding-top: 100px;
}
	.text-blue {
	color: #84c6fe;
	font-weight: bold;
}
	.col-box {
	width: 48%;
    margin: 1%;

}
	.container-dom {
	height: 460px;
}
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}