@font-face {
  font-family: "levenim-mt";
  src: url("../fonts/levenim-mt.ttf");
}
@font-face {
  font-family: "avantgardebq-extralight";
  src: url("../fonts/avantgardebq-extralight.otf");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: "open-sans-regular";
  src: url("../fonts/open-sans.regular.ttf");
}
@font-face {
  font-family: "Nirmala";
  src: url("../fonts/Nirmala.ttf");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialSymbolsOutlined-Thin.ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font: 15px/1 "Nirmala" !important;
  margin: 0 !important;
  padding: 0 !important;
}

.material-symbols-outlined {
  font-size: 32px !important;
  font-weight: 700;
  color: #AD1C57;
  border: none !important;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: flex;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  direction: ltr;
}

a {
  text-decoration: none !important;
  font: 15px/1 "Nirmala" !important;
  letter-spacing: 0px !important;
  color: #333333;
}

a:visited {
  letter-spacing: 0px !important;
  /* color: $gray !important; */
  color: #00b9ff !important;
}

a:hover {
  color: #00b9ff !important;
}

.over_link a {
  text-decoration: none !important;
  font: 15px/1 "Nirmala" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  color: #333333;
}

.over_link :hover {
  text-decoration: none;
  color: #AD1C57 !important;
}

.span {
  font-family: "Nirmala" !important;
}

.form-control {
  font: 15px/1 "Nirmala" !important;
  color: #333333 !important;
}

p {
  font: 15px/1 "Nirmala" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  text-align: justify !important;
  color: #333333;
  margin-bottom: 0px !important;
  word-break: break-word !important;
}

p a {
  text-decoration: none;
  color: #AD1C57;
}

p a:visited {
  text-decoration: none;
  color: #AD1C57;
}

p a:active {
  text-decoration: none;
  color: #AD1C57;
}

p a:hover {
  text-decoration: none;
  color: #AD1C57 !important;
}

h1 {
  font: 50px/1 "Poppins-Light" !important;
  letter-spacing: -2px !important;
  line-height: 58px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px !important;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 435px) {
  h1 {
    font-size: 39px !important;
    line-height: 45px !important;
  }
}
h2 {
  font: 25px/1 "Poppins-Light" !important;
  line-height: 35px !important;
  letter-spacing: -1px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
}

h3 {
  font: 20px/1 "Poppins-Light" !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
}

h4 {
  font: 29px/1 "Poppins-Light" !important;
  line-height: 35px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
}

#isudigital-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #10045A;
}

#isudigital-preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00adef;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-ishfaak 1s linear infinite;
}
@keyframes animate-ishfaak {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_a {
  position: relative;
  display: inline-block;
}

@media (min-width: 400px) {
  .btn_a {
    display: inline-block;
  }
  .btn_a:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn_a:nth-of-type(5) {
    margin-right: 0;
  }
}
.overlay {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.overlay button {
  z-index: 20;
}

.overlay:after {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  width: 50px;
  z-index: 10;
}

.overlay_red {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.overlay_red button {
  z-index: 20;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.btn_padding {
  padding: 8px 20px;
}

.site_btn_non {
  width: 100%;
  padding: 8px 0px 10px 0px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid #AD1C57;
  text-transform: uppercase;
  line-height: 10px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site_btn_non p:hover {
  color: #00b9ff;
}

.site_btn_white {
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site_btn_white:hover {
  background: #00b9ff;
  color: #ffffff;
}

.btn_circle_white {
  border-radius: 50px;
  background: #083E8B;
  padding: 10px;
  margin-right: 8px;
  color: #10045A;
}

.site_btn_green {
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #00adef;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site_btn_green:hover {
  background: #00b9ff;
  color: #ffffff;
}

.btn_circle_green {
  border-radius: 50px;
  background: #00adef;
  padding: 10px;
  margin-right: 8px;
  color: #10045A;
}

.site_btn_red {
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #083E8B;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site_btn_red:hover {
  background: #00adef;
}

.btn_circle_white {
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  background: #ffffff;
  padding: 10px;
  margin-right: 8px;
  color: #00b9ff;
}

.egg_icon {
  background-color: #AD1C57;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 54px;
  text-align: center;
  border-radius: 60px 60px 60px 0;
  font-size: 25px;
  margin: 0px auto;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

hr.hrline {
  border: none;
  background-color: #AD1C57 !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px auto !important;
}

hr.hrline_left {
  border: none;
  background-color: #AD1C57 !important;
  height: 1px !important;
  opacity: 0.9;
  float: left !important;
  position: relative;
}

hr.hrline2 {
  border: none;
  background-color: #D9D9D9 !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

hr.hrline3 {
  border: none;
  background-color: #ffffff !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

.font_black {
  color: #081828 !important;
}

.font_gray {
  color: #333333 !important;
}

.light_gray {
  color: #6D708A !important;
}

.font_white {
  color: #ffffff !important;
}

.font_red {
  color: #AD1C57;
}

.font_green {
  color: #00adef;
}

.font_green_banner {
  color: #00b9ff;
}

.font_navy_blue {
  color: #10045A;
}

.font_light_blue {
  color: #00b9ff;
}

.fs_12 {
  font-size: 12px !important;
  font-weight: 500;
}

.fs_45 {
  font-size: 45px;
}

.fontawsome_16 {
  font-size: 16px !important;
}

.fontawsome_24 {
  font-size: 24px !important;
}

.bg_navy_blue {
  background-color: #10045A !important;
}

.dark_blue {
  background-color: #083E8B !important;
}

.light_blue {
  background-color: #00b9ff !important;
}

.bright_green {
  background-color: #00b9ff !important;
}

.green {
  background-color: #00adef !important;
}

.bg_red {
  background-color: #AD1C57;
}

.bg_ice_blue {
  background-color: #f6f9fc;
  box-shadow: inset 0 0 31px 0 #d4dce3;
  -webkit-box-shadow: inset 0 0 31px 0 #d4dce3;
}

.bg_black {
  background-color: #081828 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_pink {
  background-color: #FF5670;
}

.bg_light_yellow {
  background-color: #FFC300;
}

.bg_off_green {
  background-color: #3CD1A2;
}

img {
  max-width: 100%;
  border: none !important;
  display: block !important;
  height: auto;
}

.img_inline {
  display: inline-block !important;
}

.max_width_none {
  max-width: none !important;
}

.swiper-slide {
  height: auto !important;
  margin-left: 1px;
}

.single_service {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100%;
}

.swiper {
  padding: 15px !important;
}

.title_long {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bullet_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn_dwn {
  margin-top: auto;
}

.single_service {
  border: 1px solid #D9D9D9;
  width: 100%;
  padding: 15px 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.swiper {
  overflow: visible;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  border: 1px solid #D9D9D9;
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  background: #00b9ff;
  border: 1px solid #00b9ff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #083E8B !important;
}

.form-group {
  padding-bottom: 21px;
}

@media screen and (max-width: 580px) {
  .gx-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.alert-success {
  color: #ffffff !important;
  background-color: #AD1C57 !important;
  border-color: #00b9ff !important;
  text-align: center !important;
}

.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  grid-gap: 34px;
}

.resize_img {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.circle_icons {
  background-color: #ffffff;
  border-radius: 100px;
  margin: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ellipsis {
  white-space: nowrap;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my_get_full {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
}

.each_row {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
}

.our_strength_icons_wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.common_box {
  border: 1px solid #D9D9D9;
  padding: 15px 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100%;
}

.common_circle_icon {
  width: 105px;
  height: 105px;
  padding: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: inset 0 0 31px 0 #d4dce3;
  display: inline-block;
  text-align: center;
}

.news_list_small {
  padding: 15px 15px 15px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}

.news_list_small_for_white {
  padding: 15px 15px 15px 2px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
}

.news_list_small:hover {
  background-color: #f6f9fc;
}

.social_links a {
  font-size: 19px !important;
  display: inline-block;
  background: #00adef;
  color: #ffffff !important;
  line-height: 1;
  margin: 9px 0px;
  padding: 9px;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.arrow_min_width {
  min-width: 13px;
}

.flex {
  display: flex !important;
}

.eh {
  flex: 1 !important;
}

.br-100 {
  border-radius: 100px !important;
}

.width_100 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.ishfaak-align-middle {
  display: inline-grid;
  align-items: center;
}

.float_middle {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.display_table {
  display: table;
  width: 100%;
  height: 100%;
}

.display_table_cell {
  display: table-cell;
  background-clip: padding-box;
  vertical-align: middle;
}

.display_table_cell:last-child {
  border-right: 0 none;
}

.inline_block {
  display: inline-block;
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inline-block {
  display: inline-block;
  clear: both;
}

.text_align_left {
  text-align: left !important;
}

.text_align_right {
  text-align: right !important;
}

.text_align_center {
  text-align: center !important;
}

.text_align_justify {
  text-align: justify;
}

.text_bold {
  font-weight: bold !important;
}

.border_radious_100 {
  border-radius: 100px;
}

.border_form {
  border: 1px solid #D9D9D9;
}

.border_radious_none {
  border-radius: 0px !important;
}

.shadow {
  box-shadow: 0px 10px 16px rgba(214, 214, 214, 0.5) !important;
}

.inner_shadow {
  border-top: 1px solid #e5e5e5;
  box-shadow: inset 0px -14px 19px -10px #dedede;
}

.text_shdow {
  text-shadow: 0px 0px 3px rgba(176, 184, 215, 0.7) !important;
}

.common_border {
  border: 1px solid #D9D9D9 !important;
}

.tab-content {
  border: 1px solid #D9D9D9 !important;
  padding: 0px 20px 20px 20px;
  margin-top: -1px;
}

input,
textarea {
  display: block;
  width: 100%;
  border: 0;
  background: white no-repeat;
  background-image: linear-gradient(to bottom, #0077e5, #0077e5), linear-gradient(to bottom, silver, silver);
  background-size: 0 2px, 100% 0px;
  background-position: 50% 100%, 50% 100%;
}

input:focus,
textarea:focus {
  background-size: 100% 2px, 100% 0px;
  outline: none;
}

.counter_plus {
  font: 51px/1 "PlayfairDisplay-Regular" !important;
  letter-spacing: -1px !important;
  margin-bottom: 6px !important;
  text-rendering: optimizelegibility;
  font-weight: 400;
  text-decoration: none;
  top: -28px;
  position: relative;
}

.counter {
  font: 51px/1 "Poppins-Light" !important;
  letter-spacing: -1px !important;
  margin-bottom: 6px !important;
  text-rendering: optimizelegibility;
  color: #083E8B !important;
  font-weight: 400;
  text-decoration: none;
  top: -28px;
  position: relative;
}

.quote_text {
  font: 128px/1 "PlayfairDisplay-Regular" !important;
  letter-spacing: -1px !important;
  text-rendering: optimizelegibility;
  font-weight: 400;
  text-decoration: none;
}

.fill_svg_white {
  filter: invert(94%) sepia(0%) saturate(7475%) hue-rotate(100deg) brightness(109%) contrast(109%);
}

.fill_svg_blue:hover {
  filter: invert(42%) sepia(74%) saturate(6156%) hue-rotate(195deg) brightness(96%) contrast(101%);
}

.fill_svg_gray {
  filter: invert(13%) sepia(17%) saturate(17%) hue-rotate(351deg) brightness(40%) contrast(50%);
}

.fill_svg_gray:hover {
  filter: invert(19%) sepia(73%) saturate(7061%) hue-rotate(349deg) brightness(40%) contrast(53%) !important;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.combo_black {
  color: #ffffff !important;
  background-color: #161d2d !important;
  border: 1px solid #596175 !important;
}

#topbar {
  border-bottom: 1px solid #ffffff;
  height: 40px;
  transition: all 0.5s;
  z-index: 997;
  background-color: #ffffff;
}

#topbar .contact_info span {
  padding-left: 13px;
}

#header {
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.5s;
  z-index: 996;
  padding: 5px 0;
  top: 40px;
  background-color: #ffffff;
}

#header .header_logo {
  line-height: 1;
  position: absolute;
}

#header .header_logo img {
  width: 70px;
  margin-top: -7px;
}

@media screen and (max-width: 360px) {
  .mobile-email-none {
    display: none !important;
  }
}
@media screen and (max-width: 931px) {
  #header .header_logo img {
    max-width: 221px;
    margin-top: -4px;
  }
}
#header div.main_list {
  float: right;
  text-align: right;
  padding: 6px 5px 0px 5px;
  top: 8px;
  position: relative;
}

#header div.main_list ul {
  width: 100%;
  /* display: flex; */
  list-style: none;
  justify-content: space-between;
}

#header div.main_list ul li {
  display: inline-block;
  text-align: left;
  padding: 10px 9px;
  top: 0px;
  position: relative;
}

#header div.main_list ul li a {
  text-decoration: none;
  font-size: 14px !important;
  color: #333333;
  transition-duration: 0.2s;
  position: relative;
  z-index: 51;
}

#header div.main_list ul li a:hover {
  text-decoration: none;
  color: #00b9ff !important;
  transition-duration: 0.2s;
  z-index: 51;
}

#header div.main_list ul li a:after {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  top: -26px;
  left: 0px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  z-index: 50;
  padding: 1px 13px;
}

#header div.main_list ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#header .main_list a:hover {
  color: #00b9ff !important;
}

#header .if_dropdown {
  display: inline-block;
  position: relative;
}

#header .if_dropdown a {
  text-decoration: none;
  padding: 0px 7px;
  display: block;
}

#header .drop-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  padding: 7px 5px 7px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header .drop-menu-item {
  width: 100%;
}

#header .drop-menu-item:hover {
  background-color: #ffffff;
}

#header .drop-menu-item a {
  color: #333333;
}

#header .if_dropdown:hover .drop-menu {
  display: block;
}

