@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Google Fonts*/
:root {
  --H-family: 'Poppins', sans-serif;
  --B-family: 'Poppins', sans-serif;
  --main: #1e2e48;
  --secondry: #cec7ff;
  --highlight: #0090ca;
  --heading_color: #1f2e46; 
  --white: #ffffff;
  --light_bg: #fef5ee;
  --black: #1f2e46;
  --picton-blue: #0090CA;
  /* RGB: 0, 144, 202 | CMYK: 100, 29, 0, 21 */
  --carolina-blue: #56BEFF;
  /* RGB: 86, 190, 255 | CMYK: 67, 25, 0, 0 */
  --keppel: #3AB5A7;
  /* RGB: 58, 181, 167 | CMYK: 66, 0, 8, 29 */
}


html {
  margin: 0;
  padding: 0;
  top: 0 !important;
}


body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #f0f4f5;
  font-weight: 400;
  letter-spacing: inherit;
  color: rgb(0, 14, 38);
  text-rendering: optimizeLegibility;
  font-size: 100%;
  top: 0 !important;
}

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

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

p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--H-family);
}

.top_header {
  padding: 13px 0;
  background: transparent;
}

.top_social {
  padding: 0;
  margin: 0;
  text-align: right;
}

.top_social li {
  list-style: none;
  display: inline-block;
}

.top_social li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 31px;
  text-align: center;
  border-radius: 3px;
  margin: 0 0 0 5px;
}

.top_info {
  padding: 0;
  margin: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top_info li {
  list-style: none;
  display: inline-block;
}

.top_info li a {
  display: inline-block;
  color: var(--main);
  margin: 0 16px 0 0;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #ededee;
  padding: 7px 21px;
  border-radius: 50px;
}

.top_info li a i {
  display: inline-block;
  color: #000;
  margin: 0 3px 0 0;
}

.top_header {
  color: #000;
}

.calldv a {
  margin: 0 10px 0 0;
  color: #fff;
}

.calldv a i {
  font-size: 12px;
  margin: 0 4px 0 0;
}




/* top-header */

.alert svg {
  width: 1.25rem;
  height: 1.25rem;
}


/* header */
header {
  border-bottom: none;
  transition: 0.4s;
}

header .container-fluid {
  max-width: 90%;
}

.navbar-light .navbar-brand {
  width: 290px;
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--picton-blue);
}

.navbar-expand-xl .navbar-nav .nav-link {
  display: block;
  padding: 1.3rem 1.2rem;
  text-decoration: none;
  color: #1e2e48;
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link::before {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--picton-blue);
  position: absolute;
  top: -2px;
  left: 0;
  transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .active .nav-link::before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--picton-blue);
  position: absolute;
  top: -2px;
  left: 0;
  transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link:hover::before {
  width: 100%;
  transition: 0.3s;
}


.navbar-expand-xl .navbar-nav .active .nav-link {
  color: var(--picton-blue);
}

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  /*! border-bottom: 1px solid #134c52; */
  background: transparent;
  /*! background: linear-gradient(180deg, rgb(254, 254, 254) 0%, rgba(0,107,122,0) 100%); */
  /*! backdrop-filter: blur(3px); */
  /*! box-shadow: -1px 5px 6px rgba(0,0,0,.09); */
  /*! background: linear-gradient(180deg,rgb(1, 55, 61) 0%, rgb(1, 55, 61) 100%); */
}

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 0;
  color: #1e2e48;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  text-transform: capitalize;
  /*! border-bottom: 1px solid #f1f1f1; */
}

.dropdown-item span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #dff9f2;
  border-radius: 6px;
  text-align: center;
  line-height: 37px;
  margin: 0 9px 0 0;
}

.dropdown-item img {
  /* width: 170px; */
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 12px;
  height: 108px;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--picton-blue);
  text-decoration: none;
  background-color: transparent;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 0px 0 0 0;
  padding-bottom: 0.8125rem;
  min-width: 70%;
  background: #fff;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 10px 10px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 5px 0;
  margin: 0;
}

.nav-link.header_btn {
  transition: 0.4s;
  text-align: center;
  padding: 0 21px !important;
  border-radius: 8px;
  height: 45px;
  color: #fff !important;
  margin-left: 0.625rem;
  background: #00157c;
  line-height: 44px;
  margin: 0;
}

