html, * { box-sizing: border-box; }
body	{ padding: 0; background-color: #0e9687; font-family: 'Roboto', sans-serif; font-family: 'Rubik', sans-serif; }
*, *:after, *:before	{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* ================================================== FONTS ================================================== */
h1, h1.contact, h2.contact, h3, p.about	{
	text-align: center;
}
h4, h5, p	{
	font-family: Roboto;
}
h4, h5	{
	font-weight: normal;
}
h1.contact, h2.contact	{
	color: #fff;
}
h1	{
	color: #0e9687;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 50pt;
}
h2	{
	color: #555;
	font-family: Roboto;
	font-weight: lighter;
	font-size: 21pt;
	text-align: justify;
}
h3	{
	color: #f6852b;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 20pt;
	text-align: center;
}
h3.name	{
	color: #f6852b;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 30pt;
	text-align: center;
}
h4	{
	color: #f6852b;
	font-size: 18pt;
	margin-top: 10px;
}
h5	{
	color: #0e9687;
	font-size: 13pt;
	margin-top: -20px;
}
p	{
	color: #555;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 13pt;
	margin-top: -10px;
	text-align: justify;
}
p.about	{
	color: #003663;
	font-family: Roboto;
	font-weight: normal;
	font-size: 25pt;
}
p.intro	{
	color: #555;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 13pt;
	text-align: justify;
}
p.bio,
p.bio2	{
	color: #555;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 18pt;
	text-align: justify;
}
p.bio2	{
	font-weight: normal;
}
li.devi	{
	color: #555;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 18pt;
	text-align: justify;
}
@media screen and (min-width: 360px) and (max-width: 640px) {
	h1	{
		font-size: 200%;
	}
	h2	{
		font-size: 100%;
	}
	h2.contact	{
		font-size: 100%;
	}
	h4, h5, p	{
		font-size: 100%;
	}
	h5	{
		margin-top: auto;
	}
	p	{
		width: 100%;
		text-align: justify;
		margin-top: auto;
	}
	h3.name	{
		font-size: 200%;
	}
	p.intro	{
		text-align: justify;
	}
	p.about,
	p.bio,
	p.bio2,
	li.devi	{
		font-size: 80%;
	}
}

.fa	{
  padding: 10px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
}
.fa-facebook,
.fa-twitter,
.fa-linkedin	{
	background: #fff;
	color: #f08519;
}
.fa-facebook:hover	{
	background: #3B5998;
	color: #fff;
}
.fa-twitter:hover	{
	background: #55ACEE;
	color: #fff;
}
.fa-linkedin:hover	{
	background: #0077B5;
	color: #fff;
}
@media screen and (min-width: 360px) and (max-width: 640px) {
	.fa	{
		padding: 5px;
		width: 26px;
		border-radius: 50%;
	}
}
/*=================
	  IMAGES 
=================*/
html {
  box-sizing: border-box;
}

*, 
*:before, 
*:after	{
  box-sizing: inherit;
}

.images-column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 8px;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .images-column {
    width: 100%;
    display: block;
  }
}

.images-card {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
	
.images-row::after	{
  content: "";
  clear: both;
  display: table;
}



/*#images	{
	margin-top: 30px;
}
.images-row	{
	display: flex;
	justify-content: center;
}
.images-column	{
	float: left;
	width: 33.33%;
	text-align: center;
}
.images-content	{
	padding: 0 15px;
}
.images-content::after,
.images-row::after {
    content: "";
    clear: both;
    display: table;
}
.responsive	{
	width: 100%;
	height: auto;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other 
@media screen and (min-width: 360px) and (max-width: 640px) {
    .images-column {
        width: 100%;
		height: auto;
    }
	#images.client-img	{
		margin-top: 50px;
	}
}
*/
/*=================
	  SECTION 
=================*/
.content	{
	padding: 0px 30px 0px 30px;
/*	border:1px solid yellow;*/
}
.main	{
	padding: 0px 80px 0px 80px;
	background-color: #fff;
}
.wrapper	{
	padding: 0px 80px 0px 80px;
	background-color: #0e9687;
}
section	{
	padding-top: 112px;
	height: auto;
	border-bottom: 1px dotted #0e9687;
}
/* ================================================== SECTION MEDIA QUERIES ================================================== */
@media screen and (min-width: 360px) and (max-width: 640px) {
	.content	{
		padding: 0px 10px 0px 10px;
	}
	.main, .wrapper	{
		padding: 0px 10px 0px 10px;
	}
	section	{ /* CEEEKKK!!!*/
		padding-top: 95px;
	}
}
@media (min-width: 1200px)	{
	.content	{
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
	.content:after	{
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 992px)	{
	.content	{
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.content:after	{
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 768px)	{
	.content	{
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.content:after	{
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 576px)	{
	.content	{
		max-width: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.content:after	{
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 0)	{
	.content	{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.content:after	{
		content: " ";
		display: block;
		clear: both;
	}
}
/*=================
		HOME 
=================*/
.slider-wrapper { 
	width: 100%;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*=================
	 OUR TEAM 
=================*/
.team-column	{
	float: left;
	width: 33.3%;
/*	border: 1px dotted green;	*/
}
.team-card,
.team-cards	{
	height: 430px;
/*	border: 1px dotted black;	*/
}
img.team	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.team-content	{
	padding: 0 15px;
}
.team-row	{
/*	border: 3px dotted red;	*/
}
.team-content::after,
.team-row::after	{
	content: "";
	clear: both;
	display: table;
}
.buttons,
.button	{
	border-radius: 5px;
	border: none;
	padding: 5px;
	width: 80px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	background-color: #0e9687;
	font-family: Rubik;
	font-size: 15pt;
	font-weight: lighter;
	color: white;
	text-align: center;
}
#submission {
  text-align: center;
}
.buttons:hover, .button:hover, 
.buttons:active, .button:active	{
	background-color: #f6852b;
}
.team-profile	{
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.our-team	{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.our-team li	{
	display: inline-block;
	padding: 50px;
}
.our-team p,
.our-team p.grey	{
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
.our-team p	{
	color: #f6852b;
}
.our-team p:hover	{
	color: #0e9687;
}
.our-team p.grey	{
	color: #555;
}
/* ================================================== SECTION OUR TEAM ================================================== */
@media screen and (max-width: 640px)	{
	.team-column	{
		width: 100%;
		display: block;
	}
	.our-team img	{
		width: 80%;
	}
	.our-team p,
	.our-team p.grey	{
		font-size: 90%;
	}
}
@media screen and (max-width: 360px)	{
	.our-team img	{
		width: 90%;
	}
	.our-team p,
	.our-team p.grey	{
		font-size: 100%;
	}
	.button	{
		margin-top: 65px;
	}
	.buttons	{
		margin-top: 27px;
	}
	
}
@media screen and (max-width: 1024px)	{
	.team-card,
	.team-cards	{
		height: 500px;
	}
}
@media screen and (min-width: 360px) and (max-width: 640px) {
	.team-content	{
		padding: 0;
	}
	.team-card,
	.team-cards	{
		height: 350px;
	}
	.team-profile	{
		width: auto;
	}
	.our-team li	{
		padding: 8px;
	}
}

/*================= 
PRODUCTS & SERVICES 
=================*/
.proserv-column	{
	float: left;
	width: 33.3%;
	padding: 0;
}
.proserv-card	{
	height: 300px;
	margin: 10px;
/*	border: 1px dotted blue;	*/
}
img.proserv	{
	display: block;
}
.proserv-content	{
	padding: 0 15px;
}
.proserv-content::after, 
.proserv-row::after	{
	content: "";
	clear: both;
	display: table;
}
/* The Modal (background) */
.modal-proserv	{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.80);
}
/* Modal Content */
.content-modal	{
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 74%;
	padding: 3px;
	border-radius: 5px;
	margin-top: 20px;
/*	border:1px dotted black;	*/
}
/* The Close Button */
.close-proserv	{
	color: #f6852b;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 30px;
	font-weight: bold;
}
.close-proserv:hover,
.close-proserv:focus	{
	color: #0e9687;
	text-decoration: none;
	cursor: pointer;
}
.mySlides	{
	display: none;
}
.cursor	{
	cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next	{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 10px;
	margin-top: -50px;
	color: #9b9b9b;
	font-weight: bolder;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next	{
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev	{
	left: 0;
	border-radius: 0 3px 3px 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover	{
/*	background-color: rgba(14, 150, 135, 0.8);	*/
	color: #0e9687;
}
.demo	{
	opacity: 0.6;
}
.active,
.demo:hover	{
	opacity: 1;
}
img.hover-shadow	{
	transition: 0.3s;
}
.hover-shadow:hover	{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.submission {
  text-align: center;
}
.modal-header	{
	background-color: #0e9687;
	text-align: center;
}
.modal-header h1	{
	color: #fff;
	font-family: Rubik;
	font-weight: lighter;
	font-size: 48px;
}
.modal-body h2	{
	color: #555;
	font-family: Roboto;
	font-weight: lighter;
	font-size: 27px;
	text-align: left;
}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
	.content-modal	{
		width: 80%;
		padding: 3px;
		border-radius: 5px;
		margin-top: 20px;
	}
	.close-proserv	{
		top: 1px;
		right: 5px;
		font-size: 13px;
		font-weight: normal;
	}
	.prev, .next	{
		top: 65%;
		padding: 3px;
		margin-top: -50px;
		font-weight: bolder;
		font-size: 15px;
	}
}
/* ================================================== SECTION PRODUCTS & SERVICES ================================================== */
@media screen and (min-width: 360px) and (max-width: 640px) {
	.proserv-column	{
		width: 100%;
		display: block;
	}
	.proserv-card	{
		width: 100%;
		height: 280px;
		margin: 10px 0;
	}
}

/*================= 
	TESTIMONY
=================*/
.cd-testimonials-wrapper	{
	position: relative;
	width: 100%;
	max-width: 768px;
	background-color: #fff;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 20px;
	z-index: 1;
}

@media only screen and (min-width: 768px)	{
	.cd-testimonials-wrapper	{
		margin: 4em auto;
		padding: 64px 50px 114px;
	}
}
@media only screen and (min-width: 1170px)	{
	.cd-testimonials-wrapper::after {
		/* quotation mark visible */
		display: block;
	}
}

.cd-testimonials {
  color: #fff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p	{
	color: #555;
	margin-bottom: 10px;
	padding: 0 14px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}
.cd-author	{
	text-align: right;
	margin-right: 30px;
}
.cd-author-info li	{
	font-weight: lighter;
	font-style: italic;
}
.cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child	{
	font-size: 12px;
	font-size: 0.75rem;
	color: #555;
}
@media screen and (min-width: 360px) and (max-width: 640px)	{
	.cd-author	{
		text-align: center;
		margin: auto;
	}
}
@media only screen and (min-width: 768px) {
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/*.no-touch .flex-direction-nav li a:hover	{
	background-color: transparent;
}*/
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #0e9687;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #f6852b;
  }
}



/*================= 
	CONTACT US
=================*/
input[type=text], textarea	{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
    resize: vertical;
	font-family: Roboto;
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	color: #000;
}
input[type=text]	{
	width: 50%;
}
::placeholder	{
	font-style: italic;
	color: #c2c2c2;
}
.submit	{
	text-align: right;
}
input[type=submit]	{
    border-radius: 5px;
    border: none;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
	outline: 0;
    background-color: #f6852b;
	font-family: Rubik;
	font-weight: normal;
	font-size: 20px;
    color: #fff;
	margin-top: 20px;
}
input[type=submit]:hover	{
	background-color: #fff;
	color: #555;
}
.contactform	{
	margin: 0 15px;
}
/* ================================================== SECTION CONTACT US ================================================== */
@media screen and (min-width: 360px) and (max-width: 640px) {
	input[type=text]	{
		width: 100%;
	}
}