#header div.media_button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 16px;
  display: none;
}

#header div.media_button button.main_media_button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: 0;
  border: none;
  cursor: pointer;
}

#header div.media_button button.main_media_button span {
  width: 65%;
  height: 2px;
  display: block;
  background-color: #333333;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(1) {
  transform: rotateY(180deg);
  transition: all 0.5s;
  background-color: #333333;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(2) {
  transform: rotateY(180deg);
  transition: all 0.4s;
  background-color: #333333;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(3) {
  transform: rotateY(180deg);
  transition: all 0.3s;
  background-color: #333333;
}

#header div.media_button button.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  position: absolute;
  margin: 0;
}

#header div.media_button button.active span:nth-of-type(2) {
  display: none;
}

#header div.media_button button.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  position: absolute;
  margin: 0;
}

#header div.media_button button.active:hover span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
}

#header div.media_button button.active:hover span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
}

.fa-caret-right.rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* Keep desktop hover behavior */
@media (min-width: 1107px) {
  .has-submenu:hover > .sub-menu {
    display: block;
  }
}
.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 180px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.has-submenu:hover .sub-menu {
  display: block;
}

@media (max-width: 1106px) {
  .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    background: none;
    box-shadow: none;
    padding-left: 15px;
  }
  .has-submenu .sub-menu {
    display: none;
  }
  .has-submenu .sub-menu.show {
    display: block;
  }
}
#header .drop-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  min-width: 180px;
  padding: 7px 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

#header .drop-menu-item:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 1106px) {
  #header .drop-menu .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 15px;
    background-color: transparent;
    box-shadow: none;
  }
  #header .drop-menu-item:hover > .sub-menu {
    display: block;
    height: auto;
    padding: 14px 10px;
  }
  #header .drop-menu-item.if_dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1106px) {
  .drop-menu,
  .drop-menu .sub-menu {
    display: none;
  }
  .drop-menu.show,
  .drop-menu .sub-menu.show {
    display: block;
  }
  .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 15px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 1106px) {
  #header .main_list a:hover {
    color: #ffffff !important;
  }
  #header div.main_list {
    width: 100%;
    margin-top: 58px;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s;
  }
  #header div.show_list {
    height: auto;
  }
  #header div.main_list ul {
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    flex-direction: column;
    width: 100%;
    height: 84vh;
    right: 0;
    left: 0;
    margin-top: 15px;
    padding: 0px 15px 15px 15px;
    position: relative;
  }
  #header .main_list .drop-menu {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px 0px 13px 0px;
    top: 0px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 60;
  }
  #header .main_list .if_dropdown {
    margin: 0px 3px 5px 3px;
  }
  #header .main_list .if_dropdown a {
    color: #333333 !important;
    margin-left: -10px;
  }
  #header .main_list .drop-menu-item a:hover {
    color: #00b9ff !important;
  }
  #header .main_list .if_dropdown .hover_drop a:hover {
    color: #00b9ff !important;
  }
  #header div.main_list ul li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    text-align: left;
    padding: 14px 10px;
    top: 0px;
  }
  #header div.main_list ul li a {
    text-align: left;
    width: 100%;
    color: #333333;
  }
  #header div.main_list ul li a:hover {
    color: #00b9ff !important;
  }
  #header div.main_list ul li a:after {
    position: relative;
    transition-duration: 0.2s;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    color: #AD1C57;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    padding: 0px 13px;
  }
  #header div.media_button {
    display: block;
  }
}
.fa-rotate-down {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.fa {
  transition: transform 0.3s ease;
}

#banner_area {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}

#banner_area .render_wave {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 390px;
  bottom: 0px;
  z-index: 3;
  position: absolute;
}

#banner_area .top_113 {
  top: 110px;
  position: relative;
}

#banner_area .swiper {
  padding: 0px !important;
}

#banner_area .swiper {
  background-color: #10045A;
  width: 100%;
  height: 81vh;
  min-height: 803px;
}

#banner_area .top_77 {
  top: -6%;
}

#banner_area .swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
}

#banner_area .list-group-item {
  position: relative;
  display: block;
  padding: 5px 33px !important;
  margin-left: -31px !important;
  background: none !important;
  border: 0px !important;
  color: #ffffff !important;
  font-size: 15px !important;
}

@media screen and (max-width: 767px) {
  #banner_area .render_wave {
    width: 100%;
    height: auto;
    z-index: 3;
  }
}
@media screen and (max-width: 581px) {
  #banner_area .swiper-button-next,
  #banner_area .swiper-button-prev {
    display: none;
  }
}
.get_full_button {
  display: inline-block;
}

.get_full_button_ms-4 {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) and (min-width: 413px) {
  #banner_area .swiper-wrapper .get_full_button_wrapper {
    justify-content: center !important;
  }
}
@media screen and (max-width: 412px) {
  #banner_area .swiper-wrapper .get_full_button_wrapper {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  #banner_area .swiper-wrapper .get_full_button {
    margin-bottom: 10px;
  }
  #banner_area .swiper-wrapper .get_full_button_ms-4 {
    margin-left: 0px !important;
  }
}
#banner_area .swiper-pagination {
  bottom: 178px;
  margin-left: -37px;
  z-index: 3;
}

#banner_area .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  opacity: 0.9;
}

#banner_area .swiper-pagination-bullet-active {
  background: #00adef;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 991px) {
  #banner_area .text-center {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  #banner_area h1 {
    font-size: 39px !important;
    line-height: 45px !important;
  }
  #banner_area h4 {
    font-size: 23px !important;
    line-height: 27px !important;
  }
}
@media screen and (max-width: 767px) {
  #banner_area .swiper-pagination {
    bottom: 128px;
    margin-left: 0px;
  }
  #banner_area .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  #banner_area .swiper-pagination-bullet-active {
    background: #00adef;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 766px) {
  #banner_area .top_77 {
    top: -100px;
  }
}
@media screen and (max-width: 435px) {
  #banner_area h1 {
    font-size: 39px !important;
    line-height: 45px !important;
  }
  #banner_area h4 {
    font-size: 23px !important;
    line-height: 27px !important;
  }
  #banner_area .top_77 {
    top: -72px;
  }
}
#main {
  position: relative;
  padding-top: 0px;
  z-index: 4;
}

#services {
  width: 100%;
  height: auto;
  position: relative;
}

.services {
  position: relative;
}

#services .single_service {
  border: 1px solid #D9D9D9;
  padding: 15px 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#services .about {
  position: relative;
}

@media screen and (max-width: 991px) {
  #services .about .margin_btm_52 {
    margin-bottom: 52px;
  }
}
#services .about .our_strength_icons_wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#services .about .padding_left_30 {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #services .about .padding_left_30 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  #services .about .padding_left_30 {
    padding-left: 10px;
  }
}
#services .about .our_strength_icons_wrapper .padding_btm_30 {
  padding-bottom: 30px;
}

#services .about .our_strength_icons_wrapper .h6_position {
  top: 10px;
  position: relative;
}

#services .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #00b9ff;
  opacity: 0.9;
}

#services .swiper-pagination-bullet-active {
  background: #083E8B;
  border: 1px solid #00b9ff;
}

#core_services {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.core_services {
  position: relative;
}

#core_services .core_services_banner {
  background-color: #0014cb;
  background: url("../images/core_services_banner_img.jpg");
  background-size: cover;
  background-position: right 0px top -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 526px;
  padding: 76px 0px 90px 0px;
  position: relative;
  margin-top: -105px;
}

#core_services .render_triangle {
  background-size: cover;
  background-position: center;
  width: 100%;
  bottom: -1px;
  z-index: 5;
  position: absolute;
}

@media screen and (max-width: 1159px) {
  #core_services .render_triangle {
    width: 100%;
    bottom: calc(0% + 0px);
  }
}
@media screen and (max-width: 767px) {
  #core_services .render_triangle {
    width: 100%;
    bottom: calc(0% + 10px);
  }
}
@media screen and (max-width: 572px) {
  #core_services .render_triangle {
    width: 100%;
    bottom: calc(0% + 10px);
  }
}
#core_services .oversease_student {
  bottom: -1px;
  z-index: 4;
  left: 56%;
  bottom: 10px;
  float: left;
  position: absolute;
}

#core_services .white_layer {
  background-color: #ffffff;
  width: 100%;
  height: 126px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  position: absolute;
}

