@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,900;1,300;1,400;1,500;1,600;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background: #fff;
  margin: 0px;
  font-size: 15px;
  color: #1c1c1c;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  padding: 0px 0px
}

img {
  width: auto;
  max-width: 100%;
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
  padding: 10px 0px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  padding: 10px 0px;
  font-weight: 600;
}

.clr {
  clear: both;
}

.cnt_text {
  text-align: center;
}

.lft_text {
  text-align: left;
}

.fright {
  float: right;
}

strong {
  font-weight: 600;
}

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

.logo {
  float: left;
}

.logo_right {
  width: 65%;
  float: right;
  display: flex;
  justify-content: flex-end;
}

.top_info_box {
  width: auto;
  float: right;
  padding-right: 2.5%;
}

.top_info_img {
  float: left;
  padding-right: 10px;
  padding-top: 5px;
}

.top_info_text {
  float: left;
  color: #e4ecb2;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding-top: 9px;
  text-transform: uppercase;
}

.menu_box {
  /* float: right; */
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #0b0a24;
  padding-top: 50px;
}

canvas {
  display: block;
  vertical-align: bottom;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  height: 130% !important;
}

.jsf_cnt {
  text-align: justify;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  background: #0b0a24;
  z-index: 0;
  opacity: 0.7;
}

.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  position: absolute;
}

#myVideo {
  filter: brightness(1);
  opacity: 1;
  background-color: #9d0e28;
  position: relative;
  z-index: 0;
  right: 0;
  top: -10%;
  width: 100%;
}

.bnr_eft {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.6;
}

.ftr_link i {
  margin-right: 10px;
}

.banner .container {
  position: relative;
  z-index: 10;
  max-width: 1400px;
}

.box_single_item {
  width: 100%;
}

.box_single_item_left {
  width: 50%;
  float: left;
}

.box_single_item_right {
  width: 50%;
  float: right;
  text-align: right;
}

.carousel-caption {
  width: 50%;
  float: left;
  text-align: left;
  bottom: 40%;
  left: 0%;
}

.bnr_btn {
  background: #e4ecb2;
  padding: 10px 25px;
  color: #333;
  display: table;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 18px;
}

.carousel-caption h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  line-height: normal;
}

.carousel-caption p {
  font-size: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 50px !important;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  top: auto;
  width: 20px;
}

.carousel-control-next {
  left: 40px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 3s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.bnr_btm {
  background: #333;
  width: 100%;
}

.flex_bnrbtm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_bnrbtm_item {
  flex: 1 1 20%;
  text-align: center;
  padding: 40px 0px;
  color: #111111;
}

.flex_bnrbtm_item h1 {
  font-size: 45px;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 10px;
}

.flex_bnrbtm_item p {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dgold {
  background: #f5f5f4;
}

.blue_wrapper {
  background: #000 url("../images/blue_wave.png") left top no-repeat;
  width: 100%;
  padding: 80px 0px 40px;
}

.flex_act {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.flex_act_item {
  text-align: center;
  padding: 40px 0px;
  color: #161616;
}

.head_act {
  position: relative;
  color: white;
  padding-bottom: 15px;
}

.head_act h1 {
  color: white;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.head_icons {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.head_icons img {
  margin-top: -53px;
}

.flex_act_item .matter {
  background: #fff;
  padding-bottom: 35px;
}

.flex_act_item .matter p {
  padding: 10px 15px;
}

.ac_ft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaed;
  padding: 11px 15px;
}

.ac_ft_left {
  text-align: left;
  flex: 1 1;
}

.ac_ft_right {
  text-align: right;
  flex: 1 1;
}

.act_btn {
  color: white;
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.act_btn:hover {
  color: #fff;
}

.wel_wrapper {
  width: 100%;
  background: #fff;
  padding: 45px 0px;
}

.wel_left {
  width: 50%;
  float: left;
}

.wel_right {
  width: 45%;
  float: right;
}

.wel_right h1 span {
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
}

.wel_right h1 span hr {
  border-bottom: 5px solid #333;
}

.gold_btn {
  background: #333;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 15px;
  margin-right: 15px;
  border-radius: 10px;
  margin-top: 15px;
}

.blue_btn {
  background: #e4ecb2;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 15px;
  border-radius: 10px;
  margin-top: 15px;
}

.btn_box {
  display: block;
  padding: 20px 0px;
}

.prd_wrapper {
  padding: 50px 0px;
  background: #f5f5f5;
  text-align: center;
}

.mdm_head span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: none;
  display: inline-block;
}

.mdm_head span hr {
  border-bottom: 4px solid #333;
  width: 100%;
}

.sml_head span {
  font-size: 18px;
  font-weight: 600;
  border-bottom: none;
  display: inline-block;
}

.sml_head span hr {
  border-bottom: 4px solid #333;
  width: 100%;
  padding: 0px;
  margin: 5px 0px;
}

/*
.prd_box{width: 100%;padding: 75px 0px 25px; display: flex; gap:10px; justify-content: space-between; flex-wrap: wrap;}
.prd_item{flex:1 1 24%; border:1px solid #333; background: #fff; padding: 1%;}
*/
#prd .owl-wrapper-outer {
  padding-top: 75px;
}

#prd .owl-wrapper-outer .owl-wrapper .owl-item {
  padding: 5px;
}

#prd .owl-wrapper-outer .owl-wrapper .owl-item .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.bdr_bx {
  margin: 30px 0px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.bdr_bx_fx {
  margin: 30px 0px 0px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  background: #fafafa;
  gap: 25px;
}

.bdr_bx_fx img {
  align-self: flex-end;
}

.bdr_bx_item {
  align-self: center;
}

.bdr_bx_item ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}

.bdr_bx_item ul li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #333;
}

