* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-weight: 400;
}
.container {
	max-width: 1300px;
	margin: 0 auto;
}
.navbar input[type="checkbox"], .navbar .hamburger-lines {
	display: none;
}
/*navbar*/
.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:hover {
  background: #f2f2f2;
  color: #47BE68;
}

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%;
  }
}

/*navbar end*/
.sec_inner {
	background: rgb(236, 241, 239);
	border-radius: 8px;
}
.head_main {
	text-align: center;
}
.head_main h1 {
	padding-top: 100px;
	font-family: 'Gellix';
	font-size: 42px;
	line-height: 60px;
	font-weight: 900;
}
.head_main p {
	padding-bottom: 100px;
	color: #333333;
	font-family: 'Gellix';
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
}
.fairness_inner_sec {
	padding-top: 80px;
}
.fairness_container {
	max-width: 1200px;
	margin: 0 auto;
}
.headin_sec_main_dis {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headin_sec_Fairness h2 {
	color: #111;
	font-size: 32px;
	font-weight: 900;
	line-height: 60px;
	font-family: 'Gellix';
}
.headin_sec_img_logo {
	position: relative;
	left: 30px;
	bottom: 47px;
}
.headin_sec_img_logo img {
	width: 80%;
}
.fairness_description_main {
	width: 100%;
}
.fairness_descrition_one p {
	color: #555;
	font-size: 20px;
	font-family: 'Gellix';
}
.fairness_descrition_one p span {
	color: #47BE68;
}
.fairness_descrition_two p {
	padding-top: 30px;
	color: #555;
	font-size: 20px;
	font-family: 'Gellix';
}
.fairness_descrition_logo {
	position: absolute;
}
.fairness_descrition_logo img {
	position: relative;
	right: 40px;
	top: 72px;
}
.card_fairness_inner {
	margin-top: 100px;
}
.card_fairness_conatiner {
	max-width: 1200px;
	margin: 0 auto;
}
.card_fairness_main {
	display: flex;
	align-items: center;
	gap: 32px;
}
.log_card_first {
	position: absolute;
}
.log_card_first img {
	position: relative;
	right: 65px;
}
.fairness_card {
	width: 275px;
	padding: 25px 25px;
	border-radius: 10px;
	background: #F8F8F8;
}
.fairness_card_image img {
	padding: 18px 18px;
	background: #47BE68;
	border-radius: 20px
}
.fairness_card_image_thre img {
	padding: 16px 16px;
	background: #47BE68;
	border-radius: 20px
}
.fairness_card_content h2 {
	color: #1C3042;
	font-size: 20px;
	font-family: 'Gellix';
	font-weight: 600;
	padding-top: 20px;
}
.market_inner_sec {
	margin-top: 100px;
}
.market_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_main {
	display: flex;
	gap: 100px;
}
.market_sec_one_main {
	width: 47.77%;
}
.market_heading_sec h2 {
	color: #111;
	font-size: 32px;
	font-family: 'Gellix';
	font-weight: 900;
}
.market_description_ p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
	padding-top: 15px;
}
.btn_main_sec {
	padding-top: 15px;
}
.market_heading_sec_two h3 {
	color: #111;
	font-size: 24px;
	font-family: 'Gellix';
	font-weight: 700;
}
.btn_main_one {
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: 'Gellix';
}
.btn_list_one span {
	text-decoration: none;
	padding: 12px 10px 12px 11px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_one_ span {
	text-decoration: none;
	padding: 12px 23.59px 12px 23.41px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_main_two {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 30px;
	font-family: 'Gellix';
}
.btn_list_two span {
	text-decoration: none;
	padding: 12px 26px 12px 26px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_two_ span {
	text-decoration: none;
	padding: 12px 16px 12px 16px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_main_thre {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 30px;
	font-family: 'Gellix';
}
.btn_list_thre span {
	text-decoration: none;
	padding: 12px 26px 12px 26px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_thre_ span {
	text-decoration: none;
	padding: 12px 16.53px 12px 16.41px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.market_second_two_inner {
	margin-top: 100px;
}
.market_sec_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_second_two_heading h2 {
	color: #111;
	font-size: 32px;
	font-family: 'Gellix';
	font-weight: 900;
}
.market_sec_two_desc {
	padding-top: 15px;
}
.market_sec_two_desc p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_inner {
	margin-top: 100px;
}
.market_vision_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_vision_main {
	display: flex;
	gap: 100px;
}
.market_vision_heading_main {
	width: 50%;
}
.market_vision_heading h3 {
	color: #111;
	font-size: 24px;
    line-height: 34px;
	font-family: 'Gellix';
	font-weight: 700;
}
.market_vision_description {
	padding-top: 15px;
}
.market_vision_description p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_heading_main_two {
	width: 34%;
}
.market_vision_heading_two h3 {
	color: #111;
	font-size: 24px;
    line-height: 32px;
	font-family: 'Gellix';
	font-weight: 700;
}
.market_vision_descriptition_two {
	padding-top: 15px;
}
.market_vision_descriptition_two p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_btn {
	padding-top: 30px;
}
.market_vision_btn a {
	padding: 20px 43px 20px 45px;
	background: #47BE68;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 40px;
}
.domain_market_heading_inner {
	margin-top: 100px;
}
.container_market_ {
	max-width: 1200px;
	margin: 0 auto;
}
.domain_market_heading_sec h2 {
	font-family: 'Gellix';
    font-size: 32px;
	font-weight: 900;
	line-height: 44px;
	color: #111111;
}
.btn_list_domain_market {
	display: flex;
	gap: 10px;
	margin-top: 27px;
	flex-wrap: wrap;
	font-family: 'Gellix';
}
.btn_list_domain_market_one span {
	padding: 12px 14px 12px 14px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_two span {
	padding: 12px 12px 12px 12px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_thre span {
	padding: 12px 10px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_four span {
	padding: 12px 8px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_five span {
	padding: 12px 11px 12px 11px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_six span {
	padding: 12px 14px 12px 15px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_seven span {
	padding: 12px 18px 12px 18px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_eight span {
	padding: 12px 10px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.list_thre_btn_domain_market {
	display: flex;
	gap: 10px;
	margin-top: 25px;
}
.list_btn_one_domain span {
	padding: 12px 20px 12px 20px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_one_domain {
	padding-top: 20px;
}
.list_btn_two_domain span {
	padding: 12px 14px 12px 15px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_two_domain {
	padding-top: 20px;
}
.list_btn_thre_domain span {
	padding: 12px 17px 12px 17px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_thre_domain {
	padding-top: 20px;
}
.end_sec_footer_inner {
	margin-top: 100px;
}
.container_thre {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.sec_back_footer {
	width: 100%;
	background: #47BE68;
	border-radius: 10px;
}
.main_sec_footer {
	display: flex;
}
.sec_footer_logo {
	position: absolute;
	left: 20px;
}
.end_sec_footer_main {
	padding-top: 88px;
	padding-left: 46px;
}
.right_image img {
	position: absolute;
}
.end_sec_footer_head {
	color: white;
	width: 99%;
}
.end_sec_footer_main {
	padding-top: 88px;
}
.end_sec_footer_head h2 {
	font-family: 'Gellix';
    font-weight: 900;
    font-size: 40px;
	line-height: 50px;
}
.end_sec_footer_head p {
	width: 82%;
	font-size: 20px;
	line-height: 27px;
	padding-top: 20px;
	font-family: 'Gellix';
}
.end_sec_footer_image {
	padding-top: 70px;
}
.end_sec_footer_social {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 20px;
}
.socail_icon {
	display: flex;
	align-items: center;
	gap: 12px;
}
.social_icon_ima_one {
	width: 45px;
	height: 45px;
	background-color: #ffffff33;
	border-radius: 50%;
	text-align: center;
}
.social_icon_ima_one img {
	margin-top: 9px;
}
div#top_image img {
	margin-top: 11px;
}
.social_icon_ima_thre {
	width: 45px;
	height: 45px;
	background-color: #ffffff33;
	border-radius: 50%;
	text-align: center;
}
.social_icon_ima_thre img {
	margin-top: 11px;
	width: 20px;
}
div#border_right {
	border-right: 1px solid #ffff;
	padding-right: 12px;
	line-height: 12px;
}
.end_sec_footer_btn a {
	padding: 13px 18px 12px 18px;
	border-radius: 28px;
	background: #ffff;
	text-decoration: none;
	color: #47BE68;
    font-family: 'Gellix';
	font-weight: 500;
	font-size: 14px;
}
i.fa.fa-regular.fa-angle-right {
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
}
.footer-sec {
	margin-top: 100px;
	background-color: #F8F8F8;
}
.container-footer {
	max-width: 1120px;
	margin: 0 auto;
}
.footer-image-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
	padding-top: 55px;
	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;
	font-family: 'Gellix';
	width: 55%;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	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-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.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 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #47BE68;
	padding-bottom: 22px;
}
.footer-menu-list {
	list-style: none;
	padding: 0px;
	font-size: 16px;
}
.footer-menu-list h5 {
	color: #47BE68;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 22px;
}
.footer-menu-list li {
	padding-bottom: 12px;
	line-height: 32px;
	text-decoration: none;
}
.footer-menu-links a {
	color: #222222;
	text-decoration: none;
}
.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 {
	color: #222222;
	text-decoration: none;
}
.iconss a {
	padding: 0px 10px;
	text-decoration: none;
}
.iconss a:nth-child(1) {
	padding-left: 0px;
}
.footer-menu-text {
	color: #222222;
	text-decoration: none;
	padding-left: 10px;
}
.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-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-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding: 10px 0px;
}
.email-sec-text p {
	color: #222222;
	margin: 0px;
	font-weight: 400;
	font-size: 14px;
}
.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 {
	margin-left: 40px;
	width: 300px;
	border: none;
	padding: 8px 20px;
	outline: none;
	font-size: 16px;
	line-height: 20px;
}
.button-src {
	background-color: #FFFFFF;
}
.button-src button {
	padding: 15px 23px 16px 22px;
	border-radius: 50px;
	border: none;
	margin: 2px 5px;
	background-color: #47BE68;
	color: #ffffff;
	font-size: 14px;
}
.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-size: 16px;
	line-height: 24px;
}
.domin-1 {
	text-decoration: none;
	color: #47BE68;
}
.footer-backtotop h6 {
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}
i.fas.fa-thin.fa-arrow-up {
	position: relative;
	left: 8px;
}
.footer-bottom-text {
	padding-top: 30px;
}
.footer-bottom-text {
	line-height: 17.6px;
    font-size: 13px;
	color: #222222;
	padding-bottom: 54px;
}
.footer-last-text-2 {
	padding-top: 20px;
}
.footer-last-text-3 {
	padding-top: 20px;
}
 @media (max-width: 1300px) {
.sec_inner {
	width: 100%;
	margin-top: 0px;
}
.inner_sec {
	padding: 0 30px;
}
.logo--1 {
	border-right: none;
	padding-right: 0px;
	position: absolute;
	top: 16px;
	right: -5px;
	font-size: 2.5rem;
}
.head_main p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.fairness_inner_sec {
	padding: 0 30px;
	margin-top: 75px;
}
.fairness_descrition_one p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.fairness_descrition_two p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.card_fairness_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.fairness_card br {
	display: none;
}
.log_card_first {
	display: none;
}
div#card_two {
	padding: 38px 20px;
}
div#card_thre {
	padding: 36px 20px;
}
.fairness_card_content h2 {
	font-size: 17px;
}
.market_inner_sec {
	margin-top: 75px;
	padding: 0 30px;
}
.market_description_ p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.market_second_two_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.market_second_two_heading h2 {
	font-size: 28px;
	line-height: 33px;
	font-weight: 900;
}
.market_sec_two_desc p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.market_vision_inner {
	padding: 0 30px;
}
.market_vision_description p {
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
}
.domain_market_heading_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.domain_market_heading_sec h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
}
.market_vision_descriptition_two p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.btn_list_domain_market_seven {
	margin-top: 20px;
}
.btn_list_domain_market_eight {
	margin-top: 20px;
}
.end_sec_footer_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.sec_back_footer {
	width: 100%;
}
.end_sec_footer_head h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 33px;
}
.end_sec_footer_head p {
	width: 82%;
	font-size: 18px;
	line-height: 24px;
	padding-top: 11px;
}
.end_sec_footer_image {
	padding-top: 86px;
}
.end_sec_footer_image img {
	width: 100%;
}
.socail_icon {
	justify-content: center;
	gap: 12px;
}
.footer-sec {
	margin-top: 75px;
	padding: 0 30px;
}
}
 @media (max-width: 768px) {

.sec_inner {
	margin-top: 60px;
}
.inner_sec {
	padding: 0 15px;
}
.head_main h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 900;
}
.head_main p {
	font-size: 18px;
	line-height: 24px;
}
.headin_sec_Fairness h2 {
	font-size: 32px;
	line-height: 46px;
}
.fairness_descrition_one p {
	line-height: 24px;
	font-size: 18px;
}
.fairness_descrition_two p {
	line-height: 24px;
	font-size: 18px;
}
.fairness_inner_sec {
	margin-top: 50px;
	padding: 0 15px;
}
.fairness_main {
	margin-left: 25px;
	text-align: center;
}
div#card_four {
	padding: 23px 20px;
}
.fairness_descrition_one p {
	font-size: 18px;
	line-height: 24px;
}
.fairness_descrition_two p {
	line-height: 24px;
	font-size: 18px;
}
.headin_sec_main_dis {
	display: block;
}
.headin_sec_img_logo {
	display: none;
}
.card_fairness_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.headin_sec_main_dis {
	display: block;
	text-align: center;
}
.market_vision_heading_main {
	width: 100%;
}
.card_fairness_main {
	justify-content: center;
	flex-wrap: wrap;
}
.log_card_first {
	display: none;
}
.fairness_card_content h2 {
	font-size: 22px;
}
.market_inner_sec {
	padding: 0 15px;
	margin-top: 50px;
}
.market_main {
	display: block;
}
.market_description_ p {
	line-height: 24px;
	font-size: 18px;
}
.btn_main_sec {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.btn_main_two {
	margin-top: 0px;
}
.market_sec_one_main {
	width: 100%;
	text-align: center;
}
.market_second_two_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.market_second_two_main {
	text-align: center;
	margin-top: 50px;
}
.market_vision_descriptition_two p {
	line-height: 24px;
	font-size: 18px;
}
.market_vision_btn a {
	padding: 14px 40px 14px 40px;
	background: #47BE68;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 40px;
}
.market_vision_description p {
	font-size: 18px;
	line-height: 24px;
}
.market_vision_inner {
	padding: 0 15px;
	margin-top: 50px;
}
.market_vision_main {
	display: block;
	text-align: center;
}
.market_sec_two_desc p {
	font-size: 18px;
	line-height: 22px;
}
.market_vision_heading_main_two {
	margin-top: 50px;
	width: 100%;
}
.domain_market_heading_inner {
	margin-top: 50px;
	text-align: center;
	padding: 0 15px;
}
.btn_list_domain_market_six {
	margin-top: 20px;
}
.main_sec_footer {
	display: block;
}
.end_sec_footer_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.end_sec_footer_main {
	padding-left: 0px;
}
.end_sec_footer_head br {
	display: none;
}
.end_sec_footer_head {
	color: white;
	width: 100%;
}
.end_sec_footer_head h2 {
	font-size: 32px;
	line-height: 46px;
	text-align: center;
}
.end_sec_footer_head p {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding-top: 11px;
	text-align: center;
}
.socail_icon {
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}
.end_sec_footer_social {
	display: block;
	text-align: center;
	gap: 30px;
	padding-top: 20px;
}
footer.footer-sec {
	margin-top: 50px;
	padding: 0px 15px;
}
.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 (max-width: 480px) {
/*.logo--1 img {*/
/*	width: 150px;*/
/*}*/
div#border_right {
     border-right: none; 
     padding-right: 0px; 
     line-height: 0px; 
}
.head_main h1 {
	font-size: 26px;
	line-height: 32px;
}
.head_main p {
	font-size: 16px;
	line-height: 22px;
}
.headin_sec_Fairness h2 {
	font-size: 26px;
	line-height: 32px;
}
.fairness_descrition_one p {
	font-size: 16px;
	line-height: 22px;
}
.fairness_descrition_two p {
	line-height: 22px;
	font-size: 16px;
}
.market_heading_sec h2 {
	font-size: 26px;
	line-height: 32px;
}
.market_description_ p {
	line-height: 22px;
	font-size: 16px;
}
.market_second_two_heading h2 {
	font-size: 24px;
	line-height: 32px;
}
.market_sec_two_desc p {
	font-size: 16px;
	line-height: 22px;
}
.market_vision_description p {
	font-size: 16px;
	line-height: 24px;
}
.market_vision_descriptition_two p {
	line-height: 22px;
	font-size: 16px;
}
.btn_main_two {
	margin-top: 20px;
}
.btn_main_thre {
	margin-top: 20px;
}
.domain_market_heading_sec h2 {
	font-size: 26px;
	line-height: 32px;
}
.btn_list_domain_market_thre {
	margin-top: 20px;
}
.btn_list_domain_market_four,  .btn_list_domain_market_five {
	padding-top: 20px;
}
.end_sec_footer_head h2 {
	font-size: 26px;
	line-height: 32px;
}
.end_sec_footer_head p {
	font-size: 18px;
	line-height: 22px;
}
.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 (max-width: 380px) {
/*.logo--1 {*/
/*	top: 16px;*/
/*	right: 12px;*/
/*}*/
.btn_main_two {
	margin-top: 20px;
}
.btn_list_two a {
	padding: 12px 7px 12px 7px;
}
.btn_list_two_ a {
	padding: 12px 5px 12px 5px;
}
.btn_main_thre {
	margin-top: 20px;
}
.btn_list_domain_market {
	justify-content: center;
	margin-top: 20px;
}
.btn_list_domain_market_thre {
	padding-top: 20px;
}
.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 (max-width: 330px) {
.fairness_card_content h2 {
	font-size: 20px;
}
.fairness_card_content_two h2 {
	font-size: 20px;
}
.btn_list_one a {
	padding: 12px 7px 12px 11px;
}
.btn_list_domain_market_thre {
	margin-top: 0px;
}
.end_sec_footer_head h2 {
	font-size: 22px;
	line-height: 28px;
}
.end_sec_footer_head p {
	font-size: 16px;
	line-height: 20px;
}
.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;
}
}