.nav-link.header_btn:hover {
  color: var(--white) !important;
  transition: 0.4s;
  transform: scale(1.04);
  background: var(--main);
  border-color: var(--main);
}

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  height: 2.5rem;
  color: var(--main) !important;
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: #fff !important;
}

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ddd;
}

.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}

.dropdown-menu ul {
  padding: 0;
}

.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
}

.megaheader ul li {
  padding: 10px;
}

.dropdown-menu ul li:hover {
  transition: 0.3s;
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

.colorlogo {
  display: none;
}

.fixed .colorlogo {
  display: block !important;
}

.fixed .whiteheader {
  display: none !important;
}

.fixed .navbar-expand-xl .navbar-nav .nav-link {
  color: rgb(43, 42, 42);
}

.fixed .nav-link.header_btn {
  color: #fff !important;
  background: var(--main);
}

.blcall {
  display: none;
}

.fixed .blcall {
  display: block;
}

.fixed .whitecall {
  display: none;
}

.dropdown-toggle.Callbtn::after {
  display: none;
}


.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
  border: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem;
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
  padding: 0.625rem 1.25rem;
}

.bhBVsT {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(239, 243, 253);
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  padding: 12px 0px;
  margin-top: 1.3rem;
}



/* drop_down */
.megaheaderbookapbx {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul li {
  list-style: none;
}

.megaheaderbookapbx li a {
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  padding: 16px;
  transition: 0.3s;
  /*! overflow: hidden; */
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #f3f5f7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.megaheaderbookapbx li a span {
  z-index: 2;
  position: relative;
}

.megaheaderbookapbx li a span:first-of-type {
  color: rgb(36, 51, 90);
  font-size: 18px;
  font-weight: 600;
}

.megaheaderbookapbx li a span:last-of-type {
  color: rgb(77, 91, 124);
  display: initial;
  display: block;
}

.megaheaderbookapbx li a:hover {
  background: rgba(0, 123, 196, 0.08);
  transition: 0.3s;
  border-color: var(--main);
}

.megaheaderbookapbx li a:hover span:first-of-type {
  color: var(--main);
  transition: 0.3s;
}

.megaheaderbookapbx li a img {
  position: absolute;
  right: -10px;
  top: -17px;
  object-fit: contain;
  z-index: 0;
  width: 119px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "\F282";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 36%;
  font-size: 12px;
}

.softwareSec h4 {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
}

.nav-link.dropdown-toggle {
  padding-right: 40px !important;
}


.megaheader .dropdown-item {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  /*! border: 1px solid #ddd; */
  /* margin: 9px; */
  box-shadow: rgb(128, 128, 128) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.megaheader h6 {
  font-size: 26px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.about_Dropdown ul {
  column-count: 3;
}

.col-lg-3.bglight {
  padding: 30px;
  background: #fafefd;
  border-radius: 10px;
}

.d-flex.mainfetursss {
  margin: 0 0 27px 0;
  font-size: 22px;
}

.d-flex.mainfetursss span {
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
}

.d-flex.mainfetursss span i {
  margin: 0 6px 0 0;
  color: #f2c9d1;
}

.navbar-brand {
  width: 320px;
  display: block;
}

.container.border-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
  padding-bottom: 10px;
}

.top_header_phone ul {
  padding: 0 90px 0 0;
  display: flex;
  margin: 0;
  justify-content: center;
}

.top_header_phone ul li {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: left;
  align-items: center;
  margin: 0 30px 0 0;
}

.top_header_phone ul li p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
  line-height: normal;
}

.top_header_phone ul li h6 {
  font-size: 18px;
  margin: 0;
  line-height: normal;
}

.top_header_phone ul li img {
  margin: 0 12px 0 0;
}

.blacklogo {
  display: none;
}

.fixed .blacklogo {
  display: block !important;
}

.fixed .whitewlogo {
  display: none !important;
}



/* header */


.btn_theme {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 25px;
  font-size: 14px; 
  height: 45px;
  background: var(--main);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  line-height: 42px;
  border-radius: 60px;
  /*! letter-spacing: 1px; */
}

.btn_theme:hover {
  color: var(--white);
  background: var(--main);
  border-color: var(--main);
  transition: 0.3s;
}

.btn_outline_theme {
  border: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  height: 45px;
  color: var(--main);
  display: inline-block;
  background: #f5f9fe;
  line-height: 42px;
  font-weight: 400;
}

.btn_outline_theme:hover {
  background: var(--main);
  color: #fff;
}

.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}

.carousel-item.active {
  border-top: 1px solid #ddd;
}