.gr {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}

.gr li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #333;
}

.mauto {
  margin: 20px auto 0px;
}

.plt_btn {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 16px !important;
}

.prd_box {
  width: 100%;
  padding: 15px 0px 25px;
}

.prd_item {
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  padding: 10px;
  color: #1c1c1c;
  min-height: 330px;
}

.prd_item img {
  margin-top: -70px;
}

.prd_item h3 {
  color: #1c1c1c;
}

.prd_item i {
  font-size: 32px;
}

.cnt_mdm_box {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}

.white_wrapper {
  background: white;
  padding: 50px 0px;
}

.cnt_txt {
  text-align: center;
}

.tabbed-content {
  background: #fff;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin: 30px auto 0px;
}

.tab_img {
  float: right;
  padding: 10px 0px;
}

.tabs ul {
  margin: 0;
  padding: 0 0 0em 0;
  font-weight: bold;
}

.item-content h3 {
  padding-top: 35px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;

}

.tabs ul li a {
  padding: 2em 1em;
  background: #fbfbfb;
  border-top: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 22px;
  color: #070707;
}

.tabs ul li a:hover,
.tabs ul li a.active {
  background: #333;
  color: #fff;
}

.tabbed-content .item {
  margin-bottom: 0px;
  padding: 10px;
}

.tabbed-content .item::before {
  cursor: pointer;
  font-weight: 600;
  background: #333;
  font-size: 18px;
  display: block;
  color: #e4ecb2;
  padding: 20px 10px;
}

.tabbed-content .item.active::before {
  background: #e4ecb2;
  color: #333;
  padding: 20px 10px;
}

.tabbed-content .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.tabs-side .item {
  display: none;
}

.tabs-side .active {
  display: block;
}

@media all and (min-width: 900px) {
  .tabbed-content .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 0px;
  }
}

.tabbed-content .tabs {
  display: none;
}

.tabbed-content .item {
  min-height: 2em;
}

.tabbed-content .item::before {
  content: attr(data-title);
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 900px) {
  .tabbed-content .tabs {
    display: block;
  }

  .tabbed-content .tabs li {
    display: inline-block;
  }

  .tabbed-content .tabs li a {
    display: block;
  }

  .tabbed-content .item {
    min-height: 0;
  }

  .tabbed-content .item::before {
    display: none;
  }

  .tabbed-content.tabs-side .tabs {
    width: 25%;
    float: left;
  }

  .tabbed-content.tabs-side .tabs li {
    display: block;
  }

  .tabbed-content.tabs-side .item {
    margin-left: 25%;
    background: white;
  }
}

