@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap');

/* GLOBAL STYLES
-------------------------------------------------- */

body {
	border-top:20px solid #2d72c3;
	font-family: 'Open Sans', sans-serif;
	
	font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;	
}

header {
	border-bottom:1px solid #1073c4;
}

button:focus {
    outline: none;
}

main {
	background-color: #f6f6f6;
}

h1.home {
	color: #1073c4;
	font-size: 36px;
    line-height: 38px;
    text-align:center;
    font-style:italic;
    padding-top:26px;
    padding-bottom:30px;
    margin-top:15px;
    margin-bottom:30px;
    border-top:2px solid #cccccc;
    border-bottom:2px solid #cccccc;
}



i.fa {
  	display: inline-block;
  	border-radius: 50%;
  	/* box-shadow: 0px 0px 2px #888; */
  	padding: .7em .8em;
  	background-color:#1073c4;
  	font-size: 50px;
	margin-bottom:15px;
}

h2.home {
	font-size: 24px;
	color: #1073c4;
    font-weight: 500;
    margin-bottom: .8em;
    position: relative;
}

h2.home:after {
  	content:' ';
  	position: absolute;
  	top:100%;
  	left:50%;
  	width: 25px;
  	border:1px solid #d0d0d0;
  	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  	transform:translateX(-50%);
  	margin-top:6px;
}


.header-text {
	padding-top:30px;
	padding-bottom:30px;
}

h2.cmi {
	font-size: 30px;
	color: #1073c4;
    font-weight: 700;
    margin-bottom: .1em;
    position: relative;
    text-align:center;
    text-transform:uppercase;
    line-height: 1.25em;
}

h3.cmi {
	font-size: 17px;
	color: #999999;
    font-weight: 600;
    margin-bottom: .8em;
    position: relative;
    text-align:center;
}

h3.cmi:after {
  	content:' ';
  	position: absolute;
  	top:100%;
  	left:50%;
  	width: 10%;
  	border:1px solid #d0d0d0;
  	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  	transform:translateX(-50%);
  	margin-top:15px;
}



.btn-cmi {
	background-color: #1073c4;
    border-color: #1073c4;
    border-width:2px;
	line-height: 30px;
    font-size: 12px;
    padding: 0 17px;
    font-weight:700;
}

.btn-cmi:hover {
    color: #1073c4;
    background-color: #ffffff;
    border-color: #0062cc;
}

.separator-normal {
	background-color:#cccccc;
	height:2px;
	position: relative;
    display: block;
    margin: 10px 0;
}

.separator-home {
	margin-bottom:30px;
}

.separator-int {
	height:1px;
}

.separator-style3 {
	background-color:#cccccc;
	height:2px;
	position: relative;
    display: block;
    margin: 30px 0;
}



/* nav
------------------------- */

.navbar {
    padding: 1.2rem 1rem;
}

.nav-link {
	text-transform:uppercase;
	color:#707070;
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: 1rem;
    	padding-left: 1rem;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
    	padding-right: .6rem;
    	padding-left: .6rem;
	}
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1073c4;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1073c4;
}

.social-nav-link {
	padding-top: .4rem;
}

.social-nav-link img {
	width:26px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #1073c4;
    border: 1px solid transparent;
    /* border-radius:0px; */
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 431px) {
	.navbar-nav {
		margin-top:10px;
	}
	.navbar-toggler {
		text-align: center;
		margin: 0 auto;
		margin-top: 10px;
	}
	.navbar-nav .nav-item {
		text-align:center;
	}
}

/* carousel
------------------------- */

.carousel {
  margin-bottom: 30px;
  max-height:600px;
  overflow:hidden;
}

@media (max-width: 767px) {
.image-grid .col-md-3 {
  margin-bottom: 15px;
  text-align: center;
}

.image-grid .col-md-4 {
  margin-bottom: 30px;
  text-align: center;
}


	.image-grid .col-md-6 {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.image-grid .col-md-4 {
	  margin-bottom: 30px;
	  text-align: center;
	}
}

.services .col-sm-6, .services .col-md-4 {
  /* margin-bottom: 1.5rem; */
  margin-bottom: 30px;
  text-align: center;
}

footer {
	border-top:5px solid #1073c4;
	background-color:#474747;
	color:#ffffff;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
}

footer p {
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	text-align:center;
}

@media (min-width: 768px) {
	footer p {
		text-align:left;
	}
}

footer .nav-link {
	color:#ffffff;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 431px) {
	.carousel-item img {
		width: 150%!important;
		margin-left:-20%;
	}
}

@media (max-width: 767px) {
	.list-part-1 {
		margin-bottom:0;
	}
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  	.featurette-heading {
    	font-size: 50px;
  	}
}

@media (min-width: 62em) {
  	.featurette-heading {
    	margin-top: 7rem;
  	}
}


/* Contact
-------------------------------------------------- */

.map-responsive{
    overflow:hidden;
    height:400px;
    position:relative;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.container-contact h3 {
	color: #1073c4;
}