/* banner */

.banner_main {
  background: #d9f6fc url(../images/banner_bg.png);
  padding: 0;
  padding-bottom: 0;
  background-size: cover;
  position: relative;
}

.carousel-caption {
  width: 100%;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: capitalize;
  line-height: 64px;
  max-width: 80%;
}

.carousel-caption p {
  max-width: 454px;
  color: #fff;
  opacity: 0.7;
}

.btn_banner {
  font-size: 15px;
  color: var(--white);
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid var(--picton-blue);
  transition: 0.4s;
  margin-top: 13px;
  border-radius: 50px;
  background: var(--picton-blue);
  font-weight: 600;
}

.carousel-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  z-index: 9;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: var(--picton-blue);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border-radius: 13px;
}

/* about_us */
.about_us {
  padding: 70px 0;
  background: #fff;
}

/* about_us */
.skiptranslate {
  display: none !important;
}

.skiptranslate.goog-te-gadget {
  display: flex !important;
  width: 143px;
}

.skiptranslate span {
  display: none;
}

.langudv {
  /*! height: 30px; */
  overflow: hidden;

}

.goog-te-combo {
  height: 36px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 1px 14px;
  border-radius: 50px;
  width: 143px;
  background: transparent;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
  font-family: poppins;
  font-size: 13px;
}

.askbtnn {
  border-color: #0090ca !important;
  background: #0090ca !important;
  color: #fff !important;
}

.askbtnn i {
  color: #fff !important;
}

.hbgg {
  background: #fff url(../images/headerbg.png);
  background-size: 100%;
}

.linedv {
  border-bottom: 1px solid #ddd;
  margin: 0 0 24px 0;
  position: relative;
}

.linedv::before {
  width: 100px;
  background: var(--picton-blue);
  height: 4px;
  left: 0;
  top: -2px;
  position: absolute;
  content: '';
}

.feature_item {
  padding: 25px;
  background: #eaebef;
  border-radius: 10px;
  min-height: 334px;
}

.feature_item h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.feature_item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: normal;
}

.feature_item img {
  width: 62px;
  margin: 0 0 60px 0;
}

.feature_item a {
  font-size: 14px;
  color: var(--main);
  border-bottom: 2px solid var(--main);
  font-weight: 600;
}

