@charset "utf-8";
/* CSS Document */

@import "bootstrap.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

body {
    font-family: 'Roboto Slab', serif;
	color: #373737;
}
h1 {
	color: #0e97c4;
	font-weight: 300;	
}
h2 {
	font-weight: 500;
	padding-top: 2rem;
	color: #de7c46;
}
h3 {
	color: #ad73db;
}
h5 {
	color: #ed8c0f;
}
a {
	text-decoration: none;
	color: #0f577c;
}
a:hover {
	color: #1774a4;
}
.gray-line {
	background-color: #e5e5e5;
	opacity: 100;
	border: 0;
	height: 4px;
	width: 60%;
	margin: 3rem auto;

}
.ico-sze { font-size: 1.4rem;}
.brand img {
	max-height: 60px;
}
.topbar {
	background-color: #141414;
	font-size: 0.75rem;
	min-height: 36px;
	padding-top: 0.5rem;
}
.topbar,
.topbar a {
	color: #c7c7c7;
}
.topbar a:hover {
	color: #fff;
}
.topbar li {
	margin-right: 0.75rem;
}

.nav-block {
	background-color: #071c4b;
}
.navbar,
.navbar a {
	color: #dbdbdb;
}
.navbar a:hover {
	color: #dfc055;
}
.dropdown-menu {
	background-color: #141414;
}
.dropdown-menu a:hover {
	background-color: #000;
}

.carousel-caption {
	bottom: 0;
	top: 20%;
}
.carousel-caption .tag1,
.carousel-caption .tag2 {
	text-shadow: 2px 2px 3px #000;
}
.carousel-caption .tag1 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption .tag2 {
	font-size: 1.5rem;
}

.about-block {
	font-size: 1.15rem;
}
.about-block {
}
.gray-block {
	background-color: #616161;
	color: #fff;
	font-size: 0.8rem;
}
.gray-block img {
	width: 60px;
	height: auto;
}
.gray-block [class*="col-"] {
	padding: 2.5rem 1rem 2.3rem 1rem;
}
.gblkhead {
	font-size: 1.1rem;
}

.serv-block [class*="col-"] {
	text-align: center;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.serv-block .p-3 {
	height: 100%;
	padding-top: 30px !important;
}
.why-block {
}
.why-block [class*="col-"] div {
	background-color: #22718b;
	font-size: 1.3rem;
	color: #fff;
}

.testi-block {
	background-color: #41453c;
	font-size: 0.9rem;
}
.testi-block,
.testi-block h1 {
	color: #fff;
}
.contact-block {
}
.contact-block label {
	display: none;
}
.contact-block h1 {
	font-size: 3.2rem;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
.contact-block input,
.contact-block textarea {
	width: 100%;
	background-color: #e0e0e0;
	border: 0;
	padding: 1rem;
}
.contact-block textarea {
	resize: none;
}
.contact-block .send-btn {
	background-color: #1b9e1b;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 0;
	width: 100%;
	line-height: 3.5rem;
}
.contact-block .send-btn:hover {
	background-color: #137813;
}

footer {
	background-color: #dbdbdb;
	font-size: .75rem;
}
footer img.logo {
	max-width: 130px;
	height: auto;
}
footer h5 {
	color: #373737;
}


@media (max-width: 767.98px) {
	.topbar .float-start {
		display: none !important;
	}
	.navbar {
		display: block !important;
	}
	.gray-block [class*="col-"] {
		padding-top: 1.3rem;
		padding-bottom: 1.1rem;
	}
}


.form-top{
	margin-top: 30px;
}
.panel{
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
	border-radius: 10px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
    	height: auto;
    }
}