@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src:url(../fonts/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src:local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.ttf) format('truetype');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

a, button {
	outline: none;
}

a {
	color: #566473;
	text-decoration: none;
}

a:hover, a:focus {
	color: #34495e;
}

section {
	padding: 1em;
	text-align: center;
}

footer {
    color: #3F4056;
    background-color: #ededed;
    margin-top: 5em;
}
address {
    font-size: 15px;
	text-align: center;
	padding: 2em 1em;
    font-style: normal;
}

/* Header */
.global-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	max-width: 900px;
}

.global-header h1 {
	margin: 0;
	font-size: 4.5em;
	line-height: 1;
	font-weight: 200;
}

.global-header h1 span {
	display: block;
	padding: 1em 0 1.5em;
	font-size: 36%;
	color: #95a5a6;
	line-height: 1.4;
}

/* To Navigation Style */
.global-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	text-align: center;
	padding: 3em 0;
}

.global-top a {
	display: inline-block;
	padding: 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
}

.global-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'globalicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.global-icon-drop:before {
	content: "\e001";
}

.global-icon-prev:before {
	content: "\e004";
}

/* Global Buttons Style */
.global-bts {
	padding-top: 1em;
	font-size: 0.8em;
}

.global-bts a {
	display: inline-block;
	margin: 0.35em 0.1em;
	padding: 0.5em 1.2em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 2px;
	font-size: 110%;
	border: 2px solid transparent;
}

.global-bts a:hover,
.global-bts a.current-demo {
	border-color: #383a3c;
}

.global-bts h3 {
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-size: 0.9em;
	float: left;
	min-width: 90px;
	clear: left;
}

.global-bts div:not(:first-child) h3 {
	padding-top: 2em;
}

.global-bts a:hover,
.global-bts a.current-demo {
	color: inherit;
	border-color: initial;
}

/* ourTeam */
.ourTeam {
	padding: 10em 0;
}

.ourTeam p {
	font-size: 1.5em;
}

.ourTeam > a {
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	vertical-align: middle;
}

.ourTeam a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 10px;
}

.ourTeam a:hover img,
.ourTeam a:active img {
	opacity: 1;
}

.ourTeam a h3 {
	margin: 0;
	min-height: 63px;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
}

@media screen and (max-width: 40em) {

	.global-header h1 {
		font-size: 2.5em;
	}
}

/* Button   ------------- */
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.5rem 3.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
    color: #fff;
    font-size: 1.5em;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
}

#call-to-action {
  margin-top: 44px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
}

footer {
  margin-top: 0px !important;
}

h2 {
  font-weight: normal;
}