* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* SF-PRO --- */


@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Bold.eot');
  src: url('../fonts/subset-SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/subset-SFProDisplay-Bold.woff2') format('woff2'),
  url('../fonts/subset-SFProDisplay-Bold.woff') format('woff'),
  url('../fonts/subset-SFProDisplay-Bold.ttf') format('truetype'),
  url('../fonts/subset-SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Regular.eot');
  src: url('../fonts/subset-SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/subset-SFProDisplay-Regular.woff2') format('woff2'),
  url('../fonts/subset-SFProDisplay-Regular.woff') format('woff'),
  url('../fonts/subset-SFProDisplay-Regular.ttf') format('truetype'),
  url('../fonts/subset-SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Medium.eot');
  src: url('../fonts/subset-SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/subset-SFProDisplay-Medium.woff2') format('woff2'),
  url('../fonts/subset-SFProDisplay-Medium.woff') format('woff'),
  url('../fonts/subset-SFProDisplay-Medium.ttf') format('truetype'),
  url('../fonts/subset-SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Semibold.eot');
  src: url('../fonts/subset-SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/subset-SFProDisplay-Semibold.woff2') format('woff2'),
  url('../fonts/subset-SFProDisplay-Semibold.woff') format('woff'),
  url('../fonts/subset-SFProDisplay-Semibold.ttf') format('truetype'),
  url('../fonts/subset-SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SF-PRO --- */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background-color: #fff;
  overflow: hidden;
}

.main_center {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1352px;
  padding: 0 16px;
  margin: 0 auto;
}

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
  background-color: #F1F3F4;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.fixed_header {
  position: fixed;
  top: 0px;
  width: 100%;
}

.open_bg,
.open_menu_bg,
.open_prof_bg {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14 16 19 / 50%);
  transition: all 0.3s ease;
}

.open_bg.opn,
.open_menu_bg.opn,
.open_prof_bg.opn {
  opacity: 1;
  visibility: visible;
}

/*! ====  HEADER START  ===== */

header {
  display: block;
  position: relative;
  width: 100%;
  min-width: 310px;
  /* padding: 20px 0; */
  background-color: #fff;
}

main.p_top {
  padding-top: 80px;
}

@keyframes fix {
  0% {
    top: -120px;
  }

  100% {
    top: 0px;
  }
}

.header_top.visible_mob {
  position: fixed;
  top: 0px;
  left: 0;
  /* z-index: 999; */
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
}

.header_top {
  position: relative;
  width: 100%;
  padding: 16px 0px;
  background-color: #fff;
  border-bottom: 1px solid #E9ECF0;
  z-index: 9999999911;
}

.header_bottom {
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid #E9ECF0;
}

.header_top .main_center,
.header_bottom .main_center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_left {
  display: block;
  width: auto;
  float: left;
  margin: 0 auto 0 0;
  max-width: calc(100% - 350px);
}

.header_right {
  display: block;
  width: auto;
  float: right;
  margin: 0 0 0 auto;
}

.hd_info {
  display: block;
  float: left;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #171E26;
}

.menu_btn.clicked {
  background-position: 0 100%;
}

.menu_btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  margin: 6px 0px 0 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/menu.svg");
  cursor: pointer;
}

