a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #000;
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #7CC321;
}

@font-face {
  font-family: 'Overpass';
  src: url("../../user/fonts/Overpass-Regular.ttf");
}

@font-face {
  font-family: 'Poppins';
  src: url("../../user/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Righteous';
  src: url("../../user/fonts/Righteous-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../../user/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Rubik';
  src: url("../../user/fonts/Rubik-Regular.ttf");
}

.bg-1 {
  background-color: #0061BA !important;
}

.bg-2 {
  background-color: #A0BA00 !important;
}

.bg-3 {
  background-color: #7E00BA !important;
}

.bg-4 {
  background-color: #00C7C5 !important;
}

.bg-5 {
  background-color: #4C00C7 !important;
}

.bg-6 {
  background-color: #1A1F2A !important;
}

.bg-7 {
  background-color: #FF9A62 !important;
}

.bg-8 {
  background-color: #F5CB35 !important;
}

.bg-9 {
  background-color: #3599F5 !important;
}

.bg-10 {
  background-color: #F535E2 !important;
}

.bg-11 {
  background-color: #F53558 !important;
}

.bg-12 {
  background-color: #90C006 !important;
}

.bg-13 {
  background-color: #7e1e72 !important;
}

.bg-14 {
  background-color: #D0F581 !important;
}

.bg-15 {
  background-color: #dbffff !important;
}

.a-bg-1 {
  background-color: #B9FFE5;
}

.a-bg-2 {
  background-color: #DEFFCA;
}

.a-bg-3 {
  background-color: #F1F1F1;
}

:focus {
  outline: unset !important;
  border: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #000;
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #7CC321;
}

@font-face {
  font-family: 'Overpass';
  src: url("../../user/fonts/Overpass-Regular.ttf");
}

@font-face {
  font-family: 'Poppins';
  src: url("../../user/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Righteous';
  src: url("../../user/fonts/Righteous-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../../user/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Rubik';
  src: url("../../user/fonts/Rubik-Regular.ttf");
}

.bg-1 {
  background-color: #0061BA !important;
}

.bg-2 {
  background-color: #A0BA00 !important;
}

.bg-3 {
  background-color: #7E00BA !important;
}

.bg-4 {
  background-color: #00C7C5 !important;
}

.bg-5 {
  background-color: #4C00C7 !important;
}

.bg-6 {
  background-color: #1A1F2A !important;
}

.bg-7 {
  background-color: #FF9A62 !important;
}

.bg-8 {
  background-color: #F5CB35 !important;
}

.bg-9 {
  background-color: #3599F5 !important;
}

.bg-10 {
  background-color: #F535E2 !important;
}

.bg-11 {
  background-color: #F53558 !important;
}

.bg-12 {
  background-color: #90C006 !important;
}

.bg-13 {
  background-color: #7e1e72 !important;
}

.bg-14 {
  background-color: #D0F581 !important;
}

.bg-15 {
  background-color: #dbffff !important;
}

.a-bg-1 {
  background-color: #B9FFE5;
}

.a-bg-2 {
  background-color: #DEFFCA;
}

.a-bg-3 {
  background-color: #F1F1F1;
}

:focus {
  outline: unset !important;
  border: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: none;
  background-color: #00BAAF;
}

body {
  font-family: "Roboto";
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.top-box-name {
  padding-bottom: 40px;
}

.top-box-name h2.name {
  color: #7CC321;
  font-weight: 600;
  text-transform: capitalize;
}

.top-box-name h2.name span {
  position: relative;
  color: #000;
}

.top-box-name p {
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 300;
}

.btn-theme {
  background: #7CC321;
  color: #fff;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.btn-theme:hover, .btn-theme.active {
  background: #fff;
  color: #78C549;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.top-streep-a {
  padding: 8px 0;
  background: #eee;
}

.top-streep-a .links ul {
  margin-bottom: 0;
}

.top-streep-a .links ul li {
  padding: 7px 0;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.top-streep-a .links ul li + li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: -15px;
  font-size: 16px;
  top: 5px;
  color: #00BAAF;
}

.top-streep-a .links ul li .active {
  color: #7CC321;
}

.top-streep-a .links ul li a {
  color: #78C549;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-streep-a .links ul li a:hover {
  color: #00BAAF;
  -webkit-transition: .3s;
  transition: .3s;
}

.all-box-top {
  height: 75px;
}

.main-all-page .all-box-top {
  position: relative;
  height: 75px;
  display: block;
  background: #fff;
}

.main-all-page .header-top {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 #bbbbbb1c;
          box-shadow: 0 3px 5px 0 #bbbbbb1c;
}

.main-all-page .header-top .nav-box .nev-b .nev-item .free-videos {
  color: #7CC321;
}

.header-top {
  background-color: #fff;
  padding: 13px 0;
  top: 10px;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-top.sticker {
  -webkit-transition: .3s;
  transition: .3s;
}

.header-top.sticker.stick {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 5px 0 #bbb;
          box-shadow: 0 0 5px 0 #bbb;
  top: 0;
}

.header-top .nav-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr 190px;
      grid-template-columns: 180px 1fr 190px;
}

.header-top .nav-box .image a {
  display: block;
}

.header-top .nav-box .image a .logo-name {
  font-family: "Righteous";
  margin-bottom: 0;
  font-size: 20px;
  padding-top: 8px;
}

.header-top .nav-box .image a img {
  width: 125px;
}

.header-top .nav-box .right-url .links {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 3px;
}

.header-top .nav-box .right-url .links .nev-item-last {
  display: none;
}

.header-top .nav-box .right-url .links .nev-item {
  display: inline-block;
  margin: 0 5px;
}

.header-top .nav-box .right-url .links .nev-item a .image-icone {
  display: none;
}

.header-top .nav-box .right-url .links .nev-item a .name {
  display: block;
}

.header-top .nav-box .right-url .links .nev-item a.btn-theme {
  display: block;
  background: #fff;
  color: #7CC321;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  font-weight: 600;
}

.header-top .nav-box .right-url .links .nev-item a.btn-theme:hover {
  background: #7CC321;
  color: #fff;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.header-top .nav-box .right-url .links .nev-item a.btn-theme2 {
  display: block;
  font-weight: 600;
  background: #fff;
  color: #7CC321;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.header-top .nav-box .right-url .links .nev-item a.btn-theme2:hover {
  background: #7CC321;
  color: #fff;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.header-top .nav-box .nev-b {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header-top .nav-box .nev-b .nev-item a {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  font-family: "Rubik";
  text-decoration: none;
  padding: 10px 7px 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 10px;
}

.header-top .nav-box .nev-b .nev-item a:hover {
  color: #7CC321;
}

.header-top .nav-box .nev-b .nev-item:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.header-top .nav-box .nev-b .nev-item:hover .a-drop-down {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down {
  position: absolute;
  top: 130%;
  left: -13%;
  opacity: 0;
  width: 126%;
  visibility: hidden;
  z-index: 99;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12%;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px #0000000d;
  box-shadow: 0 0 20px 3px #0000000d;
  border-top: 2px solid #7CC321;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down .nev-item {
  position: relative;
  list-style: none;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down .nev-item:last-child a:after {
  content: unset;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down .nev-item a {
  color: #000;
  position: relative;
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Rubik";
  text-transform: capitalize;
  display: block;
  font-weight: 400;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down .nev-item a:after {
  content: "";
  width: 1px;
  height: 40%;
  top: 30%;
  background: #bbb;
  position: absolute;
  right: 0;
}

.header-top .nav-box .nev-b .nev-item .a-drop-down .nev-item a:hover {
  color: #7CC321;
}

.mobile-menu_wrapper {
  display: none;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #000;
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #7CC321;
}

@font-face {
  font-family: 'Overpass';
  src: url("../../user/fonts/Overpass-Regular.ttf");
}

@font-face {
  font-family: 'Poppins';
  src: url("../../user/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Righteous';
  src: url("../../user/fonts/Righteous-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../../user/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Rubik';
  src: url("../../user/fonts/Rubik-Regular.ttf");
}

.bg-1 {
  background-color: #0061BA !important;
}

.bg-2 {
  background-color: #A0BA00 !important;
}

.bg-3 {
  background-color: #7E00BA !important;
}

.bg-4 {
  background-color: #00C7C5 !important;
}

.bg-5 {
  background-color: #4C00C7 !important;
}

.bg-6 {
  background-color: #1A1F2A !important;
}

.bg-7 {
  background-color: #FF9A62 !important;
}

.bg-8 {
  background-color: #F5CB35 !important;
}

.bg-9 {
  background-color: #3599F5 !important;
}

.bg-10 {
  background-color: #F535E2 !important;
}

.bg-11 {
  background-color: #F53558 !important;
}

.bg-12 {
  background-color: #90C006 !important;
}

.bg-13 {
  background-color: #7e1e72 !important;
}

.bg-14 {
  background-color: #D0F581 !important;
}

.bg-15 {
  background-color: #dbffff !important;
}

.a-bg-1 {
  background-color: #B9FFE5;
}

.a-bg-2 {
  background-color: #DEFFCA;
}

.a-bg-3 {
  background-color: #F1F1F1;
}

:focus {
  outline: unset !important;
  border: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #000;
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #7CC321;
}

@font-face {
  font-family: 'Overpass';
  src: url("../../user/fonts/Overpass-Regular.ttf");
}

@font-face {
  font-family: 'Poppins';
  src: url("../../user/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Righteous';
  src: url("../../user/fonts/Righteous-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../../user/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Rubik';
  src: url("../../user/fonts/Rubik-Regular.ttf");
}

.bg-1 {
  background-color: #0061BA !important;
}

.bg-2 {
  background-color: #A0BA00 !important;
}

.bg-3 {
  background-color: #7E00BA !important;
}

.bg-4 {
  background-color: #00C7C5 !important;
}

.bg-5 {
  background-color: #4C00C7 !important;
}

.bg-6 {
  background-color: #1A1F2A !important;
}

.bg-7 {
  background-color: #FF9A62 !important;
}

.bg-8 {
  background-color: #F5CB35 !important;
}

.bg-9 {
  background-color: #3599F5 !important;
}

.bg-10 {
  background-color: #F535E2 !important;
}

.bg-11 {
  background-color: #F53558 !important;
}

.bg-12 {
  background-color: #90C006 !important;
}

.bg-13 {
  background-color: #7e1e72 !important;
}

.bg-14 {
  background-color: #D0F581 !important;
}

.bg-15 {
  background-color: #dbffff !important;
}

.a-bg-1 {
  background-color: #B9FFE5;
}

.a-bg-2 {
  background-color: #DEFFCA;
}

.a-bg-3 {
  background-color: #F1F1F1;
}

:focus {
  outline: unset !important;
  border: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: none;
  background-color: #00BAAF;
}

body {
  font-family: "Roboto";
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.top-box-name {
  padding-bottom: 40px;
}

.top-box-name h2.name {
  color: #7CC321;
  font-weight: 600;
  text-transform: capitalize;
}

.top-box-name h2.name span {
  position: relative;
  color: #000;
}

.top-box-name p {
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 300;
}

.btn-theme {
  background: #7CC321;
  color: #fff;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.btn-theme:hover, .btn-theme.active {
  background: #fff;
  color: #78C549;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.top-streep-a {
  padding: 8px 0;
  background: #eee;
}

.top-streep-a .links ul {
  margin-bottom: 0;
}

.top-streep-a .links ul li {
  padding: 7px 0;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.top-streep-a .links ul li + li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: -15px;
  font-size: 16px;
  top: 5px;
  color: #00BAAF;
}

.top-streep-a .links ul li .active {
  color: #7CC321;
}

.top-streep-a .links ul li a {
  color: #78C549;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-streep-a .links ul li a:hover {
  color: #00BAAF;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-section-n {
  position: relative;
  background-size: 40%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.footer-section-n .footer-section-boxa {
  background-color: #000;
}

.footer-section-n .foter-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.footer-section-n .foter-main-box .box2 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 1.6rem;
}

.footer-section-n .foter-main-box .box2:nth-child(2) {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.footer-section-n .foter-main-box .box2:nth-child(3) {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

.footer-section-n .foter-main-box .box2 .name-b {
  color: #fff;
  font-weight: bold;
  font-family: "Rubik";
}

.footer-section-n .foter-main-box .box2 .links-ul .links a {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  display: block;
  padding: 4px 0;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social {
  margin: 20px 0;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social .social-link .link-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 4px;
  border-radius: 7px;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social .social-link .link-social a {
  display: block;
  background-color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social .social-link .link-social a svg {
  width: 18px;
  height: 18px;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social .social-link .link-social a svg path {
  fill: #000;
}

.footer-section-n .foter-main-box .box2 .social-box .list-social .social-link .link-social a:hover {
  background-color: #7CC321;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-section-n .foter-main-box .box1 {
  padding: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
  width: 400px;
}

.footer-section-n .foter-main-box .box1 p {
  color: #fff;
  font-size: 14px;
  opacity: .5;
  text-transform: capitalize;
}

.footer-section-n .foter-main-box .box1 .form-bo {
  position: relative;
}

.footer-section-n .foter-main-box .box1 .form-bo input[type="text"] {
  width: 100%;
  border: unset;
  height: 45px;
  padding: 5px 115px 5px 15px;
  border-radius: 50px;
  background: #ffffff80;
  color: #fff;
}

.footer-section-n .foter-main-box .box1 .form-bo input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.footer-section-n .foter-main-box .box1 .form-bo input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.footer-section-n .foter-main-box .box1 .form-bo input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.footer-section-n .foter-main-box .box1 .form-bo input[type="text"]::placeholder {
  color: #fff;
}

.footer-section-n .foter-main-box .box1 .form-bo button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.footer-section-n .foter-main-box .box1 .form-bo button.ne-theme {
  background: #C4C4C4;
  color: #000;
  border: 0.5px solid #C4C4C4;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.footer-section-n .foter-main-box .box1 .form-bo button.ne-theme:hover, .footer-section-n .foter-main-box .box1 .form-bo button.ne-theme.active {
  background: #7CC321;
  color: #000;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
}

.footer-section-n .foter-main-box .box1 .name-b {
  color: #fff;
  font-family: "Righteous";
}

.footer-section-n .foter-main-box .box1 .name-c {
  color: #fff;
  padding: 5px 0;
  font-family: "Rubik";
}

.footer-section-n .foter-main-box .box1 .loinks-box {
  width: 75%;
  margin-bottom: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.footer-section-n .foter-main-box .box1 .loinks-box a {
  -webkit-box-shadow: 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #fff;
  border-radius: 5px;
  overflow: hidden;
}

.footer-section-n .foter-main-box .box1 .loinks-box a img {
  width: 100%;
}

.footer-section-n .bootom-min {
  padding-bottom: 40px;
}

.footer-section-n .bootom-min .main-box-links {
  padding: 15px 0;
  border-top: 1px solid #bbbbbb80;
  border-bottom: 1px solid #bbbbbb80;
  margin-top: 30px;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  max-width: 992px;
  margin: 0 auto;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li {
  margin: 0 10px;
  position: relative;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li:nth-child(1):before {
  content: unset;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li:before {
  content: " ";
  width: 1px;
  height: 70%;
  top: 15%;
  left: -20px;
  opacity: .7;
  position: absolute;
  background-color: #fff;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-weight: 500;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li a:hover {
  color: #7CC321;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li a.logo-c {
  position: relative;
  width: 150px;
  padding: 0 0 0 4px;
}

.footer-section-n .bootom-min .main-box-links .box-1 .links li a.logo-c img {
  width: 125px;
  top: -11px;
  position: absolute;
}

.footer-section-n .bottam-strrep {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #00000075;
  padding: 10px 0;
  font-size: 13px;
}

.footer-section-n .bottam-strrep .main-bott-box {
  text-align: left;
}

.footer-section-n .bottam-strrep .main-bott-box .left p {
  opacity: .5;
  color: #fff;
  margin-bottom: 0;
}

.footer-section-n .bottam-strrep .main-bott-box .left p a {
  color: #fff;
}

.footer-section-n .bottam-strrep .main-bott-box .left p a:hover {
  color: #7CC321;
}

.home-sec-1 {
  background: #00BAAF;
  margin-top: -75px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.home-sec-1 .min-box-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-sec-1 .min-box-f .left-b {
  max-width: 500px;
}

.home-sec-1 .min-box-f .left-b .s-box h1 {
  font-family: "Overpass";
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.home-sec-1 .min-box-f .left-b .s-box h3 {
  font-family: "Overpass";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #EBFF00;
}

.home-sec-1 .min-box-f .left-b .s-box p {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-1 .min-box-f .left-b .s-box p .btn-theme {
  background: #000;
  color: #fff;
  border: 0.5px solid #000;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-1 .min-box-f .left-b .s-box p .btn-theme:hover, .home-sec-1 .min-box-f .left-b .s-box p .btn-theme.active {
  background: #fff;
  color: #78C549;
  border: 0.5px solid #fff;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-1 .min-box-f .left-b .s-box p .but-teg {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}

.home-sec-1 .min-box-f .right-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-1 .min-box-f .right-b .image {
  max-width: 400px;
  padding-top: 35px;
}

.home-sec-1 .min-box-f .right-b .image img {
  width: 100%;
}

.home-sec-2 {
  padding: 50px 0;
}

.home-sec-2 .min-box-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-sec-2 .min-box-f .left-b {
  max-width: 450px;
}

.home-sec-2 .min-box-f .left-b .s-box .top-hading .top-hading-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #373737;
}

.home-sec-2 .min-box-f .left-b .s-box .top-hading p {
  color: #1E1E1E;
  opacity: .8;
}

.home-sec-2 .min-box-f .left-b .s-box .btn-theme {
  background: #fff;
  color: #7CC321;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
  border-radius: 5px;
}

.home-sec-2 .min-box-f .left-b .s-box .btn-theme:hover, .home-sec-2 .min-box-f .left-b .s-box .btn-theme.active {
  background: #78C549;
  color: #fff;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
  border-radius: 5px;
}

.home-sec-2 .min-box-f .left-b .s-box .list-y .list-r {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-2 .min-box-f .left-b .s-box .list-y .list-r .image {
  margin-right: 10px;
}

.home-sec-2 .min-box-f .left-b .s-box .list-y .list-r .content h5 {
  margin-bottom: 0;
}

.home-sec-2 .min-box-f .left-b .s-box .list-y .list-r .content p {
  font-size: 14px;
  opacity: .7;
}

.home-sec-2 .min-box-f .right-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-2 .min-box-f .right-b .image img {
  width: 100%;
}

.home-sec-3 {
  padding: 50px 0;
  background: #7d7d7d0d;
}

.home-sec-3 .min-box-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-sec-3 .min-box-f .left-b {
  max-width: 70%;
}

.home-sec-3 .min-box-f .left-b .s-box .top-hading {
  margin-bottom: 20px;
}

.home-sec-3 .min-box-f .left-b .s-box .top-hading .top-hading-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #373737;
}

.home-sec-3 .min-box-f .left-b .s-box .top-hading p {
  opacity: .8;
  color: #1E1E1E;
}

.home-sec-3 .min-box-f .left-b .s-box .btn-theme {
  background: #fff;
  color: #7CC321;
  border: 0.5px solid #7CC321;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
  border-radius: 5px;
}

.home-sec-3 .min-box-f .left-b .s-box .btn-theme:hover, .home-sec-3 .min-box-f .left-b .s-box .btn-theme.active {
  background: #78C549;
  color: #fff;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
  border-radius: 5px;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y .list-r {
  padding: 15px;
  max-width: 220px;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y .list-r:hover {
  -webkit-box-shadow: 0 0 15px 0 #bbb;
          box-shadow: 0 0 15px 0 #bbb;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y .list-r .image {
  margin-bottom: 10px;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y .list-r .content h5 {
  margin-bottom: 0;
  font-family: "Rubik";
  margin-bottom: 10px;
}

.home-sec-3 .min-box-f .left-b .s-box .list-y .list-r .content p {
  font-size: 14px;
  opacity: .7;
}

.home-sec-3 .min-box-f .right-b {
  max-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-3 .min-box-f .right-b .image img {
  width: 100%;
}

.home-sec-4 {
  background: #000;
  padding: 50px 0;
}

.home-sec-4 .top-hading-2 {
  margin-bottom: 100px;
}

.home-sec-4 .top-hading-2 .top-hading-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.home-sec-4 .grow-slider.owl-theme .owl-item {
  opacity: .2;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .grow-slider.owl-theme .owl-item.active {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .grow-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 19%;
  right: 23%;
  max-width: 360px;
  width: 100%;
}

.home-sec-4 .grow-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.home-sec-4 .grow-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.home-sec-4 .grow-slider.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  background: #0000;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .grow-slider.owl-theme .owl-nav [class*=owl-]:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #7CC321;
}

.home-sec-4 .grow-slider.owl-theme .owl-dots {
  max-width: 29%;
  margin-left: auto;
  margin-right: 27%;
  position: absolute;
  bottom: 10%;
  right: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot.active {
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot.active button {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot button {
  display: block;
  width: 100%;
  margin: 5px 15px;
  height: auto;
  position: relative;
  color: #777;
  background-color: #0000;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 600;
}

.home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot button:hover {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-4 .min-box-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

.home-sec-4 .min-box-f .left-b {
  max-width: 450px;
}

.home-sec-4 .min-box-f .left-b .s-box .top-hading-1 {
  margin-bottom: 15px;
}

.home-sec-4 .min-box-f .left-b .s-box .top-hading-1 .top-hading-name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 53px;
}

.home-sec-4 .min-box-f .left-b .s-box .top-hading-1 .top-hading-name span {
  color: #7CC321;
}

.home-sec-4 .min-box-f .left-b .s-box .top-hading-1 p {
  color: #fff;
  opacity: .6;
}

.home-sec-4 .min-box-f .left-b .s-box .in-s-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-4 .min-box-f .left-b .s-box .btn-theme {
  background: #000;
  color: #fff;
  border: 0.5px solid #000;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-4 .min-box-f .left-b .s-box .btn-theme:hover, .home-sec-4 .min-box-f .left-b .s-box .btn-theme.active {
  background: #78C549;
  color: #fff;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-4 .min-box-f .right-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-4 .min-box-f .right-b .image img {
  width: 100%;
}

.home-sec-5 {
  padding: 50px 0;
}

.home-sec-5 .top-hading-2 {
  margin-bottom: 100px;
}

.home-sec-5 .top-hading-2 .top-hading-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.home-sec-5 .products-slider.owl-theme .owl-item {
  opacity: .4;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-item.active {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-dots {
  top: -90px;
  max-width: 70%;
  left: 15%;
  position: absolute;
  margin: 0 auto;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot.active {
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot.active button {
  color: #7CC321;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot button {
  display: block;
  width: 100%;
  margin: 5px 15px;
  height: auto;
  position: relative;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot button:hover {
  color: #7CC321;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-sec-5 .products-slider.owl-theme .owl-dots .owl-dot button:after {
  content: " ";
  width: 1px;
  height: 70%;
  top: 15%;
  background-color: #bbb;
  right: 0;
  position: absolute;
}

.home-sec-5 .min-box-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-sec-5 .min-box-f .left-b {
  max-width: 450px;
}

.home-sec-5 .min-box-f .left-b .s-box .top-hading-1 {
  margin-bottom: 15px;
}

.home-sec-5 .min-box-f .left-b .s-box .top-hading-1 .top-hading-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.home-sec-5 .min-box-f .left-b .s-box .top-hading-1 p {
  color: #000;
  opacity: .6;
}

.home-sec-5 .min-box-f .left-b .s-box .in-s-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-5 .min-box-f .left-b .s-box .btn-theme {
  background: #000;
  color: #fff;
  border: 0.5px solid #000;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-5 .min-box-f .left-b .s-box .btn-theme:hover, .home-sec-5 .min-box-f .left-b .s-box .btn-theme.active {
  background: #78C549;
  color: #fff;
  border: 0.5px solid #78C549;
  border-radius: 50px;
  padding: 5px 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: unset;
  padding: 10px 30px;
}

.home-sec-5 .min-box-f .right-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-5 .min-box-f .right-b .image img {
  width: 100%;
}

.products-home {
  position: relative;
  padding: 70px 0;
}

.products-home .products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 992px;
}

.products-home .products-box .left-o {
  max-width: 40%;
}

.products-home .products-box .left-o h4 {
  font-family: "Overpass";
}

.products-home .products-box .left-o p {
  font-family: "Roboto";
}

.products-home .products-box .right-o {
  max-width: 40%;
}

.products-home .products-box .mind-bo {
  margin-top: 30px;
  width: 100%;
}

.products-home .products-box .mind-bo h5 {
  font-family: "Overpass";
}

.products-home .products-box .mind-bo h5 img {
  margin-right: 10px;
}

.box-had-top {
  margin-top: -75px;
  border-top: 15px solid #7CC321;
  background: #7cc3211a;
  padding-top: 75px;
}

.box-had-top .list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 0 14px;
  margin-bottom: 0;
}

.box-had-top .list-links .link-list {
  position: relative;
}

.box-had-top .list-links .link-list a {
  font-size: 14px;
  color: #777;
}

.box-had-top .list-links .link-list a:hover, .box-had-top .list-links .link-list a.active {
  color: #7CC321;
}

.box-had-top .list-links .link-list:last-child:after {
  content: unset;
}

.box-had-top .list-links .link-list:after {
  content: " ";
  width: 1px;
  height: 70%;
  background-color: #ccc;
  position: absolute;
  right: -10px;
  top: 15%;
}

.learn-sec-1 {
  padding: 50px 0 0;
  background: #00000008;
}

.learn-sec-1 .top-hading-name {
  text-align: center;
  margin-bottom: 20px;
}

.learn-sec-1 .top-hading-name h1 {
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.learn-sec-1 .main-box-asb {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  max-width: 942px;
  margin: 40px auto 0;
  gap: 40px;
}

.learn-sec-1 .main-box-asb .main-box {
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}

.learn-sec-1 .main-box-asb .main-box:hover {
  -webkit-box-shadow: 0 0 15px 0 #ddd;
          box-shadow: 0 0 15px 0 #ddd;
  -webkit-transition: .5s;
  transition: .5s;
}

.learn-sec-1 .main-box-asb .main-box:hover .image {
  -webkit-transition: .5s;
  transition: .5s;
}

.learn-sec-1 .main-box-asb .main-box:hover .image a {
  -webkit-transform: scale(1.2) rotate(3deg);
          transform: scale(1.2) rotate(3deg);
}

.learn-sec-1 .main-box-asb .main-box .image {
  overflow: hidden;
}

.learn-sec-1 .main-box-asb .main-box .image a {
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}

.learn-sec-1 .main-box-asb .main-box .image a img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.learn-sec-1 .main-box-asb .main-box .conttent-b {
  padding-top: 15px;
}

.learn-sec-1 .main-box-asb .main-box .conttent-b .name-date a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00BAAF;
  color: #fff;
  padding: 7px 20px;
}

.learn-sec-1 .main-box-asb .main-box .conttent-b .s-box {
  padding: 0 15px 15px;
}

.learn-sec-1 .main-box-asb .main-box .conttent-b .s-box h5 {
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 15px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.learn-sec-1 .main-box-asb .main-box .conttent-b .s-box h5 a {
  color: #000;
}

/*.learn-sec-1 .main-box-asb .main-box .conttent-b .s-box p {*/
/*  margin-bottom: 0;*/
/*  display: -webkit-box !important;*/
/*  -webkit-line-clamp: 3;*/
/*  -webkit-box-orient: vertical;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: normal;*/
/*}*/

.learn-sec-1 .main-box-asb .main-box .conttent-b .s-box p a {
  color: #000;
  opacity: .8;
}

.learn-detail-sec-1 {
  position: relative;
  padding: 20px 0;
}

.learn-detail-sec-1 .main-box-asb {
  max-width: 767px;
  margin: 0 auto;
}

.learn-detail-sec-1 .main-box-asb .image img {
  width: 100%;
}

.learn-detail-sec-1 .main-box-asb .contant-b {
  margin: 50px 0;
}

.learn-detail-sec-1 .main-box-asb .contant-b:last-child {
  margin-bottom: 20px;
}

.learn-detail-sec-1 .main-box-asb .contant-b:first-child {
  margin-top: 20px;
}

.learn-detail-sec-1 .main-box-asb .contant-b.a-bg-1, .learn-detail-sec-1 .main-box-asb .contant-b.a-bg-2, .learn-detail-sec-1 .main-box-asb .contant-b.a-bg-3 {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px #00000033;
          box-shadow: 0px 0px 6px #00000033;
}

.learn-detail-sec-1 .main-box-asb .contant-b h6 {
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 20px;
}

.learn-detail-sec-1 .main-box-asb .contant-b h3 {
  font-family: "Overpass";
  color: #000;
}

.learn-detail-sec-1 .main-box-asb .contant-b p {
  opacity: .8;
  color: #000;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-item-align: center;
      align-self: center;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span {
  width: 30px;
  height: 30px;
  background-color: #1E1E1E;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:hover {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(3) {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(3) a {
  color: #fff;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(2) {
  background-color: #00acee;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(2) a {
  color: #fff;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(1) {
  background-color: #4267B2;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span:nth-child(1) a {
  color: #fff;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .right-li span a {
  display: block;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li span:nth-child(1) a img {
  position: relative;
  top: -4px;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li span:nth-child(2) a img {
  top: 4px;
  position: relative;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li span a {
  margin-right: 10px;
  padding: 7px 10px;
  border-radius: 5px;
}

.learn-detail-sec-1 .main-box-asb .contant-b .like-sosial-box .left-li span a img {
  width: 20px;
  margin-left: 10px;
}

.who-we-are-page .home-sec-1 {
  padding: 50px 0;
  margin-top: 0;
}

.who-we-are-page .box-had-top {
  border-top: 15px solid #D0F581;
}

.who-we-are-page .new-home-sec-1 {
  padding-bottom: 50px;
}

.who-we-are-page .new-home-sec-1 .min-box-f {
  max-width: 900px;
  margin: 0 auto;
}

.who-we-are-page .learn-sec-1 {
  background: #fff;
  padding-bottom: 30px;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box {
  max-width: 48%;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: unset;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box.f-wid-s {
  max-width: 100%;
  width: 100%;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box.f-wid-s .conttent-b {
  padding-top: 0;
  padding-bottom: 20px;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .image {
  max-height: 300px;
  background: #2BE9A3;
  height: 100%;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .image a {
  height: 100%;
  text-align: center;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .image a img {
  width: auto;
  height: 100%;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .conttent-b {
  padding-top: 0;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .conttent-b .name-date {
  margin-top: 10px;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .conttent-b .name-date a {
  background-color: #78C549;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .conttent-b .s-box {
  padding: 0 0 0;
}

.who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .conttent-b .s-box .ma-hui {
  max-height: 50px;
  min-height: 50px;
  -webkit-line-clamp: 2;
}

.about-box-section {
  position: relative;
}

.about-box-section .right-content {
  margin-bottom: 0;
  padding-left: 0;
}

.about-box-section .right-content .min-b-a {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
}

.about-box-section .right-content .min-b-a:nth-child(even) .content-box {
      grid-template-areas: 'image-b content-b';
}

.about-box-section .right-content .min-b-a:nth-child(odd) .content-box {
      grid-template-areas: 'content-b  image-b';
}

.about-box-section .right-content .min-b-a:nth-child(1) .content-box .image {
  max-width: 400px;
}

.about-box-section .right-content .min-b-a:nth-child(1) .content-box .image img {
  width: 100%;
}

.about-box-section .right-content .min-b-a:nth-child(2) .content-box {
  padding: 30px;
  background: #f2ffea;
}

.about-box-section .right-content .min-b-a:nth-child(4) .content-box {
  padding: 30px;
  background: #d9ffff;
}

.about-box-section .right-content .min-b-a:nth-child(6) {
  padding: 0;
  background: #2BE9A3;
}

.about-box-section .right-content .min-b-a:nth-child(6) .content-box .image {
  max-width: 400px;
}

.about-box-section .right-content .min-b-a:nth-child(6) .content-box .image img {
  position: relative;
  max-width: 600px;
  top: -40px;
  margin-bottom: -40px;
}

.about-box-section .right-content .min-b-a:last-child {
  padding: 50px 0;
}

.about-box-section .right-content .min-b-a:last-child .contant-b h5 {
  margin-bottom: 20px;
}

.about-box-section .right-content .min-b-a .content-box {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-box-section .right-content .min-b-a .content-box .image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: image-b;
}

.about-box-section .right-content .min-b-a .content-box .discri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content-b;
  max-width: 550px;
}

.about-box-section .right-content .min-b-a .content-box .discri .min-box-a .titel-name {
  margin-bottom: 20px;
}

.about-box-section .right-content .min-b-a .content-box .discri .min-box-a .titel-name h3 {
  font-family: "Rubik";
  color: #000;
}

.about-box-section .right-content .min-b-a .content-box .discri .min-box-a .titel-name h6 {
  color: #000;
}

.about-box-section .right-content .min-b-a .content-box .discri .min-box-a .main-content p {
  opacity: .8;
  font-family: "Poppins";
  color: #000;
  margin-bottom: 10px;
}

.our-commitments-page .new-home-sec-1 {
  padding-bottom: 150px;
}

.our-commitments-page .new-home-sec-1 .min-box-f {
  max-width: 920px;
  margin: 0 auto;
}

.our-commitments-page .top-strc-in {
  position: relative;
  top: -84px;
  margin-bottom: -84px;
}

.our-commitments-page .top-strc-in .main-box {
  max-width: 1140px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.our-commitments-page .top-strc-in .main-box .min-v {
  -webkit-box-shadow: 0 0 15px 0 #bbb;
          box-shadow: 0 0 15px 0 #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #0000;
  background-color: #fff;
}

.our-commitments-page .top-strc-in .main-box .min-v:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 15px 0 #999;
          box-shadow: 0 0 15px 0 #999;
}

.our-commitments-page .top-strc-in .main-box .min-v a img {
  height: 70px;
  margin-bottom: 20px;
}

.our-commitments-page .top-strc-in .main-box .min-v a h6 {
  font-family: "Poppins";
}

.our-commitments-page .main-box-asb-a {
  padding-top: 50px;
}

.our-commitments-page .main-box-asb-a .main-box-in {
  padding-top: 50px;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  margin-bottom: 50px;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECECEC;
  -webkit-box-shadow: 0px 0px 6px #0000001a;
          box-shadow: 0px 0px 6px #0000001a;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 15px 0 #999;
          box-shadow: 0 0 15px 0 #999;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .image {
  max-width: 180px;
  max-height: 180px;
  height: 100%;
  width: 100%;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .image .min-v {
  -webkit-box-shadow: 0 0 15px 0 #000;
          box-shadow: 0 0 15px 0 #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #0000;
  background-color: #fff;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .image .min-v a img {
  height: 70px;
  margin-bottom: 20px;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .image .min-v a h6 {
  font-family: "Poppins";
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .content h3 {
  color: #000;
  font-family: "Roboto";
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .content h5 {
  color: #000;
}

.our-commitments-page .main-box-asb-a .main-box-in .list-box .content p {
  margin-bottom: 0;
  font-family: "Poppins";
  color: #777;
}

.signup-mian-box {
  position: relative;
  padding: 50px 0;
}

.signup-mian-box .signup-box {
  max-width: 350px;
  margin: 0 auto;
}

.signup-mian-box .signup-box .login-form {
  border: 1px solid #7CC321;
  border-radius: 30px 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 #bbb;
          box-shadow: 0 0 5px 0 #bbb;
}

.signup-mian-box .signup-box .login-form .right {
  padding: 30px 30px 20px;
}

.signup-mian-box .signup-box .login-form .right h3 {
  font-family: "Righteous";
  color: #78C549;
  font-weight: 100;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
  line-height: 35px;
}

.signup-mian-box .signup-box .login-form .right p {
  color: #000;
  text-align: center;
}

.signup-mian-box .signup-box .login-form .right p a {
  color: #7CC321;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 900;
  border-bottom: 1px solid #7cc3211a;
}

.signup-mian-box .signup-box .login-form .right p a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.signup-mian-box .signup-box .login-form .right .form-group {
  margin-bottom: 15px;
  position: relative;
}

.signup-mian-box .signup-box .login-form .right .form-group .toggle-password {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #7CC321;
}

.signup-mian-box .signup-box .login-form .right .form-group input {
  height: 45px;
  border-top: 0;
  width: 100%;
  border-left: 0;
  font-size: 15px;
  background-color: #7cc3211a;
  border: unset;
  color: #000;
  padding: 0 15px;
  border-right: 0;
  border-left: 4px solid #0000;
}

.signup-mian-box .signup-box .login-form .right .form-group input::-webkit-input-placeholder {
  color: #000;
}

.signup-mian-box .signup-box .login-form .right .form-group input:-ms-input-placeholder {
  color: #000;
}

.signup-mian-box .signup-box .login-form .right .form-group input::-ms-input-placeholder {
  color: #000;
}

.signup-mian-box .signup-box .login-form .right .form-group input::placeholder {
  color: #000;
}

.signup-mian-box .signup-box .login-form .right .form-group input:visited, .signup-mian-box .signup-box .login-form .right .form-group input.active, .signup-mian-box .signup-box .login-form .right .form-group input:focus {
  border-left: 4px solid #78c54a;
}

.signup-mian-box .signup-box .login-form .right .Forgot-Password {
  margin: 15px 0 30px;
}

.signup-mian-box .signup-box .login-form .right .Forgot-Password a {
  float: right;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  color: #7CC321;
}

.signup-mian-box .signup-box .login-form .right .Forgot-Password a:hover {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
  .header-top .nav-box .nev-b .nev-item .a-drop-down {
    width: 2000px;
    left: -445px;
    padding: 0 39%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .header-top .nav-box .nev-b .nev-item .a-drop-down {
    width: 1600px;
    left: -245px;
    padding: 0 21%;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1439px) {
  .header-top .nav-box .nev-b .nev-item .a-drop-down {
    width: 1440px;
    left: -165px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-sec-4 .grow-slider.owl-theme .owl-nav {
    right: 18%;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots {
    max-width: 34%;
    margin-right: 23%;
  }
  .our-commitments-page .new-home-sec-1 {
    padding-bottom: 50px;
  }
  .our-commitments-page .top-strc-in {
    padding: 50px 15px;
    top: 0;
  }
  .our-commitments-page .top-strc-in .main-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1125px) {
  .footer-section-n .foter-main-box .box1 {
    width: 350px;
  }
  .header-top .nav-box {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
  }
  .header-top .nav-box .url-box {
    display: none;
  }
  .header-top .nav-box .right-url {
    text-align: right;
  }
  .header-top .nav-box .right-url .links .nev-item-last {
    display: inline-block;
    width: 30px;
    text-align: left;
    height: 30px;
    margin-left: 10px;
    position: relative;
  }
  .header-top .nav-box .right-url .links .nev-item-last a {
    z-index: 999;
  }
  .header-top .nav-box .right-url .links .nev-item-last a.active span {
    background: #000;
    position: absolute;
    width: 100%;
    height: 3px;
  }
  .header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(1) {
    top: 10px;
    width: 50%;
    right: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(2) {
    top: 14px;
  }
  .header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(3) {
    width: 50%;
    top: 18px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    right: 0;
  }
  .header-top .nav-box .right-url .links .nev-item-last a span {
    background: #000;
    position: absolute;
    width: 100%;
    height: 3px;
  }
  .header-top .nav-box .right-url .links .nev-item-last a span:nth-child(1) {
    top: 0px;
    width: 50%;
  }
  .header-top .nav-box .right-url .links .nev-item-last a span:nth-child(2) {
    top: 14px;
  }
  .header-top .nav-box .right-url .links .nev-item-last a span:nth-child(3) {
    width: 50%;
    bottom: 0;
  }
  .header-top .nav-box .right-url .links .nev-item a {
    display: none !important;
  }
  .mobile-menu_wrapper {
    display: block;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner {
    position: fixed;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    right: -285px;
    width: 285px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px 0 #a5a4a4;
            box-shadow: 0 0 5px 0 #a5a4a4;
    opacity: 0;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile {
    position: fixed;
    bottom: 0;
    width: 285px;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links {
    padding: 10px;
    background: #2abaaf;
    margin-bottom: 0;
    text-align: center;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item {
    display: inline-block;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33px 1fr;
        grid-template-columns: 33px 1fr;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a .image-icone {
    text-align: center;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a .image-icone svg {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme {
    background: #fff;
    color: #7CC321;
    border: 0.5px solid #7CC321;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    font-weight: 600;
    text-decoration: unset;
    text-align: center;
    display: block;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme:hover {
    background: #7CC321;
    color: #fff;
    border: 0.5px solid #7CC321;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    display: block;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme2 {
    font-weight: 600;
    text-decoration: unset;
    background: #fff;
    color: #7CC321;
    border: 0.5px solid #7CC321;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    display: block;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme2:hover {
    background: #7CC321;
    color: #fff;
    border: 0.5px solid #7CC321;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    display: block;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    position: fixed;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    right: -285px;
    width: 285px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    padding: 60px !important;
    width: 450px;
    -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
    background: transparent;
    color: #595959;
    top: 0;
    right: 0;
    left: auto;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
    max-height: 310px;
    position: relative;
    overflow: auto;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li {
    padding-bottom: 30px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li:last-child {
    padding-bottom: 0;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product a.product-item_remove {
    position: absolute;
    right: 15px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_img {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    max-width: 65px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_content {
    -ms-flex-preferred-size: calc(100% - 65px);
    flex-basis: calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 20px;
    padding-right: 10px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    padding-top: 10px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
    padding-bottom: 15px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
    height: 60px;
    line-height: 60px;
    color: #ffffff !important;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner {
    left: auto;
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .image-box {
    background: #7cc32182;
    padding: 10px 15px;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .image-box a {
    display: block;
    text-align: center;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .image-box a .logo-name {
    margin-bottom: 0;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .image-box a img {
    width: 120px;
    margin: 0 auto;
  }
  .btn-close {
    position: absolute;
    right: 3px;
    width: 40px;
    height: 40px;
    line-height: 55px;
    text-align: center;
    color: #000;
    z-index: 10;
    font-size: 20px;
    top: 9px;
  }
  .btn-close:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-close i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: block;
  }
  .offcanvas-navigation .mobile-menu li {
    height: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .offcanvas-navigation .mobile-menu li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    font-family: "Rubik";
    padding: 10px 0;
  }
  .offcanvas-navigation .mobile-menu li a span {
    position: relative;
    font-weight: 600;
  }
  .offcanvas-navigation .mobile-menu li .menu-expand {
    position: absolute;
    right: 0;
    top: 2px;
    width: 50px;
    height: 100%;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin-right: 4px;
  }
  .offcanvas-navigation .mobile-menu li .sub-menu {
    padding-left: 10px;
    max-height: 200px;
    overflow-y: auto;
  }
  .offcanvas-navigation .mobile-menu li .sub-menu li a {
    text-transform: capitalize;
    font-size: 13px;
  }
  .offcanvas-navigation .mobile-menu li.menu-open .menu-expand i:before {
    content: "\f106";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .user-setting_area {
    padding-top: 25px;
  }
  .user-setting_area > ul li a span {
    text-transform: capitalize;
  }
  .offcanvas-menu_wrapper {
    text-align: center;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner {
    padding: 25px 30px 30px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 375px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    visibility: hidden;
    min-height: 600px;
    overflow-y: auto;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    color: #595959;
    z-index: 10;
    font-size: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close:hover {
    background: transparent;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component {
    text-align: left;
    padding-top: 20px;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_title {
    font-size: 16px;
    font-weight: 900;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li {
    display: inline-block;
    position: relative;
    padding-right: 40px;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:last-child {
    padding-right: 0;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:last-child:after {
    background: transparent;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #e5e5e5;
    display: block;
    top: 50%;
    right: 10px;
    position: absolute;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component.first-child {
    padding-top: 25px;
  }
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link {
    position: absolute;
    bottom: 30px;
  }
  .offcanvas-menu_wrapper .offcanvas-inner_logo {
    padding: 25px 0;
  }
  .offcanvas-menu_wrapper .short-desc {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
  }
  .offcanvas-menu_wrapper .short-desc p {
    margin-bottom: 0;
  }
  .offcanvas-menu_wrapper.open .offcanvas-menu-inner {
    top: 0;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .category-menu {
    position: relative;
  }
  .category-menu .category-heading {
    background: #cda557;
    position: relative;
    cursor: pointer;
    padding: 19px 0;
  }
  .category-menu .category-heading h2 {
    margin: 0;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
  }
  .category-menu .category-heading h2:after {
    content: "\f03c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  .category-menu .category-heading h2 span {
    color: #ffffff;
    padding-left: 50px;
    font-weight: 600;
  }
  .category-menu .category-menu-list {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    display: block;
    width: 100%;
    z-index: 3;
  }
  .category-menu .category-menu-list ul li {
    position: relative;
  }
  .category-menu .category-menu-list ul li a {
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    padding: 11.2px 0;
  }
  .category-menu .category-menu-list ul li:hover .cat-mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .category-menu .category-menu-list ul li:hover a {
    color: #cda557;
  }
  .category-menu .category-menu-list ul li:last-child a:before {
    display: none;
  }
  .category-menu .category-menu-list ul li.right-menu a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0;
  }
  .category-menu .category-menu-list ul li.right-menu:hover a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .category-menu .category-menu-list ul li.rx-child {
    display: none;
  }
  .category-menu .category-menu-list ul li.rx-parent {
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
  }
  .category-menu .category-menu-list ul li.rx-parent a.rx-show {
    display: none;
  }
  .category-menu .category-menu-list ul li.rx-parent.rx-change a.rx-default {
    display: none;
  }
  .category-menu .category-menu-list ul li.rx-parent.rx-change a.rx-show {
    display: block;
  }
  .cat-mega-menu {
    position: absolute;
    top: 0;
    left: 108%;
    background: #ffffff;
    z-index: 999;
    width: 220px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 640px;
    padding: 30px;
    overflow: hidden;
    border-top: 2px solid #cda557;
  }
  .cat-mega-menu li.right-menu {
    width: 33.333%;
    float: left;
  }
  .cat-mega-menu li.cat-mega-title a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    line-height: 20px;
    position: relative;
  }
  .cat-mega-menu li.cat-mega-title a:hover {
    color: #ffffff;
  }
  .cat-mega-menu li ul li a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
  }
  .cat-mega-menu li ul li a:hover {
    color: #58d173;
  }
  .cat-mega-menu.cat-mega-menu-2 {
    width: 840px;
  }
  .cat-mega-menu.cat-mega-menu-2 li.right-menu {
    width: 25%;
  }
  .cat-mega-menu.cat-mega-menu-3 {
    width: 440px;
  }
  .cat-mega-menu.cat-mega-menu-3 li.right-menu {
    width: 50%;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .offcanvas-navigation {
    padding: 15px;
    max-height: 81vh;
    overflow-y: scroll;
  }
  .mobile-menu_wrapper.open .offcanvas-menu-inner .offcanvas-navigation .mobile-menu {
    padding-left: 0;
    list-style: none;
  }
}

@media only screen and (max-width: 991px) {
  .home-sec-1 .min-box-f .left-b .s-box h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .home-sec-1 .min-box-f .left-b .s-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-sec-1 .min-box-f .left-b .s-box p .btn-theme {
    background: #000;
    color: #fff;
    border: 0.5px solid #000;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    padding: 8px 20px;
  }
  .home-sec-1 .min-box-f .left-b .s-box p .btn-theme:hover, .home-sec-1 .min-box-f .left-b .s-box p .btn-theme.active {
    background: #fff;
    color: #78C549;
    border: 0.5px solid #fff;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    padding: 8px 20px;
  }
  .home-sec-2 .min-box-f .right-b {
    max-width: 300px;
  }
  .home-sec-2 .min-box-f .left-b {
    max-width: 400px;
  }
  .home-sec-2 .min-box-f .left-b .s-box .top-hading .top-hading-name {
    font-size: 22px;
  }
  .home-sec-3 .min-box-f {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'contet-v' 'image-v';
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-sec-3 .min-box-f .left-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: image-v;
    max-width: 100%;
  }
  .home-sec-3 .min-box-f .left-b .s-box {
    margin-top: 30px;
  }
  .home-sec-3 .min-box-f .left-b .s-box .list-y .list-r {
    max-width: 100%;
  }
  .home-sec-3 .min-box-f .right-b {
    margin: 0 auto;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: contet-v;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots {
    max-width: 34%;
    margin-right: 30%;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot.active button {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #0000;
    border-radius: 50%;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots .owl-dot button {
    width: 20px;
    height: 20px;
    background: #ffffff73;
    color: #0000;
    margin: 0 6px;
    border-radius: 50%;
  }
  .footer-section-n .foter-main-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer-section-n .foter-main-box .box2:nth-child(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(3) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .footer-section-n .foter-main-box .box1 {
    max-width: 50%;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links li a {
    width: auto;
  }
}

@media only screen and (max-width: 928px) {
  .home-sec-4 .grow-slider.owl-theme .owl-nav {
    right: 18%;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots {
    max-width: 60%;
    margin-right: 23%;
  }
}

@media only screen and (max-width: 850px) {
  .learn-sec-1 .main-box-asb {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .about-box-section .right-content .min-b-a:nth-child(6) .content-box {
        grid-template-areas: 'image-b' 'content-b';
  }
  .about-box-section .right-content .min-b-a:nth-child(6) .content-box .image {
    max-width: 400px;
    margin: 0 auto;
  }
  .about-box-section .right-content .min-b-a:nth-child(6) .content-box .image img {
    width: 100%;
  }
  .about-box-section .right-content .min-b-a:nth-child(6) .content-box .discri {
    padding-bottom: 20px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .our-commitments-page .new-home-sec-1 {
    padding-bottom: 50px;
  }
  .our-commitments-page .top-strc-in {
    padding: 50px 15px;
    top: 0;
    margin-bottom: 0;
  }
  .our-commitments-page .top-strc-in .main-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .our-commitments-page .main-box-asb-a {
    padding-top: 0;
  }
  .our-commitments-page .main-box-asb-a .main-box-in {
    padding-top: 0;
  }
  .our-commitments-page .main-box-asb-a .main-box-in .list-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding: 40px 20px;
  }
  .our-commitments-page .main-box-asb-a .main-box-in .list-box .content {
    width: 100%;
    text-align: center;
  }
  .about-box-section .right-content .min-b-a:nth-child(even) .content-box, .about-box-section .right-content .min-b-a:nth-child(odd) .content-box {
        grid-template-areas: 'image-b' 'content-b';
  }
  .about-box-section .right-content .min-b-a:nth-child(even) .content-box .image, .about-box-section .right-content .min-b-a:nth-child(odd) .content-box .image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .about-box-section .right-content .min-b-a:nth-child(even) .content-box .image img, .about-box-section .right-content .min-b-a:nth-child(odd) .content-box .image img {
    max-width: 400px;
    width: 100%;
  }
  .about-box-section .right-content .min-b-a:nth-child(even) .content-box .discri, .about-box-section .right-content .min-b-a:nth-child(odd) .content-box .discri {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .image {
    max-height: 250px;
  }
  .learn-sec-1 .top-hading-name h1 {
    font-size: 28px;
  }
  .learn-sec-1 .main-box-asb .main-box .conttent-b .name-date a {
    font-size: 14px;
    padding: 7px 10px;
  }
  .home-sec-1 {
    padding-top: 100px;
  }
  .home-sec-1 .min-box-f {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-sec-1 .min-box-f .left-b {
    text-align: center;
  }
  .home-sec-1 .min-box-f .left-b .s-box p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-sec-1 .min-box-f .left-b .s-box h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .home-sec-2 .min-box-f {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-sec-2 .min-box-f .right-b {
    max-width: 100%;
  }
  .home-sec-2 .min-box-f .left-b {
    max-width: 100%;
  }
  .home-sec-3 .min-box-f .left-b .s-box .list-y {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-sec-3 .min-box-f .left-b .s-box .list-y .list-r {
    max-width: 45%;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots {
    max-width: 100%;
    margin-right: 0;
    right: unset;
    left: 50%;
    top: 48%;
    -webkit-transform: translateX(-50%) translateY(48%);
            transform: translateX(-50%) translateY(48%);
  }
  .home-sec-4 .min-box-f {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
  .home-sec-4 .min-box-f .right-b,
  .home-sec-4 .min-box-f .left-b {
    max-width: 100%;
  }
  .home-sec-4 .min-box-f .left-b .s-box .top-hading-1 .top-hading-name {
    line-height: 30px;
    font-size: 26px;
  }
  .home-sec-5 {
    padding-bottom: 0;
  }
  .home-sec-5 .products-slider.owl-theme .owl-dots {
    max-width: 100%;
    left: 0;
  }
  .home-sec-5 .min-box-f {
    margin: 20px 0;
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'content-a' 'image-a';
    gap: 20px;
  }
  .home-sec-5 .min-box-f .left-b {
    max-width: 100%;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: image-a;
  }
  .home-sec-5 .min-box-f .left-b .s-box .in-s-top .btn-theme {
    background: #000;
    color: #fff;
    border: 0.5px solid #000;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    padding: 8px 30px;
  }
  .home-sec-5 .min-box-f .left-b .s-box .in-s-top .btn-theme:hover, .home-sec-5 .min-box-f .left-b .s-box .in-s-top .btn-theme.active {
    background: #78C549;
    color: #fff;
    border: 0.5px solid #78C549;
    border-radius: 50px;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: unset;
    padding: 8px 30px;
  }
  .home-sec-5 .min-box-f .right-b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: content-a;
  }
  .products-home .products-box .left-o {
    max-width: 48%;
  }
  .products-home .products-box .right-o {
    max-width: 48%;
  }
  .footer-section-n .foter-main-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer-section-n .foter-main-box .box2:nth-child(1) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(3) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .footer-section-n .foter-main-box .box1 {
    max-width: 50%;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links li a {
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .our-commitments-page .top-strc-in {
    padding: 50px 15px;
    top: 0;
  }
  .our-commitments-page .top-strc-in .main-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .our-commitments-page .top-strc-in .main-box-asb-a .main-box-in .list-box {
    padding: 20px;
  }
  .who-we-are-page .learn-sec-1 .ne-maoin-box .main-box {
    max-width: 100%;
  }
  .who-we-are-page .learn-sec-1 .ne-maoin-box .main-box .image {
    max-height: 250px;
  }
  .learn-sec-1 .main-box-asb {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .products-home .products-box {
    gap: 20px;
  }
  .products-home .products-box .left-o {
    max-width: 100%;
  }
  .products-home .products-box .right-o {
    max-width: 100%;
  }
  .products-home .products-box .mind-bo {
    margin-top: 0;
  }
  .home-sec-5 .top-hading-2 {
    margin-bottom: 0;
  }
  .home-sec-5 .products-slider .owl-nav button {
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    background-color: #0000 !important;
    font-size: 20px;
    z-index: 1;
  }
  .home-sec-5 .products-slider .owl-nav button:hover {
    color: #00BAAF;
  }
  .home-sec-5 .products-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .home-sec-5 .products-slider .owl-nav button.owl-next {
    right: 0;
  }
  .home-sec-2 .min-box-f .left-b .s-box .btn-theme {
    display: block;
  }
  .home-sec-3 .min-box-f .left-b .s-box .list-y {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-sec-3 .min-box-f .left-b .s-box .list-y .list-r {
    max-width: 100%;
  }
  .home-sec-4 .min-box-f .right-b .image img {
    height: 400px;
  }
  .home-sec-4 .grow-slider.owl-theme .owl-dots {
    max-width: 100%;
    margin-right: 0;
    right: unset;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%) translateY(400px);
            transform: translateX(-50%) translateY(400px);
  }
  .footer-section-n .foter-main-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer-section-n .foter-main-box .box2:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-section-n .foter-main-box .box2:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-section-n .foter-main-box .box1 {
    max-width: 100%;
    width: 100%;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links {
    display: block;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links li {
    margin: 5px 0;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links li:before {
    content: unset;
  }
  .footer-section-n .bootom-min .main-box-links .box-1 .links li a {
    font-size: 14px;
    width: auto;
  }
}

@media only screen and (max-width: 411px) {
  .our-commitments-page .top-strc-in .main-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */