@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  src: local("Metropolis"), url("../fonts/Metropolis-Regular.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: italic;
  font-weight: 400;
  src: local("Metropolis"), url("../fonts/Metropolis-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 300;
  src: local("Metropolis"), url("../fonts/Metropolis-Light.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 100;
  src: local("Metropolis"), url("../fonts/Metropolis-Thin.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 200;
  src: local("Metropolis"), url("../fonts/Metropolis-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  src: local("Metropolis"), url("../fonts/Metropolis-Medium.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  src: local("Metropolis"), url("../fonts/Metropolis-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  src: local("Metropolis"), url("../fonts/Metropolis-Bold.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 900;
  src: local("Metropolis"), url("../fonts/Metropolis-Black.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Metropolis;
  color: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

a {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
}

.o_hiden {
  overflow: hidden;
}

.theme_color {
  color: #89f336;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body {
  color: #fff;
  font-family: Metropolis;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background: #191919;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align_items_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .m_30 {
    margin: 0 -30px;
  }
  .m_30 [class*=col-] {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .m_20 {
    margin: 0 -20px;
  }
  .m_20 [class*=col-] {
    padding: 0 20px;
  }
}
@media (min-width: 1250px) {
  .m_40 {
    margin: 0 -40px;
  }
  .m_40 [class*=col-] {
    padding: 0 40px;
  }
}
.body_wraper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pos_inherit {
  position: inherit !important;
}

.pinter_event_none {
  pointer-events: none;
}

.header_sec {
  background: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  padding: 25px 0 0;
}

.header_sec.header-active {
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 2px 4px rgba(8, 69, 23, 0.1);
  box-shadow: 0 2px 4px rgba(8, 69, 23, 0.1);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: 150px;
}

.logo-dark {
  display: none;
}

.header-active .logo-dark {
  display: inline-block;
}

.header-active .logo-white {
  display: none;
}

.header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header_in {
    padding: 0 25px;
    border-radius: 15px;
    background: rgba(53, 53, 53, 0.72);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
  }
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.header_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_right ul a.call_btn {
  width: 35px;
  height: 35px;
  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;
}

.header_right ul a.call_btn svg {
  width: 22px;
  height: 22px;
}

.header_right .theme_btn {
  margin: 0;
  padding: 8px 20px;
}

.header_right .theme_btn i {
  margin-right: 3px;
}

.desktop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop_menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop_menu_ul > li {
  display: block;
  position: relative;
  padding: 0 10px;
  margin-right: 0;
}

.arrow_sub > a:after {
  content: "\f107";
  display: inline-block;
  top: 0;
  position: relative;
  vertical-align: middle;
  font-family: "FontAwesome";
  margin-left: 3px;
  font-size: 14px;
  line-height: 1;
}

.desktop_menu_ul > li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.desktop_menu_ul > li:first-child {
  padding-left: 0;
}

.desktop_menu_ul > li:last-child {
  padding-right: 0;
}

.desktop_menu_ul > li:last-child a {
  padding-right: 0;
}

.desktop_menu_ul > li > a {
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 21;
  padding: 0 5px;
  line-height: 75px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.desktop_menu_ul > li > a:hover,
.desktop_menu_ul > li.MM_show > a {
  color: #89f336;
}

.desktop_menu_ul > li.menu_activie > a {
  color: #89f336;
}

.desktop_menu_ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  background: #fff;
  width: 330px;
  padding: 40px 50px;
  margin-left: -35px;
  margin-top: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.desktop_menu_ul > li > ul.ul_widthadj {
  width: 270px;
}

.desktop_menu_ul > li:last-child > ul {
  left: auto;
  right: 0px;
}

.desktop_menu_ul > li > ul li {
  display: block;
}

.desktop_menu_ul > li > ul li:last-child {
  border-bottom: 0;
}

.desktop_menu_ul > li > ul li a {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 1.5;
  padding: 8px 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.desktop_menu_ul > li > ul li a:hover {
  color: #89f336;
  padding-left: 3px;
}

.desktop_menu_ul > li.megamenu_child {
  position: inherit;
}

.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul {
  width: 380px;
  border: 0;
  padding: 8px 40px 30px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
}

.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul ul li:last-child a {
  border-bottom: 0;
}

.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  font-weight: 500;
  line-height: 1.5;
}

.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul ul li a:hover {
  color: #89f336;
}

.desktop_menu_ul li .megmenu_ul {
  position: absolute;
  display: block !important;
  left: 50%;
  z-index: 20;
  top: 100%;
  background: #fff;
  width: 100%;
  padding: 30px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.desktop_menu_ul > li.MM_show .megmenu_ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.desktop_menu_ul > li.MM_show > ul {
  opacity: 1;
  visibility: visible;
}

.for_megamenu > .container {
  position: relative;
}

.mobile_menu {
  display: none;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile_menu_icon {
  display: none;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.panel-menu .sub_item li a {
  font-size: 15px;
}

.tt-menu-toggle span {
  background: #fff;
}

.mb_menu_button {
  text-align: right;
}

.mb_menu_button .cus_menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-left: 30px;
}

.mb_menu_button .cus_menu span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
}

.mb_menu_button .cus_menu span:last-child {
  margin: 0;
}

.mb_menu_button .line,
.mb_menu_button .line1,
.mb_menu_button .line2,
.mb_menu_button .line3,
.mb_menu_button .opened .line1,
.mb_menu_button .opened .line2,
.mb_menu_button .opened .line3 {
  stroke-width: 6;
}

.mb_menu_button .line {
  fill: none;
  stroke: #333;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mb_menu_button .line1 {
  stroke-dasharray: 60 207;
}

.mb_menu_button .line2 {
  stroke-dasharray: 60 60;
}

.mb_menu_button .line3 {
  stroke-dasharray: 60 207;
}

.mb_menu_button .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.mb_menu_button .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.mb_menu_button .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.block-bg {
  background: #191919;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1001;
}

.block-bg.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.block-bg .close__wrap {
  color: #89f336;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  z-index: 11;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-bg .close__wrap span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 35px;
}

.block-bg .close__wrap span svg {
  width: 20px;
  height: 20px;
  stroke-width: 3;
}

.mb_menuwindow ul li.mbtn a {
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  margin: 40px 0 0;
  color: #191919;
  border: 1px solid #89f336;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}

.mb_menuwindow ul li.mbtn a:hover {
  background: transparent;
  color: #fff;
}
.mb_menuwindow ul li.mbtn a:hover .arrow span {
  background: #fff;
  color: #191919;
}

body .mb_menuwindow ul li a {
  color: #fff;
}

body .mb_menuwindow ul li a:hover {
  color: #fff;
}

body .mb_menuwindow ul li .inner li a {
  font-weight: 400;
}

.mobile_menu_header_outer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile_menu_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
}

.mobile_menu_header .mb_logo a {
  display: inline-block;
}

.mobile_menu_header .mb_logo img {
  width: 100px;
}

.mobail_menu_body {
  height: calc(100vh - 90px);
  width: 100%;
  overflow: auto;
  padding: 20px 0 120px;
}

.mb_btn_area {
  padding: 30px 0 0;
}

.mb_btn_area .theme_btn {
  margin: 0;
  font-size: 18px;
  display: block;
  text-align: center;
}

.mb_footer_conect {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #191919;
  z-index: 5;
}

.mb_footer_conect ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb_footer_conect ul li a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
}

.mb_footer_conect ul li a:hover {
  color: #89f336;
}

.overflow_thumb_hide::-webkit-scrollbar {
  display: none;
}

.overflow_thumb_hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (min-width: 992px) {
  .header_right ul a.call_btn {
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header_right ul a.call_btn .text {
    display: none;
    font-weight: 300;
  }
  .header_in {
    min-height: 75px;
  }
}
@media (max-width: 991px) {
  .header_right ul a.call_btn {
    width: auto;
    height: auto;
    gap: 10px;
  }
  .header_right ul a.call_btn span.numb {
    display: none;
  }
  .header_sec {
    background: rgba(53, 53, 53, 0.72);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    padding: 0;
    min-height: 100px;
  }
  .desktop_menu,
  .header_right .theme_btn {
    display: none;
  }
  .mobile_menu_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo a img {
    width: 110px;
  }
  .header_sec {
    min-height: 70px;
  }
}
@media (max-width: 575px) {
  .header_right .theme_btn {
    padding: 7px 10px 9px 15px;
    font-size: 14px;
  }
  .header_right .theme_btn svg {
    width: 18px;
    height: 18px;
  }
}
.title_row.title_des .site_title {
  margin-bottom: 15px;
}

.title_row.title_des p {
  font-weight: 200;
  font-size: 20px;
}

.site_title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.site_title .light_font {
  font-weight: 200;
}

.mb_20 {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .site_title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .site_title {
    font-size: 30px;
    line-height: 1.3;
  }
  .title_row.title_des p {
    font-size: 16px;
  }
}
.theme_btn_bstle.theme_btn {
  border: 2px solid #89f336;
  padding-right: 65px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 20px;
}

.theme_btn_bstle.theme_btn .arrow2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.theme_btn_bstle.theme_btn .arrow2 span {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  border-radius: 15px 0 0 15px;
  background: #89f336;
  text-align: center;
}

.theme_btn_bstle.theme_btn .arrow2 span svg {
  width: 32px;
  height: 32px;
}

.theme_btn_bstle.theme_btn:hover {
  color: #89f336;
}

.theme_btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #89f336;
  padding: 12px 35px;
  margin-top: 15px;
  color: #191919;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #89f336;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}
.theme_btn svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
.theme_btn .arrow span {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #89f336;
  border-radius: 7px;
  background: #191919;
  text-align: center;
  transition: all 0.5s ease-out 0s;
}
.theme_btn:hover {
  background: transparent;
  color: #fff;
}
.theme_btn:hover .arrow span {
  background: #fff;
  color: #191919;
}

.white_btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 12px 35px;
  margin-top: 15px;
  color: #191919;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #89f336;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}
.white_btn svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
.white_btn .arrow span {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  background: #191919;
  text-align: center;
  transition: all 0.5s ease-out 0s;
}
.white_btn:hover {
  background: transparent;
  color: #fff;
}
.white_btn:hover .arrow span {
  background: #fff;
  color: #191919;
}

.btn_link {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.btn_link:hover {
  color: #89f336;
}

.btn_link span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #89f336;
  border-radius: 12px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

.comn_img_block {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.comn_img_block img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper_normal .swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #89f336;
  font-size: 27px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  background: #89f336;
  color: #fff;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.swiper_btn .swiper-button-next:after,
.swiper_btn .swiper-button-prev:after {
  display: none;
}

.swiper_btn .swiper-button-next:hover,
.swiper_btn .swiper-button-prev:hover {
  background: #89f336;
  color: #fff;
}

.swiper_btn .swiper-button-next:hover svg,
.swiper_btn .swiper-button-prev:hover svg {
  stroke: #fff;
}

.swiper_btn .swiper-button-next i,
.swiper_btn .swiper-button-prev i {
  display: block;
}

.swiper_btn .swiper-button-next svg,
.swiper_btn .swiper-button-prev svg {
  width: 36px;
  height: 36px;
  stroke-width: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.swiper_btn .swiper-button-next.swiper-button-disabled,
.swiper_btn .swiper-button-prev.swiper-button-disabled {
  background: #ccc;
  opacity: 1;
  color: #aaa;
}

.swiper_scrollbar .swiper-scrollbar-drag {
  background: #89f336;
}

.swiper_scrollbar .swiper-horizontal > .swiper-scrollbar,
.swiper_scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  width: 100%;
  position: static;
  margin: 40px 0 0;
}

.swiper_pagination .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 20px 0 0;
}

.swiper_pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper_pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #89f336;
}

.swiper_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}

.swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
}

.hero_area {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_area:before {
  background: url("../images/hero-text.svg") repeat center;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  opacity: 0.12;
  background-size: 37%;
}

.hero_area:after {
  background-image: radial-gradient(ellipse 50% 50%, rgba(25, 25, 25, 0.3), #191919);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.hero_area .sec_in {
  width: 100%;
  padding: 160px 0 100px;
}

.hero_area .sec_in .title_row {
  overflow: hidden;
  margin-bottom: 15px;
}

.hero_area .sec_in .title_row .site_title {
  font-size: 90px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.hero_area .sec_in .title_row .site_title span {
  display: inline-block;
}

.hero_area .sec_in .title_row .site_title .dot {
  color: #89f336;
}

.hero_area .sec_in p {
  font-size: 22px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
}

.hero_area .sec_in p b {
  font-weight: 900;
  color: #89f336;
}

.hero_area .sec_in .theme_btn {
  opacity: 0;
}

.hero_area .sec_in .arrow {
  display: inline-block;
}

.loaded .hero_area .sec_in p {
  opacity: 1;
}

.loaded .hero_area .sec_in .theme_btn {
  opacity: 1;
}

@media (min-width: 576px) {
  .loaded .hero_area .sec_in .title_row .site_title .text1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .loaded .hero_area .sec_in .title_row .site_title .text2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .loaded .hero_area .sec_in .title_row .site_title .text3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .hero_area .sec_in .title_row .site_title .text1,
  .hero_area .sec_in .title_row .site_title .text2,
  .hero_area .sec_in .title_row .site_title .text3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media (max-width: 991px) {
  .hero_area {
    min-height: auto;
  }
  .hero_area .sec_in {
    padding: 160px 0 110px;
  }
  .hero_area .sec_in .title_row .site_title {
    font-size: 64px;
  }
  .hero_area .sec_in p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero_area .hero_content {
    padding: 0 50px 0;
  }
  .hero_area .sec_in .title_row {
    margin-bottom: 20px;
  }
  .hero_area .sec_in .title_row .site_title .text1,
  .hero_area .sec_in .title_row .site_title .text2,
  .hero_area .sec_in .title_row .site_title .text3 {
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .loaded .hero_area .sec_in .title_row .site_title .text1 {
    opacity: 1;
  }
  .loaded .hero_area .sec_in .title_row .site_title .text2 {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .loaded .hero_area .sec_in .title_row .site_title .text3 {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .hero_area .sec_in .title_row .site_title {
    font-size: 70px;
  }
  .hero_area .sec_in p {
    font-size: 18px;
  }
  .hero_area .sec_in .theme_btn svg {
    width: 16px;
    height: 16px;
  }
  .hero_area .sec_in .theme_btn .arrow span {
    width: 20px;
    height: 20px;
  }
  .hero_area .sec_in .theme_btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    padding: 18px 15px;
  }
  .hero_area:before {
    background-size: 65%;
    opacity: 0.1;
  }
  .loaded .hero_area .sec_in .title_row .site_title .text1,
  .loaded .hero_area .sec_in .title_row .site_title .text2,
  .loaded .hero_area .sec_in .title_row .site_title .text3 {
    display: block;
  }
}
@media (max-width: 400px) {
  .hero_area .hero_content {
    padding: 0;
  }
}
.zoom-img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}

.zoom-img img {
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.zoom-img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.masonary-active .project-item {
  margin: 15px 0;
  position: relative;
  border-radius: 5px;
}

.grid-sizer {
  width: 25%;
}

@media (max-width: 991px) {
  .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .get_enquire_btn .theme_btn svg {
    width: 16px;
    height: 16px;
  }
  .get_enquire_btn .theme_btn .arrow span {
    width: 20px;
    height: 20px;
  }
  .get_enquire_btn .theme_btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    padding: 18px 15px;
  }
}
.slick_wrap {
  position: relative;
}

.slick_wrap .slick-slide {
  padding: 0 15px;
}

.slick_wrap .slick-list {
  margin: 0 -15px;
}

.slick_wrap .next,
.slick_wrap .prev {
  width: 44px;
  height: 44px;
  text-align: center;
  background: #89f336;
  color: #000;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-height: 1px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick_wrap .next svg,
.slick_wrap .prev svg {
  width: 40px;
  height: 40px;
}

.slick_wrap .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick_wrap .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  background: #fff;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slick_wrap .slick-dots li.slick-active button:before {
  width: 30px;
  border-radius: 12px;
  background: #89f336;
}

.slick_wrap .slick-dots li.slick-active {
  width: 30px;
}

.slick_wrap .slick-dots {
  bottom: -35px;
}

.works_sec {
  overflow: hidden;
  padding: 0 0 50px;
}

.works_sec .get_enquire_btn {
  padding: 20px 0 0;
}

.works_sec .title_row {
  margin-bottom: 30px;
}

.works_sec .work_images .project-item.large_img .comn_img_block {
  padding-bottom: 178.5%;
}

.works_sec .work_images .project-item {
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.works_sec .work_images .project-item .comn_img_block {
  padding-bottom: 84.5%;
  border-radius: 0;
}

.works_sec .work_images .project-item .comn_img_block img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.works_sec .work_images .project-item .large_view {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}

.works_sec .work_images .project-item .lw_video_thumb video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.works_sec .work_images .project-item .video_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.works_sec .work_images .project-item .video_btn:hover span {
  background: rgb(25, 25, 25);
  color: #89f336;
}

.works_sec .work_images .project-item .video_btn span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 45px;
  background: rgba(25, 25, 25, 0.9);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.works_sec .latest_works {
  padding: 20px 20px;
  overflow: hidden;
}

.works_sec .latest_works .lw_item {
  border-radius: 10px;
  position: relative;
  display: block;
  border: 0 solid #444;
  margin-bottom: 30px;
  overflow: hidden;
}

.works_sec .latest_works .lw_item .comn_img_block {
  border-radius: 0;
  padding-bottom: 85%;
}

.works_sec .latest_works .lw_item .lw_video_thumb video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.works_sec .latest_works .lw_item .video_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.works_sec .latest_works .lw_item .video_btn:hover span {
  background: #fff;
  color: #89f336;
}

.works_sec .latest_works .lw_item .video_btn span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 45px;
  background: #89f336;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.works_sec .latest_works .lw_item .lw_des {
  background: #212121;
  padding: 25px;
  text-align: center;
}

.works_sec .latest_works .lw_item .lw_des .title {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
}

.works_sec .latest_works .lw_item .lw_des .title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
  margin-top: 5px;
  letter-spacing: 1px;
}

.works_sec .btn_area {
  padding: 20px 0 0;
}

@media (max-width: 991px) {
  .work_images .col_right > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .works_sec .work_images .row {
    margin: 0 -5px;
  }
  .works_sec .work_images .row [class*=col-] {
    padding: 0 5px;
  }
  .works_sec .work_images .project-item {
    margin-bottom: 10px;
  }
  .works_sec .work_images .project-item.large_img .comn_img_block {
    padding-bottom: 175%;
  }
}
@media (max-width: 599px) {
  .works_sec .slick_wrap .slick-list {
    overflow: visible;
    margin: 0 -5px;
  }
  .works_sec .slick_wrap .slick-slide {
    padding: 0 5px;
  }
  .works_sec .latest_works {
    padding-top: 0;
  }
}
.counter_sec {
  padding: 50px 0 50px;
}

.counter_sec .sec_in {
  border-radius: 15px;
  padding: 30px 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#89f336), to(#89f336));
  background-image: linear-gradient(to right, #89f336, #89f336);
}

.counter_sec .sec_in .card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.counter_sec .sec_in .card_item .card_icon {
  width: 50px;
  height: 50px;
}

.counter_sec .sec_in .card_item .card_icon.icon1 {
  background: url("../images/count1.svg") no-repeat center;
  background-size: contain;
}

.counter_sec .sec_in .card_item .card_icon.icon2 {
  background: url("../images/count2.svg") no-repeat center;
  background-size: contain;
}

.counter_sec .sec_in .card_item .card_icon.icon3 {
  background: url("../images/count3.svg") no-repeat center;
  background-size: contain;
}

.counter_sec .sec_in .card_item .card_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter_sec .sec_in .card_item .card_content .title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 991px) {
  .counter_sec .sec_in .row {
    row-gap: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter_sec .sec_in .card_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .counter_sec .sec_in {
    padding: 50px;
  }
  .counter_sec .sec_in .card_item .card_icon {
    width: 54px;
    height: 54px;
  }
  .counter_sec .sec_in .card_item {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .counter_sec .sec_in {
    padding: 50px 20px;
  }
}
.service_sec {
  overflow: hidden;
  padding: 100px 0 100px;
}

.service_sec .swiper_pagination .swiper-pagination-bullet {
  background: #fff;
}

.service_sec .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #89f336;
}

.service_sec .title_row {
  margin-bottom: 40px;
}

.service_sec .sec_in .card_item {
  border-radius: 10px;
  position: relative;
  display: block;
  border: 1px solid #444;
  margin-bottom: 30px;
  overflow: hidden;
  pointer-events: none;
}

.service_sec .sec_in .card_item:hover .comn_img_block img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.service_sec .sec_in .card_item:hover .overlay_content .arrow {
  background: #fff;
}

.service_sec .sec_in .card_item .overlay_content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 25px;
  gap: 15px;
}

.service_sec .sec_in .card_item .overlay_content:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, #191919));
  background-image: linear-gradient(180deg, transparent 0 30%, #191919 70% 100%);
  z-index: -1;
  opacity: 0.8;
}

.service_sec .sec_in .card_item .overlay_content .title {
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  margin: 0;
}

.service_sec .sec_in .card_item .overlay_content .arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  border-radius: 15px;
  background: #89f336;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.service_sec .sec_in .card_item .overlay_content .arrow svg {
  width: 30px;
  height: 30px;
}

.service_sec .sec_in .card_item .comn_img_block {
  border-radius: 0;
  padding-bottom: 100%;
}

.service_sec .sec_in .card_item .comn_img_block img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media (max-width: 991px) {
  .service_sec .sec_in .card_item {
    margin-bottom: 10px;
  }
  .service_sec .sec_in .card_item .overlay_content .title {
    font-size: 20px;
  }
  .service_sec {
    padding-bottom: 100px;
  }
  .service_sec .get_enquire_btn {
    padding: 20px 0 0;
  }
  .service_sec .swiper {
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .service_sec {
    padding: 35px 0 60px;
  }
}
.client_sec {
  padding: 40px 0 50px;
}

.client_sec .sec_in {
  padding: 50px 0 0;
}

.client_sec .swiper-slide .row {
  row-gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_sec .swiper-slide img {
  opacity: 0.8;
}

.client_sec .swiper_pagination .swiper-pagination {
  margin: 60px 0 0;
}

@media (max-width: 575px) {
  .client_sec .slide_item {
    padding: 0 10px;
  }
}
.blog_area {
  padding: 80px 0;
  overflow: hidden;
}

.blog_area .title_row {
  margin-bottom: 40px;
}

.blog_area .card_item {
  display: block;
  border: 1px solid #444;
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}

.blog_area .card_item .comn_img_block {
  border-radius: 10px;
  padding-bottom: 65%;
  margin-bottom: 25px;
}

.blog_area .card_item .comn_img_block img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_area .card_item:hover .comn_img_block img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog_area .card_item:hover .content_area .button {
  background: #fff;
  color: #191919;
}

.blog_area .content_area .title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 12px;
  overflow: hidden;
}

.blog_area .content_area .title span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  outline: none !important;
  text-decoration: none;
}

.blog_area .content_area .para {
  overflow: hidden;
}

.blog_area .content_area .para p {
  margin: 0;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  outline: none !important;
  text-decoration: none;
}

.blog_area .content_area .bottom_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px 0 0;
}

.blog_area .content_area .button {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  border-radius: 15px;
  background: #89f336;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_area .content_area .button svg {
  width: 27px;
  height: 27px;
}

.blog_area .btn_area {
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  .blog_area .card_item {
    padding: 20px;
  }
  .blog_area .swiper {
    overflow: visible;
  }
  .blog_area .content_area .para p {
    font-size: 16px;
  }
  .blog_area .content_area .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog_area {
    padding: 50px 0;
  }
}
.collapse_area {
  padding-top: 10px;
}

.collapse_area .accordion-item {
  border: 1px solid #444;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
  padding: 0;
  border-radius: 15px;
  color: inherit;
}

.collapse_area .accordion-item:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapse_area .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}

.collapse_area .accordion-button {
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 80px 15px 20px;
  background: transparent;
  border: 0 solid #444;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.collapse_area .accordion-button:hover {
  color: #fff;
}

.collapse_area .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapse_area .accordion-button:after {
  display: none;
}

.collapse_area .accordion-button:before {
  content: "+";
  right: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  color: #89f336;
  opacity: 0;
}

.collapse_area .accordion-button .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  border-radius: 15px;
  background: #89f336;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.collapse_area .accordion-button .button:before {
  content: "+";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  color: #191919;
}

.collapse_area .accordion-button .button svg {
  width: 27px;
  height: 27px;
  opacity: 0;
}

.collapse_area .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
}

.collapse_area .accordion-button:not(.collapsed):before,
.collapse_area .accordion-button:not(.collapsed) .button:before {
  content: "\f068";
}

.collapse_area .accordion-body {
  padding: 0 20px 10px;
}

.collapse_area .accordion-body p {
  font-weight: 100;
  letter-spacing: 0.5px;
}

.collapse_area .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
}

.faq_sec {
  padding: 50px 0 100px;
}

.faq_sec .title_row {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .faq_sec {
    padding: 60px 0 70px;
  }
  .faq_sec .title_row {
    margin-bottom: 10px;
  }
  .collapse_area .accordion-button {
    font-size: 18px;
  }
}
.footer_sec {
  background: #121212;
  padding: 100px 0 0;
  font-weight: 200;
}

.footer_sec a:hover {
  text-decoration: underline;
  color: #89f336;
}

.footer_sec .footer_logo {
  margin-bottom: 30px;
}

.footer_sec .footer_widget {
  margin-bottom: 50px;
}

.footer_sec .ftr_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_sec .footer_nav ul li {
  margin-bottom: 12px;
}

.footer_sec .footer_nav ul li a {
  display: inline-block;
  line-height: 1.3;
  pointer-events: none;
}

.footer_sec .footer_social {
  padding: 20px 0 0;
}

.footer_sec .footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer_sec .footer_social ul li a {
  display: inline-block;
  font-size: 30px;
}

.footer_sec .copy_rights {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 40px 0;
}

.footer_sec .copy_rights p {
  margin: 0;
}

@media (max-width: 575px) {
  .footer_sec {
    padding-top: 70px;
  }
}
.about_sec {
  padding: 0 0 130px;
  overflow: hidden;
}

.about_sec .sec_in {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#89f336), to(#89f336));
  background-image: linear-gradient(to right top, #89f336, #89f336);
  border-radius: 20px;
  position: relative;
}

.about_sec .sec_in .sec_img_des {
  background: url("../images/about-des.svg") no-repeat center left;
  background-size: cover;
  width: 33%;
  height: 105%;
  position: absolute;
  left: -5px;
  top: -2px;
}

.about_sec .sec_in .sec_right {
  padding: 100px 60px 100px 30px;
}

.about_sec .sec_in .sec_right .site_title {
  color: #FFC700;
}

.about_sec .sec_in .sec_right p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 3px;
}

.about_sec .sec_in .sec_right p b {
  font-weight: 600;
  color: #FFC700;
}

.about_sec .sec_in .sec_left {
  height: 100%;
  position: relative;
}

@media (max-width: 1280px) {
  .about_sec .sec_in .sec_right p {
    font-size: 18px;
  }
  .about_sec .sec_in .sec_right {
    padding: 60px 60px 60px 30px;
  }
}
@media (max-width: 991px) {
  .about_sec .sec_in .sec_img_des {
    display: none;
  }
  .about_sec .sec_in .sec_left img {
    width: 250px;
  }
  .about_sec .sec_in .sec_right {
    padding: 10px 100px 80px;
  }
}
@media (max-width: 767px) {
  .about_sec .sec_in .sec_right {
    padding: 10px 25px 50px;
  }
}
@media (max-width: 575px) {
  .about_sec .sec_in .sec_right p br {
    display: none;
  }
  .about_sec .sec_in .sec_right .site_title {
    font-size: 28px;
  }
  .about_sec {
    padding-bottom: 80px;
  }
}
.form_sec .form-control {
  height: 40px;
  border-radius: 5px;
  border-color: #c8ccd2;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  background: #fff;
  font-size: 16px;
  color: #fff;
}

.form_sec .form-control:focus {
  border-color: #fff;
}

.form_sec textarea.form-control {
  height: 150px;
  padding: 20px;
}

.form_sec .form-label {
  font-weight: 400;
  font-size: 16px;
  font-family: Metropolis;
  letter-spacing: 0.5px;
}

.form_sec .form-group {
  margin-bottom: 15px;
  display: block;
}

.form_sec .theme_btn {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.for_select_2 .select2-container--default .select2-results__option--selected {
  background-color: #F2F2F2;
  background-color: #c9f7a5;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.for_select_2 .select2-container--default .select2-results__option--disabled {
  color: #191919;
  opacity: 0.7;
}

.for_select_2 .select2-dropdown {
  background-color: #e7e7e7;
  border-color: rgba(255, 255, 255, 0.25);
  color: #191919;
  background-color: #e1ffc9;
}

.for_select_2 .select2-container--default .select2-results > .select2-results__options {
  font-size: 16px;
}

.for_select_2 .select2-container--default .select2-selection--single {
  border-color: rgba(255, 255, 255, 0.25);
  height: 40px;
  border-radius: 5px;
  background-color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #191919;
}

.for_select_2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  color: #191919;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 40px;
}

.for_select_2 .select2.select2-container {
  width: 100% !important;
}

.for_select_2 .select2-dropdown {
  z-index: 10000;
}

.for_select_2 .select2-results__option {
  padding: 8px 15px;
}

.for_select_2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #daf6c4;
  background-color: #c9f7a5;
  color: #191919;
}

.select2_arrow_style .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="black" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.select2_arrow_style .select2-container--default .select2-selection--single .select2-selection__arrow b[role=presentation] {
  display: none;
}

.select2_arrow_style .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  line-height: 2px;
}

.placeholder_style input::-webkit-input-placeholder {
  color: #191919;
}

.placeholder_style input::-moz-placeholder {
  color: #191919;
}

.placeholder_style input:-ms-input-placeholder {
  color: #191919;
}

.modal_style .modal-body {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_style .modal-body .modal_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 8px 0 0 8px;
}

.modal_style .modal-body .modal_right {
  width: 100%;
  position: relative;
  padding: 60px 80px 60px;
  border-radius: 0 8px 8px 0;
}

.modal_style .modal-body .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  background: none;
  width: 40px;
  height: 40px;
}

.modal_style .modal-body .btn-close svg {
  stroke: #191919;
  width: 30px;
  height: 30px;
}

.modal_style .modal-content {
  background: #fff;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.modal_style .form_sec .title_row .site_title {
  font-size: 26px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 30px;
  line-height: 1.3;
}

.modal_style .form_sec .title_row .site_title span {
  color: #63c914;
}

.modal_style .form_sec .form-control {
  background-color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #191919;
}

.modal_style .form_sec .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_style .form_sec .form-group .form_control_outer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal_style .form_sec .form-label {
  margin: 0;
  font-weight: 300;
  color: #191919;
}

.modal_style .form_sec .theme_btn {
  font-weight: 700;
  border: 2px solid #89f336;
}

.modal_style .form_sec .theme_btn:hover {
  background: transparent;
  color: #191919;
}

.modal-backdrop.show {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .modal_style .modal-dialog {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 1050px) {
  .modal_style .modal-dialog {
    max-width: 880px;
  }
}
@media (max-width: 991px) {
  .modal_style .modal-body .modal_left {
    width: 100%;
  }
  .modal_style .modal-body .modal_right {
    width: 100%;
  }
  .modal_style .modal-content:before {
    display: none;
  }
  .modal_style .modal-body .modal_left {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .modal_style .modal-body .modal_left img {
    width: 270px;
  }
  .modal_style .modal-body .modal_right {
    padding: 70px 50px 60px;
  }
  .scrollbar_hide::-webkit-scrollbar {
    display: none;
  }
  .scrollbar_hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal_style .form_sec .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 5px;
    margin-bottom: 20px;
  }
  .modal_style .form_sec .theme_btn {
    width: 100%;
    display: block;
  }
}
@media (max-width: 575px) {
  .modal_style .form_sec .title_row .site_title {
    font-size: 24px;
  }
  .modal_style .form_sec .title_row p {
    font-size: 16px;
  }
  .modal_style .modal-body .modal_right {
    padding: 72px 25px;
  }
}
.t_header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #191919;
}

.t_header img {
  width: 140px;
}

.tbody {
  min-height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-top: 80px;
}

.tbody .tcontent_box {
  margin: 30px auto;
  width: 767px;
  max-width: 100%;
  border-radius: 35px;
}

.tbody .tcontent_box .thank_img {
  width: 360px;
}

.tbody .tcontent_box .ticon img {
  width: 60px;
}

.tbody .tcontent_box h4 {
  color: #fff;
  line-height: 1.3;
  margin: 30px 0 12px;
  font-size: 44px;
  font-weight: 600;
}

.tbody .tcontent_box h4 span {
  display: block;
  font-weight: 300;
  font-size: 30px;
}

.tbody .tcontent_box .theme_btn {
  margin-top: 15px;
}

.tbody .tcontent_box p {
  font-weight: 200;
}

@media (max-width: 575px) {
  .tbody .tcontent_box {
    padding: 60px 0;
  }
  .tbody .tcontent_box h4 {
    font-size: 36px;
  }
  .tbody .tcontent_box h4 span {
    font-size: 24px;
  }
}
.about_sec_wrap {
  padding: 50px 0 130px;
  position: relative;
}

.about_sec_wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  margin-top: 100px;
  z-index: -1;
  background-color: #89f336;
  opacity: 0.08;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.about_sec_wrap .title_area {
  margin-bottom: 50px;
}

.about_sec_wrap .title_area .sec_left .site_title {
  line-height: 1.4;
}

.about_sec_wrap .title_area .sec_right p {
  font-size: 24px;
  font-weight: 200;
}

.about_sec_wrap .title_area .sec_right p span {
  font-weight: 700;
  color: #89f336;
}

.about_sec_wrap .sec_in .sec_left {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_sec_wrap .sec_in .card_area {
  background-image: linear-gradient(to left top, #5bc10b, #191919);
  background-image: linear-gradient(to left top, #5bc10b, #153000);
  padding: 100px 85px;
  border-radius: 10px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.about_sec_wrap .sec_in .card_area .s_shape1,
.about_sec_wrap .sec_in .card_area .s_shape2 {
  position: absolute;
  z-index: -1;
  opacity: 0.17;
}

.about_sec_wrap .sec_in .card_area .s_shape1 {
  top: 5%;
  right: 15%;
  width: 64px;
  height: 64px;
  background: url("../images/stroke-shape-top.svg") no-repeat center;
  background-size: contain;
}

.about_sec_wrap .sec_in .card_area .s_shape2 {
  bottom: 5%;
  right: 50%;
  width: 44px;
  height: 44px;
  background: url("../images/stroke-shape-bottom.svg") no-repeat center;
  background-size: contain;
}

.about_sec_wrap .sec_in .card_area .title {
  font-size: 27px;
  color: #FFC700;
  margin-bottom: 20px;
}

.about_sec_wrap .sec_in .card_area p {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}

.about_sec_wrap .sec_in .sec_right .count_main_row {
  row-gap: 40px;
}

.about_sec_wrap .sec_in .sec_right .count_grid {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 40px 25px;
  min-height: 100%;
}

.about_sec_wrap .sec_in .sec_right .count_grid .c_content .count_number {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.about_sec_wrap .sec_in .sec_right .count_grid .c_content .count_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}

.about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_content {
  width: 50%;
  min-height: 100%;
}

.about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_image {
  width: 50%;
  min-height: 100%;
  padding: 25px 0 0;
}

.about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_image > div {
  position: relative;
  width: 100%;
}

@media (max-width: 1199px) {
  .about_sec_wrap .sec_in .card_area {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .about_sec_wrap .title_area {
    text-align: center;
  }
  .about_sec_wrap {
    overflow: hidden;
  }
  .about_sec_wrap .sec_in .sec_in_row {
    row-gap: 40px;
  }
  .about_sec_wrap .sec_in .card_area {
    padding: 60px;
  }
  .footer_sec .footer_logo img {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .about_sec_wrap .sec_in .sec_right .count_grid .c_content .count_number {
    font-size: 30px;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid .c_content .count_text {
    font-size: 14px;
  }
  .about_sec_wrap .sec_in .sec_right .count_main_row {
    row-gap: 25px;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid {
    padding: 30px 15px;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid .c_content .count_text br {
    display: none;
  }
  .about_sec_wrap .sec_in .card_area {
    padding: 70px 25px;
  }
  .about_sec_wrap .sec_in .card_area p {
    font-size: 18px;
  }
  .about_sec_wrap .sec_in .card_area .title {
    font-size: 20px;
  }
  .about_sec_wrap .title_area {
    text-align: left;
  }
  .about_sec_wrap .title_area .sec_right p br {
    display: none;
  }
  .about_sec_wrap .title_area .sec_right p {
    font-size: 20px;
  }
  .about_sec_wrap {
    padding: 0 0 90px;
  }
  .footer_sec .footer_logo img {
    height: 32px;
  }
}
@media (max-width: 359px) {
  .about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_content {
    width: 100%;
    padding: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_image {
    width: 100%;
    text-align: center;
  }
  .about_sec_wrap .sec_in .sec_right .count_grid.count_grid_image .c_image img {
    width: 60%;
  }
}