.logo_sect {
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.logo_img {
  display: block;
  width: 134px;
  height: 46px;
}

.logo_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav.nav_desk {
  display: block;
  float: right;
  width: auto;
  height: auto;
  padding: 0px 0px 0px 25px;
  margin: 0px 0 0 auto;
  z-index: 999;
}

ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.hdr_menu>li:last-child,
ul.hdr_menu>li:last-child>a {
  padding-right: 0;
}

ul.hdr_menu>li {
  display: flex;
  align-items: center;
  float: left;
  padding: 0px 0px 0px 40px;
  margin: 0 0 0 0px;
  list-style: none;
}


ul.hdr_menu>li>a {
  display: block;
  position: relative;
  padding: 2px 0;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #171E26;
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.hdr_menu>li>a:hover,
ul.hdr_menu>li.active>a {
  color: #0D7FB8;
}

.mob_body {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.mob_ftr {
  width: 100%;
  padding: 20px 0 0 0;
}

.mob_ftr .cnt_link {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

nav.nav_mobile.transformed {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

nav.nav_mobile {
  display: block;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  padding: 45px 16px 30px 16px;
  margin: 0px auto 0 auto;
  background-color: #fff;
  border-top: 1px solid #E8EAED;
  z-index: 9999999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

nav.nav_mobile ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

nav.nav_mobile ul.hdr_menu>li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  padding: 0px 0px;
  margin: 0 0 0 0px;
  list-style: none;
}


nav.nav_mobile ul.hdr_menu>li>a {
  display: block;
  position: relative;
  padding: 15px 0px;
  text-align: center;
  font-size: 26px;
}

.cnt_link:hover {
  color: #0D7FB8;
}

.cnt_link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  margin: 0 0 24px 0;
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #0E1013;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cnt_name {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #414952;
}


.sing_links {
  display: block;
  float: left;
  margin: 0 0 0 auto;
}

.sign_itm.login {
  background-color: #E9ECF0;
}

.sign_itm.register {
  background-color: #F4C20A;
}

.sign_itm.register:hover {
  background-color: #F7D554;
}

.sign_itm.login:hover {
  background-color: #D7DBE0;
}

.sign_itm {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  min-height: 56px;
  margin: 0 0 0 8px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #171E26;
  background-color: #E9ECF0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-btn {
  display: block;
  width: 100%;
  /* height: 40px; */
}



/*! ====  HEADER FINISH  ===== */

/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
  /* padding: 60px 0 30px 0; */
  background-color: #fff;
  border-bottom: 1px solid #E9ECF0;
}

/* .ftr_top .cnt_link {
  margin-left: 30px;
} */

.ftr_top .cnt_link_itm {
  display: block;
  float: left;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 80px 0 56px 0;
  border-top: 1px solid #E9ECF0;
}

.ftr_top .main_center {
  display: flex;
  flex-wrap: wrap;
}

.footer_full {
  width: 100%;
  /* padding: 40px 40px; */
}


.ftr_logo {
  display: block;
  /* float: left; */
  width: 160px;
  height: 20px;
}

.ftr_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.ftr_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  /* width: 70%; */
}

.ftr_right {
  display: block;
  float: right;
  /* width: 30%; */
}

.ftr_social {
  float: right;
  margin: 0 0 0 auto;
}

.socials {
  width: 100%;
}

/* .socials li:last-child {
  margin: 0;
} */

.socials li {
  display: block;
  float: left;
  margin: 0 0 0 24px;
}

.social_icon:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.social_icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.icon_fb {
  background-image: url("../img/fb.svg");
}

.icon_insta {
  background-image: url("../img/insta.svg");
}

.icon_tlg {
  background-image: url("../img/tlg.svg");
}

.icon_ytb {
  background-image: url("../img/ytb.svg");
}

.icon_wp {
  background-image: url("../img/wp.svg");
}

.icon_x {
  background-image: url("../img/x.svg");
}

/* footer menu */
.ftr_menu_sect {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  float: left;
  width: calc(100% - 320px);
  margin: 0 0 0 auto;
}

.ftr_menu {
  /* display: inline-block; */
  /* float: left; */
  width: auto;
  margin: 0px 0 0 auto;
  padding: 0 0px;
}

.ftr_menu li {
  width: 50%;
  padding: 0px 96px 24px 0 !important;
}

/* footer menu */
.copyrite {
  display: block;
  width: 100%;
  padding: 28px 0px;
  border-top: 1px solid #E9ECF0;
}

.copyrite .main_center {
  display: flex;
  align-items: center;
}

.copyrite_inner {
  display: block;
  float: left;
  margin: 0 24px 0 0;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #414952;
}

.created_by_sm {
  display: flex;
  align-items: flex-end;
  float: left;
  width: auto;
  min-width: 162px;
  margin: 0 10px 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  word-break: break-word;
}

.creat_sm_title {
  display: block;
  float: left;
  width: auto;
  padding: 0px 5px 0px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868B;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 97px;
  height: 18px;
}

.creat_sm_icon img {
  display: block;
  width: 100%;
  height: 18px;
}

/*! ====  FOOTER FINISH  ===== */

/*! ====  MAIN START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_left {
  float: left;
  max-width: 300px;
}

.wrap_right {
  float: left;
  max-width: 300px;
}

.wrap_center {
  float: left;
  max-width: 660px;
  padding: 0 20px;
}


.sect_body {
  width: 100%;
}

.sect_header {
  width: 100%;
  padding: 0 0 56px 0;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  text-align: left;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #171E26;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wrap_manshet {
  width: 100%;
  padding: 32px 0;
  background-color: #fff;
}

.top_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mnsh_img {
  display: flex;
  justify-content: center;
  float: right;
  width: 535px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* .mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 104%;
} */

.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover; */
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mnsh_content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  position: relative;
  padding: 0px 135px 0px 0px;
  width: calc(100% - 535px);
}

.mnsh_title span {
  color: #0D7FB8;
}

.mnsh_title {
  display: block;
  width: 100%;
  margin: 0px 0 24px 0;
  text-align: left;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #171E26;
  opacity: 1;
  word-break: break-word;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.start_link {
  display: block;
  width: 100%;
}

.st_link:hover {
  background-color: #d7283f;
}

.st_link {
  display: block;
  float: left;
  min-width: 285px;
  padding: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #F5435B;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top_sld_catg {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #171E26;
  margin: 0 0 16px 0;
  word-wrap: break-word;
}


.top_slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  bottom: 60px;
  right: 0;
  outline: none;
  padding: 0 0;
}

.top_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 44px;
  height: 4px;
  opacity: 0.08;
  margin: 0 2.5px;
  background: #0E1013;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.top_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.top_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F5435B;
}

