@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Montserrat:wght@500;600&family=Oswald:wght@200&family=Ubuntu:wght@400;700&display=swap');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    list-style: none;
    -webkit-user-drag: none;
    user-select: none;
}

html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

#container {
    min-height: 100%;
    background-image: url("background.svg");
    background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
}

#main {
    overflow: auto;
    padding-bottom: 50px;
}

nav{
	width: 100%;
	height: 120px;
	background-color: #53b94b/*#262c2e*/;
	line-height: 75px;
	padding: 0px 100px;
	position: relative;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.514);
}
nav div img.logos{
	float: left;
    max-width: 90px;
    margin-top: 14px;
}

nav ul li .active{
	color: #53b94b !important;
	text-decoration: none;
	font-size: 40px;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
    list-style: none;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    background: #ffffff;
    margin-top: 25px !important;
    width: 66px;
    height: 66px;
    padding: 13px;
    border-radius: 50%;
    text-align: center !important;
    line-height: 20px;
    vertical-align: middle !important;
    margin-left: 50px;
    position: relative;
    transition: all 0.2s ease !important;
}

nav ul li a:hover{
    transition: all 0.2s ease !important;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.514);
    position: relative;
}

body{
    margin: 0;
}

.logoss2 {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    max-width: 300px;
}

body img.banner{
    max-width: 100%;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.514);
}

/*css--------------------------------------------------------------------footer*/

.footer {
    position: relative;
    margin-top: -50px;
    clear: both;
    padding: 1rem;
    background-color: #53b94b;
    text-align: center;
    color: #fff;
    box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.514);
    height: 50px
}

.footerlow{
    font-family: 'Ubuntu', sans-serif;
}

/*accordion------------------------------------------------------------*/
  
  .accordion {
    width: 90%;
    margin: 50px auto 50px auto;
  }
  .accordion-item {
    background-color: #e9e9e9;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  @media(max-width:767px) {
    html {
      font-size: 14px;
    }
  }
/*5th sec--------------------------------------------------------------------*/

.body5{
  padding: 50px;
  background-color: #008037;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

input,
textarea {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin: 6px 0px;
}

textarea.textte {
  height: 180px
}

.btn{
  width: 150px;
  padding: 15px;
  cursor: pointer;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px;
  background-color: #252525;
  color: white;
  transition: 0.2s ease;
}

.btn:hover{
  background-color: #0e0e0e;
  transition: 0.2s ease;
}

.secTitle{
  font-family: 'Montserrat', sans-serif;
  color: #000;
}