body {
  margin: 0px;
  padding: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

/*font-family: 'Chakra Petch', sans-serif; font-family: 'Roboto', sans-serif;*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
input:hover,
input:focus,
input:active {
  outline: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
img {
  border: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
:before,
:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.wrapper {
  margin: 0px auto;
  overflow: hidden;
}
.container {
  max-width: 1330px;
  position: relative;
}
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}
.row {
  display: block !important;
}
font {
  vertical-align: top !important;
}

/*--------------- COMMON_START ---------------*/
.default-btn-hp {
  background: #6bd1e8;
  border: 1px solid #6bd1e8;
  border-radius: 0px;
  height: 52px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0px 24px;
  margin: 0px;
}
.default-btn-hp img {
  margin: -4px 0px 0px 9px;
  height: 14px;
}
.default-btn-hp:hover {
  background: #5bc5dd;
  color: #fff;
  border-color: #5bc5dd;
}

.default-btn-pink-hp {
  background: #fe006f;
  border-color: #fe006f;
}
.default-btn-pink-hp:hover {
  background: #dd0463;
  border-color: #dd0463;
}

.default-btn-yellow-hp {
  background: #febe0b;
  border-color: #febe0b;
}
.default-btn-yellow-hp:hover {
  background: #e7ad0a;
  border-color: #e7ad0a;
}

.default-btn-Nblue-hp {
  background: #040633;
  border-color: #040633;
}
.default-btn-Nblue-hp:hover {
  background: #01021a;
  border-color: #01021a;
}

.default-btn-white-hp {
  background: #fff;
  color: #0364e2;
  border-color: #fff;
}
.default-btn-white-hp:hover {
  background: #f8f8f8;
  color: #0364e2;
  border-color: #f8f8f8;
}

.default-btn-Rblue-hp {
  background: #0364e2;
  border-color: #0364e2;
}
.default-btn-Rblue-hp::hover {
  background: #0556be;
  border-color: #0556be;
}

.default-btn-Rblue-border-hp {
	background: none;
	border-color: #0364e2;
	color: #0364e2;
}
.default-btn-Rblue-border-hp:hover {
	background: #0364e2!important;
	border-color: #0254bf!important;
	color: #fff;
}

.common-title-main-hp {
  margin: 0px;
  padding: 0px 0px 40px 0px;
}
.common-title-main-hp h2 {
  font-size: 36px;
  line-height: 48px;
  color: #040633;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.common-title-main-hp h2 strong.Ctitle-lBlue-hp {
  color: #6bd1e8;
  font-weight: 700;
}
.common-title-main-hp h2 strong.Ctitle-yellow-hp {
  color: #febe0b;
  font-weight: 700;
}
.common-title-main-hp p {
  font-size: 24px;
  line-height: 32px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 14px 0px 0px;
}
.common-title-center-hp {
  text-align: center;
}
.common-title-Lblue-hp h2 {
  color: #6bd1e8;
}

.common-title-white-hp h2 {
  color: #fff;
}
.common-title-white-hp p {
  color: #fff;
}

/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/
#header {
  margin: 0px;
  padding: 0px 0px 5px;
  min-height: 170px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  z-index: 99999;
}
#header:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.54);
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.header-in-hp {
  position: relative;
  z-index: 9;
}
#header:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #6bd1e8;
  background: -moz-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: -webkit-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: linear-gradient(to right, #6bd1e8 0%, #0364e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd1e8', endColorstr='#0364e2',GradientType=1 );
}
.header-top-main-hp {
  margin: 0px;
  padding: 0px;
  min-height: 30px;
  background: #040633;
}
.header-top-in-hp {
  margin: 0px;
}
.head-top-social-hp {
  margin: 0px;
  padding: 0px;
  float: left;
}
.head-top-social-hp ul {
  margin: 0px;
  padding: 10px 0px 10px;
  font-size: 0px;
}
.head-top-social-hp ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 15px 0px 0px;
}
.head-top-social-hp ul li a {
  display: block;
}
.head-top-social-hp ul li a:hover {
  opacity: 0.6;
}
.head-top-social-hp ul li img {
  display: flex;
  height: 17px;
}

.head-top-right-hp {
  float: right;
  margin: 0px;
  padding: 0px;
}
.head-sub-nav-hp {
  float: right;
  margin: 0px;
  padding: 0px;
}
.head-sub-nav-hp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.head-sub-nav-hp ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 11px 0px 11px;
}
.head-sub-nav-hp ul li a {
  display: block;
  font-size: 13px;
  line-height: 37px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px;
}
.head-sub-nav-hp ul li a:hover {
  color: #fe006f;
}
.head-sub-nav-hp ul li.active a {
  color: #fe006f;
}
.head-sub-nav-hp ul li:last-child {
  padding-right: 0px;
}

.header-bot-hp {
  min-height: 128px;
  background: none;
  margin: 0px;
  padding: 0px;
}
.header-bot-in-hp {
  margin: 0px;
}
.logo-hp {
  float: left;
  margin: 32px 0px 32px;
  padding: 0px;
  position: relative;
}
.logo-hp a {
  display: block;
  position: relative;
  z-index: 99;
}
.logo-hp img {
  display: flex;
  height: 64px;
}

.header-right-hp {
  margin: 0px;
  padding: 0px 0px 0px;
  float: right;
}
.navigation-hp {
  margin: 0px;
  padding: 0px;
  float: right;
}
.navigation-hp .navbar {
  padding: 0px;
}
.navigation-hp .navbar > ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 100%;
  text-align: center;
}
.navigation-hp .navbar > ul > li {
  margin: 0px 22px 0px;
  padding: 0px 0px 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.navigation-hp .navbar > ul > li:last-child {
  margin-right: 0px;
}
.navigation-hp .navbar > ul > li > a.nav-link {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 53px 0px 53px;
  position: relative;
}
.navigation-hp .navbar > ul > li > a.nav-link:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 32px;
  width: 0px;
  height: 15px;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  background: #6bd1e8;
  background: -moz-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: -webkit-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: linear-gradient(to right, #6bd1e8 0%, #0364e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BD1E8', endColorstr='#0364E2',GradientType=1 );
}

.navigation-hp .navbar > ul > li > a.nav-link:hover {
  color: #003d57;
}
.navigation-hp .navbar > ul > li > a.nav-link:hover:after {
  width: 15px;
}
.navigation-hp .navbar > ul > li.active > a.nav-link {
  color: #003d57;
}
.navigation-hp .navbar > ul > li.active > a.nav-link:after {
  width: 15px;
}
.navigation-hp .navbar > ul > li.show > a.nav-link:after {
  width: 15px;
}

.navigation-hp .navbar > ul.nav-item-mobile-hp {
  display: none;
}

.navigation-hp .dropdown-menu .dropdown-menu-in-hp {
  border-radius: 0px;
  margin: 0px;
  padding: 9px 0px 24px;
  background: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
}

@media (min-width: 992px) and (max-width: 8000px) {
  .navigation-hp .dropdown-menu {
    min-width: 286px;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 0px 0px;
    background: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    left: 50%;
    transform: translateX(-50%);
  }
  .navigation-hp .dropdown-menu.dropdown-menu-right {
    left: auto;
    transform: translateX(0);
    right: 15px;
  }
  .navigation-hp .dropdown-menu.dropdown-menu-right .dropdown-menu-in-hp:after {
    left: auto;
    right: 49px;
  }
}

.navigation-hp .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
  z-index: 99;
  position: relative;
}
.navigation-hp .dropdown-menu ul li {
  margin: 0px;
  padding: 0px 0px 10px;
  border-bottom: 0px;
}
.navigation-hp .dropdown-menu ul li:last-child {
  padding-bottom: 0px;
}
.navigation-hp .dropdown-menu ul li a.dropdown-item {
  font-size: 16px;
  line-height: 42px;
  color: #040633;
  margin: 0px;
  font-weight: 500;
  padding: 0px 39px 0px;
}
.navigation-hp .dropdown-menu ul li a.dropdown-item:focus,
.navigation-hp .dropdown-menu ul li a.dropdown-item:hover {
  background: none;
  color: #003d57;
}
.navigation-hp .dropdown-menu ul li.active a.dropdown-item {
  background: none;
  color: #003d57;
  border-radius: 0px;
}
.navigation-hp .dropdown-menu ul li:last-child {
  border-bottom: 0px;
}
.navigation-hp .navbar > ul > li.nav-item-mobile-hp {
  display: none;
}