.top_slider .swiper-button-next:hover,
.top_slider .swiper-button-prev:hover {
  opacity: 1;
}

/* Publisher */

.wrap_publisher {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
  border-top: 1px solid #E9ECF0;
}

.publisher_item .sign_itm {
  margin: 16px 0 0 0;
}

.publisher_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 48px;
  background: #E3F4FC;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wrap_publisher .top_sld_catg {
  margin: 0px;
}

.wrap_publisher .mnsh_title {
  margin: 0px 0 16px 0;
}

.wrap_publisher .mnsh_content {
  padding: 0px 40px 0px 0px;
  width: calc(100% - 472px);
}

.wrap_publisher .mnsh_img {
  width: 472px;
}

/* Publisher */

/* Statistics */
.wrap_stat {
  width: 100%;
  padding: 0 0 80px 0;
  background-color: #fff;
  border-bottom: 1px solid #E8EAED;
}

.wrap_stat .row {
  margin: 0 -12px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.col {
  display: block;
  float: left;
}

.col_in {
  display: block;
  width: 100%;
}

.stat_col {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 12px;
}

.stat_info {
  display: block;
  width: 100%;
  padding: 24px 32px;
  background-color: #E3F4FC;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.stat_val,
.stat_name {
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #001F2E;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.stat_val {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #001F2E;
}

/* Statistics */
.wrap_odds {
  width: 100%;
  padding: 80px 0 24px 0;
  border-bottom: 1px solid #E8EAED;
}

.wrap_odds .row {
  margin: 0 -12px;
}

.odds_col {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding: 0px 12px 56px 12px;
  overflow: hidden;
}

.odds_col .col_in {
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #fff;
}

.wrap_odds .odds_img {
  width: auto;
}

.odds_row {
  width: 100%;
}

.odds_img_col {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 100%;
}

.odds_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.odds_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* .wrap_odds .odds_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
} */

.wrap_odds .odds_img {
  width: auto;
  padding: 0px;
  margin: auto;
}

.wrap_odds .sing_links {
  display: flex;
  justify-content: center;
  width: 100%;
  float: none;
}

.camp_col_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.campagin_btn span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/arw_r_w.svg");
}