.about_us .row .col-lg-3:nth-child(3) .feature_item {
  background: #3bb6a7;
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(3) .feature_item h3 {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(3) .feature_item p {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(3) .feature_item a {
  color: #fff;
  border-color: #fff;
}

.about_us .row .col-lg-3:nth-child(4) .feature_item {
  background: #0090ca;
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(4) .feature_item h3 {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(4) .feature_item p {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(4) .feature_item a {
  color: #fff;
  border-color: #fff;
}

.about_us .row .col-lg-3:nth-child(5) .feature_item {
  background: #5f81d3;
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(5) .feature_item h3 {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(5) .feature_item p {
  color: #fff;
}

.about_us .row .col-lg-3:nth-child(5) .feature_item a {
  color: #fff;
  border-color: #fff;
}

.aboutcontent {
  padding: 0 60px 30px 0;
}

.imagedv {
  height: 334px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: var(--picton-blue);
}

.imagedv .content {
  position: absolute;
  left: 0;
  bottom: 31px;
  z-index: 9;
  padding: 30px;
  max-width: 65%;
  text-transform: capitalize;
}

.imagedv .content h3 {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 31px;
  margin: 0 0 20px 0;
  color: #fff;
}

.imagedv .content a {
  border: 2px solid var(--keppel);
  transition: 0.4s;
  text-align: center;
  padding: 0 25px;
  font-size: 14px;
  height: 42px;
  background: var(--keppel);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  line-height: 37px;
  border-radius: 60px;
  letter-spacing: 1px;
}

.imagedv::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(45deg, rgb(1, 93, 126) 0%, rgba(66, 66, 66, 0) 100%, rgba(255, 255, 255, 0) 100%);
}


h2 {
  font-size: 40px;
  font-weight: 600;
}


.reach_activiti {
  padding: 30px 0;
  background: #fff;
  background-size: cover;
  background-attachment: fixed;
  /*! margin: 0 0 50px 0; */
}

/* career_asdvice_main */

.career_asdvice_main {
  padding: 60px 0;
  background: #fff url(../images/bgmv.png);
  background-size: cover;
  background-position: center;
}

.career_advice_item {
  border-radius: 5px;
  overflow: hidden;
  margin: 15px;
  padding: 0;
  border-bottom: none;
  background: #fff;
  transition: 0.2s;
  box-shadow: 0 5px 10px -3px rgba(14, 13, 26, .12), 0 3px 16px 2px rgba(7, 48, 114, .12), 0 8px 12px 1px rgba(34, 0, 51, .04);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border: 1px solid #d0d0d0;
}

.career_advice_item .date {
  position: absolute;
  right: 17px;
  font-size: 12px;
  color: var(--main);
  font-weight: 600;
  top: 28px;
  background: #f2f2f2;
  padding: 3px 15px;
  border-radius: 60px;
}

.career_advice_item p {
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.career_advice_item::before {
  content: '\F228';
  font-family: bootstrap-icons !important;
  font-size: 30px;
  margin: 0 1px 0 0;
  display: inline-block;
  /*! transform: translateX(-10px) translateY(3px); */
  font-weight: 300;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--picton-blue);
}


.career_advice_item:hover {
  transform: translateZ(0) scale(1.02);
}

.career_advice_item .image {
  position: relative;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  border-radius: 16px;
}

.career_advice_item .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_advice_item .C_description {
  padding: 80px 0 0 0;
}

.career_advice_item .C_description h3 {
  color: var(--black);
  font-weight: 600;
  max-height: 45px;
  min-height: 45px;
  overflow: hidden;
  font-size: 1.20rem;
}

.career_advice_item .C_description h5 {
  color: var(--heading_color);
  min-height: 100px;
  overflow: hidden;
  font-weight: 600 !important;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 27px 0;
}

.career_advice_item:hover h5 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: var(--picton-blue);
}

.career_advice_item .C_description a {
  color: var(--gray);
  /*! text-decoration: underline; */
  /*! text-decoration-thickness: 2px; */
  font-weight: 500;
  color: #2046B0;
  font-weight: 500;
  font-size: 0.95rem;
}

.career_advice_item:hover .C_description a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: 500;
}

/* career_asdvice_main */











/* footer */
.footer {
  background: #05171e url(../images/footerbggg.png);
  padding-top: 3.5rem;
  background-size: cover;
  background-position: top;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #622fcd;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 13.125rem;
}

.footer .f-about p {
  font-size: 0.875rem;
  color: #7e8890;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
  margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 0.3125rem;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 0.25rem;
}

.footer .footer-social {
  margin-top: 1.375rem;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 1.0625rem;
  color: var(--main) !important;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: block;
  background: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  line-height: 2.4rem;
  border: 1px solid;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: var(--main);
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.nav-folderized .col.nav {
  padding: 0 !important;
  display: block !important;
  /*! padding: 0 0.9375rem !important; */
  padding: 40px 24px !important;
}

.footer h5 {
  color: #fff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-family: var(--H-family);
  letter-spacing: 0;
}

.footer ul li {
  margin-bottom: 0.625rem;
  position: relative;
  list-style: none;
  display: flex;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul li a {
  color: #eaeaea;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px solid transparent;
	padding:3px 0px;
}




.footer ul li a:hover {
  color: var(--picton-blue);
  border-bottom: 1px solid #fefeff;
}

footer ul {
  padding: 0;
}

.footer h3 img {
  width: 13.125rem;
}

.f_about img {
  width: 13.75rem;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 0.875rem;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 0.9375rem;
  margin: 0 9px 0 0;
  color: #959595;
}

.footer-bottom {
  border-top: 1px solid #ffffff21;
  text-align: left;
  margin-top: 0;
  padding: 18px 20px;
}

.footer-bottom p {
  margin: 0;
  color: #bcbdc1;
  font-size: 13px;
}

.footer-bottom p a {
  color: #d2d2d2;
  display: inline-block;
  margin: 0 0 0 23px;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.download-text h3 {
  margin: 0;
}

.newsletter_sct .form-control {
  height: 3.125rem;
  border: 2px solid #e4e7f2;
  color: var(--heading_color);
  margin-bottom: 0.9375rem;
}

.btn.btn_NLy {
  height: 44px;
  text-align: center;
  width: 170px;
  background: var(--picton-blue);
  color: #fff;
  border-radius: 40px;
  font-size: 13px;
}

.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}

.img-fluid.flogo {
  width: 190px;
  margin-bottom: 0.9375rem;
}

.appdownload {
  width: 180px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0.625rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
  border-radius: 0;
  /* border: 2px solid #fff !important; */
  border-left-color: #cecece !important;
  border-bottom-color: #cecece !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.625rem 1.25rem, rgba(0, 0, 0, 0.14) 0px 6px 6px;
  overflow: hidden;
  border-radius: 0.625rem;
}

/* footer */

footer .container-fluid {
  max-width: 90%;
}

.footerinnerborder {
  border: 1px solid #ffffff21;
  position: relative;
}

.privacylnk {
  text-align: right;
}

.privacylnk a {
  color: #fff;
  text-decoration: underline;
}

.marquee {
  padding: 30px 0;
}

marquee {
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  opacity: 0.7;
}

marquee img {
  width: 100px;
}

.social_icon {
  display: flex;
  justify-content: space-between;
}

.social_icon a {
  /* display: block; */
  width: 100%;
  padding: 20px;
  border: 1px solid #ffffff21;
  border-left: none;
  border-bottom: none;
  color: #ffffffad;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.social_icon a:hover {
  background: var(--picton-blue);
  transition: 0.3s;
  border-color: var(--picton-blue);
  color: #fff;
}

.NfOrM {
  display: flex;
}

.NfOrM .form-control {
  border-radius: 0;
  background: transparent;
  border: 1px solid #ffffff3d;
  font-size: 12px;
  color: #fff;
}

.newsletter_sct p {
  font-size: 13px;
  color: #ffffff5e;
}
.newsletter_sct p {
   display: flex;
}
.border-start {
  border-left: 1px solid #ffffff21 !important;
}

.logowhitefooter {
  text-align: center;
  margin-bottom: 55px;
}

.logowhitefooter img {
  width: 500px;
}

.accredation_main {
  padding: 78px 0;
}

.accredation_main {
  padding: 78px 0;
  background: #FFF url(../images/accredlogob.png);
  /*! color: #fff; */
  background-size: cover;
}

.accredation_main .linedv::before {
  /*! background: #fff; */
}

.accredation_main .linedv {
  /*! border-color: #ffffff2f; */
}

.why_iichh {
  padding: 60px 0;
  background: #fff url(../images/bgdoytted.png);
  background-size: cover;
}

.why_iichh h2 span {
  color: var(--picton-blue);
}


.why_iichh ul {
  margin: 0;
  padding: 0;
}

.why_iichh ul li {
  list-style: none;
  display: flex;
  padding: 16px;
  margin-bottom: 12px;
  /*! border-bottom: 1px solid #ddd; */
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 144, 202, 0.18) 0%, rgba(0, 212, 255, 0) 70%);
  border-radius: 19px;
  padding-left: 25px;
}

.why_iichh ul li img {
  width: 40px;
  flex: 0 0 auto;
  height: auto;
  object-fit: contain;
  margin: 0 20px 0 0;
}

.why_iichh ul li h3 {
  /* margin: 0; */
  font-size: 17px;
}

.abimgdv {
  margin: 0 67px 0 0;
  height: 545px;
  background: var(--main);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.abimgdv img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0.7;
}

.image_iceh {
  height: 600px;
  overflow: hidden;
  margin: 0 30px;
  background: var(--picton-blue);
  border-radius: 14px;
  position: relative;
}

.image_iceh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: overlay;
}

.Accred_item .img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin-bottom: 0;
  /*! box-shadow: rgba(100,100,111,.2) 0 7px 29px 0; */
  padding: 15px;
  background: #fff;
}

.Accred_item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.accredation_main .row .col-lg-3:nth-child(4) .Accred_item {
  border-right: none;
}

.accredation_main .row .col-lg-3:nth-child(8) .Accred_item {
  border-right: none;
  border-bottom: none;
}

.accredation_main .row .col-lg-3:nth-child(5) .Accred_item {
  border-bottom: none;
}

.accredation_main .row .col-lg-3:nth-child(6) .Accred_item {
  border-bottom: none;
}

.accredation_main .row .col-lg-3:nth-child(7) .Accred_item {
  border-bottom: none;
}


.satup_support_main {
  text-align: center;
  padding: 40px 0;
  background: #0090ca;
}

.Scdtail h3 {
  font-size: 33px;
  /*! font-weight: bold; */
  letter-spacing: -1px;
  color: #fff;
}

.Scdtail .btn_theme {
  background: #000;
}

.innerjcmain {
  background: var(--main);
  border-radius: 5px;
  padding: 30px 46px;
  color: #fff;
}

.innerjcmain h2 {
  font-size: 24px;
  margin: 0;
}

.innerjcmain p {
  margin: 0;
  color: #fff;
  opacity: 0.8;
  line-height: normal;
}

.themebutton {
  width: 100%;
  display: block;
  text-align: center;
  background: #0090ca;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
}

.joincomunutyy {
  padding: 46px 0 20px;
  background: #fff;
}

.reach_item {
  /*! padding: 30px; */
  /*! border: 2px solid rgba(95, 129, 211, 0.44); */
  border-radius: 13px;
}

.reach_item ul {
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.reach_item ul li {
  list-style: none;
  flex: 0 0 19%;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 12px 0 0;
  height: 160px;
  border-radius: 10px;
  background: #fff;
}

.reach_item ul li img {
  list-style: none;
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.reach_item .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 2.25rem;
  border-top-right-radius: .25rem;
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
  padding: 26px 35px;
  border-radius: 0;
  border: none;
}

.reach_item .nav-tabs .nav-item.show .nav-link,
.reach_item .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #008fc905 !important;
  border-bottom: 4px solid #008fc9 !important;
}

.reach_item .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.actvdv {
  padding: 30px 0;
}

.gallery_item {
  margin: 6px;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  border: 1px solid #ddd;
}

.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_banner {
  background: #028bf2 url(../images/inner_bnnerbg.jpg) center;
  padding: 63px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inner_banner::after {
  content: '';
  background: url(../images/hero-curved-overlay-desktop.svg);
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.inner_banner::before {
  position: absolute;
  /*! content:''; */
  left: 0;
  bottom: -72px;
  width: 100%;
  height: 267px;
  /*! background: url(../images/inner_after.png); */
  background-repeat: no-repeat;
  z-index: -1;

  background-position: bottom;
  transform: rotate(1deg);
}

.inner_banner p {
  font-size: 20px;
  line-height: 37px;
  margin-top: 20px;
}

.inner_banner .OverlY {
  position: absolute;
  left: 0;
  top: 0;
  /*! background: linear-gradient(95.45deg, #031f2b 0.64%, #000 98.23%); */
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.main {
  padding: 60px 0;
  background: #fff;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb {
  padding: 6px 0;
  margin-bottom: 0;
  margin-left: 0px
}

.breadcrumb li a {
  color: #fff !important;
  font-size: 0.9rem;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb li {
  color: var(--secoendry);
  font-size: 13px;
  font-weight: 400;
}

.Inner_Banner_conTent h1,
.Inner_Banner_conTent h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
}


.lr_items {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
  box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
  margin-bottom: 40px;
  margin-top: 30px;
}

.main h1,
.main h2,
.main h3,
.main h4 {
  font-size: 25px;
  font-weight: 600;
}


.main ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.main ul li {
  list-style: none;
  margin: 0 0 9px 0;
  position: relative;
  padding-left: 1.875rem;
  font-size: 15px;
  font-weight: 400; 
  color: rgba(0, 0, 0, 0.77);
}

.main ul li::before {
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons;
  height: 1.25rem;
  border-radius: 100%;
  color: var(--main);
  line-height: 21px;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  top: 3px;
}

.team-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.team-header h2 {
  font-weight: 600;
  letter-spacing: -0.5px;
}

.team-card {
  background: #fff url(../images/teambg.png);
  border-radius: 16px; 
  padding: 0 0 14px 0;  
  text-align: center;   
  transition: all .3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  /*! overflow: hidden; */
  position: relative; 
  margin-top: 46px;
  min-height: 209px; 
  margin-bottom: 20px;
}

.team-card .image {
  height: 120px;
  position: relative; 
  overflow: hidden;   
  width: 120px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -48px;
  margin-bottom: 20px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #c4c4c45e;
  background: #fff;
}
.contenttm {
	/*! position: absolute; */
	bottom: 15px;
	left: 0;  
	width: 100%;
	z-index: 9;
	/*! background: rgb(0, 144, 202); */
	backdrop-filter: blur(10px);
	padding: 0 10px;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.team-card img {
  width: 100%;
  height: 100%; 
  object-fit: cover;  
  border-radius: 0;
  margin-bottom: 0;
  /*! border: 4px solid #fff; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  object-position: top;
  /*! mix-blend-mode: hard-light; */
  /*! opacity: 0.8; */
  filter: grayscale(10);
}

.team-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  /*! color: #fff; */
}

.team-card p {
  margin: 0;
  font-size: 12px;
  color: #8e9497; 
  line-height: normal;
}

.team-card a {
  display: inline-block;
  margin-top: 0;
  font-size: 0.85rem;  
  color: #0090ca;
  text-decoration: none;
  font-weight: 500;
  /*! position: absolute; */
  top:60%;
  left: 50%;
  /*! transform: translate(-50% ,-50%); */
  background: #fff;
  padding: 1px 12px;
  text-wrap: nowrap;
  border-radius: 50px;
  font-size: 11px;
  /*! opacity: 0; */
  transition: 0.3s;
  z-index: 999;
  text-decoration: underline;
}

.team-card:hover a {
opacity: 1;
  transition: 0.3s;
}







/* contact-us */
.C_itemD {
  padding: 1.5625rem 1.875rem;
  text-align: left;
  padding-left: 103px;
  position: relative;
  margin-bottom: 0;
  /*! background: #f5f9fe; */
  border-radius: 0;
  margin-left: 0;
  border-bottom: 1px solid #f2f6fb;
}

.C_itemD img {
  margin: 0 0 0.625rem 0;
  position: absolute;
  left: 1.25rem; 
  width: 3.125rem;
  filter: grayscale(10);
}

.C_itemD h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: var(--main);
}

.C_itemD p {
  font-size: 1rem;
  margin: 0; 
  opacity: 0.7;
}

.C_itemD a {
  font-size: 18px;
  font-weight: 600; 
  color: var(--main);
  font-family: var(--H-family);
  margin: 0;
  display: block; 
  transition: 0.2s;
}

.C_itemD a:hover {
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: var(--highlight);
}


.btn_emailus {
  display: block;
  padding: 0.625rem 0.9375rem;
  background: var(--main);
  border-radius: 100px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 11px 1.125rem -0.5rem rgb(23 92 255 / 60%);
  transition: 0.3s;
  text-align: center;
}

.btn_emailus:hover {
  box-shadow: none;
  transition: 0.3s;
}




.contact-form-wrap {
  padding: 27px 3.125rem;
  box-shadow: 1rem 0.5rem 2.0625rem 11px rgba(217.99999999999994, 226.99999999999997, 228.99999999999994, 0.22);
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
  /*! border-right: 1px solid #ddd; */
  background: #fff;
  border-top: 0.625rem solid #0090ca;
  border-radius: 9px;
  margin-top: -90px;
  z-index: 9; 
  position: relative;
  margin-bottom: 3.75rem !important;
}

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 100px;
}

.contact-form-wrap label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.3125rem 6px;
  color: #77879e;
}

.contact-form-wrap h2 { 
  font-weight: 600;
  color: var(--heading_color);
  margin-bottom: 1.25rem;
}

.contact-form-wrap p {
  font-weight: 400;
  color: #959595;
  max-width: 470px;
  margin: 0 auto;
  line-height: normal;
  font-size: 0.875rem;
  /*! opacity: 0.6; */
}


.contact-form-wrap .form-group {
  margin-bottom: 0.9375rem;
}

.contact-form-wrap .form-group .form-control {
  height: 48px;
  border-radius: 9px; 
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 1.25rem;
  color: #546274;
  color: var(--main);
  font-weight: 500;
  font-size: 0.9375rem;
}

 
.form-select {
  height: 55px;
  border-radius: 6px;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none;
  -webkit-box-shadow: none; 
  box-shadow: none;
  padding: 0 1.25rem;
  color: #546274;
  /*! background: #f5f9fe; */
  color: var(--main);
  font-weight: 500;
  font-size: 0.9375rem;
  padding-right: 32px;
}
 


.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 0.875rem;
  height: 100px;
}

.contact-form-wrap .subtn_btn {
  height: 55px;
  padding: 0;
  border-radius: 0.625rem; 
  background: var(--highlight);
  color: #ffffff;
  font-weight: 600;
  outline: none;   
  box-shadow: none;
  padding: 0 3.75rem;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
  display: inline-block;
  margin-top: 0.3125rem;
  width: 100%; 
  line-height: 52px;
}

.dotted_ng {
  background: #fff url(../images/bg_dotted.png);
}

    .course-box {
      max-width: 100%;
      margin: 2rem auto;
      background: #fff;
      border-radius: 20px; 
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      padding: 2rem;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    .course-box::before {
      content: "";
      position: absolute;
      top: 0;  
      right: 0;  
      width: 23%;
      height: 100%;
      background: linear-gradient(135deg, #0d6efd22, transparent);
      border-radius: 0;
      background: #fff url(../images/teambg.png);
      background-size: cover;
      z-index: -1;
      border-left: 1px solid #ddd;
    }
    .course-title {font-weight:700;margin-bottom:.5rem;}
    .badge-mode {background:#e9f2ff;color:#0d6efd;font-weight:600;padding:.35rem .7rem;border-radius:999px;font-size:.8rem;}
    .fee {font-weight:600;font-size:20px;color:green;}
    .muted-sm {color:#6c757d;font-size:.9rem;margin: 5px 0 2px 0;}
    .info-grid {display:grid;grid-template-columns:1fr;gap:.8rem;margin-top:0;}
    .info-item strong {color:#0d6efd;}  
    .btn-apply {border-radius:6px;padding:.5rem 1rem;font-weight:500;font-size: 12px;}
.info-item {
	color: #6c757d;  
	font-size: .9rem;
}
.course_item {
	padding: 35px;
	margin: 0 0 20px 0;
	background: #f3f8ff;
	border-radius: 10px;
	min-height: 260px; 
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
 
.course_item h2 {
	font-size: 20px;
	font-weight: 600;
	color: #437fdf;
}

.course_item ul li { 
	font-size: 13px;
}
.course_item ul li b, .course_item ul li strong {
	font-weight: 600;
}
.course_item ul li::before { 
	font-size: 21px;
	top: -1px;
}
.course_item ul li  {
	color: #000;
}

 

/* faqs */
.faq_main {
  background: #fff url(../images/section-design-bg.png);
  padding-top: 3.125rem;
}

.accordion-button {
  font-weight: 600;
  color: var(--heading_color);
  font-size: 16px;
  border: none; 
  /*! border-bottom: 1px solid #13245c2e; */
  padding: 20px 25px;
  /*! border-radius: 6px !important; */
  border-radius: 0;
  background: transparent;
  /*! letter-spacing: -.0175em !important; */
}

.accordion-item {
  background-color: #f7f9fc;
  border: none; 
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius: 0 !important;
}

.accordion-button.collapse {
  border-bottom-width: 0px;
}

.accordion-body {
  text-align: left;
  background: #f7f9fc;
  padding: 1.25rem 1.875rem; 
  padding-top: 0;
  /*! border: 2px solid var(--main); */
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
} 
.accordion-body p{
  font-size: 18px;
  color: #9d9d9d;
  line-height: 166%; 
} 

.accordion-collapse {
  border: none;
  border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
  color: var(--black);
  border-radius: 0.625rem 0.625rem 0 0 !important;
  background: #f7f9fc;
  box-shadow: none;
  border: none; 
  border-bottom: none;
  padding-bottom: 12px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	 
} 
.accordion-item {
  margin: 0 0 10px 0;
  border-radius: 7px !important;
  overflow: hidden;
  border: none;   
  box-shadow: 0 4px 57px rgba(58, 76, 102, 0),inset 0 -1px 4px rgb(191, 197, 202);
}
 
.accordion-button:focus { 
  box-shadow: none;
}

.faq_iner {
  /*! padding: 2.5rem; */
  /*! background: #fff; */
  border-radius: 20.5rem;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem; */
}



/* faqs */

.menu-main-menu-container{width:100%}

























.cookies-notification{position:fixed;left:0;bottom:0;z-index:99999;box-sizing:border-box;display:flex;align-items:center;width:100%;padding:16px;background-color:rgba(29,30,31,.95)}.cookies-notification__message{font-size:14px;line-height:18px;color:#fff;text-align:center;width:100%}.cookies-notification__message-link{margin-left:5px;font-weight:500;text-decoration:underline;color:currentColor}.cookies-notification .btn{padding:.2rem .75rem;font-size:12px;border-radius:.25rem;font-weight:700;margin-left:10px}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav {
    align-items: initial !important;
  }
}



 .owl-prev span, .owl-next span {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.79);
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 60px;
	text-align: center;
	color: #ea2b2e;
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0,0,0,0.09) 0 3px 12px;
	display: inline-block;
	font-weight: 700;
	transition: opacity .2s linear;
	border: 1px solid #e0e0e0;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

   .owl-prev span:hover, .owl-next span:hover {
  color:#8199A3
  }
  
 .owl-prev,  .owl-next {
  position:absolute;
  top:0;
  height:100%
  }
  
 .owl-prev {
  left:7px
  }
  
 .owl-next {
  right:7px
  }