#core_services .adjust_text {
  top: 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #core_services .core_services_banner {
    min-height: 1516px;
  }
  #core_services .oversease_student {
    width: 73vw;
    left: 0px !important;
    margin: 0 auto !important;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #core_services .adjust_text {
    top: 0px;
    position: relative;
  }
  #core_services .white_layer {
    height: 56px !important;
  }
  #core_services .core_services_banner {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 572px) {
  #core_services .core_services_banner {
    min-height: 1416px;
  }
  #core_services .oversease_student {
    width: 73vw;
    left: 0px !important;
    margin: 0 auto !important;
    right: 0px;
  }
}
#core_services .oversease_thought_01 {
  border-radius: 100px;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
}

#core_services .oversease_thought_circle {
  width: 55px;
  padding: 10px;
  border-radius: 100%;
  background-color: #00adef;
  display: inline-block;
}

.thought_position_1 {
  top: 194px;
  position: absolute;
  float: right;
  right: -97px;
}

.thought_position_2 {
  top: 304px;
  position: absolute;
  float: left;
  left: 41px;
}

.thought_position_3 {
  bottom: 101px;
  position: absolute;
  float: right;
  right: -160px;
}

@media only screen and (max-width: 908px) and (min-width: 768px) {
  .thought_position_1 {
    top: 164px;
    right: -27px;
  }
  .thought_position_2 {
    top: 268px;
    left: 61px;
  }
  .thought_position_3 {
    bottom: 40px;
    right: -10px;
  }
  #core_services .oversease_thought_01 {
    padding: 5px 26px 8px 8px;
  }
}
@media only screen and (max-width: 531px) and (min-width: 320px) {
  .thought_position_1 {
    top: 124px;
    right: -117px;
  }
  .thought_position_2 {
    top: 218px;
    left: -34px;
  }
  .thought_position_3 {
    bottom: 40px;
    right: -60px;
  }
  #core_services .oversease_thought_01 {
    padding: 5px 26px 8px 8px;
  }
}
@media screen and (max-width: 399px) {
  #core_services .hide_ot {
    display: none !important;
  }
}
#campus_thought {
  width: 100%;
  height: auto;
  position: relative;
}

.campus_thought {
  width: 100%;
  height: auto;
  position: relative;
}

.thought_box {
  padding: 60px;
}

.thought_box_1_clr {
  background-color: #083e8b;
}

.thought_box_2_clr {
  background-color: #95c93d;
}

.thought_box_3_clr {
  background-color: #ed5459;
}

.thought_box_4_clr {
  background-color: #25b6ea;
}

#news_section {
  width: 100%;
  height: auto;
  position: relative;
}

.news_section {
  position: relative;
}

#news_section .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #00b9ff;
  opacity: 0.9;
}

#news_section .swiper-pagination-bullet-active {
  background: #083E8B;
  border: 1px solid #00b9ff;
}

#video {
  width: 100%;
  height: auto;
  position: relative;
}

.video {
  position: relative;
}

#video .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#video .video_wrapper {
  width: 100%;
  min-height: 615px;
  position: relative;
}

#video .video-js {
  position: relative !important;
  width: 100% !important;
  min-height: 615px;
}

#video .vjs-poster {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video .video-js .vjs-big-play-button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  width: 141px;
  height: 141px;
  border-radius: 100px;
  margin-top: -78px;
  margin-left: -78px;
  color: #AD1C57;
  font-size: 92px;
}

#video .video-js .vjs-big-play-button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

#video .video-js .vjs-big-play-button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

#our_testimonials {
  width: 100%;
  height: auto;
  position: relative;
}

.our_testimonials {
  position: relative;
}

#our_testimonials .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#our_testimonials .our_team_item {
  box-sizing: content-box;
  min-height: 289px;
  display: inline-block;
}

#our_testimonials .our_team_img {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100px !important;
  margin-bottom: 23px;
}

#our_testimonials .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #00b9ff;
  opacity: 0.9;
}

#our_testimonials .swiper-pagination-bullet-active {
  background: #083E8B;
  border: 1px solid #00b9ff;
}

#logos_client {
  width: 100%;
  height: auto;
  position: relative;
}

.logos_client {
  background-color: #10045A;
  border-top: 1px solid #ffffff;
  box-shadow: inset 0 0 31px 0 #10045A;
  position: relative;
}

#logos_client hr.hrline {
  background-color: #ffffff;
}

#logos_client .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#logos_client .logo_item {
  box-sizing: content-box;
  background-color: #ffffff;
  padding: 15px 15px;
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#logos_client .logo_img {
  background-color: #ffffff;
  display: block;
  width: 100%;
  max-width: 200px;
}