.campagin_btn span {
  display: inline-flex;
  position: relative;
  padding-right: 32px;
}

.campagin_btn:hover {
  background-color: #2B333D;
}

.campagin_btn {
  display: inline-flex;
  margin: 24px 0 0 0 !important;
  background-color: #171E26;
  color: #fff;
}

.campagin_title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #171E26;
}

.lt_title {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #171E26;
}

.lt_info {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #414952;
}





/*! Popular section */
.wrap_popular {
  width: 100%;
  padding: 100px 0;
  background-color: #ECF8F8;
}

.popular_full {
  width: 100%;
}

.popular_slider {
  position: relative;
  padding: 0px 0 60px 0;
}

.popular_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0px;
  right: 0;
  outline: none;
  padding: 0 0;
}

.popular_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 44px;
  height: 4px;
  opacity: 0.08;
  margin: 0 2.5px;
  background: #0E1013;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.popular_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.popular_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F5435B;
}

/* Wrap about */
.wrap_abt_site {
  width: 100%;
  padding: 100px 0;
}

.wrap_abt_site .mnsh_title {
  margin: 10px 0 20px 0;
}

.wrap_abt_site .top_sld_catg {
  margin-bottom: 20px;
  /* max-height: 120px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wrap_abt_site.full .top_sld_catg {
  /* max-height: 500px; */
  -webkit-line-clamp: inherit;
}

.wrap_abt_site.full .abt_more_link::before {
  transform: rotate(180deg);
}

.abt_site_itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0px 0px 0 0px;
  margin: 0px 0 0px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.abt_site_itm .mnsh_img {
  width: 480px;
}


.abt_site_itm .mnsh_content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  position: relative;
  padding: 0px 0px 0px 40px;
  width: calc(100% - 480px);
}

.abt_more_link:hover {
  color: #0D7FB8;
}

.abt_more_link {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: auto;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #5F6368;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.abt_more_link::before {
  content: "";
  display: block;
  margin: 0 10px 0 0;
  width: 44px;
  height: 44px;
  background-color: #F1F3F4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("../img/arrow_r.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* !Wrap about */

/*! Popular section */
.wrap_partners {
  width: 100%;
  padding: 100px 0;
}

.wrap_partners .sect_header {
  padding: 0 0 40px 0;
}

.partner_full {
  position: relative;
  width: 100%;
}

.partner_slider {
  position: relative;
  padding: 0px 0 20px 0;
}

.partner_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0px;
  right: 0;
  outline: none;
  padding: 0 0;
}

.partner_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 44px;
  height: 4px;
  opacity: 0.08;
  margin: 0 2.5px;
  background: #0E1013;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.partner_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.partner_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F5435B;
}

.partn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
}

.partner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 50px 45px; */
}

.partner_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  filter: grayscale(100%);
}

.partner_slider .row {
  margin: 0 -10px;
}

.partner_col {
  width: 100%;
  padding: 0 10px;
}

/* !Partner section */
/* !Faq section */
.wrap_faq {
  width: 100%;
  padding: 100px 0;
}