.blue_dwn_btn {
  background: rgb(48, 46, 82);
  background: linear-gradient(0deg, rgba(48, 46, 82, 1) 0%, rgba(12, 47, 161, 1) 100%);
  color: white;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 10px;
  margin-top: 20px;
  display: table;
  font-size: 18px;
  font-weight: 600;
}

.blue_dwn_btn:hover {
  background: rgb(48, 46, 82);
  background: linear-gradient(180deg, rgba(48, 46, 82, 1) 0%, rgba(12, 47, 161, 1) 100%);
  color: #333;
}

.features {
  background: #283652 url("../images/featuers_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
}

.mdm_white_head span {
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 4px solid #333;
  font-weight: 600;
  color: #fff;
}

.flex_fetures {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0px 0px;
  gap: 10px;
}

.flex_fetures_item {
  background: #fff;
  flex: 1 1 31%;
  padding: 1.5%;
  border-radius: 15px;
}

.steps_wrapper {
  background: #fbfbfb url("../images/line_bg_org.png") left center no-repeat;
  padding: 50px 0px;
}

.flex_step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  overflow: hidden;
}

.flex_step_item {
  flex: 1 1 22%;
  padding: 15px 1% 15px 3%;
  position: relative;
}

.dkblue {
  background: #333;
  position: relative;
}

.dblue {
  position: relative;
  background: #333 url("../images/arw.svg") left center no-repeat;
}

.lblue {
  position: relative;
  background: #010107 url("../images/arw1.svg") left center no-repeat;
}

.flex_step_item h3 {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.flex_step_item p {
  color: #fff;
}

.gold_wrapper {
  background: #333;
  background: #fafafa;
  padding: 50px 0px;
}

.flex_benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0px;
  background: #333;
  gap: 1px;
}

.flex_benefits_item {
  flex: 1 1 31%;
  padding: 15px;
  background: white;
}

.lft_icon {
  float: left;
  max-width: 100px;
  width: 20%;
}

.matter_rbox {
  float: left;
  width: 80%;
}

.pay_wrapper {
  background: #fafafa;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.flex_pay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.flex_pay_item {
  align-items: center;
}

footer {
  background: #000;
  width: 100%;
  color: white;
}

.footer_top {
  padding: 30px 0px;
  border-bottom: 1px solid #000;
}

.ftr_top_matter {
  width: 35%;
  float: left;
}

.footer_link_box {
  width: 62%;
  float: right;
  margin-top: 20px;
}

.gold_link {
  display: table;
  color: #333;
}

.ftr_link_box {
  width: 28%;
  float: left;
  padding-right: 2%
}

.ftr_link_box_large {
  width: 40%;
  float: left;
}

.ftr_link_box h3 span {
  font-size: 18px;
  color: white;
  border-bottom: 2px solid #333;
}

.ftr_link {
  color: white;
  padding: 8px 0px;
  display: block;
}

.ftr_link:hover {
  color: #333;
}

.ftr_full {
  width: 100%;
  padding: 20px 0px;
  display: block;
}

.ftr_btm {
  background: #000;
  color: white;
  padding: 30px 0px;
}

.ftr_btm_link {
  color: white;
}

.ftr_btm_left {
  width: 40%;
  float: left;
}

.ftr_btm_right {
  width: 58%;
  float: right;
  text-align: right;
}

.wel_left img {
  animation: float 3s ease-out infinite;
}

.inner_wrapper ul {
  padding-left: 0px;
  margin-left: 20px;
}

.gry_wrapper ul {
  padding-left: 0px;
  margin-left: 20px;
}

.gry_wrapper {
  width: 100%;
  padding: 50px 0px;
  background: #fafafa;
}

.gold_flx {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  margin: 0 !important;
}

.gold_flx li {
  padding: 10px 15px;
  border: 1px solid #333;
}

@keyframes float {
  50% {
    transform: translate(0, 20px);
  }
}