#logos_client .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  opacity: 0.9;
}

#logos_client .swiper-pagination-bullet-active {
  background: #00b9ff;
  border: 1px solid #ffffff;
}

#footer {
  width: 100%;
  height: auto;
  position: relative;
}

.footer {
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 767px) {
  #footer .get_full {
    display: table !important;
    margin: 0 auto;
    position: relative;
  }
  #footer .get_ful_mobile {
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer_links_bottom {
    margin-bottom: 30px;
  }
}
#footer .list-group-item {
  position: relative;
  display: flex;
  line-height: 26px;
  padding: 7px 33px !important;
  margin-left: -31px !important;
  background: none !important;
  border: 0px !important;
  color: #333333 !important;
  font-size: 15px !important;
}

#footer .space_arrow {
  margin-right: 12px;
}

#footer .social_footer_links a {
  font-size: 19px !important;
  display: inline-block;
  background: #083E8B;
  color: #ffffff !important;
  line-height: 1;
  padding: 9px 12px;
  margin-right: 12px;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .padding_footer_copyright {
  padding: 25px 0px;
}

#inner_banner_bread_crumbs {
  width: 100%;
  height: auto;
  position: relative;
}

.inner_banner_bread_crumbs {
  background-color: #10045A;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100% !important;
  min-height: 346px;
  margin-top: 109px;
  position: relative;
}

#inner_banner_bread_crumbs .render_triangle {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 201px;
  bottom: 50px;
  z-index: 5;
  position: absolute;
}

#inner_banner_bread_crumbs .render_line {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 5;
  position: absolute;
}

@media screen and (max-width: 1117px) {
  #inner_banner_bread_crumbs .render_line {
    top: 65%;
  }
}
.bread_crumbs_padding_inner_txt {
  padding: 65px 40px 30px 0px;
}

@media screen and (max-width: 679px) {
  #inner_banner_bread_crumbs .bc_max_width {
    width: 100%;
    max-width: 500px;
  }
}
#inner_contact_form {
  width: 100%;
  height: auto;
  position: relative;
}

.inner_contact_form {
  background-color: #ffffff;
  padding: 0px 0px;
  position: relative;
}

#inner_contact_form .contact_single_service {
  border: 1px solid #D9D9D9;
  padding: 30px 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#inner_contact_form .contact_single_service i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #00b9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

#inner_contact_form .contact_single_service h2 {
  padding: 0 0 0 65px;
}

#inner_contact_form .form-group {
  padding-bottom: 21px;
}

#inner_contact_form input {
  border-radius: none;
  padding: 10px 15px;
}

#inner_contact_form .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_contact_location {
  width: 100%;
  height: auto;
  position: relative;
}

.inner_contact_location {
  border: px solid #ffffff;
}

#inner_contact_location .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_strength {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_strength .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_strength .our_strength_icons_wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #inner_strength .our_strength_icons_wrapper {
    width: 100%;
  }
}
#inner_about {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_about .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_about .inner_content_space {
  text-align: center;
  padding: 36px;
}

.half_imag_1 {
  background: url("../images/home_page_images/chairman.jpg");
  background-size: cover;
  background-position: left 0px top 0px;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 524px;
  max-width: 1050px;
}

@media screen and (max-width: 521px) {
  .half_imag_1 {
    background-position: left -122px top 0px;
  }
}
@media screen and (max-width: 415px) {
  .half_imag_1 {
    background-position: left -52px top 0px;
    min-height: 363px;
  }
}
.half_imag_2 {
  background: url("../images/home_page_images/Gen.Milinda-Pieris.jpg");
  background-size: cover;
  background-position: left -250px top 0px;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 524px;
  max-width: 1050px;
}

@media screen and (max-width: 1199px) {
  .half_imag_2 {
    background-position: left -382px top 0px;
  }
}
@media screen and (max-width: 991px) {
  .half_imag_2 {
    background-position: left 0px top 0px;
  }
}
@media screen and (max-width: 767px) {
  .half_imag_2 {
    background-position: left -140px top 0px;
  }
}
@media screen and (max-width: 400px) {
  .half_imag_2 {
    background-position: left -202px top 0px;
  }
}
.half_imag_3 {
  background: url("../images/home_page_images/Prof-Dharmaratna.jpg");
  background-size: cover;
  background-position: left -240px top 0px;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 524px;
  max-width: 1050px;
}

