body, html {
    height: 100%;
    margin: 0;
}

body{
    /* background-image: url("greyzz.png");
    background-repeat: repeat; */
    /* background-color: #f1edede0; */

    /* background-color: #edf0f3;
    background-image: url("https://www.transparenttextures.com/patterns/checkered-light-emboss.png"); */ */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you!

/* background:
radial-gradient(circle farthest-side at 0% 50%,#fb1 23.5%,rgba(240,166,17,0) 0)21px 30px,
radial-gradient(circle farthest-side at 0% 50%,#B71 24%,rgba(240,166,17,0) 0)19px 30px,
linear-gradient(#fb1 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#fb1 0)0 0,
linear-gradient(150deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(30deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(90deg,#B71 2%,#fb1 0,#fb1 98%,#B71 0%)0 0 #fb1;
background-size: 40px 60px; */

}

h1{
  font-weight: 600;
  font-size: 2em;
  margin: 0em;
}

h2{
  font-weight: 600;
  font-size: 1.2em;
  margin: 0em;
}

p, a, div{
    /* font-family: 'K2D', sans-serif; */
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.125;
}

.fat{
    font-weight: bold;
    font-weight: 600;
}

fat{
  font-weight: bold;
  font-weight: 600;
}



.master-background-color{
  background-color: #f1edede0;
}

.background-color-01{
  background-color:  #2f43ae;
}

.background-color-02{
  background-color:  #c49595 ;
}

.background-color-03{
  background-color:   #FF6633;
}

.text_highlighted{
  color: #FF6633 !important;
}







/* 
.flex-container {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  justify-content: center;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
} */








.topnav {
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 11;
  margin: 0 auto;
  /* max-width: 1100px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 0;
}

.navgrid{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.topnav a:not(:first-child) {
  cursor: pointer;
  padding: auto;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    padding: 0.5em 0.5em 0.5em 1em;
  }
}

.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  font-size: 1em;
  transition: box-shadow .5s, opacity .3s, color .5s;
}

.topnav a:hover:not(:first-child) {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    padding: 1em;
  }
  .topnav{
  display: flex;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
  }
  .topnav.responsive a .fa-bars::before {
    content: "\f00d";
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav{
    display: block;
    }

}




















#header{
    overflow: visible;
    top: 0px;
    /* height: 134px; */
    /* background-color: #F7F7F7; */
    /* height: 5vh; */
    position: fixed;
    width: 100%;
}

#header_Input{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1100px;
    margin: 0 auto;
    background-color: rgba(114, 114, 114, 0.534);
    height: 100%;

    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

#header_Input > div{
    margin: 0px 10px;
    margin-bottom: auto !important;
    margin-top: auto !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.header_menu{
    text-align: center
}
.header_menu:hover {
    background-color: rgba(250, 252, 127, 0.575);
    font-weight: bold;
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #333; */
  }

.dropbtn{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.dropbtn {
    width: 100%;
}
 
  li a, .dropbtn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(250, 252, 127, 0.575);
    font-weight: bold;
    cursor: pointer;
  }
  
  li.dropdown {
    display: inline-block;
    width: 100%;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


a.link:link {color: #aaa;}
a.link:visited {color: #aaa;}
a.link:active {color: #aaa;}
a.link:hover {color: #fff;}


#content{
  margin-top: 3em;
}

section{
    /* margin-top: 5vh; */
    overflow: hidden;
    /* height: 100%; */
    /* height: 95vh; */
    min-height: 100vh;
    /* min-height: 775px; */
    padding-top: 0;
    padding-bottom: 0;
}
    @media only screen and (orientation: landscape) {
        .col{
            max-width: 45%;
        }
        .colinner > img {
            width: 100%;
        }
    }
    @media only screen and (orientation: portrait) {
        .container{
            max-width: 100%;
        }
        .colinner{
            text-align: center;
        }
        .colinner > img {
            width: 70%;
        }
    }

.inner {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    /* height: 95vh; */
    text-align: right;
}

.container{
    position: relative;
    top: 0%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100vh;
    max-width: 1140px;
}

.hflex{
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-container > div {
  width: 30%;
  min-height: 20%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  border-style: solid;
  border-width: 3px;
  border-radius: 0.2em;
  border-color: #2f43ae;
}
@media only screen and (orientation: portrait) {
  .flex-container > div {
    width: 95%;
  }
}

.col{
    /* max-width: 45%; */
    margin-bottom: auto !important;
    margin-top: auto !important;

    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    margin-left: auto !important;
    margin-right: auto !important;
}

.colinner{
    /* margin-left: auto !important;
    margin-right: auto !important; */
    margin-right: auto;
    margin-left: auto;
    /* width: 200px; */
}

#headbg{
    width: 100%;
}

#head{
    /* max-width: 14em; */
    /* position: absolute; */
    /* left: 50%; */
    width: 70%;
    /* top: 57%; */
    /* transform: translate(-50%, -50%); */
}

.linkpic{
    width: 2.5em;
    margin: 0.5em;
}

.bgSVG{
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p{
    top: 42%;
    left: 5%;
    max-width: 40%;
    color: #555;
    position: relative;
}

sectionOverlay{
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 5%;
    max-width: 40%;
}


.bg, #test{
    overflow: hidden;
    /* The image used */
    background-image: url("images/DSC_9451s.jpg");
    /* background-image: url("images/BG1.svg"); */

    /* Full height */
    height: 100%; 
    width: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
    animation-name: bg_appear;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}

@keyframes bg_appear {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
  }


  /* svg {
  } */

  .path {
    animation: dash 10s linear infinite;
  }
  @-webkit-keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }


  
/* FORM */


.form-style-7{
	max-width:400px;
	margin:50px auto;
	/* background:#fff; */
	border-radius:2px;
	padding:20px;
    font-family: Georgia, "Times New Roman", Times, serif;
	background: #F7F7F7;
	
}

.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select 
{
    -webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	/* margin-bottom: 4%; */
	border: 1px solid #ccc;
	padding: 3%;
	color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}

.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus
{
	box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-7 input[type="submit"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 0.75em;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
	background: #2EBC99;
}

.hr-gcontent{
    width: 100%;
    height: 0px;
    background: #E9E9E9;
    border: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .input_wrapper:hover .hr-gcontent{
    height: 4px;
    background: #43D1AF;
    animation-name: widthFade_hr-gcontent;
    animation-duration: 1s;
  }
  @keyframes widthFade_hr-gcontent {
      from {
        left: 50%;
        width: 0%;
      }
      to {
        left: 0;
        width: 100%;
      }
  }


.input_label {
    top: +2em;
    /* transition: ease-in-out, top .35s ease-in-out; */
    margin: 0;
    padding: 3%;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
    cursor: text;
    display: block;
    left: 1px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    /* transition: none; */
    white-space: nowrap;
    font: 95% Arial, Helvetica, sans-serif;
    color: #B9B9B9;
    padding-bottom: 0px;
  }

  .input_field{
      margin: 0px;
  }

  #result{
    font: 95% Arial, Helvetica, sans-serif;
  }

#footer{
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 1em;
}
#footer p{
    margin: 0px;
}