.top_wrapper .menu_box {
  position: relative;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.hicon {
  font-size: 26px;
}

/*
.menu img {max-width: 100%;}
.menu-mobile {display: none;padding: 20px;}
.menu-mobile:after {content: "\f394";font-family: "Ionicons";font-size: 2.5rem;padding: 0;float: right;position: relative;top: 50%;-webkit-transform: translateY(-25%);transform: translateY(-25%); color: #212142;margin-top: 8px;}
.menu-dropdown-icon:before {content: "\f489";font-family: "Ionicons";display: none;cursor: pointer;float: right;padding: 1.5em 2em;background: #fff;color: #333;}
.menu > ul { margin: 0; padding: 0;list-style: none;padding: 0;box-sizing: border-box;clear: right;}
.menu > ul:before,
.menu > ul:after {content: "";display: table;}
.menu > ul:after {clear: both;}
.menu > ul > li {float: left;padding: 0;margin: 0;}
.menu > ul > li a {text-decoration: none;padding: 8px 15px 0px;display: block;color: #212142;font-weight: 500;font-size: 16px;}
.menu > ul > li:hover {background: #f0f0f0;}
.menu > ul > li > ul {display: none;width: 100%;background: #212142;padding: 20px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box; margin-top: 13px;}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {content: "";display: table;}
.menu > ul > li > ul:after {clear: both;}
.menu > ul > li > ul > li {margin: 0;padding-bottom: 0;list-style: none;width: 49%;background: none;float: left;}
.menu > ul > li > ul > li a {color: #fff;padding: 0;width: 95%;display: block;border-bottom: 1px solid #ccc;}
.menu > ul > li > ul > li a:hover{color:#333;}
.menu > ul > li > ul > li > ul {display: block;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {content: "";display: table;}
.menu > ul > li > ul > li > ul:after {clear: both;}
.menu > ul > li > ul > li > ul > li {float: left;width: 95%;padding:5px 0;margin: 0;font-size:16px;border-bottom:1px solid #3d3c66;}
.menu > ul > li > ul > li > ul > li a {border: 0;font-size: 14px;}
.menu > ul > li > ul.normal-sub {width: 300px;left: auto;padding: 10px 20px;}
.menu > ul > li > ul.normal-sub > li {width: 100%; border-bottom:1px solid #3d3c66;}
.menu > ul > li > ul.normal-sub > li a {border: 0;padding:8px 0;}
*/
.inner_wrapper {
  width: 100%;
  padding: 50px 0px 50px 0px;
  text-align: justify;
}

.inner_wrapper .wel_hed hr {
  margin: 0px;
}

.inner_left {
  width: 68%;
  padding: 1%;
  float: right;
}

.inner_right {
  width: 30%;
  padding: 1%;
  float: left;
  border-radius: 10px;
  margin-top: 15px;
  background: #e4ecb2;
}

.inner_wrapper_pdr {
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: justify;
}

.flex_inr_pdr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.flex_inr_pdr_item_left {
  flex: 1 1 68%;
  padding: 50px 0px;
  order: 2;
}

.flex_inr_pdr_item_right {
  flex: 1 1 30%;
  background: #e4ecb2;
  padding: 50px 0px 50px 0px;
}

.flex_inr_pdr_item_left_bgn {
  flex: 1 1 65%;
  padding: 50px 0px;
  order: 2;
  align-self: center;
}

.flex_inr_pdr_item_right_bgn {
  flex: 1 1 33%;
  padding: 50px 0px 00px 0px;
  order: 2;
  align-self: flex-end;
}

.pdn {
  padding: 0;
}

.flex_inr_pdr_item_left ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.inr_right_btn {
  margin: 0px;
  padding: 10px 0px 0px 10px;
  list-style: none;
}

.inr_right_btn a {
  display: block;
  font-size: 16px;
  padding: 15px 0px;
  color: #333;
  border-top: 1px solid #3d3c66;
  padding-left: 0px;
  padding-right: 20px;
  transition: all 0.5s ease;
  background: #e4ecb2;
  border-radius: 8px;
}

.inr_right_btn a i {
  padding-right: 10px;
}

.inr_right_btn a:hover {
  color: #e4ecb2;
  padding-left: 20px;
  padding-right: 0px;
  background: #333;
}

.inr_right_btn .active {
  color: #e4ecb2;
  padding-left: 20px;
  padding-right: 0px;
  background: #333;
}

.inr_right_btn_prd {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  list-style: none;
}

.inr_right_btn_prd a {
  display: block;
  font-size: 17px;
  padding: 20px 0px;
  color: #333;
  border-top: 1px solid #3d3c66;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s ease;
  background: #e4ecb2;
}

.inr_right_btn_prd a i {
  padding-right: 10px;
}

.inr_right_btn_prd a:hover {
  color: #e4ecb2;
  padding-left: 40px;
  padding-right: 0px;
  background: #333;
}

.inr_right_btn_prd .active {
  color: #e4ecb2;
  padding-left: 40px;
  padding-right: 0px;
  background: #333;
}

.inr_banner {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: url("../images/inr_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}

.inr_banner_hedbox h3 {
  font-size: 24px;
  padding-bottom: 12px;
  color: #fff;
}

.inr_banner_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}

.inr_banner_link i {
  padding-right: 20px;
}

.inr_banner_link a {
  color: #fff;
}

.inr_banner_link a:hover {
  color: #1D9CC7;
}

.inr_sp_img {
  margin: 20px 0px;
}

.full_img img {
  min-width: 100%;
}

.inner_left .mdm_head {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.flex_inr_fty {
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.flex_inr_fty_item {
  flex: 1 1 45%;
}

.flex_inr_fty_item strong {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.flex_inr_fty_item i {
  margin-right: 10px;
}

.flex_inr_fty_item p {
  padding-left: 25px;
}

.flex_inr_fty_bodr {
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.flex_inr_fty_bodr_item {
  flex: 1 1 45%;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  padding: 0px 0px 10px 10px;
}

.gold_bdr {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 10px;
}

.flex_opn {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.flex_opn_item h1 {
  font-size: 38px;
  color: #e4ecb2;
}

.flex_opn_item a {
  font-size: 24px;
  padding: 15px 25px;
}

.opn_wrapper {
  background: #333;
  padding: 30px 0px;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}

.accordion li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.accordion li p {
  display: none;
  padding: 10px 05px 30px;
}

.accordion li p img {
  max-width: 300px;
}

.accordion a {
  width: 100%;
  color: #026aa8;
  display: block;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  user-select: none;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  padding: 10px;
}

.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion a {
  color: #e4ecb2;
}

.accordion a.active {
  color: #333;
}

.con_left {
  width: 35%;
  float: left;
}

.con_right {
  width: 60%;
  float: right;
}

.con_right a {
  color: black;
  margin-bottom: 10px;
}

.con_right a i {
  padding-right: 12px;
}

.splul {
  padding: 0;
  margin-left: 15px;
}

.flx_bx {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.flx_ls {
  color: black;
  font-size: 18px;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 15px;
  border-radius: 12px;
  flex: 1 1 32%;
}

.flx_ls i {
  font-size: 100px;
  color: red;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.flx_ls h4 {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 15px;
}

.dx_menu {
  margin: 10px 0 0 0 !important;
  font-weight: 500;
}

.dx_menu {
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  list-style: none;
}

.dx_menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

.dx_menu>li>a {
  text-decoration: none;
  padding: 0px 15px 0px;
  display: block;
  color: #212142;
  font-weight: 500;
  font-size: 16px;
}

.dx_menu li: hover>a,
.dx_menu li.active a {
  background: #000;
}

.dx_menu li a:hover {
  color: #212142;
  background: #f0f0f0;
}

.dx_menu li.right {
  float: right;
}

.dx_menu ul,
.dx_menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  width: 100%;
  background: #212142box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.dx_menu ul {
  top: 45px;
  left: 0;
  width: 280px;
  background: #212142
}

.dx_menu ul li ul {
  top: 0;
  left: 100%;
}

.dx_menu ul li {
  clear: both;
  width: 100%;
  border: none;
  font-size: 13px;
}

.dx_menu ul li a {
  padding: 10px 20px;
  width: 100%;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  float: left;
  clear: both;
  background: #212142;
  border-bottom: 1px solid #ccc;
}

.dx_menu ul li a:hover {
  padding-bottom: 10px;
  background: #212142;
  color: #333 !important;
}

.dx_menu>li .indicator {
  position: absolute;
  color: #dedede;
  top: 20px;
  right: 8px;
  font-size: 16px;
  display: none;
}

.dx_menu ul>li .indicator {
  top: 10px;
  right: 8px;
}

.thin>li>a {
  padding: 10px 22px;
}

.thin ul {
  top: 40px;
}

.thin>li .indicator {
  top: 10px;
}

.thick>li>a {
  padding: 40px 22px;
}

.thick ul {
  top: 100px;
}

.thick>li .indicator {
  top: 40px;
}

.dx_menu i {
  line-height: 20px !important;
  margin-right: 6px;
  font-size: 14px;
  float: left;
}

.dx_menu>li.showhide {
  display: none;
  background: none;
  width: 100%;
  height: 50px;
  margin-top: -10px;
  cursor: pointer;
}

.dx_menu>li.showhide span.title {
  margin: 16px 0 0 25px;
  float: left;
}

.dx_menu>li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}

.dx_menu>li.showhide .icon em {
  margin-bottom: 5px;
  display: block;
  width: 40px;
  height: 3px;
  background: #e4ecb2;
}

.dx_menu.vertical {
  width: 200px;
}

.dx_menu.vertical li {
  width: 100%;
}

.dx_menu.vertical li a {
  display: inline-block !important;
  width: 100%;
  padding: 18px 20px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dx_menu.vertical ul li {
  width: 100%;
}

.dx_menu.vertical ul,
.dx_menu.vertical ul li ul {
  width: 200px;
}

.dx_menu.vertical ul {
  top: 0;
  left: 100%;
}

.dx_menu.vertical ul li ul {
  top: 0px;
}

.dx_menu.vertical.right {
  float: right !important;
}

.dx_menu.vertical.right ul {
  left: -150px !important;
}

.dx_menu.vertical>li .indicator {
  top: 17px;
  right: 15px;
  font-size: 17px;
}

.dx_menu.vertical ul>li .indicator {
  top: 18px;
  right: 15px;
}

.hicon {
  font-size: 26px !important;
  margin-top: 4px;
}

.rsm {
  left: -280px !important;
}

@media only screen and (max-width: 1400px) {
  #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 115%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
  }

  .fright {
    padding-top: 100px;
  }

  .carousel-caption {
    bottom: 20%;
  }
}

@media only screen and (max-width: 1000px) {
  .wel_left {
    width: 100%;
    text-align: center;
  }

  .wel_right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .flex_pay {
    justify-content: center;
  }

  .menu_box {
    /* width: 100%; */
  }
}

@media only screen and (max-width: 1050px) {
  .menu_box {
    /* width: 100%; */
  }

  .menu {
    justify-content: center;
    border-top: 1px solid #e1e1e1;
  }

  .top_wrapper {
    padding-bottom: 0;
  }

  .flex_benefits_item {
    flex: 1 1 48%;
  }

  .ftr_top_matter {
    width: 100%;
  }

  .footer_link_box {
    width: 100%;
  }

  .flex_opn_item h1 {
    font-size: 32px;
  }

  .flex_opn_item a {
    font-size: 20px;
    padding: 15px 25px;
  }

  .flex_inr_pdr_item_right {
    display: none;
  }

  .flex_inr_pdr_item_right_bgn {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .menu_box {
    width: 100%;
    min-height: 50px;
  }

  .dx_menu {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left;
  }

  .dx_menu.vertical {
    width: 100%;
  }

  .dx_menu li {
    display: block;
    width: 100% !important;
  }

  .dx_menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 1px solid #333;
    background: #e4ecb2;
    color: white !important;
    min-height: 60px;
  }

  .dx_menu li a:hover {
    background: #333;
  }

  .dx_menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .dx_menu ul,
  .dx_menu ul li ul,
  .dx_menu.vertical ul,
  .dx_menu.vertical ul li ul {
    width: 100%;
    left: 0;
    border-left: none;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
  }

  .dx_menu ul li {
    border-left: none;
    border-right: none;
  }

  .dx_menu ul li a,
  .dx_menu.vertical ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dx_menu ul>li>a {
    padding-left: 40px !important;
  }

  .dx_menu>li .indicator {
    top: 15px;
    right: 25px;
    font-size: 16px;
    display: block;
  }

  .dx_menu ul>li .indicator {
    right: 24px;
  }

  .dx_menu.vertical ul>li .indicator {
    top: 10px;
    right: 15px;
  }

  .dx_menu>li>ul>li>a {
    padding-left: 40px !important;
  }

  .dx_menu>li>ul>li>ul>li>a {
    padding-left: 60px !important;
  }

  .dx_menu>li>ul>li>ul>li>ul>li>a {
    padding-left: 80px !important;
  }

  .flex_bnrbtm_item {
    background: #f5f4f3;
    flex: 1 1 48%;
  }

  .flex_bnrbtm {
    gap: 2px;
  }

  .flex_act {
    flex-wrap: wrap;
  }

  .flex_act_item {
    flex: 1 1 100%;
    max-width: 600px;
  }

  .tabs-side .item {
    display: block;
  }

  .item-content {
    display: none;
  }

  .tabs-side .active .item-content {
    display: block !important;
  }

  .tabbed-content .item {
    padding: 1px 0px;
  }

  .flex_fetures_item {
    flex: 1 1 48%;
  }

  .lblue {
    background: #010107
  }

  .dblue {
    background: #333
  }

  .lbluemb {
    background: #010107
  }

  .dbluemb {
    background: #333
  }

  .flex_step_item {
    flex: 1 1 48%;
  }

  .tab_img {
    float: none;
  }

  .carousel-caption h1 {
    font-size: 26px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .flex_opn {
    text-align: center;
    flex-direction: column;
  }

  .inner_right {
    width: 100%;
  }

  .inner_left {
    width: 100%;
    float: left;
  }

  .gold_flx {
    flex-wrap: wrap;
  }

  .gold_flx li {
    flex: 1 1 30%;
    max-width: 30%;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .logo {
    width: 100%;
    text-align: center;
  }

  .logo_right {
    width: 100%;
    justify-content: center;
  }

  .ftr_link_box {
    width: 100%;
  }

  .ftr_link_box_large {
    width: 100%;
  }

  .ftr_btm_left {
    width: 100%;
  }

  .ftr_btm_right {
    width: 100%;
    text-align: left;
  }

  .carousel-caption {
    width: 90%;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  .mdm_head span {
    font-size: 24px;
  }

  .wel_right h1 span {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
  }

  .carousel-caption {
    bottom: auto;
  }

  /*  .menu-container {width: 100%;}
    .menu-container .menu{display:inline-block;}
    .menu-mobile {display: block;float: right;padding: 10px 20px 7px; color:#212142; width: 100%; font-weight:600;}
    .menu-dropdown-icon:before {display: block;}
    .menu > ul {display: none;width:100%;}
    .menu > ul > li {width: 100%;float: none;display: block;}
    .menu > ul > li a {padding: 1.5em;width: 100%;display: block;}
    .menu > ul > li > ul {position: relative;padding: 0 40px; margin-top: 0px;}
    .menu > ul > li > ul.normal-sub {width: 100%;}
    .menu > ul > li > ul > li {float: none;width: 100%; margin-top: 20px;}
    .menu > ul > li > ul > li:first-child { margin: 0;}
    .menu > ul > li > ul > li > ul {position: relative;}
    .menu > ul > li > ul > li > ul > li {float: none;}
    .menu .show-on-mobile {display: block;}*/
}

@media only screen and (max-width: 700px) {
  .features .container h2 {
    text-align: center;
  }

  .flex_fetures {
    justify-content: center;
  }

  .flex_fetures_item {
    flex: 1 1 98%;
    max-width: 95%;
  }

  .flex_benefits {
    background: white;
    justify-content: center;
    gap: 8px;
  }

  .flex_benefits_item {
    flex: 1 1 98%;
    max-width: 98%;
    border: 1px solid #333;
  }

  .carousel-caption h1 {
    font-size: 18px;
    margin: 0px;
    padding: 0;
  }

  .top_info_text {
    font-size: 14px;
  }

  .flex_opn_item h1 {
    font-size: 26px;
  }

  .flex_opn_item a {
    font-size: 18px;
    padding: 15px 25px;
  }

  .flex_inr_fty_item {
    flex: 1 1 100%;
  }

  .gold_flx li {
    flex: 1 1 45%;
    max-width: 45%;
    text-align: center;
  }
}

.cent_bg {
  background: #1f6f86;
}

.sd_bg {
  background: #8a6119
}

.micro_bg {
  background: #911e92
}

.micro_bg {
  animation: colorchange 5s linear 1s infinite;
  -webkit-animation: colorchange 5s linear 0s infinite alternate;
}

@keyframes colorchange {
  0% {
    background: #d878d9;
  }

  50% {
    background: #670468;
  }

  100% {
    background: #d878d9;
  }
}

@-webkit-keyframes colorchange

/* Safari and Chrome - necessary duplicate */
  {
  0% {
    background: #911e92;
  }

  50% {
    background: #670468;
  }

  100% {
    background: #911e92;
  }
}

.sd_bg {
  animation: colorchange2 5s linear 1s infinite;
  -webkit-animation: colorchange2 5s linear 0s infinite alternate;
}

@keyframes colorchange2 {
  0% {
    background: #8a6119;
  }

  50% {
    background: #e1b66a;
  }

  100% {
    background: #8a6119;
  }
}

@-webkit-keyframes colorchange2

/* Safari and Chrome - necessary duplicate */
  {
  0% {
    background: #8a6119;
  }

  50% {
    background: #e1b66a;
  }

  100% {
    background: #8a6119;
  }
}

.cent_bg {
  animation: colorchange1 5s linear 1s infinite;
  -webkit-animation: colorchange1 5s linear 0s infinite alternate;
}

@keyframes colorchange1 {
  0% {
    background: #1f6f86;
  }

  50% {
    background: #72c8e1;
  }

  100% {
    background: #1f6f86;
  }
}

@-webkit-keyframes colorchange1

/* Safari and Chrome - necessary duplicate */
  {
  0% {
    background: #1f6f86;
  }

  50% {
    background: #72c8e1;
  }

  100% {
    background: #1f6f86;
  }
}


.contact-address-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 120px;
}

.contact-address-area .sec-title-style1.max-width {
  padding-bottom: 72px;
}

.contact-address-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #131313;
  padding: 85px 30px 77px;
}

.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
  font-size: 75px;
}

.single-contact-address-box h3 {
  color: #ffffff;
  margin: 0px 0 9px;
}

.single-contact-address-box h2 {
  color: #FFA500;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px;
}

.single-contact-address-box a {
  color: #ffffff;
}

.single-contact-address-box.main-branch {
  background: #FFA500;
  padding: 53px 30px 51px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.single-contact-address-box.main-branch h3 {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 38px;
  text-transform: uppercase;
  text-align: center;
}

.single-contact-address-box.main-branch .inner {
  position: relative;
  display: block;

}

.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  padding-left: 110px;
  border-bottom: 1px solid #737373;
  padding-bottom: 23px;
  margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text {
  position: relative;
  display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
  color: #131313;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-info-area {
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: 50px;
}

.contact-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 35px 60px 80px;
  -webkit-box-shadow: 0px 3px 8px 2px #ededed;
  box-shadow: 0px 3px 8px 2px #ededed;
  z-index: 3;
}

.contact-form .sec-title-style1 {
  position: relative;
  display: block;
  padding-bottom: 11px;
  width: 100%;
}

.contact-form .sec-title-style1 h3 {
  font-weight: 900;
  color: black;
}

.contact-form .text-box {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%;
}

.contact-form .text p {
  color: #848484;
  line-height: 26px;
  margin: 0;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.con_link icon img {
  padding-right: 10px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select,
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.contact-form form textarea {
  height: 130px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
  resize: none;
}

.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form select:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form textarea:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #e4ecb2;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #e4ecb2;
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  background: #e4ecb2;
  border: 1px solid #e4ecb2;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: pointer;
}

.contact-form form button:hover {
  color: #ffffff;
  background: #333;
  border: 1px solid #333;
}

.nav-link{
  color: #fff !important;
}