.faq_body {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.collapse_row {
  width: 100%;
  border-bottom: 1px solid #0E1013;
}

.collapse_btn {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 30px 42px 30px 0;
  text-align: left;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0E1013;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/faq_btn.svg");
}

.collapse_btn.clp_clicked::before {
  background-position: 0 100%;
}

.collapse_content {
  display: none;
  width: 100%;
  padding: 0px 42px 30px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0E1013;
  word-break: break-word;
}

/* !Faq section */
/*! ====  MAIN FINISH  ===== */

/*! ====  STATIC PAGE START  ===== */
/* Wrap Contact */
.wrap_contact {
  width: 100%;
  padding: 32px 0 80px 0;
}

.wrap_contact .odds_col {
  width: 25%;
  padding: 0px 10px 20px 10px;
}

.contact_gap {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.contact_row {
  display: flex;
  gap: 12px;
  width: 100%;
}

.contact_left {
  width: 50%;
  padding: 32px 0;
}

.contact_right {
  width: 50%;
  padding: 40px 32px;
  border: 1px solid #E9ECF0;
  box-shadow: 0px 4px 12px 0px rgba(23, 30, 38, 0.04);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.contact_title_info {
  display: block;
  width: 100%;
  max-width: 640px;
  margin-top: 4px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #3C4043;
}


.cnt_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.contact_content {
  display: block;
  width: 100%;
}

.cnt_hd {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #0E1013;
}

.cnt_sect_head {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.cnt_s_hd {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #171E26;
}

.cnt_s_info {
  display: block;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #414952;
}

.wrap_contact .cnt_link_itm a {
  margin: 0;
}

.wrap_contact .cnt_link_itm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: none;
  margin-bottom: 24px;
}

.wrap_contact .socials li {
  margin: 8px 24px 0 0 !important;
}

.contact_detail_items {
  display: flex;
  margin-top: 40px;
  width: 100%;
  gap: 16px;
}

.cnt_dt_item {
  display: block;
  width: 33.333%;
}

.cnt_dt_name {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #171E26;
}

.cnt_dt_info {
  display: block;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #414952;
  word-break: break-word;
}


/* .lg_input:last-child {
  margin: 0;
} */

.lg_input {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 16px 0;
}


.login_submit {
  display: block;
  width: 100%;
  margin: 24px 0 0 0;
}

.login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 56px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #fff;
  background-color: #171E26;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-btn span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/arw_r_w.svg");
}

.login-btn span {
  display: inline-flex;
  position: relative;
  padding-right: 32px;
}

.login-btn:hover {
  background-color: #2B333D;
}


.lg_inputs {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0px;
  color: #171E26;
  background-color: #fff;
  border: 1px solid #C2C6CC;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.prof_inf_inpt {
  display: block;
  width: 100%;
  min-height: 96px;
  padding: 16px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0px;
  color: #171E26;
  outline: none;
  background-color: #fff;
  border: 1px solid #C2C6CC;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* resize: none; */
}

.lg_inputs:focus {
  border-color: #0D7FB8;
}

.lg_inputs::placeholder {
  font-weight: normal !important;
  color: #70767D !important;
}

.prof_inf_inpt:focus {
  border-color: #0D7FB8;
}

.prof_inf_inpt::placeholder {
  font-weight: normal !important;
  color: #70767D !important;
}

.lp-check {
  float: left;
  margin: 0px 0 0 0;
}

.lp-check input {
  display: none;
}

.lp-check label {
  position: relative;
  padding: 3px 0 0 30px;
  cursor: pointer;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
}

.lp-check label a {
  font-weight: 600;
  color: #0e1013;
}

.lp-check label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #80868b;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.lp-check label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
  background-image: url("../img/check.svg?v1");
  z-index: 10;
  opacity: 0;
}

.lp-check input:checked~label:before {
  border-color: #0D7FB8;
}

.lp-check input:checked~label:after {
  opacity: 1;
}


/** Map filter section */
.wrap_map_filter {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}

.wrap_map_page .wrap_map_filter {
  padding-top: 32px;
}

.wrap_map_filter .sect_header {
  padding: 0 0 32px 0;
}

.filter_mob_head {
  display: none;
  width: 100%;
  margin-bottom: 16px;
}

.open_filter::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/filter_icn.svg");
}

.open_filter::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_r.svg");
}

.open_filter {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  min-width: 100px;
  padding: 8px 48px 8px 52px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #171E26;
  border: 1px solid #C2C6CC;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.map_item {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map_item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50%;
}

/* .map_item img,
.map_item video,
.map_item iframe, */
.map_item #map {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/** Map filter section */
/* *Select2 section */
.filter_sect {
  display: flex;
  position: relative;
  width: 100%;
  gap: 12px;
  margin-bottom: 24px;
}

