* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-weight: 400;
}
/* nav start */
.navbar input[type="checkbox"], .navbar .hamburger-lines {
	display: none;
}
.nav-container {
  max-width: 1300px;
  margin: 0 auto;
}

.navbar {
  display: flex;
  align-items: center;
}

/* nav {
  float: right;
  padding-left: 14px;
} */
#logo--border img {
    width: 180px;
}
div#logo--border {
  border-right: 1px solid #1C3042;
  padding-right: 25px;
  line-height: 12px;
}

nav ul {
  list-style: none;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 11px;
  /* background: #ffffff; */
  color: #1C3042;
  text-decoration: none;
  font-size: 14px;
}



nav ul li a:not(:only-child):after {
  padding-left: 4px;
}

nav ul li ul li {
  min-width: 190px;
}

i.fas.fa-regular.fa-angle-down {
  padding-left: 7px;
  font-size: 14px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.navigation {
  width: 100%;
  padding: 31px 0px 34px 0px;
  background: #ffffff;
  font-family: 'Gellix';
}


.brand {
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}

.btn-nav-li {
  display: inline-block;
  margin-left: 208px;
}

a.btn-one--nav {
  text-decoration: none;
  color: #fff;
  padding: 12px 20px 12px 20px;
  background-color: #47BE68;
  border-radius: 40px;
  font-size: 14px;
  display: inline-block;
}

a#btn-one--nav {
  text-decoration: none;
  color: #1C3042;
  padding: 12px 20px 12px 20px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 14px;
  display: inline-block;
}


/*#dropdown--nav:hover .nav-dropdown {*/
/*  display: block;*/
/*}*/


@media only screen and (max-width: 1025px) {
  .nav-mobile {
    display: block;
  }

  div#logo--border {
    border-right: none;
    padding-right: 0px;
    line-height: 0px;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    z-index:99999999999;
    position: absolute;
    top: 72px;
    width: 50%;
    left: 0;
    padding-left: 50px;
    background-color: #fff;
  }

  .nav-dropdown {
    position: relative;
  }

  .navigation {
    padding: 36px 0px 36px 0px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .brand {
    position: absolute;
    left: 1rem;
  }

  .btn-nav-li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    margin-left: 0;
    padding-bottom: 26px;
  }

  a.btn-one--nav {
    border-radius: 30px;
    width: 80px;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 1035px) {
  .nav-list {
    display: block !important;
  }

  .brand {
    top: 0;
    left: 0;
    z-index: 9999;
  }
}

@media screen and (max-width: 480px) {
  .nav-list {
    padding-left: 10px;
    width: 60%;
  }
}

/* nav end */
    /* leaderboard start */
.lead-content {
	max-width: 1340px;
	height: 300px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #F8F8F8;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 20px;
}
.content1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 380px;
	height: 99px;
}
.lead-content h2 {
	font-family: 'Gellix';
	font-size: 42px;
	font-weight: 900;
	line-height: 60px;
	text-align: center;
}
.lead-content p {
	font-family: 'Gellix';
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}
.lead-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
}
.lead-content span,  .lead-content2 span,  .lead-content3 span,  .lead-content4 span,  .lead-content5 span,  .lead-content6 span,  .lead-content7 span,  .lead-content8 span {
	color: #04AA6D;
	font-family: 'Gellix';
}
.lead-content h2,  .lead-content2 h2,  .lead-content3 h3,  .lead-content4 h3,  .lead-content5 h3,  .lead-content6 h3,  .lead-content7 h3,  .lead-content8 h3 {
	font-family: 'Gellix';
	margin-bottom: 20px;
}
.lead-content,  .lead-content2,  .lead-content3,  .lead-content4,  .lead-content5,  .lead-content6,  .lead-content7,  .lead-content8 {
	margin-bottom: 100px;
}
.lead-content h2 span,  .lead-content2 h2 span,  .lead-content3 h3 span,  .lead-content4 h3 span,  .lead-content5 h3 span,  .lead-content6 h3 span,  .lead-content7 h3 span,  .lead-content8 h3 span {
	font-family: 'Gellix';
}
.lead-content p,  .lead-content2 p,  .lead-content3 p,  .lead-content4 p,  .lead-content5 p,  .lead-content6 p,  .lead-content7 p,  .lead-content8 p {
	font-family: 'Gellix';

}
.lead-content2 {
	width: 100%;
}
.lead-img1 {
	position: absolute;
    left: -30px;
    top: -50px;
	background: linear-gradient(180deg, rgba(71, 190, 104, 0.08) 0%, rgba(71, 190, 104, 0) 100%);
	border-radius: 80px;
}
.lead-img2 {
	position: absolute;
	right: 10px;
	top: -46px;
}
.lead-img3 {
	position: absolute;
	top: 455px;
	left: -60px;
}
.lead-content2 h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 42px;
	line-height: 60px;
}
.lead-content2 h2 span {
	font-weight: 900;
}
.lead-content2 p {
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.lead-content3 {
	width: 100%;
}
.lead-content3 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content3 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #222222;
}
.lead-content4 {
	width: 100%;
	display: flex;
}
.lead-content4 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content4 P {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.content4 {
	width: 50%;
	margin-right: 13px;
}
.lead4-img1 {
    width:100%;
}
.lead4-img1 img{
    max-width:100%;
}


.lead-content5 {
	width: 100%;
}
.lead-content5 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content5 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.lead-content6 {
	width: 100%;
}
.lead-content6 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content6 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.lead-content7 {
	width: 100%;
}
.lead-content7 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content7 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.lead-content8 {
	width: 100%;
}
.lead-content8 h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}
.lead-content8 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
/* leaderboard end */
    /* footer start */