.dropd-menu-title-mobile-hp {
  display: none;
  padding: 0px 0px 15px;
  margin: 0px;
}
.dropd-menu-title-mobile-hp h2 {
  margin: 0px;
  padding: 0px;
  float: left;
}
.dropd-menu-title-mobile-hp h2 a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #333644;
  font-weight: 700;
}
.dmenu-title-back-mobile-hp {
  float: left;
  cursor: pointer;
  padding: 0px;
  width: 34px;
}
.dmenu-title-back-mobile-hp a {
  display: block;
  color: #333644;
}
.dmenu-title-back-mobile-hp a i {
  display: block;
  font-size: 26px;
  line-height: 34px;
}

.header-home-main-hp .header-bot-hp {
  min-height: 168px;
  background: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.header-home-main-hp .logo-hp {
  margin: 26px 0px 26px;
}
.header-home-main-hp .logo-hp img {
  height: 116px;
}
.header-home-main-hp .navigation-hp {
  padding-top: 12px;
}
.header-home-main-hp .navigation-hp .navbar > ul > li > a.nav-link {
  color: #fff;
}
.header-home-main-hp .navigation-hp .navbar > ul > li.nav-btn-hp {
  display: none;
}
.header-home-main-hp .navigation-hp .navbar > ul > li:nth-child(3) {
  margin-right: 0px;
}

.desktop-link {
  display: block;
}
.mobile-link-name {
  display: none !important;
}
.mobile-link-arrow {
  display: none !important;
  float: right;
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 15px 20px 15px 50px !important;
}

/*----- MOBILE_MENU_START -----*/
.mobile-menu-icon-hp {
  margin: 23px 0px 23px;
  padding: 0px;
  width: 24px;
  height: 24px;
  display: none;
  float: right;
}
.menu-toggle-btn-hp {
  margin: 0px;
  padding: 3px 0px 3px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-toggle-btn-hp span {
  background: #040633;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 0px;
  margin: 0px 0px 6px 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-toggle-btn-hp span:last-child {
  margin-bottom: 0px;
}
.menu-toggle-btn-hp.open span:nth-child(1),
.menu-toggle-btn-hp.open span:nth-child(3) {
  transform: translate(0px, 8px) rotate(-45deg) scalex(1);
  margin-bottom: 0px;
}
.menu-toggle-btn-hp.open span:nth-child(2) {
  height: 0;
  margin-bottom: 0px;
}
.menu-toggle-btn-hp.open span:nth-child(3) {
  transform: translate(0px, 6px) rotate(45deg) scalex(1);
}
.hide-scroll {
  overflow: hidden !important;
}
/*----- MOBILE_MENU_END -----*/

.fix-header #header {
  position: fixed;
}
.fix-header #header:before {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/
#contain {
  margin: 0px;
  padding: 170px 0px 0px 0px;
  overflow: hidden;
}

.hero-block-main-hp {
  margin: 0px;
  padding: 0px;
}
.hero-overlay-hp {
  background: rgba(4, 6, 51, 0.39);
}
.hero-block-in-hp {
  margin: 0px;
  height: 654px;
  position: relative;
}
.hero-slider-hp {
  margin: 0px;
  height: 100%;
}
.hero-slider-hp .owl-stage-outer {
  margin: 0px;
  height: 100%;
}
.hero-slider-hp .owl-stage-outer .owl-stage {
  margin: 0px;
  height: 100%;
}
.hero-slider-hp .owl-stage-outer .owl-stage .owl-item {
  margin: 0px;
  height: 100%;
}
.hero-slider-hp .owl-dots {
  position: absolute;
  left: 160px;
  bottom: 100px;
}
.hero-slide1-hp {
  margin: 0px;
  padding: 0 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-slide1-hp h1 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 17px;
}
.hero-slide1-hp p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 28px;
}
.hero-slide-btn-hp .default-btn-hp span {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 14px;
  height: 14px;
  background: url("../images/btn_plus_icon_hp.svg") no-repeat center center;
  background-size: 14px;
  margin: -4px 0px 0px 9px;
}
.hero-slide-btn-hp .default-btn-hp:hover {
  background: #0364e2;
  border-color: #0364e2;
}
.hero-slider-hp .owl-dots {
  margin-top: 47px;
}
.hero-arrow-shap-hp {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  bottom: -150px;
  z-index:9999;
}
.hero-arrow-shap-hp img {
  height: 521px;
}