.opened_filter_sect {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  /* padding-bottom: 16px; */
  /* border-bottom: 1px solid #C2C6CC; */
  position: relative;
  z-index: 999999;
}

.close_filter {
  display: block;
  cursor: pointer;
  float: none;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/clear.svg");
}

.opened_filter_sect .open_filter::after {
  display: none;
}

.opened_filter_sect .open_filter::before {
  left: 0;
}

.opened_filter_sect .open_filter {
  display: inline-flex;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0 0 0 32px;
  border: none;
}


.filter_row {
  display: flex;
  width: calc(100% - 110px);
  gap: 12px;
}

.form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.filter_btn:hover {
  background-color: #2B333D;
}

.filter_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-height: 56px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #fff;
  background-color: #171E26;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form_item .select2-container--default .select2-selection--single .select2-selection__clear span {
  display: none !important;
}

.form_item .select2-container--default .select2-selection--single .select2-selection__clear {
  display: flex;
  position: absolute;
  right: 16px;
  cursor: pointer;
  float: none;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/clear.svg");
}

.customDrop {
  z-index: 9999999;
}

.show_price_sect .filter_price::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.filter_price::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_r.svg");
}

.filter_price span {
  color: #171E26;
}

.write_item_before,
.write_item_after {
  display: flex;
  width: 100%;
  align-items: center;
}

.write_val .write_item_before {
  display: none;
}

.write_item_after {
  display: none;
}

.write_val .write_item_after {
  display: flex;
}

.filter_price {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px 32px 16px 16px;
  border: 1px solid #C2C6CC;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #70767D;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.show_price_sect .price-wrap {
  opacity: 1;
  visibility: visible;
}

.price-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  right: 0;
  gap: 0 12px;
  min-width: 360px;
  width: 100%;
  padding: 16px;
  z-index: 9999;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(23, 30, 38, 0.04);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.price-wrap-min,
.price-wrap-max {
  display: flex;
  width: 50%;
  height: 56px;
  padding: 16px;
  text-align: left !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #171E26;
  border: 1px solid #C2C6CC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form_item .select2-container .select2-selection--single .select2-selection__rendered,
.form_item .select2-container--default .select2-selection--single {
  border: none;
  line-height: 1;
}

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

.form_item .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100% !important;
  position: relative;
  padding: 12px 48px 12px 16px;
  height: 56px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #171E26;
  opacity: 1;
  border: none;
  outline: none;
  border: 1px solid #C2C6CC;
  background-color: #fff;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.form_item .select2-selection--clearable .select2-selection__arrow {
  display: none !important;

}

.form_item .select2-selection__arrow {
  display: block;
  width: 24px !important;
  height: 24px !important;
  top: auto !important;
  right: 16px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_r.svg");
}

.form_item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.form_item .select2-selection__arrow b {
  display: none !important;
}

.select2-container {
  z-index: 99999;
}

.select2-container--open .select2-dropdown {
  padding: 16px 0;
  border: none;
  border: 1px solid #C2C6CC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -8px;
}


.select2-results__option {
  padding: 10px 16px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #171E26;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #0D7FB8;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 15px 56px 15px 20px;
  height: 48px;
  border: none;
  border: 1px solid #C0C4CC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.select2-search--dropdown {
  padding: 0 16px 14px 16px;
}

.select2-container--default .select2-search {
  display: flex;
  align-items: center;
  position: relative;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-search::before {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url("../img/icons/search.svg"); */
}

.select2-results {
  display: block;
  padding-right: 12px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.select2-results__options::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.select2-container--open {
  z-index: 999999991;
}

/* *Select2 section */
/* Map filter section */

/*! Pgination */

.pagination {
  display: block;
  width: 100%;
  padding-top: 16px;
}

.pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 0 0;
}

.pagination_list li {
  display: block;
  float: left;
  margin: 0 4px;
}

.pagination_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 12px 6px;
  background-color: #F0F3F5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #414952;
  opacity: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.pagination_list li.active a,
.pagination_list li:hover:not(.active) a {
  background-color: #087CBF;
  color: #ffffff;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pagination_list li.first-a a::before {
  background-image: url("../img/p_prev.svg");
}

.pagination_list li.last-a a::before {
  background-image: url("../img/p_next.svg");
}

.pagination_list li.first-a a:hover:before {
  background-position: 0 100%;
}

.pagination_list li.last-a a:hover:before {
  background-position: 0 100%;
}


/*! Pgination */

/* ! Blogs Page */
.wrap_blogs .sect_header {
  padding: 0 0 24px 0;
}

.wrap_blogs .swiper-link {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E9ECF0;
}

.wrap_blogs .mnsh_content {
  padding: 0px 0px 0px 48px;
  width: calc(100% - 636px);
  margin: 0;
}

.wrap_blogs .mnsh_img {
  width: 636px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_blogs .top_sld_catg {
  font-size: 14px;
  font-weight: 400;
  color: #414952;
  margin: 0;
}

.wrap_blogs .mnsh_title {
  margin: 8px 0;
  font-size: 36px;
}

.blog_time {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #70767D;
}

.wrap_blogs .lt_title {
  margin-top: 8px;
  text-align: left;
}

.wrap_blogs .lt_info {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.wrap_blogs a {
  text-decoration: underline;
  color: #171E26;
}

.wrap_blogs .wrap_manshet {
  padding-bottom: 0;
}

.wrap_blogs .wrap_odds {
  padding-top: 0;
  padding-bottom: 80px;
}

.wrap_blogs .odds_col {
  padding-bottom: 32px;
}

.wrap_blogs .wrap_odds .odds_img {
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}

.wrap_blogs .odds_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.wrap_blogs .odds_img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  position: absolute;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* ! Blogs Page */
/* ! Blogs Detail Page */
.wrap_blog_detail .sect_header {
  padding: 0 0 32px 0;
}

.blog_detail_container {
  display: block;
  width: 100%;
  max-width: 878px;
  margin: 0 auto 48px auto;
}

.blog_main_img {
  display: block;
  width: 100%;
  margin: 0 auto 24px auto;
}

.blog_main_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.blog_title {
  display: block;
  width: 100%;
  margin: 8px 0 24px 0;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #171E26;
}

.blog_text {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
}

.blog_text a {
  text-decoration: underline;
  color: #171E26;
}

.blog_text h1,
.blog_text h2,
.blog_text h3,
.blog_text h4,
.blog_text h5,
.blog_text h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}

.blog_text p {
  margin-bottom: 24px;
}

.blog_text img,
.blog_text iframe {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 24px auto;
}

.share_block {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E9ECF0;
  padding: 24px;
  margin-top: 32px;
}

.share_head {
  color: #171E26;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.15px;
}

.share_body {
  color: #414952;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}

.share_link {
  border-radius: 4px;
  background: #F3F6FA;
  padding: 8px;
  display: flex;
  align-items: center;
  max-width: 420px;
  margin-right: 24px;
  cursor: pointer;
}

.share_link img {
  margin-right: 11px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.share_link p {
  overflow: hidden;
  color: #70767D;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  max-width: 361px;
  white-space: nowrap;
}

.link_copied {
  position: fixed;
  bottom: 20px;
  padding: 12px;
  color: #fff;
  background: #0D7FB8;
  border-radius: 4px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.link_copied.active {
  opacity: 1;
  visibility: visible;
}

.share_icons a {
  text-decoration: none;
}

.share_icons a:not(:last-child) {
  margin-right: 12px;
}

.share_icons a img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.share_socials {
  display: flex;
}

/* ! Blogs Detail Page */

/* ! Projects Page */
.wrap_projects {
  padding: 32px 0 80px 0;
}

.wrap_projects .sect_header {
  padding: 0 0 24px 0;
}

.project_items {
  display: block;
  width: 100%;
}

.row_prj {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -48px;
}

.col_prj::before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: calc(100% - 16px);
  z-index: 2;
  top: calc(50% - 16px);
  background-image: url("../img/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #fff;
  border: 2px solid #D7DBE0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.col_prj.active::before {
  background-image: url("../img/circle_2.svg");
  border-color: #0D7FB8;
}

.col_prj::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: calc(100% - 1px);
  top: calc(50% - 1px);
  background-color: #D7DBE0;
}

.col_prj.active::after {
  background-color: #0D7FB8;
}

.col_prj {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 48px;
}

.col_prj:last-child:after {
  display: none;
}

.col_prj:nth-last-child(2):after {
  top: 30%;
}

.col_prj:nth-child(2n):after {
  left: auto;
  right: calc(100% - 1px);
}

.col_prj:nth-child(2n):before {
  left: auto;
  right: calc(100% - 16px);
}

.col_prj:nth-child(2n) {
  margin-top: 17%;
}

.prj_block {
  display: block;
  width: 100%;
  padding: 32px;
  border: 1px solid #D7DBE0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.prj_date {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #0D7FB8;
  word-break: break-word;
}

.prj_title {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
}

.prj_info {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #414952;
  word-break: break-word;
  border-bottom: 1px solid #E9ECF0;
}

.prj_btn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.prj_link_btn:hover {
  background-color: #C6E7F7;
}

.prj_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #0D7FB8;
  background-color: #E3F4FC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.project_header {
  max-width: 878px;
  margin: 0 auto;
}

.project_year {
  color: #0D7FB8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.project_header .blog_title {
  margin-top: 0;
}

.project_main_img {
  max-height: 540px;
}

.project_main_img img {
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.projects_head_text {
  color: #171E26;
  font-size: 18px;
  font-style: normal;
  font-weight: 510;
  line-height: 26px;
}

.detailed_text {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #F2FBFF;
}

.detailed_text h4 {
  margin-bottom: 16px;
}

.comment_head {
  overflow: hidden;
  color: #171E26;
  text-overflow: ellipsis;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.comment_card {
  border-radius: 16px;
  border: 1px solid #70767D;
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 32px 24px 20px 24px;
  margin: 24px 0;
}

.comment_stars {
  padding: 16px 0;
  display: flex;
}

.comment_stars img {
  width: 24px;
  height: 24px;
}

.comment_stars img:not(:last-child) {
  margin-right: 4px;
}

.comment_text {
  overflow: hidden;
  color: #171E26;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 32px;
}

.comment_profile {
  margin: 0 -24px -20px -24px;
  padding: 20px 24px;
  background: #F3F6FA;
  border-radius: 0px 0px 16px 16px;
  width: calc(100% + 48px);
  display: flex;

}

.comment_profile img {
  border-radius: 48px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.pr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr_head {
  overflow: hidden;
  color: #171E26;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.pr_job {
  overflow: hidden;
  color: #70767D;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 20px;
}

/* ! Projects Page */
/* ! Faq Page */

.faq_main_header {
  padding: 32px 0 64px 0 !important;
  border-bottom: 1px solid #E9ECF0;
  display: flex;
  justify-content: center;
}

.faq_main_header .sect_title {
  width: 100%;
}

.contact_we {
  display: flex;
  width: 424px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 24px;
}

.contact_we p {
  color: #414952;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.contact_we .bold_we {
  color: #171E26;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}

.contact_we a {
  display: flex;
  height: 56px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #171E26;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s all ease-in-out;
}

.contact_we a:hover {
  border-radius: 8px;
  background: #2B333D;
}

.faq_main .sect_body {
  padding-top: 64px;
  display: flex;
}

.accordion {
  padding: 24px 0;
  border-bottom: 1px solid #D7DBE0;
}

.accordion-header {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-header span {
  color: #171E26;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.accordion-content p {
  color: #414952;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.accordion-content {
  display: none;
}

.accordion:first-child .accordion-content {
  display: block;
}

.accordion_menu {
  width: 100%;
}

/* ! Faq Page */