@media screen and (max-width: 1199px) {
  .half_imag_3 {
    background-position: left -382px top 0px;
  }
}
@media screen and (max-width: 991px) {
  .half_imag_3 {
    background-position: left 0px top 0px;
  }
}
@media screen and (max-width: 767px) {
  .half_imag_3 {
    background-position: left -140px top 0px;
  }
}
@media screen and (max-width: 991px) {
  #inner_about .get_full_img_abt {
    width: 100% !important;
    display: block !important;
  }
  #inner_about .mob_margin_btm_52 {
    margin-bottom: 52px;
  }
}
#inner_thought {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_thought .inner_quote_width {
  width: 83%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#inner_thought .inner_quote_width .quote {
  height: 68px;
  right: 0px;
  bottom: -5px;
  position: absolute;
}

#inner_thought .inner_quote_width .quote_hr_line {
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important;
  position: relative;
}

#inner_vision_mission {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.inner_vision_mission {
  background: url("../images/home_page_images/inner_vision_mission_bg.jpg");
  background-position: top 0px center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 565px;
  position: relative;
  overflow: hidden;
}

#inner_vision_mission .about_triangle {
  background: rgb(8, 62, 139);
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(-32deg);
  position: absolute;
  width: 53%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#inner_vision_mission .no_skew {
  transform: skew(32deg, 0deg);
  position: relative;
}

#inner_vision_mission .vision_mission_wrapper {
  position: relative;
  left: auto;
  top: auto;
  max-width: 525px;
  padding: 10px 30px 30px 50px;
  text-align: left;
}

@media screen and (max-width: 1216px) {
  #inner_vision_mission .about_triangle {
    width: 66%;
  }
}
@media screen and (max-width: 1039px) {
  #inner_vision_mission .about_triangle {
    width: 50%;
    transform: skew(0deg);
    left: 0%;
  }
  #inner_vision_mission .no_skew {
    transform: skew(0deg, 0deg);
    left: 0%;
  }
  #inner_vision_mission .vision_mission_wrapper {
    max-width: 100%;
    padding: 10px 30px 30px 0px;
    text-align: left !important;
  }
  #inner_vision_mission .hrline_center {
    margin: 0 auto !important;
    position: relative;
  }
}
@media screen and (max-width: 458px) {
  #inner_vision_mission .vision_mission_wrapper {
    max-width: 100%;
    padding: 10px 30px 30px 0px;
    text-align: left !important;
  }
  #inner_vision_mission .about_triangle {
    width: 60%;
    transform: skew(0deg);
    left: 0%;
  }
}
@media screen and (max-width: 398px) {
  #inner_vision_mission .about_triangle {
    width: 100%;
    transform: skew(0deg);
    left: 0%;
  }
}
#visiting_lecture_panel {
  width: 100%;
  height: auto;
  position: relative;
}

.visiting_lecture_panel {
  position: relative;
}

#visiting_lecture_panel .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#visiting_lecture_panel .our_team_item {
  box-sizing: content-box;
  min-height: 289px;
  display: inline-block;
}

#visiting_lecture_panel .our_team_img {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100px !important;
  margin-bottom: 23px;
}

#visiting_lecture_panel .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #00b9ff;
  opacity: 0.9;
}

#visiting_lecture_panel .swiper-pagination-bullet-active {
  background: #083E8B;
  border: 1px solid #00b9ff;
}

#saegis_home_welcome {
  width: 100%;
  height: auto;
  position: relative;
}

.saegis_home_welcome {
  position: relative;
}

.saegis_home_welcome .home-call-widget {
  min-width: 260px !important;
}

.saegis_home_welcome .padding_left_30 {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .home_welcome_full {
    display: block !important;
    width: 100%;
  }
  .saegis_home_welcome .home-call-widget {
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto;
  }
  .saegis_home_welcome .padding_left_30 {
    padding-left: 0px;
  }
}
#saegis_home_welcome .single_service {
  border: 1px solid #D9D9D9;
  padding: 15px 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#saegis_home_welcome .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #00b9ff;
  opacity: 0.9;
}

#saegis_home_welcome .swiper-pagination-bullet-active {
  background: #083E8B;
  border: 1px solid #00b9ff;
}

.position_share_text {
  top: -4px;
  position: relative;
}

@media screen and (max-width: 442px) {
  .get_social_full {
    display: block !important;
    width: 100%;
  }
  .get_social_full_space {
    margin-bottom: 2px;
  }
  .get_social_full_top_space {
    top: 6px;
    position: relative;
  }
}
.circle-button-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.circle-button {
  border: 2px solid #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #00b9ff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.circle-button:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}/*# sourceMappingURL=styles.css.map */