.Oobjectives-block-main-hp {
  margin: 0px;
  padding: 115px 0px 84px;
  position: relative;
}
.Oobjectives-block-main-hp h2 strong {
  color: #6bd1e8;
  font-weight: 700;
}
.Oobjectives-block-main-hp:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 100%;
  background: #040633;
  margin: 0px;
  padding: 0px;
}
.Oobjectives-block-in-hp {
  margin: 0px;
}
.Oobjectives-list-hp {
  margin: 0px -15px;
  padding: 12px 0px 48px;
  font-size: 0px;
}
.Oobjectives-box1-hp {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
.Oobjectives-box-icon-hp {
  margin: 0px 0px 15px;
  padding: 0px;
  display: table;
  height: 55px;
}
.Oobjectives-box-icon-in-hp {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}
.Oobjectives-box-icon-hp img {
  max-height: 55px;
}
.Oobjectives-box1-hp h3 {
  font-size: 24px;
  line-height: 32px;
  color: #0a141b;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 14px;
}
.Oobjectives-box1-hp p {
  max-width: 250px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
.Oobjectives-btn-hp {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.quote-block-main-hp {
  margin: 0px;
  padding: 0px;
  background: #040633;
  position: relative;
}
.quote-block-main-hp:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
  background: #6bd1e8;
  margin: 0px;
  padding: 0px;
}
.quote-block-in-hp {
  margin: 0px;
  height: 518px;
}
.quote-info-main-hp {
  margin: 0px auto;
  padding: 133px 0px 133px;
  max-width: 836px;
  width: 100%;
  text-align: center;
}
.quote-icon-hp {
  margin: 0px 0px 56px;
  padding: 0px;
}
.quote-icon-hp img {
  height: 62px;
}
.quote-info-main-hp p {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.news-block-main-hp {
  margin: 0px;
  padding: 103px 0px 40px;
  position: relative;
}
.news-block-main-hp:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 100%;
  background: #febe0b;
  margin: 0px;
  padding: 0px;
}
.news-block-in-hp {
  margin: 0px;
}
.news-list-main-hp {
  margin: 0px;
  padding: 0px;
}
.news-box1-hp {
  padding: 0px 7px 0px;
  display: inline-block;
  vertical-align: top;
}
.news-box1-in-hp {
  min-height: 456px;
  margin: 0px 0px 20px;
  padding: 31px 26px 24px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-box1-in-hp:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #febe0b;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-box1-in-hp:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.54;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-box1-img-hp {
  margin: 0px 0px 24px;
  padding: 0px;
}
.news-box1-img-hp img {
  width: 100%;
}
.news-box1-hp h2 {
  font-size: 20px;
  line-height: 24px;
  color: #0a141b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 16px;
}
.news-box1-hp h2 a {
  display: inline-block;
  vertical-align: top;
  color: #0a141b;
}
.news-box1-hp p {
  font-size: 14px;
  line-height: 18px;
  color: #084387;
  margin: 0px;
  padding: 0px 0px 16px;
}
.news-box1-hp p strong {
  color: #5ba4d3;
  font-weight: normal;
}
.news-bot-hp {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.news-tags-hp {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.news-tags-hp ul {
  margin: 0px;
  padding: 0px;
}
.news-tags-hp ul li {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #febe0b;
  font-size: 12px;
  line-height: 18px;
  color: #febe0b;
  margin: 0px 6px 0px 0px;
  padding: 0px 5px;
}
.news-date-hp {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 0px 5px;
}
.twitter-news-head-hp {
  margin: 0px;
  padding: 0px 0px 22px;
}
.twitter-news-head-icon-hp {
  float: left;
  margin: 0px;
  padding: 0px;
}
.twitter-news-head-icon-hp img {
  display: flex;
  height: 16px;
}
.twitter-news-head-name-hp {
  float: right;
  font-size: 14px;
  line-height: 16px;
  color: #084387;
  margin: 0px;
  padding: 0px;
}
.twitter-news-head-name-hp a {
  color: #084387;
}
.news-box1-hp:hover .news-box1-in-hp {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}
.news-box1-hp:hover h2 a {
  color: #febe0b;
}
.news-box1-hp:hover .news-box1-in-hp:after {
  opacity: 1;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.news-box1-hp:hover .news-box1-in-hp:before {
  height: 4px;
}

.news-btn-hp {
  text-align: center;
  margin: 0px;
  padding: 16px 0px 0px;
}

.event-block-main-hp {
  margin: 0px;
  padding: 80px 0px 0px 0px;
}
.event-block-in-hp {
  margin: 0px;
  padding-bottom: 60px;
}
.event-block-in-hp:after {
  content: "";
  width: 5000%;
  height: 12px;
  background-color: #0364e2;
  bottom: 0;
  right: 15px;
  position: absolute;
}
.event-box-list-hp {
  margin: 0px -15px;
  padding: 0px;
  font-size: 0;
  /* display: flex; */
}
.event-box-hp {
  margin: 0px 0px 30px 0px;
  display: inline-block;
}
.event-year-hp {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 36px;
  color: #6bd1e8;
  font-weight: 300;
}
.event-datetime-hp {
  margin: 0px;
  padding: 0px 0px 13px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 36px;
  color: #0364e2;
  font-weight: 700;
}
.event-info-hp {
  margin: 0px;
  padding: 0px 0px 12px 0px;
}
.event-info-hp h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #0364e2;
  font-weight: 700;
}
.event-info-hp p {
  margin: 0px;
  padding: 35px 0px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  color: #040633;
  max-width: 280px;
  min-height:90px;
}
.event-tag-list-hp {
  margin: 0px;
  padding: 0px;
  font-size: 0;
  min-height: 20px;
}
.event-tag-hp {
  margin: 0px 10px 5px 0px;
  padding: 0px 8px 0px 8px;
  height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #0364e2;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #0364e2;
  cursor: pointer;
}
.event-tag-hp:last-child {
  margin: 0px;
}
.learnmore-link-hp {
  margin: 0px;
  padding: 16px 0px 0px 0px;
}
.learnmore-link-hp{
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #6bd1e8;
  font-weight: 500;
  position: relative;
}
.learnmore-link-hp:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: #6bd1e8;
  margin: 0px;
  padding: 0px;
}
.learnmore-link-hp:hover {
  color: #0364e2;
}
.learnmore-link-hp:hover:after {
  background: #0364e2;
}
.event-box-hp:hover {
  cursor: pointer;
}
.event-box-hp:hover .learnmore-link-hp  {
  color: #0364e2;
  padding-bottom: 2px;
  margin-top: -2px;
}
.event-box-hp:hover .learnmore-link-hp:after {
  background: #0364e2;
}

.event-btn-hp {
  margin: 0px;
  padding: 50px 0px 0px 0px;
  text-align: center;
}

.partner-block-main-hp {
  margin: 0px;
  padding: 70px 0px 70px 0px;
}
.partner-block-in-hp {
  margin: 0px;
}
.partner-slider-hp {
  margin: 0px;
  padding: 0px;
  font-size: 0;
  text-align: center;
}
.partner-slide-hp {
  display: table;
  width: 100%;
  height: 74px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.partner-slide-in-hp {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}
.partner-slide-in-hp a {
  display: block;
}
.partner-slide-hp img {
  max-height: 74px;
  max-width: 160px;
}

.contact-btn-hp {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 72px;
  bottom: 0px;
  z-index: 9999;
}
.contact-btn-hp .default-btn-hp img {
  height: 18px;
  margin-top: -6px;
}
/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer {
  margin: 0px;
  padding: 0px;
  background: #6bd1e8;
}
.footer-top-hp {
  margin: 0px;
  padding: 40px 0px 30px 0px;
}
.footer-top-in-hp {
  margin: 0px;
  font-size: 0;
}
.footer-logo-hp {
  margin: 0px;
  width: 269px;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-logo-hp img {
  height: 44px;
}

.footer-links-hp {
  margin: 0px;
  width: 236px;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-links-hp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}
.footer-links-hp ul li {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.footer-links-hp ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #040633;
}
.footer-links-hp ul li a:hover {
  color: #fe006f;
}
.footer-links-hp ul li:last-child {
  padding: 0px;
}

.footer-info-hp {
  margin: 0px;
  width: 450px;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.f-flag-hp {
  margin: 0px;
}
.f-flag-hp img {
  height: 65px;
}
.footer-info-hp p {
  margin: 0px;
  padding: 3px 0px 0px 0px;
  font-size: 12px;
  line-height: 18px;
  color: #040633;
  max-width: 340px;
}

.footer-social-hp {
  margin: 0px;
  width: 109px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-social-hp h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}
.footer-social-hp ul {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 0px;
}
.footer-social-hp ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  vertical-align: bottom;
}
.footer-social-hp ul li a {
  display: block;
}
.footer-social-hp ul li a:hover {
  opacity: 0.6;
}
.footer-social-hp ul li img {
  display: flex;
}

.footer-bottom-hp {
  margin: 0px;
  padding: 8px 0px 8px 0px;
  border-top: solid 1px #ffffff;
}
.footer-bottom-in-hp {
  margin: 0px;
}
.footer-small-nav-hp {
  margin: 0px;
  padding: 0px;
  float: left;
}
.footer-small-nav-hp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}
.footer-small-nav-hp ul li {
  margin: 0px;
  padding: 0px 22px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-small-nav-hp ul li a {
  font-size: 11px;
  line-height: 20px;
  color: #040633;
}
.footer-small-nav-hp ul li a:hover {
  color: #fe006f;
}
.footer-small-nav-hp ul li:last-child {
  padding: 0px;
}
.footer-copyright-hp {
  margin: 0px;
  padding: 0px;
  float: right;
  font-size: 11px;
  line-height: 20px;
  color: #040633;
}
/*--------------- FOOTER_END --------------*/

/*--------------- ABOUT_US_START --------------*/
.default-hero-block-main-ap {
  margin: 0px;
  padding: 0px;
}
.default-hero-img-ap {
  max-width: calc(50% - 23px);
  margin: 0px;
  padding: 0px;
  float: right;
  min-height: 350px;
  position: relative;
}
.default-hero-arrow-ap {
  position: absolute;
  left: -69px;
  bottom: -2px;
  margin: 0px;
  padding: 0px;
}
.default-hero-arrow-ap img {
  height: 161px;
}
.default-hero-text-main-ap {
  max-width: calc(50% + 23px);
  margin: 0px;
  padding: 0px;
  float: left;
}
.default-hero-text-in-ap {
  width: 100%;
  max-width: 673px;
  margin: 0px;
  padding: 0px;
  float: right;
}

.default-breadcrumb-ap {
  margin: 0px;
  padding: 34px 0px 0px;
}
.default-breadcrumb-ap .breadcrumb {
  display: block;
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px;
  border-radius: 0px;
  font-size: 0px;
}
.default-breadcrumb-ap .breadcrumb-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  color: #040633;
  font-weight: 500;
  margin: 0px 13px 0px 0px;
  padding: 0px;
}
.default-breadcrumb-ap .breadcrumb-item a {
  color: #333;
}
.default-breadcrumb-ap .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 10px;
  height: 10px;
  margin: 2px 13px 0px 0px;
  padding: 0px;
  vertical-align: top;
  background: #6bd1e8;
  background: -moz-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: -webkit-linear-gradient(left, #6bd1e8 0%, #0364e2 100%);
  background: linear-gradient(to right, #6bd1e8 0%, #0364e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BD1E8', endColorstr='#0364E2',GradientType=1 );
}
.default-breadcrumb-ap .breadcrumb-item.active {
  font-weight: 400;
}

.default-hero-Tinfo-ap {
  max-width: 530px;
  margin: 0px;
  padding: 74px 0px 20px;
}
.default-hero-Tinfo-ap h1 {
  font-size: 42px;
  line-height: 56px;
  color: #040633;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 8px;
}
.default-hero-Tinfo-ap h1 img {
  width: 10px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: -2px;
}
.default-hero-Tinfo-ap p {
  font-size: 18px;
  line-height: 24px;
  color: #040633;
  margin: 0px;
  padding: 0px 0px 25px;
}

.mini-navigation-main-ap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  margin: 0px;
  padding: 0px;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mini-navigation-in-ap {
  margin: 0px;
}
.mini-navigation-menu-hp {
  margin: 0px;
  padding: 0px;
}
.mini-navigation-menu-hp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.mini-navigation-menu-hp ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 21px;
}
.mini-navigation-menu-hp ul li a {
  display: block;
  font-size: 14px;
  line-height: 52px;
  color: #040633;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.mini-navigation-menu-hp ul li a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 4px;
  background: #6bd1e8;
  margin: 0px auto;
  padding: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mini-navigation-menu-hp ul li a:hover {
  color: #6bd1e8;
}
.mini-navigation-menu-hp ul li a:hover:after {
  width: 100%;
}
.mini-navigation-menu-hp ul li a.active {
  color: #6bd1e8;
}
.mini-navigation-menu-hp ul li a.active:after {
  width: 100%;
}
.mini-navigation-main-ap.mini-nav-fixed-ap {
  bottom: auto;
}

.Oobjectives-block-main-ap {
  padding: 72px 0px 90px;
}
.Oobjectives-block-main-ap:after {
  background: #6bd1e8;
}

.textimg-block-main-ap {
  margin: 0px;
  padding: 121px 0px 180px;
  background: #6bd1e8;
  position: relative;
}
.textimg-block-main-ap:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fe006f;
  width: 12px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.textimg-block-in-ap {
  margin: 0px;
}
.textimg-box-img-ap {
  float: left;
  width: 602px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.textimg-box-img-ap img {
  width: 100%;
}
.textimg-box-img-ap:after {
  content: "";
  position: absolute;
  left: 73px;
  bottom: -117px;
  width: 132px;
  height: 234px;
  background: url(../images/eupex_icon.svg) no-repeat center top;
  background-size: 100%;
  margin: 0px;
  padding: 0px;
}
.textimg-box-info-main-ap {
  float: left;
  width: calc(100% - 602px);
  margin: 0px;
  padding: 0px 0px 0px 100px;
}
.textimg-box-info-in-ap {
  max-width: 520px;
  margin: 0px;
  padding: 61px 0px 0px;
}
.textimg-box-info-main-ap h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 28px;
}
.textimg-box-info-main-ap h3 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 19px;
}
.textimg-box-info-main-ap p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 27px;
}
.textimg-info-btn-ap {
  margin: 0px;
  padding: 0px;
}

.SS-column-block-main-ap {
  margin: 0px;
  padding: 113px 0px 112px;
  background: #fe006f;
  position: relative;
}
.SS-column-block-main-ap:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  width: 50%;
  height: 12px;
  margin: 0px;
  padding: 0px;
}
.SS-column-block-in-ap {
  margin: 0px;
}
.SS-column-block-main-ap .common-title-main-hp {
  padding-bottom: 24px;
}
.SS-column-block-main-ap .common-title-main-hp p {
  padding-top: 10px;
}
.SS-column-info-ap {
  margin: 0px;
  padding: 0px;
}
.SS-column-info-ap p {
  max-width: 604px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin: 0px auto;
  padding: 0px 0px 30px;
}
.SS-column-info-ap ul,
.SS-column-info-ap ol {
  max-width: 604px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
}
.SS-column-info-ap ol {
  list-style: none;
  counter-reset: item;
}
.SS-column-info-ap ul li,
.SS-column-info-ap ol li {
  margin: 0px;
  padding: 0px 0px 15px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.SS-column-info-ap ol li {
  counter-increment: item;
}
.SS-column-info-ap ul li:last-child,
.SS-column-info-ap ol li:last-child {
  padding-bottom: 0px;
}
.SS-column-info-ap ul li:after,
.SS-column-info-ap ol li:after {
  content: "";
  position: absolute;
  background: #0364e2;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0px;
}
.SS-column-info-ap ol li:after {
  content: counter(item);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SS-column-block-main-ap .SS-column-info-ap > img {
  display: block;
  width: 100%;
  max-width: 604px;
  margin: 0px auto;
  padding: 0px 0px 30px;
}
.SS-column-info-btn-ap {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.Oservice-block-main-ap {
  margin: 0px;
  padding: 98px 0px 100px;
}
.Oservice-block-in-ap {
  margin: 0px;
}
.Oservice-list-main-ap {
  margin: 0px -15px;
  padding: 8px 0px 0px;
  font-size: 0px;
}
.Oservice-box1-ap {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.Oservice-box-icon-ap {
  display: table;
  height: 55px;
  width: 100%;
  text-align: center;
  margin: 0px 0px 17px;
  padding: 0px;
}
.Oservice-box-icon-in-ap {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.Oservice-box-icon-ap img {
  max-width: 60px;
  max-height: 55px;
}
.Oservice-box1-ap h3 {
  font-size: 22px;
  line-height: 30px;
  color: #0a141b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 11px;
}
.Oservice-box1-ap p {
  max-width: 350px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
  margin: 0px auto;
  padding: 0px 0px 35px;
}
.Oservice-btn-ap {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.quote-block-main-ap {
  position: relative;
}
.quote-block-main-ap:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 12px;
  background: #6bd1e8;
  margin: 0px;
  padding: 0px;
}

.table-block-main-ap {
  margin: 0px;
  padding: 124px 0px 70px 0px;
}
.table-block-in-ap {
  margin: 0px;
}
.table-block-main-ap .common-title-main-hp p {
  color: #6bd1e8;
}
.table-main-ap {
  margin: 0px auto;
  padding: 0px;
  max-width: 992px;
  border: solid 1px #6bd1e8;
}
.table-row-ap {
  margin: 0px;
  padding: 28px 15px 28px 15px;
  font-size: 0;
}
.table-row-ap:nth-child(odd) {
  background: #fff;
}
.table-row-ap:nth-child(even) {
  background: #6bd1e8;
}
.table-row-ap:nth-child(even) p,
.table-row-ap:nth-child(even) h1,
.table-row-ap:nth-child(even) h2,
.table-row-ap:nth-child(even) h3,
.table-row-ap:nth-child(even) h4,
.table-row-ap:nth-child(even) h5,
.table-row-ap:nth-child(even) h6 {
  color: #fff;
}
.table-column1-ap {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.table-column1-ap p,
.table-column1-ap h1,
.table-column1-ap h2,
.table-column1-ap h3,
.table-column1-ap h4,
.table-column1-ap h5,
.table-column1-ap h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #6bd1e8;
  font-weight: 700;
}
.table-column2-ap {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.table-column2-ap p,
.table-column2-ap h1,
.table-column2-ap h2,
.table-column2-ap h3,
.table-column2-ap h4,
.table-column2-ap h5,
.table-column2-ap h6 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
}

.section-bulleted-main-ap {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.section-bulleted-main-ap:after {
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  left: 0px;
  background: #0364e2;
  position: absolute;
}
.section-bulleted-in-ap {
  margin: 0px;
  padding: 116px 0px 110px 0px;
}
.section-b-left-info-ap {
  margin: 0px;
  padding-top: 55px;
  float: left;
}
.section-bullet-list-ap {
  margin: 0px;
  padding: 0px;
  max-width: 530px;
}
.section-bullet-list-ap h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #0364e2;
  font-weight: 700;
}
.section-bullet-list-ap ul,
.section-bullet-list-ap ol {
  margin: 0px;
  padding: 28px 0px 0px 25px;
}
.section-bullet-list-ap ol {
  list-style: none;
  counter-reset: item;
}
.section-bullet-list-ap ul li,
.section-bullet-list-ap ol li {
  margin: 0px;
  padding: 0px 0px 15px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
  position: relative;
}
.section-bullet-list-ap ol li {
  counter-increment: item;
}
.section-bullet-list-ap ul li:last-child,
.section-bullet-list-ap ol li:last-child {
  padding-bottom: 0px;
}
.section-bullet-list-ap ul li:after,
.section-bullet-list-ap ol li:after {
  content: "";
  position: absolute;
  background: #0364e2;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0px;
}
.section-bullet-list-ap ol li:after {
  content: counter(item);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-b-right-image-ap {
  float: right;
}
.section-image-ap {
  text-align: right;
  position: relative;
}
.section-image-ap img {
  width: 100%;
  max-width: 602px;
}
.section-image-ap:after {
  content: "";
  position: absolute;
  background: url(../images/eupex_icon.svg) no-repeat;
  background-size: 100%;
  width: 132px;
  height: 234px;
  bottom: -116px;
  left: 110px;
}
.section-image-ap.hide-arrow::after, 
.textimg-box-img-ap.hide-arrow::after {
  display: none;
}

.section-2column-main-ap {
  margin: 0px;
  padding: 119px 0px 80px 0px;
}
.section-2column-main-ap ul,
.section-2column-main-ap ol {
  margin: 0px;
  padding: 28px 0px 0px 25px;
}
.section-2column-main-ap ol {
  list-style: none;
  counter-reset: item;
}
.section-2column-main-ap ul li,
.section-2column-main-ap ol li {
  margin: 0px;
  padding: 0px 0px 15px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
  position: relative;
}
.section-2column-main-ap ol li {
  counter-increment: item;
}
.section-2column-main-ap ul li:last-child,
.section-2column-main-ap ol li:last-child {
  padding-bottom: 0px;
}
.section-2column-main-ap ul li:after,
.section-2column-main-ap ol li:after {
  content: "";
  position: absolute;
  background: #0364e2;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0px;
}
.section-2column-main-ap ol li:after {
  content: counter(item);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-2column-in-ap {
  margin: 0px;
}
.section-column-list-ap {
  margin: 0px -15px;
  padding: 15px 0px 0px 0px;
  font-size: 0;
}
.section-column-main-ap {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.section-column-in-ap {
  margin: 0px auto;
  max-width: 400px;
  width: 100%;
}
.section-column-in-ap h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #6bd1e8;
  font-weight: 700;
}
.section-column-in-ap p {
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #040633;
  font-weight: 500;
}

.contact-banner-main-ap {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.contact-banner-main-ap:after {
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  right: 0px;
  background: #febe0b;
  position: absolute;
}
.contact-banner-overlay-ap {
  width: 100%;
  height: 100%;
  background: rgba(4, 6, 51, 0.33);
}
.contact-banner-in-ap {
  margin: 0px;
}
.contact-banner-info-ap {
  margin: 0px;
  padding: 178px 0px;
  text-align: center;
}
.contact-banner-info-ap p {
  max-width: 835px;
  margin: 0px auto;
  padding: 0px 0px 35px 0px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
/*--------------- ABOUT_US_END --------------*/

/*--------------- BOARD_AND_MANAGEMENT_START --------------*/
.BandM-block-main-bmp {
  margin: 0px;
  padding: 90px 0px 24px 0px;
  position: relative;
}
.BandM-block-main-bmp:after {
  content: "";
  width: 12px;
  height: 550px;
  top: 0;
  right: 0px;
  background: #040633;
  position: absolute;
}
.BandM-block-in-bmp {
  margin: 0px;
}
.BandM-box-list-bmp {
  margin: 0px -38px;
  padding: 0px 0px;
  font-size: 0;
}
.BandM-box-bmp {
  margin: 0px;
  padding: 0px 38px 76px 38px;
  display: inline-block;
  vertical-align: top;
  pointer-events: stroke;
}
.BandM-image-bmp {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 9;
}
.BandM-image-bmp:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #fe006f;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.BandM-image-bmp img {
  width: 100%;
  max-width: 268px;
}
.BandM-info-bmp {
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
.BandM-info-bmp h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #0a141b;
  font-weight: 700;
  transition: all 0.3s linear;
}
.BandM-info-bmp p {
  margin: 0px;
  padding: 6px 0px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #0a141b;
  font-weight: 500;
}
.BandM-info-bmp ul {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  font-size: 0;
}
.BandM-info-bmp ul li {
  margin: 0px;
  padding: 0px 16px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.BandM-info-bmp ul li a i {
  font-size: 16px;
  line-height: 16px;
  color: #6bd1e8;
}
.BandM-info-bmp ul li:last-child {
  padding: 0px;
}
.BandM-info-bmp ul li a:hover i {
  color: #fe006f;
}
.BandM-box-bmp:hover .BandM-info-bmp h3 {
  color: #fe006f;
}
.BandM-box-bmp:hover .BandM-image-bmp:after {
  height: 10px;
}
/*--------------- BOARD_AND_MANAGEMENT_END --------------*/

/*--------------- CONSORTIUM_START --------------*/
.consortium-block-main-cp {
  margin: 0px;
  padding: 90px 0px 0px 0px;
}
.consortium-block-in-cp {
  margin: 0px;
}
.consortium-logo-list-cp {
  margin: 0px -21px;
  padding: 0px 0px;
  font-size: 0;
}
.consortium-logo-main-cp {
  max-width: 20%;
  margin: 0px;
  padding: 0px 21px 52px 21px;
  display: inline-block;
  vertical-align: top;
}
.consortium-logo-in-cp {
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
  text-align: center;
}
.consortium-logo-img-cp {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.consortium-logo-img-cp a {
  display: block;
  position: relative;
}
.consortium-logo-img-cp a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 37px;
  background: url("../images/consortium_logo_hover.svg") no-repeat center top;
  background-size: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.consortium-logo-img-cp a img {
  max-height: 104px;
  max-width: 227px;
}
.consortium-logo-img-cp a:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}
.consortium-logo-img-cp a:hover:after {
  right: -37px;
  top: -37px;
  opacity: 1;
}
.event-block-main-cp {
  padding: 48px 0px 0px 0px;
}

.modal {
  z-index: 999999999;
}
.modal-backdrop {
  background: #040633;
  z-index: 9999999;
}
.modal-backdrop.show {
  opacity: 0.16;
}

.consortium-modal-cp {
}
.consortium-modal-cp .modal-dialog {
  max-width: 838px;
}
.consortium-modal-cp .modal-content {
  border: 0px;
  border-radius: 0px;
}
.consortium-modal-cp .close {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 43px;
  height: 43px;
  background: #0364e2;
  margin: 0px;
  padding: 13px 13px 13px;
  text-align: center;
  opacity: 1;
  text-shadow: 0px 0px 0px;
  z-index: 99;
}
.consortium-modal-cp .close img {
  height: 17px;
  display: flex;
}
.consortium-modal-cp .close:not(:disabled):not(.disabled):focus,
.consortium-modal-cp .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background: #0556be;
}
.consortium-modal-cp .modal-body {
  padding: 48px 58px 48px;
}
.consor-modal-info-cp {
  margin: 0px;
  padding: 0px;
}
.consor-modal-logo-cp {
  margin: 0px;
  padding: 0px 0px 16px;
}
.consor-modal-logo-cp img {
  height: 77px;
}
.consor-modal-info-cp p {
  font-size: 16px;
  line-height: 24px;
  color: #040633;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 21px;
}

.consor-loadmore-link-cp {
  margin: 0px;
  padding: 0px;
}
.consor-loadmore-link-cp a {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #6bd1e8;
  font-weight: 500;
  position: relative;
}
.consor-loadmore-link-cp a:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: #6bd1e8;
  margin: 0px;
  padding: 0px;
}
.consor-loadmore-link-cp a:hover {
  color: #0364e2;
}
.consor-loadmore-link-cp a:hover:after {
  background: #0364e2;
}
/*--------------- CONSORTIUM_END --------------*/

/*--------------- NEWS_START --------------*/
.news-block-main-np {
  margin: 0px;
  padding: 84px 0px 54px;
}
.news-block-in-np {
  margin: 0px;
}

.filter-bar-main-np {
  margin: 0px;
  padding: 0px 0px 30px;
}
.filter-bar-left-np {
  margin: 0px;
  float: left;
  font-size: 0px;
}
.filter-menu1-np {
  display: inline-block;
  vertical-align: top;
  margin: 0px 15px 0px 0px;
  padding: 0px;
}
.filter-menu1-np:last-child {
  margin-right: 0px;
}
.filter-menu1-np .btn {
  text-align: left;
  width: 154px;
  background: #fff;
  border: solid 1px #6bd1e8;
  border-radius: 0px;
  font-size: 16px;
  line-height: 30px;
  color: #6bd1e8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px 22px 0px 10px;
  position: relative;
}
.filter-menu1-np .btn span {
  position: absolute;
  top: 0px;
  right: 32px;
  line-height: 32px;
  color: #0364e2;
}
.filter-menu1-np .btn.dropdown-toggle-active {
  color: #0364e2;
}
.filter-menu1-np .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
  display: block;
  border: 0px;
  background: url(../images/drop_menu_arrow_np.svg) no-repeat center top;
  background-size: auto 7px;
  width: 12px;
  height: 7px;
  margin: 0px;
}
.filter-menu1-np .dropdown-menu {
  min-width: auto;
  width: 100%;
  border-radius: 0px;
  border: solid 1px #6bd1e8;
  border-top: 0px;
  margin: -1px 0px 0px;
  padding: 3px 0px 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.filter-menu1-np .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}
.filter-menu1-np .dropdown-menu ul li {
  margin: 0px;
  padding: 0px 10px 0px;
}
.filter-menu1-np .dropdown-menu ul li a.dropdown-item {
  margin: 0px;
  padding: 0px;
}
.filter-menu-Cbox-np {
  margin: 0px;
  padding: 0px;
}
.filter-menu-Cbox-np .custom-control-label {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #6bd1e8;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.filter-menu-Cbox-np .custom-control-label::before {
  left: 0px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border: solid 1px #6bd1e8;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
.filter-menu-Cbox-np .custom-control-label::after {
  left: 0px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
.filter-menu-Cbox-np.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label {
  color: #0364e2;
}
.filter-menu-Cbox-np.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  border: solid 1px #0364e2;
  background: #0364e2;
  background-image: none;
}
.filter-bar-right-np {
  float: right;
  margin: 0px;
  padding: 0px;
}
.news-list-main-np {
  margin: 0px -7px;
  padding: 0px;
  font-size: 0px;
}
.news-block-main-np .news-box1-hp {
  margin: 0px;
  padding-bottom: 35px;
}
.news-block-main-np .news-box1-in-hp {
  min-height: 456px;
  margin-bottom: 0px;
}
.filter-sort-menu-ep {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.filter-sort-menu-ep p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 32px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 23px 0px 0px;
}
.filter-sort-Sbox-ep {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
/*--------------- NEWS_END --------------*/

/*--------------- NEWS_ARTICLE_START --------------*/
.default-hero-block-main-nap .default-hero-Tinfo-ap {
  padding-top: 57px;
}
.news-article-block-main-nap {
  margin: 0px;
  padding: 72px 0px 32px;
}
.news-article-block-in-nap {
  margin: 0px;
}

.Narticle-left-side-nap {
  width: 100%;
  max-width: 750px;
  float: left;
  margin: 0px;
  padding: 0px;
}
.Narticle-info-nap {
  margin: 0px;
  padding: 0px;
}
.Narticle-info-nap h3 {
  font-size: 24px;
  line-height: 30px;
  color: #0364e2;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 21px;
}
.Narticle-info-nap p {
  font-size: 16px;
  line-height: 24px;
  color: #040633;
  margin: 0px;
  padding: 0px 0px 24px;
}
.Narticle-info-nap p a {
  color: #0364e2;
  text-decoration: underline;
}
.Narticle-big-img-nap {
  margin: 22px 0px 51px;
  padding: 0px;
}
.Narticle-big-img-nap img {
  width: 100%;
  max-width: 750px;
}
.Narticle-big-img-nap h6 {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  font-style: italic;
  margin: 0px;
  padding: 11px 0px 0px;
}
.Narticle-quote-box-nap {
  margin: 0px 0px 51px;
  padding: 21px 0px 25px;
  border-bottom: solid 8px #6bd1e8;
}
.Narticle-quote-icon-nap {
  margin: 0px 0px 22px;
  padding: 0px;
}
.Narticle-quote-icon-nap img {
  height: 43px;
}
.Narticle-quote-text-nap {
  font-size: 24px;
  line-height: 30px;
  color: #febe0b;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.Narticle-info-nap ul {
  margin: 0px;
  padding: 11px 0px 0px 37px;
}
.Narticle-info-nap ul li {
  margin: 0px;
  padding: 0px 0px 28px 34px;
  font-size: 16px;
  line-height: 24px;
  color: #040633;
  position: relative;
}
.Narticle-info-nap ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background: #0364e2;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px;
}

.Narticle-right-side-nap {
  float: right;
  margin: 0px;
  padding: 0px;
}
.Narticle-share-box-nap {
  width: 324px;
  margin: 0px;
  padding: 32px 23px 23px;
  position: relative;
  z-index: 9;
  border-bottom: solid 1px #febe0b;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}
.Narticle-share-box-nap:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: -1;
  margin: 0px;
  padding: 0px;
}

.Narticle-share-info-nap h3 {
  font-size: 16px;
  line-height: 22px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 20px;
}
.Narticle-share-info-nap ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.Narticle-share-info-nap ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px 18px 0px 0px;
}
.Narticle-share-info-nap ul li a {
  display: block;
}
.Narticle-share-info-nap ul li a svg path {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.Narticle-share-info-nap ul li a:hover svg path {
  fill: #0364e2;
}
.Narticle-share-info-nap ul li:last-child a:hover svg path {
  fill: none;
  stroke: #0364e2;
}
/*--------------- NEWS_ARTICLE_END --------------*/

/*--------------- EVENT_START --------------*/
.event-block-main-evp {
  margin: 0;
  padding: 70px 0px 52px 0px;
}
.event-block-in-evp {
  margin: 0px;
  padding-bottom: 0px;
}
.event-block-in-evp:after {
  display: none;
}
.event-box-evp {
  margin: 0px;
  padding-bottom: 65px;
}
.event-btn-evp {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  text-align: center;
}
.latest-news-block-main-evp {
  margin: 0px 0px 68px;
  padding: 103px 0px 0px;
  position: relative;
}
.latest-news-block-main-evp:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 12px;
  background: #febe0b;
  padding: 0px;
  margin: 0px;
}
.latest-news-block-in-evp {
  margin: 0px;
}
.Lnews-btn-evp {
  margin: 0px;
  padding: 10px 0px 0px;
  text-align: center;
}
/*--------------- EVENT_END --------------*/

/*--------------- EVENT_ARTICLE_START --------------*/
.default-hero-block-main-nep .default-hero-Tinfo-ap {
  max-width: 580px;
}
.default-hero-block-main-nep .default-hero-Tinfo-ap p {
  padding-bottom: 17px;
}
.default-hero-arrow-nep {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 140px 0px 0px 0px;
  padding: 0px;
}
.default-hero-arrow-nep img {
  height: 207px;
}

.Event-article-block-main-nep {
  margin: 0px;
  padding: 5px 0px 0px;
}
.Earticle-main-nep {
  border-top: solid 1px #e3e3e3;
}
.Earticle-collaboration-nep {
  margin: 0px;
  padding: 13px 0px 33px;
}
.Earticle-collaboration-nep h4 {
  font-size: 16px;
  line-height: 45px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.Earticle-collaboration-nep h4 img {
  vertical-align: top;
  max-height: 45px;
  margin: 0px 0px 0px 12px;
}

.Event-article-block-main-nep .Narticle-quote-text-nap {
  color: #fe006f;
}
.Earticle-info-box-nep {
  border-color: #0364e2;
  padding: 19px 23px 25px;
  margin-top: 48px;
}
.Earticle-date-time-nep {
  margin: 0px -8px;
  padding: 0px 0px 31px;
  font-size: 0px;
}
.Earticle-Dtime-box1-nep {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 8px;
}
.Earticle-Dtime-box1-nep h3 {
  font-size: 16px;
  line-height: 22px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 4px;
}
.Earticle-Dtime-box1-nep h4 {
  font-size: 21px;
  line-height: 26px;
  color: #6bd1e8;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 4px;
}
.Earticle-Dtime-box1-nep p {
  font-size: 29px;
  line-height: 25px;
  color: #0364e2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px;
}
.Earticle-location-info-nep {
  margin: 0px;
  padding: 0px 0px 28px;
}
.Earticle-location-info-nep h3 {
  font-size: 16px;
  line-height: 22px;
  color: #040633;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 2px;
}
.Earticle-location-info-nep h4 {
  font-size: 16px;
  line-height: 22px;
  color: #6bd1e8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 0px;
}
.Earticle-info-box-nep .Narticle-share-info-nap h3 {
  padding-bottom: 13px;
}
.Earticle-info-btns-nep {
  margin: 0px -8px;
  padding: 41px 0px 0px;
  font-size: 0px;
  text-align: center;
}
.Earticle-info-btn1-nep {
  width: 50%;
  display: inline-block;
  margin: 0px;
  padding: 0px 8px;
}
.Earticle-info-btn1-nep .default-btn-hp {
  width: 100%;
  font-size: 12px;
  line-height: 40px;
  height: 42px;
  padding: 0px 8px;
}
.Earticle-info-btn1-nep .default-btn-hp img {
  height: 10px;
  margin: -4px 0px 0px 9px;
}
/*--------------- EVENT_ARTICLE_END --------------*/

/*--------------- MEDIA_CENTER_START --------------*/
.mediacenter-block-main-mcp {
  margin: 0;
  padding: 50px 0px 70px 0px;
}
.mediacenter-block-in-mcp {
  margin: 0px;
  padding-bottom: 0px;
}
.mediacenter-box-list-mcp {
  margin: 0px -15px;
  padding: 0px;
  font-size: 0;
}
.mediacenter-box-mcp {
  margin: 0px;
  padding-bottom: 40px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.mediacenter-box-in-mcp {
  margin: 0px;
  padding: 45px 28px 46px 28px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mediacenter-box-in-mcp:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #fe006f;
  margin: 0px;
  padding: 0px;
  transition: all 0.3s linear;
}

.mediacenter-box-in-mcp:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.54;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mediacenter-box-mcp:hover .mediacenter-box-in-mcp {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}
.mediacenter-box-mcp:hover .mediacenter-box-in-mcp:after {
  opacity: 1;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.mediacenter-box-mcp:hover .mediacenter-box-in-mcp:before {
  height: 4px;
}

.mediacenter-info-mcp {
  margin: 0px;
  padding: 0px;
}
.mediacenter-info-mcp h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #040633;
  font-weight: 700;
}
.mediacenter-info-mcp p {
  margin: 0px;
  padding: 7px 0px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  color: #040633;
  max-width: 450px;
}
.mediacenter-footer-mcp {
  margin: 0px;
  padding: 17px 0px 0px 0px;
  font-size: 0;
}
.mediacenter-tag-list-mcp {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
.mediacenter-tag-mcp {
  margin: 0px 10px 0px 0px;
  padding: 0px 8px 0px 8px;
  height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fe006f;
  border: solid 1px #fe006f;
  cursor: pointer;
}
.mediacenter-tag-mcp:last-child {
  margin: 0px;
}
.mediacenter-datetime-mcp {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #999999;
}
.learnmore-link-mcp {
  margin: 0px;
  padding: 16px 0px 0px 0px;
}
.learnmore-link-mcp a {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #040633;
  font-weight: 500;
  position: relative;
}
.learnmore-link-mcp a:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: #040633;
  margin: 0px;
  padding: 0px;
}
.learnmore-link-mcp a:hover {
  color: #fe006f;
}
.learnmore-link-mcp a:hover:after {
  background: #fe006f;
}
.mediacenter-box-mcp:hover .learnmore-link-mcp a {
  color: #fe006f;
  padding-bottom: 2px;
  margin-top: -2px;
}
.mediacenter-box-mcp:hover .learnmore-link-mcp a:after {
  background: #fe006f;
}

.mediacenter-paging-mcp {
  margin: 0px;
  padding: 34px 0px 0px 0px;
}
.mediacenter-paging-mcp .page-item {
  margin: 0px;
}
.mediacenter-paging-mcp .page-link {
  border: 0;
  background: none;
  margin: 0px;
  padding: 0px 11px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #6bd1e8;
  font-weight: 500;
  position: relative;
}
.mediacenter-paging-mcp .page-item.active .page-link {
  background: none;
  color: #fe006f;
}
.mediacenter-paging-mcp .page-item.active .page-link:after {
  content: "";
  background: #fe006f;
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: -6px;
  left: 11px;
}
/*--------------- MEDIA_CENTER_END --------------*/

/*--------------- MEDIA_CENTER_ARTICLE_START --------------*/
.Mcenter-article-block-main-mcap {
  padding: 5px 0px 220px;
}
.mediacenter-tag-list-mcap {
  padding-top: 5px;
}
.Mcenter-article-info-mcap {
  padding-top: 42px;
}
.Mcenter-article-info-box-mcap {
  margin-top: 42px;
  border-color: #fe006f;
}
.Mcenter-article-info-box-mcap .Earticle-location-info-nep h4 {
  color: #fe006f;
}

.MC-article-link-mcap {
  padding: 0px;
  margin: 0px;
}
.MC-article-link-mcap .Earticle-info-btn1-nep {
  width: 100%;
  display: block;
  padding: 0px;
}
.MC-article-link-mcap .default-btn-hp {
  width: 154px;
}
/*--------------- MEDIA_CENTER_DETAILS_END --------------*/

/*--------------- CONTACT_START --------------*/
.contact-info-main-cop {
  margin: 0px;
  padding: 60px 0px 80px 0px;
}
.contact-info-in-cop {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

.contact-details-main-cop {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.contact-title-cop {
  margin: 0px;
  padding: 0px;
}
.contact-title-cop h1 {
  font-size: 42px;
  line-height: 56px;
  color: #040633;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 8px;
}
.contact-title-cop h1 strong {
  font-weight: 700;
  color: #0364e2;
}
.contact-title-cop p {
  max-width: 530px;
  font-size: 18px;
  line-height: 24px;
  color: #040633;
  margin: 0px;
  padding: 0px;
}
.contact-address-cop {
  margin: 0px;
  padding: 30px 0px 0px 0px;
}
.contact-address-cop h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #040633;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.contact-address-cop p {
  font-size: 16px;
  line-height: 24px;
  color: #040633;
  margin: 0px;
  padding: 2px 0px 0px 0px;
}

.contact-form-main-cop {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.contact-form-cop {
  margin: 0px;
  padding: 0px 92px 0px 23px;
}
.contact-form-in-cop {
  margin: 0px;
  padding: 0px;
  max-width: 520px;
}
.cont-form-field-cop {
  margin: 0px;
  padding: 16px 0px 16px 0px;
}
.cont-form-field-cop:first-child {
  padding-top: 0px;
}
.cont-form-label-cop {
  margin: 0px;
  padding: 0px;
}
.cont-form-label-cop label {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #040633;
}
.cont-form-Tbox-cop {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.cont-form-Tbox-cop input {
  width: 100%;
  height: 42px;
  background: #fff;
  border: solid 1px #a3a3a3;
  margin: 0px;
  padding: 0px 30px 0px 15px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #040633;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cont-form-Tbox-cop input::-webkit-input-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop input::-moz-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop input:-ms-input-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop input:-moz-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop input:hover,
.cont-form-Tbox-cop input:focus {
  border-color: #0364e2;
}
.cont-form-field-correct-cop input {
  border-color: #0364e2;
  background: url("../images/form_field_check_icon.svg") no-repeat right 10px
    center;
  background-size: auto 12px;
}
.cont-form-field-correct-cop input:hover {
  border-color: #0364e2;
}
.cont-form-field-error-cop input, .wpcf7-not-valid {
  border: solid 2px #fe006f!important;
  line-height: 38px!important;
  background: url("../images/form_field_close_icon.svg") no-repeat right 10px
    center!important;
  background-size: 14px!important;
}
.cont-form-field-error-cop input:hover, .wpcf7-not-valid {
  border-color: #fe006f!important;
}
.CForm-error-message-cop {
  position: absolute;
  left: 0px;
  bottom: -18px;
  font-size: 12px;
  line-height: 14px;
  color: #767676;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}
.cont-form-field-error-cop .CForm-error-message-cop,.wpcf7-not-valid + .CForm-error-message-cop {
  opacity: 1;
}
.cont-form-Tbox-cop textarea {
  width: 100%;
  height: 260px;
  background: #fff;
  border: solid 1px #a3a3a3;
  margin: 0px;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #040633;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cont-form-Tbox-cop textarea::-webkit-input-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop textarea::-moz-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop textarea:-ms-input-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop textarea:-moz-placeholder {
  color: #040633;
}
.cont-form-Tbox-cop textarea:hover,
.cont-form-Tbox-cop textarea:focus {
  border-color: #0364e2;
}
.cont-form-send-btn-cop {
  padding-top:25px;
  margin: 0px;
}
/*--------------- CONTACT_END --------------*/
.wpcf7-response-output{
    color: black;
    font-size: 13px;	
}

.mini-navigation-main-ap.activeTop{
	bottom: auto;
	top: 0;
}

.filter-menu1-np.medialong{ width:160px;}
.filter-menu1-np.medialong .btn{width:160px;}

.Earticle-main-nep{ position:relative;}
.Narticle-right-side-nap{ position:relative; width:324px;}
/* .Earticle-info-box-nep{ position:absolute; right:0px; top:0px; } */
.Narticle_side_fixed{ right:auto;}



/* Style for new select */

.filter-menu1-np.active{
	color: #0364E2;
}
.filter-menu1-np.active .dropdown > *{
	border : solid 1px #0364E2
}
.filter-menu1-np.active .dropdown > *:last-child {
	border-top : 0
}
.filter-menu1-np.active .dropdown .btn {
	color : #0364E2
}

.filter-menu1-np.active .dropdown-toggle::after{
	background: url(../images/drop_menu_arrow_np_active.svg) no-repeat center top;
}

.isList ul li, .isList ol li{
	margin: 0px;
    padding: 0px 0px 15px 35px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    font-weight: 500;
    position: relative;
}

.isList ul li:after {
    content: "";
    position: absolute;
    background: #0364e2;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0px;
}