.footer-sec {
	background-color: #F8F8F8;
}
.container-footer {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-image-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 55px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(153, 153, 153, .2);
}
.footer-text-btn {
	width: 430px;
	display: flex;
	justify-content: space-between;
}
.footer-button-text {
	color: #333333;
	width: 55%;
	text-align: right;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
}
.footer-top-btn {
	padding-top: 15px;
}
.icon-bttnn {
	text-decoration: none;
	padding: 20px 35px 20px 37px;
	background-color: #47BE68;
	border-radius: 32px;
	color: #fff;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}
.footer-menu-sec {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 76px;
}
.footer-menu-inner {
	text-align: left;
	display: inline-block;
	width: 300px;
}
.footer-menu-inner h6 {
	color: #47BE68;
	padding-bottom: 22px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.footer-menu-list {
	list-style: none;
	padding: 0px;
	font-size: 16px;
}
.footer-menu-list h5 {
	color: #47BE68;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 22px;
}
.footer-menu-list li {
	line-height: 32px;
	text-decoration: none;
}
.footer-menu-links a {
	color: #222222;
	text-decoration: none;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.location--text {
	display: flex;
	gap: 10px;
}
.icon--map.footer-menu-icon {
	padding-top: 6px;
}
.footer-menu-icon {
	vertical-align: middle;
}
.footer-menu-icon li a {
	text-decoration: none;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
.iconss a {
	padding: 0px 10px;
}
.iconss a:nth-child(1) {
	padding-left: 0px;
}
.footer-menu-text {
	color: #222222;
	text-decoration: none;
	padding-left: 10px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.footer-email-sec {
	margin-top: 10px;
	padding-bottom: 51px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.email-sec-text h4 {
	color: #1D1E25;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding: 10px 0px;
}
.email-sec-text p {
	color: #222222;
	margin: 0px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
}
.search-footer {
	background-color: #ffffff;
	border-bottom: 1px solid rgba(153, 153, 153, .2);
	width: 450px;
	overflow-x: hidden;
	display: flex;
	border-radius: 50px;
	font-size: 18px;
}
.search-footer input {
	width: 100%;
	border: none;
	outline: none;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 0 30px;
}
.button-src {
	background-color: #FFFFFF;
}
.button-src button {
	padding: 15px 23px 16px 22px;
	border-radius: 50px;
	border: none;
	background-color: #47BE68;
	color: #ffffff;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.footer-copyright-sec {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(153, 153, 153, .2);
}
.footer-copyright-inner h6 {
	color: #333333;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.domin-1 {
	text-decoration: none;
	color: #47BE68;
}
.footer-backtotop h6 {
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}
i.fa.fa-thin.fa-arrow-up {
	padding-left: 10px;
}
.footer-bottom-text {
	padding-top: 30px;
}
.footer-bottom-text {
	color: #222222;
	line-height: 17.6px;
	font-size: 13px;
	gap: 20px;
	color: #222222;
	padding-bottom: 54px;
}
.fieldsBAR input.uk-input {
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #ccc;
	max-width: 90%;
	width: 100%;
}
.fieldsBAR {
	max-width: 300px;
	width: 100%;
	display: inline-block;
}
.fieldsBAR .uk-button {
	background: #47BE68;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	height: 35px;
	border-radius: 5px;
	max-width: 200px;
	width: 100%;
}
.footer-last-text-1 {
	padding-top: 20px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
.footer-last-text-2 {
	padding-top: 20px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
.footer-last-text-3 {
	padding-top: 20px;
	font-family: 'Gellix';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
 @media screen and (max-width: 1024px) {
.lead-container {
	padding: 0 30px;
}
.lead-content {
	margin-top: 75px;
}
.lead-content p, .lead-content2 p, .lead-content3 p, .lead-content4 p, .lead-content5 p, .lead-content6 p, .lead-content7 p, .lead-content8 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.lead-content h2, .lead-content2 h2 {
	font-size: 42px;
	font-weight: 900;
	line-height: 60px;
}
.lead-content3 h3, .lead-content4 h3, .lead-content5 h3, .lead-content6 h3, .lead-content7 h3, .lead-content8 h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 33px;
}

.lead-content, .lead-content2, .lead-content3, .lead-content4, .lead-content5, .lead-content6, .lead-content7, .lead-content8 {
	margin-bottom: 75px;
}
/*.footer-sec*/

.footer-sec {
	padding: 0 30px;
	margin-top: 75px;
}
}
 @media screen and (max-width: 768px) {
.lead-container {
	padding: 0 15px;
}
.lead-content p, .lead-content2 p, .lead-content3 p, .lead-content4 p, .lead-content5 p, .lead-content6 p, .lead-content7 p, .lead-content8 p {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
}
.lead-content h2, .lead-content2 h2, .lead-content3 h3, .lead-content4 h3, .lead-content5 h3, .lead-content6 h3, .lead-content7 h3, .lead-content8 h3 {
	font-size: 32px;
	text-align: center;
	line-height: 46px;
}
.lead-content, .lead-content2, .lead-content3, .lead-content4, .lead-content5, .lead-content6, .lead-content7, .lead-content8 {
	margin-bottom: 50px;
}
.search-box-main {
	width: 100%;
}
.lead-content {
	text-align: center;
}
.lead-img {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lead4-imgs {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content4 {
	width: 100%;
}
.content-img4 {
    text-align: center;
}

.lead-content4 {
	gap: 40px;
	flex-direction: column;
}

/*footer*/

footer.footer-sec {
	padding: 0px 15px;
	margin-top: 50px;
}
.footer-text-btn {
	justify-content: space-around;
}
.footer-menu-inner {
	width: 240px;
}
.footer-menu-sec {
	flex-wrap: wrap;
	padding-top: 20px;
}
.footer-button-text {
	font-size: 16px;
	line-height: 20px;
}
.icon-bttnn {
	padding: 16px 24px 16px 24px;
	font-size: 14px;
}
.footer-menu-list {
	padding-top: 24px;
}
.search-footer input {
	margin-left: 24px;
}
.search-footer {
	width: 390px;
}
.footer-bottom-text {
	text-align: center;
}
}
 @media screen and (max-width:480px) {
.lead-content p, .lead-content2 p, .lead-content3 p, .lead-content4 p, .lead-content5 p, .lead-content6 p, .lead-content7 p, .lead-content8 p {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
}
.lead-content h2, .lead-content2 h2, .lead-content3 h3, .lead-content4 h3, .lead-content5 h3, .lead-content6 h3, .lead-content7 h3, .lead-content8 h3 {
	font-size: 26px;
	text-align: center;
	line-height: 32px;
}
.footer-sec {
	margin-top: 100px;
}
.footer-image-sec {
	align-items: center;
	flex-direction: column;
}
.footer-email-sec {
	flex-direction: column;
}
.search-footer {
	width: 388px;
}
.search-footer input {
	margin-left: 10px;
	width: 250px;
}
.footer-text-btn {
	padding-top: 30px;
}
.footer-button-text {
	width: 50%;
}
.email-sec-text {
	padding-bottom: 30px;
	text-align: center;
}
.footer-copyright-inner h6 {
	font-size: 14px;
	line-height: 20px;
	width: 200px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
.fieldsBAR {
    max-width: 90%;
    margin-bottom: 10px;
}
}
 @media screen and (max-width: 380px) {
.lead-content2,  .lead-content4,  .lead-content6,  .lead-content7,  .lead-content8 {
	padding: 10px;
}
.content1 {
	width: 300px;
}
.lead-img,  .lead4-imgs {
	flex-direction: row;
	justify-content: center;
}
.lead4-imgs img {
	margin: 10px;
}
.content4 {
	width: 100%;
}

.footer-image-sec {
	align-items: center;
	flex-direction: column;
}
.icon-bttnn {
	padding: 12px 20px 12px 20px;
	font-size: 14px;
}
.footer-email-sec {
	flex-direction: column;
}
.footer-text-btn {
	flex-direction: column;
	text-align: center;
	width: 100%;
}
.footer-button-text {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.search-footer {
	width: 348px;
}
.email-sec-text {
	padding-bottom: 30px;
	text-align: center;
}
.button-src button {
	padding: 12px 12px 12px 12px;
	font-size: 12px;
}
.footer-copyright-inner h6 {
	font-size: 14px;
	line-height: 20px;
	width: 200px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
}
@media only screen and (max-width: 330px) {
.footer-image-sec {
	align-items: center;
	flex-direction: column;
}
.icon-bttnn {
	padding: 12px 20px 12px 20px;
	font-size: 14px;
}
.footer-email-sec {
	flex-direction: column;
}
.footer-text-btn {
	flex-direction: column;
	text-align: center;
	width: 100%;
}
.footer-button-text {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.search-footer {
	width: 300px;
}
.email-sec-text {
	padding-bottom: 30px;
	text-align: center;
}
.search-footer input {
	margin-left: 0px;
	width: 172px;
}
.footer-copyright-sec {
	align-items: center;
}
.button-src button {
	padding: 12px 12px 12px 12px;
	font-size: 12px;
}
.footer-copyright-inner h6 {
	font-size: 14px;
	line-height: 20px;
	width: 148px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
}