/* Start CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
/* End CSS Reset */
/*

* {
	outline: 1px solid red;
}
*/
/* Start Core CSS */
html {
	scroll-behavior: smooth;
}
:root {
	--lite: #e5e1e1;
	--liter: #f5f1f1;
	--dark: #333;
	--darkish: #555;
	--litest_g: #eaf6dc;
	--lite_g: #8dcd3f;
	--dark_g: #099e51;
	--lite_y: #f3ef49;
	--dark_r: #c22525;
	--dark_y: #ccb030;
	--grad_bg: linear-gradient(to right top, #099e51, #56b44d, #8ac949, #bddd46, #f3ef49);
}
body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-family: "Segoe UI";
	font-family: Helvetica, sans-serif;
	color: #777;
}
.wrapper {
	margin: 0 auto;
	width: 900px;
	/* box-shadow: 0 5px 20px 5px #0002; */
}
.hide_me {
	display: none !important;
}
#menu {
    min-height: 39px;
    background: #555c;
    z-index: 9999;
    width: inherit;
    width: 100%;
    position: fixed;
    text-align: right;
    padding: 0;
}
#menu a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border-right: solid 1px var(--darkish);
}
#menu a:hover {
    color: var(--lite_y);
}
#menu a:last-child {
    border-right: none;
}
#menu a.btn {
    padding: 6px 20px 8px;
}
#menu a.cont {
    border: none;
}
#menu a.contact {
	background: #4caf50;
	padding: 5px 20px;
	margin-left: 15px;
    border-radius: 2px;
	color: #fff;
}
#menu a.contact:hover {
	background: #68dc6c;
}
#menu img {
    display: inline-block;
    padding: 2px 4px;
    width: 55px;
}
.inner {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);    
    /* unnecessary styling properties */
    max-width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner div {
    display: inline-block;
    width: 70%;
}
.inner h1 {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    color: var(--lite_y);
}
.inner p {
    margin: 30px auto;
    line-height: 1.2;
    font-size: 23px;
    color: #fff;
}
.inner img {
    display: inline-block;
    padding: 2px 4px;
    width: 17%;
    /* filter: drop-shadow(1px 1px 1px #fff7); */
    margin-bottom: 15px;
}
.triangle {
	position: relative;
    margin-top: -26px;
}
.mySlides.fade img {
	width:100%;
}
.slideshow-container {
	padding-top:39px;
	background:#000;
}
.prev, .next {
    color: var(--lite_y);
}
.dot {
    background-color: var(--dark_g);
}
.green {
    color: var(--dark_g);
}
.active {
    background-color: var(--lite_y);
}
.container {
	min-height: 240px;
    padding: 30px 0;
}
.row {
    padding: 30px 0 40px;
    position: relative;
}
.container.lite {
    background: #fff;
	color: var(--dark);
}
.container.dark {
    background: var(--dark);
	color: var(--lite);
}
.row h1 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.row h1::first-letter, #about h4::first-letter {
	border-bottom: 5px solid var(--lite_g);
}
.lite p {
    color: var(--dark);
}
.dark p {
    color: var(--lite);
}
.dark h1 {
    color: #fff;
}
.innerGreen {    
    background: #eaf6dc;
    padding: 20px;
    border-radius: 12px;
}
.col {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
}
.col.left {
	margin-right: 4%;
}
.btn {
    text-decoration: none;
    display: inline-block;
    background: var(--lite_g);
    border: none;
    border-radius: 20px;
    color: #fff;
    padding: 8px 40px;
    margin: 1px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0px 0px 5px #5d8d20 !important;
}
.btn:hover {
    background: var(--lite_g);
    background-image: var(--grad_bg);
    color: #fff;
}
#about img {
    float: left;
    width: 130px;
    padding-right: 16px;
}
#about h4 {
   padding: 15px 0 10px;
}
#about h4, #about b {
    font-weight: 600;
    color: var(--dark_g);
}
#about p, #about li {
    margin-bottom: 15px;
    line-height: 1.5;
}
#about ul {
    list-style-type: none;
}
#about li {
    padding-bottom: 6px;
}
#about li::before {
    content: "\2022";
    color: var(--lite_g);
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: 0px;
    font-size: 20px;
}
.myBtn.btn {
    padding: 8px 20px;
    margin: 8px 0;
    cursor: pointer;
    font-size: 14px;
}
.more {
    display: inline-block;
	height: 0%;
	transition: height 1s ease-in-out;
	overflow: hidden;
}
#projects {
    text-align: center;
}
#projects div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
    margin-top: 32px;
}
#projects img {
    max-height: 70px;
    max-width: 100px;
	filter: opacity(0.6);
}
#projects img:hover {
	filter: opacity(1);
}
.card {
    display: inline-block;
    margin: 0 auto 15px;
    width: 24%;
    padding: 0 1%;
    text-align: center;
    background: var(--liter);
    font-size: 13px;
    border-radius: 0px 0px 15px 15px;
}
.card:hover {
    background: var(--lite);
}
.pic {
    width: 95%;
}
.name {
    background: var(--lite_g);
    background-image: var(--grad_bg);
    color: #fff !important;
    width: 95%;
    margin: -21px auto 0;
    z-index: 9999;
    position: relative;
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-weight: 500;
    padding: 4px 4px 8px;
    border-bottom: 1px solid #ccc;
}
.social {
	height: 40px;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.social a {
	padding-right: 12px;
}
.social img {
	height: 25px;
	filter: grayscale(90%);
}
.social img:hover {
	filter: none;
}
.profiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, 440px);
    gap: 36px 16px;
    justify-content: center;
}
.profile {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 30px;
    padding-bottom: 24px;
    border-bottom: 3px solid #eaf6dc;
}
.profile h3 {
    font-weight: 300;
}
.profile b {
    padding: 6px 0 2px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--dark_g);
}
.pics {
    position: relative;
}
.pics img {
    height: auto;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-position: top center;
    border: 1px solid #eaeaea;
    transition: scale 400ms ease-in-out;
    scale: 1;
}
.pics img:hover {
    scale: 1.5;
}
.linkedIn {
    position: absolute;
    top: 75px;
    left: 75px;
    width: 36px;
}
.linkedIn img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 0;
    border: 0;
}
.linkedIn img:hover {
    scale: 1.2;
}
.bio {
    padding: 4px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
}
.details p {
    font-size: 14px;
}
.details .btn {
    margin: -10px 0 4px;
}
.bio p {
    padding-bottom: 15px;
    line-height: 1.5;
}
#faq a {
    text-decoration: none;
    color: var(--lite_g);
    font-weight: 500;
}
.accordion_contain {	
    margin-top: 30px;
    /* border: 1px solid var(--lite_g); */
    border-bottom: none;
}
.accordion {
    background-color: var(--dark);
    color: var(--lite_g);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-width: 0;
    border-bottom: 1px solid var(--darkish);
}
.accordion:last-child {
    border-bottom: none !important;
}
.accordion:hover {
  background-color:  var(--darkish);
}
.accordion:after {
	content: '\002B';
	color: var(--lite_g);
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active1:after {
	content: "\2212";
}
.panel {
    padding: 0 18px;
    background-color: #eaf6dc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p {
    padding: 5px 0 15px;
    color: var(--dark);
}
.panel p:first-child {
    margin-top: 20px;
}
.panel p:last-child {
    margin-bottom: 20px;
}
.panel p b {
    display: block;
    margin: 12px auto -12px;
}
.cont_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/contact_bg.jpg);
    background-size: 55%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.col.right {
    padding: 36px 0px;
    background: #eaf6dc;
}
.cont_wrap.join {
    background-image: url(../images/handshake2.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: #000;
}
.join p {
    font-size: 15px !important;
    border-left: 3px solid var(--lite_g);
    padding: 0px 4px 0px 16px !important;
    margin-bottom: 18px !important;
    text-shadow: 0 0 4px #000;
}
.join .left {
    align-items: flex-start;
}
.join h3 {
    color: #8dcd3f;
    text-shadow: 0 0 4px #000;
    padding: 0 48px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.cont_wrap .col.left {
    margin: 0 2%;
    padding: 30px 15px;
}
.cont_wrap p {
    color: var(--dark_y);
    margin-bottom: 3px;
    padding: 4px 1px 4px 0;
}
.cont_wrap p img {
	max-width: 24px;
}
/* .cont_wrap p.address {
	background-image: url('../images/pin.png');
}
.cont_wrap p.tel {
	background-image: url('../images/tel.png');
}
.cont_wrap p.email {
	background-image: url('../images/mail.png');
} */
.cont_wrap p a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 4px #0007;
    margin-left: 16px;
}
.cont_wrap p a:hover {
    color: var(--lite_g);
}
a.btn2 {
	display: inline-block;
    margin: 0 6px 6px 0;
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 4px;
    border: none !important;
    font-size: 16px;
	opacity: 0.7;
    width: fit-content !important;
    text-shadow: none !important;
}
.btn2:hover {
	opacity: 1;
}
.error, .error2 {
    background-color: #ffe1e2 !important;
    border-left: 3px solid #c1141a !important;
    color: #c1141a !important;
}
.bland, .bland2 {
    background-color: #dfe0df !important;
    border-left: 3px solid #191919 !important;
    color: #191919 !important;
}
.norm, .norm2 {
    background-color: #96d1ff !important;
    border-left: 3px solid #232e6c !important;
    color: #232e6c !important;
}
.success, .success2 {
    background-color: #91e9a6 !important;
    border-left: 3px solid #0a601e !important;
    color: #0a601e !important;
}
.warn, .warn2 {
    background-color: #fff7ae !important;
    border-left: 6px solid #795548 !important;
    color: #795548 !important;
}
.error2, .bland2, .norm2, .success2, .warn2 {
    background: none;
}
.error2:hover {
    background-color: #ffe1e2;
}
.bland2:hover {
    background-color: #dfe0df;
}
.norm2:hover {
    background-color: #96d1ff;
}
.success2:hover {
    background-color: #91e9a6;
}
.warn2:hover {
    background-color: #fff7ae;
}
.second {
    background-color: unset !important;
}
p.notify {
    padding: 10px 25px !important;
    font-size: 14px !important;
    border-radius: 0px;
    margin: 10px 20px !important;
    text-shadow: none !important;
}
.notify a {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 4px;
    background-color: #0000001a;
    border-radius: 18px;
    color: currentColor;
}
.notify a:hover {    
    background-color: #0003;
}
#social {
	height: 40px;
    margin: 20px 0 5px;
    text-align: center;
}
#social a {
	padding-right: 12px;
}
#social img {
    height: 40px;
    aspect-ratio: 1;
    transition: scale 300ms ease-in-out;
    scale: 1;
    box-shadow: 0 0 1px #558B2F;
    border: 1px solid #558B2F;
    border-radius: 50%;
}
#social img:hover {
    scale: 1.3;
}
#contact {
    padding-bottom: 0;
}
#contact p {
    font-size: 18px;
}
.col form *{
    width: 99%;
    margin: 1px auto 2px;
    font-size: 16px;
}
.col form {
    /* background: var(--dark); */
    padding: 25px 30px 10px;
    background: #eaf6dc;
}
form label {
    /* color: #8cd2a2; */
    color: #099e51;
    display: inline-block;
    padding: 0px 5px 0px;
    margin: 0 0 -15px 8px !important;
    background: #eaf6dc;
    max-width: fit-content;
    z-index: 9;
    position: relative;
    font-size: 14px !important;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea {
    padding: 11px 10px;
    background: #eaf6dc;
    margin: 8px 0 !important;
    color: var(--dark_g);
    border-radius: 6px;
    border: 1px solid var(--dark_g);
}
input:focus, textarea:focus {
    /* border: 1px solid #8bc34a; */
    box-shadow: 0 0 5px #000;
    outline-offset: 0;
    outline: none;
}
textarea {
	height: 90px;
}
::-webkit-input-placeholder { /* Edge */
	color: #8cd2a2;
    font-size: 14px;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8cd2a2;
    font-size: 14px;
    font-style: italic;
}
::placeholder {
	color: #8cd2a2;
    font-size: 14px;
    font-style: italic;
}
input[type="submit"], input[type="reset"] {
    background: #23ab63;
    background: #8dcd3f;
    width: 150px;
    padding: 6px 4px;
    color: #fff;
    margin: -1px 0px 0px -1px;
	cursor: pointer;	
    text-shadow: none;
}
input[type="reset"] {
    background: #e5ad4e;
}
input[type="reset"]:hover  {
    background: #f1b755;
}
.message {
    background: #fff9;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 10px !important;
    font-size: 14px !important;
    border: none !important;
    color: var(--dark_g);
    text-shadow: none !important;
}
.message.error {
    border: 1px solid var(--dark_r) !important;
    color: var(--dark_r);
}
footer {
    background: var(--dark);
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -30px;
    border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 1096px) {
	.wrapper {
		width: 720px;
	}
	.inner {
		top: 45%;
		max-width: unset;
		width: 65%;
	}
	.inner h1 {
		margin : 15px 5px;
		font-size: 24px;
	}
	/* .inner img, .dots {
		width: 70px;
		    margin-bottom: 0px;
	} */
	.inner img {
		width: 20%;
		margin-bottom: 0px;
	}
	.row {
		padding: 20px 40px 20px;
	}
	.row h1 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.col form {
		padding: 15px 8px;
	}
    #contact {
        margin-bottom: -10px;
    }
	footer {
		margin: -20px 40px 20px;
	}
}
@media only screen and (max-width: 800px) {
	.wrapper {
		width: 480px;
	}
	#container {
		min-height: 420px;
	}
	#menu {
		padding: 5px 0;
		text-align: center;
	}
	#menu img {
		display: block;
		margin: 0 auto;
	}
	#menu a {
		padding: 10px 15px;
	}
    #menu .hide_small {
        display: none;
    }
	.slideshow-container {
		padding-top:49px;
	}
	.inner {
		top: 58%;
		max-width: unset;
		width: 90%;
	}
	.inner h1 {
		margin : 5px 5px;
		font-size: 28px;
	}
	.inner img, .inner p {
		display: none;
	}
    .inner .btn {
        padding: 3px 30px;
    }
	.dots {
		display: none;
	}
	.row {
		padding: 20px 20px 20px;
	}
	.row h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.col {
		width: 100%;
	}
	.col.left {
		margin-right: 0;
	}
	.col form {
		padding: 15px 15px;
	}
	.cont_wrap {
		display: block;
	}
	.cont_wrap .col.left {
		margin: unset;
	}
	.card {
		width: 49%;
	}
    #projects div {
        display: grid;
        gap: 10px;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
	footer {
        margin: -20px 20px 20px;
    }
}
@media only screen and (max-width: 480px) {
	.wrapper {
		width: 100%;
	}
    .slideshow-container {
        padding-top: 41px;
    }
    #menu {
        padding: 1px 0;
    }
	#menu a {
		padding: 10px 5px;
	}
	.inner h1 {
		font-size: 22px;
	}
    .profiles {
        grid-template-columns: 1fr;
    }
    .profile {
        grid-template-columns: 80px 1fr;
        gap: 7px;
    }
    .linkedIn {
        top: 65px;
        left: 25px;
    }
    #projects div {
        grid-template-columns: repeat(2, 1fr);
    }
    .cont_wrap {
        background-size: cover;
    }
}