* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-size: 16px;
  color: #696b7e;
  line-height: 26px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f9fd;
}
body::-webkit-scrollbar {
  border-radius: 13px;
  height: 10px;
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #c8d2e5;
  border-radius: 12px;
}
body::-webkit-scrollbar-track {
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}
.container-fluid {
  padding: 0px;
}
.auto-container {
  position: static;
  /* max-width: 1320px;
     */
  padding: 0px 15px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .auto-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .auto-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .auto-container {
    max-width: 1320px;
  }
}
.small-container {
  max-width: 680px;
  margin: 0 auto;
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-inner .left-column {
  width: 30%;
}
.top-inner .right-column {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.menu-right-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mobile-menu .menu-right-content {
  display: flex !important;
  align-items: center;
}
a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input {
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #696b7e;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2f467c;
  margin: 0px;
  transition: all 500ms ease;
}
.centred {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
figure {
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
/** button **/
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
  padding: 16.5px 38px;
  background: #91cfff;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn:hover {
  background: #1f9dff;
}
.theme-btn:hover:before,
.theme-btn:hover:after {
  width: 50%;
}
.pagination {
  position: relative;
  display: block;
}
.pagination li {
  display: inline-block;
  margin: 0px 3px;
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #252638;
  background: #f2f6fa;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
}
.sec-pad {
  padding: 70px 0px 70px 0px;
}
.mr-0 {
  margin: 0px !important;
}
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 30px;
  z-index: 99;
  color: #e8e8ec;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  font-weight: 400;
  transition: 1s ease;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.scroll-top.open {
  bottom: 50px;
}
.sec-title {
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.sec-title h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}
.sec-title h6 span {
  margin-left: 10px;
}
.sec-title.centred h6 span {
  margin-right: 10px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 13px;
}
.sec-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px;
}
.sec-title.centred .title-shape {
  margin: 0 auto;
}
.sec-title .title-shape:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
}
.sec-title.centred .title-shape:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
}
.sec-title.light h2 {
  color: #ffffff;
}
.main-header {
  position: relative;
  height: 157px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky,
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* Adjust color as needed */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  height: 157px;
}
.banner-carousel .owl-dots,
.banner-carousel .owl-nav {
  display: block !important;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.banner-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(
    135deg,
    rgba(0, 72, 170, 1) 0%,
    rgba(232, 240, 254, 1) 50%
  );
  border: 1px solid #0080ff;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  margin: 0 !important;
  padding: 2px;
  border-radius: 20px;
  width: 14px;
  border: 1px solid #6994d1;
  height: 14px;
}
.banner-carousel.owl-theme .owl-dots .owl-dot {
  margin: 5px;
  border-radius: 20px;
  background-color: transparent;
}
/** header-top **/
.header-top {
  position: relative;
  background-color: rgba(242, 248, 252, 0.9) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
  width: 100% !important;
}
.main-header.style-one .header-top {
  background: #fff;
  padding: 12px 0px;
}
.header-top .weathre-box {
  position: relative;
  display: inline-block;
  padding-left: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-right: 17px;
  margin-right: 11px;
}
.header-top .weathre-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  top: 0px;
  right: 0px;
}
.header-top .weathre-box:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  bottom: 4px;
  right: 0px;
}
.header-top .weathre-box i {
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 18px;
}
.main-header .weathre-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding-right: 21px;
}
.main-header .weathre-box a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  top: -2px;
  right: 0px;
  color: rgba(255, 255, 255, 0.5);
}
.header-top .info-list,
.mobile-menu .info-list {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.header-top .info-list li,
.mobile-menu .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  padding: 10px 16px;
  margin-right: 11px;
  display: flex;
}
.header-top .info-list li:before {
  position: absolute;
  /* content: '';
     */
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  top: 0px;
  right: 0px;
}
.header-top .info-list li:after {
  position: absolute;
  /* content: '';
     */
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  bottom: 4px;
  right: 0px;
}
.header-top .info-list .language-list li,
.mobile-menu .info-list .language-list li {
  margin-right: 0;
}
.header-top .info-list li:last-child,
.language-list li li:last-child {
  margin: 0px !important;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.header-top .info-list .nav-box {
  padding: 0;
  border: 1px solid #d4dfec;
  padding: 4.7px 10px !important;
  border-radius: 20px;
  cursor: pointer;
}
.header-top .info-list li:last-child a {
  padding-right: 18px;
}
.menu-area .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .info-list li:last-child a:before {
  position: absolute;
  /* content: '\f107';
     */
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  top: 1px;
  right: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.header-top .info-list li a,
.mobile-menu .info-list li a {
  color: #252638;
  font-size: 14px;
}
.search-toggler {
  background-color: transparent;
  border: 1px solid #f5fbff;
  border-radius: 20px;
  width: 40px;
  line-height: 1;
  padding: 9.7px 5px;
  text-align: center;
}
.flaticon-phone-with-wire {
  margin-right: 5px;
}
.top-phone {
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #f5fbff;
  line-height: 18px;
  border-radius: 20px;
}
.top-phone,
.top-lang,
.search-toggler {
  background-color: #f5fbff;
  transition: all 500ms ease;
  border: 1px solid #d4dfec;
}
.top-phone a,
.top-lang a,
.search-toggler a {
  color: #21376a !important;
  font-size: 13px !important;
}
.top-phone:hover,
.top-lang:hover,
.search-toggler:hover {
  background-color: #f7faff;
  transition: all 500ms ease;
  border: 1px solid #c6d2e5;
}
.top-lang {
  border: 1px solid #d4dfec;
  padding: 0 10px;
  border-radius: 20px;
}
.main-header .menu-right-content:before {
  position: absolute;
  content: "";
  background: #e3e3e3;
  width: 1px;
  height: 50px;
  left: 0px;
  top: 1px;
}
.main-header .menu-right-content .language-box,
.mobile-menu .info-list .language-box,
.main-header .menu-right-content .other-option {
  position: relative;
  display: inline-block;
}
.main-header .menu-right-content .language-box,
.mobile-menu .info-list .language-box {
  margin-right: 12.5px;
  line-height: 35px;
}
.main-header .menu-right-content .other-option {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 12px 0px 9px 0px;
}
.main-header .menu-right-content .other-option li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 15px;
}
.main-header .menu-right-content .other-option li button,
.main-header .menu-right-content .other-option li.nav-box .nav-toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #989aaa;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  transition: all 500ms ease;
}
.main-header .menu-right-content .other-option li.nav-box .nav-toggler:before {
  position: absolute;
  content: "";
  background: #e0e0e0;
  width: 1px;
  height: 9px;
  top: 2px;
  left: -15px;
}
.main-header .menu-right-content .other-option li.nav-box .nav-toggler:after {
  position: absolute;
  content: "";
  background: #e0e0e0;
  width: 1px;
  height: 9px;
  bottom: 4px;
  left: -15px;
}
.main-header .menu-right-content .language-box .text,
.mobile-menu .language-box .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #21376a;
  font-weight: 500;
  padding: 0px 16px 0px 24px;
  cursor: pointer;
}
.main-header .menu-right-content .language-box .text i {
  position: absolute;
  left: 0px;
  top: 9px !important;
  font-size: 18px;
}
.mobile-menu .language-box .text i {
  position: absolute;
  left: 0px;
  top: 9px !important;
  font-size: 18px;
}
.main-header .menu-right-content .language-box .text:before,
.mobile-menu .language-box .text:before {
  position: absolute;
  content: "\f107";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  top: 0px;
  right: 1px;
  color: #252638;
}
.main-header .menu-right-content .language-box .language-list,
.mobile-menu .language-box .language-list {
  position: absolute;
  left: 0px;
  width: 78px;
  padding: 0;
  background: #000;
  border-radius: 0 0 8px 8px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 500ms ease;
}
.main-header .menu-right-content .language-box:hover .language-list,
.mobile-menu .language-box:hover .language-list {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.main-menu .navigation > li:hover > a {
  background-color: #fff;
}
.main-header .menu-right-content .language-box .language-list li,
.mobile-menu .language-box .language-list li {
  position: relative;
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #8f9dbd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}
.main-header .menu-right-content .language-box .language-list li:hover,
.mobile-menu .language-box .language-list li:hover {
  background-color: #f4f7fa;
  transition: 0.2s;
  color: #0080ff;
  border-radius: 0 0 10px 10px;
}
.main-header .menu-right-content .language-box .language-list li:last-child,
.mobile-menu .language-box .language-list li:last-child {
  border-bottom: none;
}
.main-header .menu-right-content .language-box .language-list li a,
.language-box .language-list li a {
  display: inline-block;
  color: #252638;
}
.main-header .logo-box {
  position: relative;
  padding: 5px 0px;
}
.search-popup {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  /* right: 110px;
     */
  top: 29px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.search-form .form-group {
  margin-bottom: 0;
}
.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.search-popup .close-search {
  width: 50px;
  font-size: 18px;
  background-color: #f5f8fe;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
  padding: 7px;
  border-radius: 8px;
  text-align: center;
}
.search-popup .close-search span {
  color: #0080ff;
}
.search-popup .search-form {
  position: relative;
  padding: 0px 5px 0px;
  max-width: 500px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}
.search-popup .search-form fieldset input[type="text"] {
  position: relative;
  height: 40px;
  padding: 10px 65px 10px 15px;
  width: 415px;
  background: #ffffff;
  line-height: 20px;
  font-size: 15px;
  color: #233145;
  border: 1px solid #eef3fa;
  border-radius: 7px;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 50px;
  height: 40px;
  padding: 10px 10px 10px 10px;
  color: #0080ff !important;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 0px 7px 7px 0px;
  background: #f5f8fe;
}
.search-popup .search-form fieldset button i {
  font-size: 16px;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0px);
}
.search-popup h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 1px;
  text-align: center;
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu {
  width: 100%;
  text-align: left;
}
.main-menu .navigation > li:first-child {
  text-align: start;
}
.main-menu .navigation > li {
  text-align: center;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  margin: 0px;
}
.main-menu .navigation > li {
  position: relative;
  z-index: 2;
  margin: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
  text-align: end;
  padding-right: 0;
}
.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}
.main-menu .navigation > li:last-child > a {
  padding: 0px 20px;
  border-radius: 20px;
  background-color: #1a84f5;
  color: #fff;
}
.main-menu .navigation > li:last-child > a:hover {
  background-color: #237cdb;
}
.main-menu .navigation > li > a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 40px;
  padding-right: 15px;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  color: #2f467c;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li > a {
  padding: 12px 16px;
  padding-right: 28px;
}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  color: #2a485e;
  top: 12px;
  font-size: 13px;
  right: 8px;
}
.logo img {
  width: 220px;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  transition: 0.3s ease-in-out;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: -4rem;
  min-width: 500px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 50rem;
  background-color: #fff;
  box-shadow: 0 24px 24px rgba(10, 31, 68, 0.1),
    0 40px 48px rgba(10, 31, 68, 0.25);
  border-radius: 0 0 16px 16px;
  padding: 2rem 2.5rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  border-top: 1px solid #dde2f6;
  /* pointer-events: none;
     */
}
/* .main-menu .navigation > li > ul:after {
     content:"";
     position: absolute;
     left: 20%;
     top: -10px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 10px 10px 10px;
     border-color: transparent transparent #fff transparent;
     z-index:9999;
}
 */
.main-menu .navigation > li > ul > li > a {
  color: #2f467c !important;
  font-size: 15px;
  font-weight: 500 !important;
  font-family: "DM Sans", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #0080ff !important;
  text-decoration: underline;
  text-underline-color: #0080ff;
  text-underline-offset: 5px !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #3d97f7;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  color: #3d97f7;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #2f467c;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 0px;
  color: #0080ff;
}
.main-menu .navigation > li > ul > li > a:hover:before {
  opacity: 1;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 8px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
}
.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0px;
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 7px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  border-bottom: 1px solid #e6e6ea;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #696b7e;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 23px;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f127";
  font-family: "Flaticon";
  font-size: 16px;
  left: 0px;
  top: 7px;
  opacity: 0;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  opacity: 1;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible !important;
  opacity: 1 !important;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 40px;
  display: block;
  margin-bottom: 5px;
  background-color: #0080ff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #070719;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a {
  font-size: 16px;
}
.mobile-menu .navigation li ul li a {
  padding: 7px 20px;
  font-size: 15px;
}
.mobile-menu .navigation li ul li > a {
  margin-left: 20px;
  color: #7d8b9f;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 16px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #070719;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
  width: 100%;
  text-align: end;
}
.mobile-menu .close-btn i {
  color: #070719;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open span {
  color: #252638;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 50px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}
.main-header .outer-box {
  position: relative;
}
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icons/cross-out.png), pointer;
  z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  /* -webkit-transition: all 0.1s ease-out 0s;
     -o-transition: all 0.1s ease-out 0s;
     transition: all 0.1s ease-out 0s;
     */
  right: 100%;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0%;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999999999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  /* -webkit-transition: all 0.05s cubic-bezier(255, 255, 0, 0.96) 0.05s;
     -o-transition: all 0.05s cubic-bezier(0.9, 0.03, 0, 0.96) 0.05s;
     transition: all 0.05s cubic-bezier(0.9, 0.03, 0, 0.96) 0.05s;
     */
}
.sidebar-textwidget {
  padding: 70px 30px;
}
.sidebar-widget-container {
  position: relative;
  /* bottom: 250px;
     */
  opacity: 0;
  visibility: hidden;
  transition: 0.7s ease-in-out;
  /* -webkit-transition: all 0.1s ease-in 0.1s;
     -o-transition: all 0.1s ease-in 0.1s;
     transition: all 0.1s ease-in 0.1s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     */
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  /* bottom: 0px;
     */
  opacity: 1;
  visibility: visible;
  /* -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     */
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.xs-bg-black {
  background: #070719;
}
.xs-menu-tools > li {
  display: inline-block;
  margin-right: 15px;
}
.xs-menu-tools > li:last-child {
  margin-right: 0;
}
.xs-menu-tools > li > a {
  color: #000000;
  font-weight: 600;
  font-family: DM Sans;
  text-decoration: none;
}
.sidebar-info-contents {
  position: relative;
}
.close-side-widget {
  color: #0080ff;
  font-size: 24px;
}
.sidebar-info-contents .content-inner {
  position: relative;
  border-top: 1px solid #e6e8eb;
}
.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
  position: relative;
}
.sidebar-info-contents .content-inner .content-box h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group:last-child {
  margin-bottom: 0px;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  input[type="text"],
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  input[type="email"],
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px 20px;
  color: #ffffff;
  transition: all 500ms ease;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  input::-webkit-input-placeholder {
  color: #fff;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  textarea::-webkit-input-placeholder {
  color: #fff;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  textarea {
  resize: none;
  height: 120px;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 15px 38px;
  z-index: 1;
  transition: all 500ms ease;
}
.sidebar-info-contents
  .content-inner
  .content-box
  .booking-form
  .form-group
  button:hover {
  background: #ffffff;
}
.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 60px;
}
.sidebar-info-contents .content-inner .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 3px;
}
.sidebar-info-contents .content-inner .contact-info ul li a {
  color: #ccc;
}
.sidebar-info-contents .content-inner .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar-textwidget .navigation {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-textwidget .navigation li.dropdown {
  width: 25%;
  margin-top: 20px;
}
.sidebar-textwidget .navigation li.adsea-menu-link {
  width: 25%;
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1rem;
  color: #11294a;
  display: block;
  margin-bottom: 10px;
}
.sidebar-textwidget .navigation li.adsea-menu-link a {
  color: #2f467c;
}
.sidebar-textwidget .navigation li.dropdown > a {
  font-weight: 500;
  font-size: 17px;
  line-height: 1rem;
  color: #0080ff;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  margin-bottom: 10px;
}
.sidebar-textwidget .navigation li.dropdown > ul > li > a:hover {
  text-decoration: underline;
  text-underline-color: #0080ff;
  color: #0080ff;
  text-underline-offset: 5px !important;
}
div#mCSB_1_container {
  top: 0px !important;
}
.sidebar-textwidget .navigation li.dropdown > ul > li > a {
  color: #2f467c;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  margin: 2px 0;
  display: inline-block;
}
.footer__top ul li div.footer-top-social {
  flex: 1;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  justify-content: start;
}
.footer__top ul li div.footer-top-social span {
  color: #b0b7c3;
  display: block;
  margin-bottom: 0.35rem;
  font-size: 14px;
}
.footer__top ul.footer-social {
  justify-content: start;
}
.footer-social li {
  display: inline-block !important;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #61b8f5;
  width: 35px !important;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-social li a {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.footer-social li:hover {
  border: 1px solid white;
  background: #fff;
}
.footer-social li:hover a {
  color: #252638;
}
.gov-link-block {
  border: 1px solid #f2f6fa;
  border-radius: 8px;
}
.gov-img {
  width: 73px;
}
section {
  /* padding-bottom: 20px; */
}
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-carousel {
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  border-radius: 0 0 25px 25px;
  background: rgb(225, 236, 252);
  background: linear-gradient(
    60deg,
    rgba(225, 236, 252, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 236, 252, 1) 30%
  );
}
.slide-item .auto-container {
  display: flex;
  align-items: center;
  height: 580px;
}
.slide-item .auto-container img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
  width: 100%;
  height: 300px;
  aspect-ratio: 750/428;
}
.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  z-index: 5;
}
.banner-carousel .content-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 22px;
  padding-left: 22px;
  margin-bottom: 14px;
  opacity: 0;
}
.banner-carousel .content-box h6 i {
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-carousel .active .content-box h6 {
  opacity: 1;
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  color: #252638;
  font-weight: 600;
  margin-bottom: 21px;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
}
.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #262626;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  opacity: 0;
}
.banner-carousel .active .content-box p {
  opacity: 1;
}
.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  margin-top: 30px;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
}
.banner-carousel .content-box .btn-box .theme-btn {
  padding: 10.5px 40px;
}
.banner-carousel .content-box .btn-box i {
  margin-left: 10px;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}
.banner-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
  display: none;
}
.banner-section .owl-nav .owl-prev {
  left: 50px;
}
.banner-section .owl-nav .owl-next {
  right: 50px;
}
/** about-section **/
.about-section {
  position: relative;
}
.social-style-one li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.social-style-one li:last-child {
  margin: 0px !important;
}
.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.bg-color-1 {
  background: #f6faff;
}
.bg-color-2 {
  background: #252638;
}
.service-block-one .inner-box .icon-box {
  color: #0080ff !important;
}
.service-block {
  margin-bottom: 20px;
}
.service-section {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 60px 0px 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-section:before {
  background-image: url(images/section-bg.html);
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 41.6rem;
  width: 76.2rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.service-block-one .inner-box {
  min-height: 40px;
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 35px 30px 35px 30px;
  background: rgb(232, 240, 254);
  background: linear-gradient(
    -45deg,
    rgba(232, 240, 254, 0.5) 15%,
    #d4dfec 40%,
    rgba(255, 255, 255, 0.4) 5%
  );
  border: 1px solid #edf0ff;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover {
  transition: all 500ms ease;
  background: linear-gradient(
    -45deg,
    rgba(232, 240, 254, 0.5) 15%,
    #d4dfec 38%,
    rgba(255, 255, 255, 0.4) 5%
  );
}
.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0px;
  top: 31px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.service-block-one .inner-box:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 38px;
  left: 0px;
  top: 39px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover:before,
.service-block-one .inner-box:hover:after {
  transform: scale(1, 1);
}
.service-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.service-block-one .inner-box h4 a {
  display: inline-block;
  color: #252638;
  display: inline-block;
  color: #252638;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.service-block-one .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #696b7e;
  font-weight: 700;
  padding: 5px 23px;
  text-align: center;
  border: 2px solid #e6e6ea;
  border-radius: 4px;
}
.service-block-one .inner-box .btn-box a:hover {
  color: #ffffff;
}
.service-block-one .inner-box .icon-box {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 45px;
  color: #8e91a2;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .icon-box:before {
  position: absolute;
  left: 0px;
  top: -10px;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-linear-gradient(-90deg, #f2f6fa, #f4f5fb 100%);
  z-index: -1;
}
.service-section .sec-title {
  margin-bottom: 45px;
}
.service-section .sec-title .links {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #616373;
  font-weight: 700;
  margin-top: 24px;
}
.service-section .sec-title .links i {
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  top: -1px;
}
.schedules-section {
  position: relative;
}
.schedules-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 513px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.schedules-section .sec-title {
  margin-bottom: 10px;
}
.schedules-section .sec-title h2 {
  font-size: 22px;
}
.schedules-section .title-inner .text {
  position: relative;
  display: block;
  margin-top: 29px;
}
.schedules-section .title-inner .text p {
  color: #8e91a2;
}
.schedules-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.94;
}
.schedules-section .schedule-tab-btns li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 150px;
  padding: 4px 6px;
  border-radius: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #2f467c;
  font-weight: 500;
  cursor: pointer;
  /* transition: all 500ms ease;
     */
}
.schedules-section .schedule-tab-btns li.active-btn {
  background: #14abff;
  color: #fff;
}
.schedule-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.schedule-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.schedule-tab .p-tabs-content {
  position: relative;
  display: block;
}
.schedules-section .inner-content {
  position: relative;
  padding-top: 40px;
}
.schedules-section .inner-content:before {
  position: absolute;
  content: "";
  background: #f6faff;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}
.schedule-tab .p-tab.active-tab .schedule-block-one {
  /* -webkit-transform: scaleY(1);
     -ms-transform: scaleY(1);
     -o-transform: scaleY(1);
     -moz-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
     */
  display: block;
}
.schedule-tab .p-tab .schedule-block-one {
  /* position: relative;
     -webkit-transform: scaleY(0);
     -ms-transform: scaleY(0);
     -o-transform: scaleY(0);
     -moz-transform: scaleY(0);
     transform: scaleY(0);
     */
  display: none;
}
.schedule-block-one .inner-box {
  position: relative;
  display: block;
  padding: 70px 70px;
  padding: 0;
  border-radius: 12px;
  background: transparent;
  transition: all 500ms ease;
}
.schedule-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 12px 12px 0px 0px;
}
.schedule-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 4%,
    rgba(0, 0, 0, 0) 20%
  );
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 500ms ease;
}
.schedule-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
}
.schedule-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
  height: 200px;
  object-fit: cover;
}
.schedule-block-one .inner-box:hover .image-box .image img {
  opacity: 0.7;
}
.schedule-block-one .inner-box .image-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
  z-index: 2;
}
.schedule-block-one .inner-box .image-box .content-box .post-date {
  position: absolute;
  top: 0px;
  right: 0px;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #f6faff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  padding: 26px 0px 20px 0px;
  top: -15px;
  right: -15px;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: -5px;
  top: -5px;
  border: 1px solid #f6faff;
  border-radius: 50%;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.schedule-block-one .inner-box .image-box .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  padding: 0px 20px 0px 20px;
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 17px;
}
.schedule-block-one .inner-box .image-box .content-box .text .category i {
  margin-right: 6px;
  font-size: 14px;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 {
  display: block;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 a {
  display: inline-block;
  color: #ffffff;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 a:hover {
  text-decoration: underline;
}
.schedule-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 30px 20px 30px;
  min-height: 150px;
  border-radius: 0px 0px 14px 14px;
  border: 1px solid #f6faff;
  box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 1%);
  transition: all 500ms ease;
}
.news-area .schedule-block-one .inner-box .lower-content {
  min-height: 160px;
}
.news-area .news-block .inner-box .lower-content .links {
  margin-bottom: 0;
}
.schedule-block-one .inner-box:hover .lower-content {
  box-shadow: 0px 50px 50px 0px rgb(0 0 0 / 2%);
}
.schedule-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #696b7e;
  margin-bottom: 4px;
}
.schedule-block-one .inner-box .lower-content .post-info li:last-child {
  margin-bottom: 0px;
}
.schedule-block-one .inner-box .lower-content .post-info li i {
  /* position: absolute;
     left: 0px;
     top: 0px;
     */
}
.schedule-block-one .inner-box .lower-content .home li {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #7d9bc0;
  margin-bottom: 4px;
}
.schedule-block-one .inner-box .lower-content .home li i {
  /* position: absolute;
     left: 2px;
     top: 5px;
     */
  margin-right: 4px;
}
.schedule-block-one .inner-box .lower-content .post-info {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.schedule-block-one .inner-box .lower-content .links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  /* min-height: 60px;
     */
  min-height: unset;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #2f467c;
}
.schedule-block-one .inner-box:hover .lower-content .links a {
  color: #237cdb;
  font-weight: 600;
}
.schedule-block-one .inner-box .lower-content .links a i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 6px;
}
.schedule-block-one .inner-box .lower-content .share-box {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.schedule-block-one .inner-box .lower-content .share-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #8e91a2;
}
.schedule-block-one .inner-box .lower-content .share-box a i {
  margin-left: 6px;
}
.schedules-section .owl-nav {
  position: absolute;
  top: -72px;
  right: 3px;
  /* width: 90px;
     */
  /* height: 70px;
     line-height: 70px;
     */
  background: #f6faff;
  z-index: 1;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}
.schedules-section .owl-nav .owl-prev,
.schedules-section .owl-nav .owl-next {
  position: relative;
  /* margin: 0px 3px;
     */
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  font-size: 18px;
  color: #6db9ee;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
  transition: all 500ms ease;
}
.schedules-section .owl-nav .owl-prev {
  margin-right: 10px;
}
.schedules-section .owl-nav .owl-prev span,
.schedules-section .owl-nav .owl-next span {
  font-size: 18px;
  line-height: 35px;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
/** team-section **/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/** news-section **/
.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 1%);
}
.news-block .inner-box .lower-content li {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
  margin-bottom: 4px;
}
.news-block .inner-box .lower-content ul li {
  color: #889ecd !important;
  margin-bottom: 2px !important;
  font-weight: 400 !important;
}
.news-block .inner-box .lower-content li i {
  position: absolute;
  left: 2px;
  top: 5px !important;
  color: #889ecd !important;
}
.news-block .inner-box .lower-content .links {
  margin-bottom: 20px;
}
.news-block .inner-box .lower-content .links a {
  font-size: 14px !important;
}
.news-section {
  position: relative;
  padding-bottom: 110px;
}
.news-block-one .inner-box {
  position: relative;
  display: block;
}
.news-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  z-index: 2;
}
.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
}
.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}
.news-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: "";
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  z-index: 1;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box .image:before {
  opacity: 0.9;
}
.news-block-one .inner-box .image-box .image a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}
.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}
.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  top: 10px;
  right: 10px;
}
.news-block-one .inner-box .image-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 5px 0px 5px;
  line-height: 24px;
  z-index: 2;
}
.news-block-one .inner-box .image-box .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  background: transparent;
  padding: 33px 30px 15px 30px;
  z-index: 2;
}
.news-block-one .inner-box .lower-content .category {
  position: absolute;
  left: 30px;
  top: -15px;
}
.news-block-one .inner-box .lower-content .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px;
}
.news-block-one .inner-box .lower-content .category a i {
  margin-right: 7px;
}
.news-block-one .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0ea;
}
.news-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: #252638;
}
.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 22px;
  font-size: 16px;
  color: #696b7e;
}
.news-block-one .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #696b7e;
}
.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}
.news-block-one .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: "";
  background: #cbcbcb;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}
/** funfact-section **/
.funfact-section {
  position: relative;
  padding-top: 103px;
}
.funfact-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 110px;
  width: 100%;
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
}
.funfact-block-one .inner-box {
  position: relative;
  display: block;
}
.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  font-weight: 700;
  margin-bottom: 4px;
}
.funfact-block-one .inner-box h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.main-footer {
  position: relative;
  background: #fff;
  background: linear-gradient(
    33deg,
    #24abff 16%,
    #2374be 50%,
    #15adff 100%
  ) !important;
}
.footer-top {
  position: relative;
  display: block;
  padding: 211px 0px 46px 0px;
  border-bottom: 1px solid rgba(136, 185, 232, 0.1);
}
.footer-top .footer-logo {
  position: relative;
  display: block;
}
.footer-top .footer-logo:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.footer-top .footer-logo img {
  max-width: 170px;
  width: 100%;
}
.footer-top .text {
  position: relative;
  display: block;
  margin-top: -6px;
}
.footer-top .text h3 {
  font-size: 24px;
  line-height: 32px;
  color: #1f9dff;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-top .text p {
  color: #8e91a2;
}
.main-footer .widget-section {
  position: relative;
  padding: 50px 0px 40px 0px;
}
.main-footer .widget-section .widget-title {
  position: relative;
  display: block;
  margin-bottom: 21px;
}
.main-footer .widget-section .widget-title h3 {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}
.main-footer .widget-section .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 8.5px;
}
.main-footer .widget-section .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}
.main-footer .widget-section .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d7e0f6;
  font-weight: 400;
}
.main-footer .widget-section .links-widget .links-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px !important;
}
.main-footer .widget-section .contact-widget .info li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.main-footer .widget-section .contact-widget .info li:last-child {
  margin-bottom: 0px;
}
.main-footer .widget-section .contact-widget .info h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1px;
}
.main-footer .widget-section .contact-widget .info p {
  display: block;
  color: #8e91a2;
}
.main-footer .widget-section .contact-widget .info p a {
  color: #8e91a2;
}
.main-footer .widget-section .contact-widget .info p a:hover {
  color: #ffffff;
}
.main-footer .widget-section .register-widget .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 25px 20px 30px 20px;
  margin-top: 6px;
}
.main-footer .widget-section .register-widget .inner-box .upper {
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-bottom: 12px;
  min-height: 56px;
}
.main-footer .widget-section .register-widget .inner-box .upper .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}
.main-footer .widget-section .register-widget .inner-box .upper h4 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}
.main-footer .widget-section .register-widget .inner-box p {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 23px;
}
.main-footer .widget-section .register-widget .inner-box a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  background: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 12.5px 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.main-footer .widget-section .register-widget .inner-box a:hover {
  background: #252638;
  color: #ffffff;
}
.footer-bottom {
  position: relative;
  width: 100%;
  background: rgba(225, 225, 225, 0.08);
  padding: 22px 0px;
  border-radius: 30px 30px 0 0;
}
.footer-bottom p,
.footer-bottom a {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .copyright p a:hover {
  text-decoration: underline;
}
.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.footer-bottom .footer-nav li:last-child {
  margin: 0px !important;
}
.footer-bottom .footer-nav li a:hover {
  color: #ffffff;
  text-decoration: underline !important;
  text-underline-offset: 7px !important;
}
.main-header .header-down {
  position: relative;
}
.main-header .header-down .inner-box {
  position: relative;
  width: 100%;
  background: #f6f6fa;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
  padding: 0px 215px 0px 155px;
}
.main-header .header-down .update-box {
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-header .header-down .update-box h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  background: #252638;
  font-weight: 700;
  padding: 10px 20px 12px 20px;
}
.main-header .header-down .update-box h6 i {
  font-size: 20px;
  position: relative;
  margin-right: 10px;
  font-weight: 400;
  top: 3px;
}
.main-header .header-down .live-news {
  position: relative;
  display: block;
  padding: 0px 85px 0px 17px;
}
.main-header .header-down .live-news .text p {
  position: relative;
  line-height: 50px;
}
.main-header .header-down .owl-nav {
  position: absolute;
  top: 13px;
  right: 0px;
  width: 49px;
  border-radius: 5px;
  overflow: hidden;
}
.main-header .header-down .owl-nav .owl-prev,
.main-header .header-down .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  color: #252638;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-header .header-down .owl-nav .owl-prev {
  margin-right: 1px;
}
.main-header .header-down .news-carousel {
  padding-right: 65px;
}
.main-header .header-down .weathre-box {
  position: absolute;
  top: 10px;
  right: 20px;
}
.main-header .header-down .weathre-box a {
  color: #686a7d;
  font-size: 15px;
  padding-right: 19px;
}
.main-header .header-down .weathre-box a:before {
  color: #8e91a1;
  top: 0px;
}
.main-header .header-down .weathre-box i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.bg-color-3 {
  background: #f8f8fa;
}
/** service-style-two **/
.service-style-two {
  position: relative;
}
.service-style-two .outer-container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0px;
}
.service-style-two .outer-container .bg-layer {
  position: absolute;
  left: 0px;
  top: -30px;
  width: 735px;
  height: calc(100% - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 5px 5px 0px;
  z-index: 1;
}
.service-style-two .outer-container .bg-layer:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.service-style-two .inner-content {
  position: relative;
  margin-right: -400px;
}
.service-style-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.layer-bg {
  position: absolute;
  left: 0px;
  top: -30px;
  width: calc(50% - 15px);
  height: 498px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 5px 5px 0px;
  z-index: 1;
}
.layer-bg:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
/** about-style-two **/
.about-style-two {
  position: relative;
  min-height: 864px;
}
.about-style-two .image-layer .image-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.about-style-two .image-layer .image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.about-style-two .vector-image {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 367px;
  height: 390px;
  background-repeat: no-repeat;
}
.video_block_1 .video-inner {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video_block_1 .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 80px;
  color: #ffffff;
}
.accordion-box .block {
  position: relative;
  display: block;
  transition: all 500ms ease;
}
.accordion-box .block:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}
.accordion-box .block .acc-btn .icon-outer:after {
  position: absolute;
  content: "\f078";
  font-size: 16px;
  color: #17a2fe;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer:after {
  content: "\f056";
  color: #1f9dff;
}
.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 30px 18px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 2px 0px 29px 0px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .acc-content h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 11px;
}
.accordion-box .block .acc-content .list li {
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 39px;
  margin-bottom: 8px;
}
.accordion-box .block .acc-content .list li:last-child {
  margin-bottom: 0px;
}
.accordion-box .block .acc-content .list li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  color: #8e91a2;
  left: 0px;
  top: 1px;
  text-align: center;
}
.accordion-box .block .acc-content .list li.checked:before {
  color: #ffffff;
}
.accordion-box .block .acc-content .list {
  position: relative;
  max-height: 128px;
  overflow-y: auto;
}
/* width */
.accordion-box ::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.accordion-box ::-webkit-scrollbar-track {
  background: #f6faff;
  border-radius: 3px;
}
/* Handle */
.accordion-box ::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
/** news-style-two **/
.news-style-two {
  position: relative;
}
.news-block-two .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
}
.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.news-block-two .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    90deg,
    rgba(37, 38, 56, 0.8) 20%,
    rgba(37, 38, 56, 0.2) 50%
  );
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.news-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}
.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.news-block-two .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news-block-two .inner-box .content-box .category {
  position: absolute;
  right: 0px;
  top: -15px;
}
.news-block-two .inner-box .content-box .category a {
  position: relative;
  display: inline-block;
  padding: 1.5px 10px;
  text-align: center;
  border-radius: 5px 5px 0px 5px;
  color: #ffffff;
  z-index: 1;
}
.news-block-two .inner-box .content-box .category a i {
  font-size: 14px;
  margin-right: 8px;
}
.news-block-two .inner-box .content-box .category a:hover {
  background: #252638;
}
.news-block-two .inner-box .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 25px;
  width: 100%;
  padding: 0px 30px 0px 30px;
}
.news-block-two .inner-box .content-box .text .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 22px;
}
.news-block-two .inner-box .content-box .text .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.news-block-two .inner-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.news-block-two .inner-box .content-box .text h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}
.news-block-two .inner-box .content-box .text h4 a {
  display: inline-block;
  color: #ffffff;
}
.news-block-two .inner-box .content-box .text h4 a:hover {
  text-decoration: underline;
}
.news-block-two .inner-box .content-box .text .post-info li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  color: #8e91a2;
}
.news-block-two .inner-box .content-box .text .post-info li a {
  display: inline-block;
  color: #8e91a2;
}
.news-block-two .inner-box .content-box .text .post-info li:last-child {
  margin: 0px !important;
}
.news-block-two .inner-box .content-box .text .post-info li i {
  font-size: 14px;
  margin-right: 10px;
}
.news-block-two .inner-box .content-box .text .post-info li a:hover {
  color: #ffffff;
}
.pb-140 {
  padding-bottom: 140px;
}
.news-style-two .sec-title {
  margin-bottom: 67px;
}
.news-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 992px;
  background-repeat: no-repeat;
}
/** contact-section **/
.contact-section {
  position: relative;
  padding-top: 103px;
}
.contact-section .info-block {
  position: relative;
  padding-bottom: 80px;
}
.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #9598a9;
  top: -1px;
  right: 25px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
}
.nice-select {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px;
  padding: 0px 20px;
  font-size: 16px;
  color: #696b7e;
  border-radius: 5px;
}
.contact-section .form-block {
  position: relative;
  display: block;
  padding: 50px 0px;
  margin-bottom: -110px;
  z-index: 1;
}
.contact-section .form-block:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: calc(100% + 60px);
  height: 100%;
  left: -30px;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.contact-section .form-block .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.contact-section .form-block .form-group:last-child {
  margin-bottom: 0px;
}
.contact-section .form-block .form-group input[type="text"],
.contact-section .form-block .form-group input[type="email"],
.contact-section .form-block .form-group textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #696b7e;
  transition: all 500ms ease;
}
.contact-section .form-block .form-group textarea {
  resize: none;
  height: 110px;
  padding-right: 110px;
}
.contact-section .form-block .form-group button {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  padding: 27px 21.5px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.contact-section .form-block .form-group button:hover {
  background: #252638;
}
.contact-section .form-block .pattern-layer {
  position: absolute;
  left: -30px;
  top: 0px;
  width: calc(100% + 60px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.contact-section .image-layer {
  position: absolute;
  left: 0px;
  bottom: 110px;
}
.contact-section .dotted-pattern {
  position: absolute;
  left: 0px;
  bottom: 110px;
  width: 100%;
  height: calc(100% - 110px);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
/*** ==================================================================== About-Page ==================================================================== ***/
/** page-title **/
.page-title {
  position: relative;
  width: 100%;
  padding: 157px 0px 23px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    90deg,
    rgba(37, 38, 56, 0.8) 15%,
    rgba(0, 0, 0, 0.3) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-title .title {
  position: relative;
  display: block;
  margin-bottom: 109px;
}
.page-title .title h1 {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-right: 14px;
  margin-right: 8px;
}
.page-title .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}
.page-title .bread-crumb li a {
  color: #ffffff;
}
.page-title .bread-crumb li a:hover {
  text-decoration: underline;
}
.page-title .bread-crumb li:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  right: 0px;
  font-weight: 400;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
/** discover-section **/
.discover-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.discover-section:before {
  position: absolute;
  content: "";
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}
/** information-section **/
.information-section {
  position: relative;
  padding: 103px 0px;
}
.information-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 384px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.information-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}
.information-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 52px 200px 53px 300px;
}
.information-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #e6e6ea;
  width: 1px;
  height: 125px;
  top: 60px;
  left: 250px;
}
.information-block-one .inner-box .count {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 170px;
  height: 170px;
  line-height: 228px;
  text-align: right;
  border-radius: 50%;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 700;
  padding-right: 35px;
}
.information-block-one .inner-box .icon-box {
  position: absolute;
  left: 93px;
  top: 62px;
  font-size: 120px;
  line-height: 120px;
}
.information-block-one .inner-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.information-block-one .inner-box .text p {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.information-block-one .inner-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
}
.information-block-one .inner-box .text a i {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.information-section .bx-pager {
  display: none;
}
.information-section .inner-content {
  position: relative;
  z-index: 1;
}
.pt-50 {
  padding-top: 50px;
}
.history-section {
  position: relative;
  overflow: hidden;
}
.history-section .sec-title {
  padding-top: 103px;
}
.history-section .sec-title .title-shape {
  margin-bottom: 34px;
}
.history-section .inner-box .single-item {
  position: relative;
  margin-bottom: 80px;
  min-height: 340px;
  display: block;
  z-index: 1;
}
.history-section .inner-box .single-item:last-child {
  margin-bottom: 0px;
}
.history-section .inner-box .single-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 49.5%;
  top: -37px;
  border-radius: 50%;
}
.history-section .inner-box .single-item:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  background: #ffffff;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
.history-section .inner-box .single-item:hover:after {
  background: #bfd4e6;
  border-color: #e1e9f9;
  box-shadow: 0px 0px 0px 8px #dfe1ff;
}
.history-section .inner-box .single-item.style-one {
  padding-left: 10px;
  display: flex;
  align-items: start;
}
.history-section .inner-box .single-item.style-two {
  padding-right: 10px;
  display: flex;
  align-items: start;
}
.history-section .inner-box .single-item .image-box img {
  width: 100%;
}
.history-section .inner-box .single-item.style-one .image-box {
  width: 50%;
  padding: 18px;
  padding-right: 30px;
}
.history-section .single-item .text {
  width: 50%;
  padding: 10px 30px;
}
.history-section .inner-box .single-item.style-two .image-box {
  width: 50%;
  padding: 18px;
  padding-left: 30px;
}
.history-section .inner-box {
  position: relative;
  padding: 20px 0px;
}
.history-section .inner-box:before {
  position: absolute;
  content: "";
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
}
.history-section .inner-box .single-item span {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 75px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 29px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ededf0;
}
.history-section .inner-box .single-item.style-one span {
  text-align: right;
}
.history-section .inner-box .single-item.style-two span {
  text-align: left;
}
.history-section .inner-box .single-item h6 {
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.history-section .inner-box .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.history-section .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
}
.about-style-four {
  position: relative;
}
.service-style-two .owl-nav {
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.important-links {
}
.useful-links-carousel {
  margin-bottom: 30px;
}
.organization-links-carousel {
  margin-bottom: 30px;
}
.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ffffff;
  font-size: 25px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
.service-style-two .owl-nav .owl-prev span,
.service-style-two .owl-nav .owl-next span {
  font-size: 19px;
}
.service-style-two .owl-nav .owl-prev {
  left: -28px;
}
.service-style-two .owl-nav .owl-next {
  right: -28px;
}
.service-style-two .owl-nav .owl-prev:hover,
.service-style-two .owl-nav .owl-next:hover {
  color: #ffffff;
}
.faq-section {
  position: relative;
}
.adsea-color {
  color: #0080ff;
}
.faq-section .accordion-box .block {
  background: #ffffff;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 18px;
  transition: all 500ms ease;
}
.faq-section .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.faq-section .accordion-box .block .acc-btn h5 {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 65px;
  cursor: pointer;
}
.faq-section .accordion-box .block .acc-btn h5 span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  font-size: 16.5px;
  color: #17a2fe;
  text-align: center;
  transition: all 500ms ease;
}
.faq-section .accordion-box .block .acc-btn:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 1px;
  height: 100%;
  left: 50px;
  top: 0px;
}
.faq-section .accordion-box .block .acc-btn:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 1px;
  height: 100%;
  right: 70px;
  top: 0px;
}
.faq-section .accordion-box .block .acc-content {
  border-left: 1px solid #ecf1f9;
  border-right: 1px solid #ecf1f9;
  border-bottom: 1px solid #ecf1f9;
  border-radius: 13px;
  padding: 20px 30px 20px 30px;
}
.faq-section .accordion-box .block .acc-btn {
  padding: 10px 100px 10px 0px;
  background-color: #f5f9fd;
  border-radius: 30px;
  border: 1px solid transparent;
}
.faq-section .accordion-box .block .acc-btn:hover {
  background-color: #eff4f9;
  border: 1px solid #eff4f9;
}
.faq-section .accordion-box .block .acc-btn .icon-outer {
  right: 0px;
  width: 70px;
  text-align: center;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer:after {
  content: "\f077";
}
.faq-sidebar {
  position: relative;
  display: block;
  background: #f6faff;
  padding: 0px 30px;
  border-radius: 5px;
}
.faq-sidebar .single-item {
  position: relative;
  display: block;
  padding: 30px 0px 24px 0px;
  border-bottom: 1px solid #e0e0ea;
}
.faq-sidebar .single-item:last-child {
  border-bottom: none;
}
.faq-sidebar .single-item span {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #8e91a2;
  font-weight: 700;
  transition: all 500ms ease;
}
.faq-sidebar .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #8e91a2;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.faq-sidebar .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1px;
}
.faq-sidebar .single-item p {
  margin-bottom: 15px;
}
.faq-sidebar .single-item a {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
}
.faq-sidebar .single-item a i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.main-header.style-one .header-lower {
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 4%);
  background-color: #fff;
}
.error-section {
  position: relative;
  padding: 100px 0px 110px 0px;
}
.error-section .inner-box .image-box {
  position: relative;
  margin-bottom: 29px;
}
.error-section .inner-box h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}
.error-section .inner-box p {
  display: block;
  margin-bottom: 33px;
}
/*** ==================================================================== Department-Page ==================================================================== ***/
/** department-details **/
.department-details {
  position: relative;
}
.department-sidebar {
  position: relative;
  display: block;
}
.department-sidebar .sidebar-banner {
  position: relative;
  width: 100%;
  padding: 58px 30px 93px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.department-sidebar .sidebar-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}
.department-sidebar .sidebar-banner .icon-box {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #ffffff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 21px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
.department-sidebar .sidebar-banner h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 22px;
}
.department-sidebar .sidebar-banner a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 16px 34px;
  z-index: 1;
}
.department-sidebar .sidebar-banner a:hover {
  background: #252638;
  color: #ffffff;
}
.department-sidebar .widget-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.department-sidebar .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.department-sidebar .widget-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto;
}
.department-sidebar .widget-title .title-shape:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
}
.department-sidebar .widget-title .title-shape:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
}
.department-sidebar .sidebar-contact {
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 33px 30px 40px 30px;
}
.department-sidebar .sidebar-contact .widget-title h3 {
  color: #ffffff;
  margin-bottom: 1px;
}
.department-sidebar .sidebar-contact .widget-title p {
  color: #8e91a2;
  margin-bottom: 13px;
}
.department-sidebar .sidebar-contact .widget-title {
  margin-bottom: 30px;
}
.department-sidebar .sidebar-contact .info-list {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}
.department-sidebar .sidebar-contact .info-list li {
  position: relative;
  display: block;
  padding: 16px 10px 20px 63px;
  border-bottom: 1px solid #e6e8eb;
}
.department-sidebar .sidebar-contact .info-list li:last-child {
  border-bottom: none;
}
.department-sidebar .sidebar-contact .info-list li .icon-box {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e6e8eb;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}
.department-sidebar .sidebar-contact .info-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.department-sidebar .sidebar-contact .info-list li p {
  display: block;
}
.department-sidebar .sidebar-contact .info-list li a {
  display: inline-block;
  color: #696b7e;
}
.events-grid {
  position: relative;
}
.events-grid .schedule-block-one .inner-box {
  margin-bottom: 40px;
}
.events-grid .pagination-wrapper {
  position: relative;
  margin-top: 10px;
}
.blog-grid .news-block-one .inner-box {
  margin-bottom: 50px;
}
.sidebar-page-container {
  position: relative;
}
.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 20px 20px;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 50px;
  transition: all 500ms ease;
}
.news-block-three .inner-box:hover {
  border-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.news-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.news-block-three .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.news-block-three .inner-box:hover .image-box:before {
  opacity: 0.5;
}
.news-block-three .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}
.news-block-three .inner-box:hover .image-box img {
  transform: scale(1.02);
}
.news-block-three .inner-box .image-box a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}
.news-block-three .inner-box .post-date {
  position: absolute;
  top: -1px;
  right: -1px;
}
.news-block-three .inner-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 4px 0px 4px;
  line-height: 24px;
  z-index: 2;
}
.news-block-three .inner-box .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 36px 20px 20px 20px;
}
.news-block-three .inner-box .lower-content .category {
  position: absolute;
  left: 20px;
  top: -15px;
  z-index: 2;
}
.news-block-three .inner-box .lower-content .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px;
}
.news-block-three .inner-box .lower-content .category a i {
  margin-right: 7px;
}
.news-block-three .inner-box .lower-content .category a:hover {
  background: #252638;
}
.news-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
.news-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: #252638;
}
.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #696b7e;
}
.news-block-three .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}
.news-block-three .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #696b7e;
}
.news-block-three .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
}
.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e8eb;
  margin-bottom: 24px;
}
.news-block-three .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: "";
  background: #d6d6da;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}
.news-block-three .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}
.news-block-three .inner-box .lower-content p {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.news-block-three .inner-box .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  font-weight: 700;
  text-align: center;
  border: 2px solid #e6e8eb;
  border-radius: 4px;
  padding: 14px 38px;
}
.news-block-three .inner-box .lower-content .btn-box a:hover {
  color: #ffffff;
}
.news-block-three .inner-box .lower-content .share-option {
  position: absolute;
  right: 20px;
  bottom: 17px;
}
.news-block-three .inner-box .lower-content .share-option .share-icon {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #f6faff;
  border: 1px solid #f6faff;
  border-radius: 5px;
  font-size: 20px;
  color: #9295a6;
  text-align: center;
}
.news-block-three .inner-box .lower-content .share-option:hover .share-icon {
  background: #ffffff;
}
.news-block-three .inner-box .lower-content .share-option h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 58px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease;
}
.news-block-three .inner-box .lower-content .share-option:hover h6 {
  opacity: 0;
}
.news-block-three .inner-box .lower-content .share-option .social-links {
  position: absolute;
  top: 0px;
  right: 68px;
  width: 180px;
  height: 58px;
  border: 1px solid #e6e8eb;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 500ms ease;
}
.news-block-three .inner-box .lower-content .share-option:hover .social-links {
  transform: scaleX(1);
}
.news-block-three .inner-box .lower-content .share-option .social-links li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0px 12px;
  line-height: 58px;
}
.news-block-three
  .inner-box
  .lower-content
  .share-option
  .social-links
  li:before {
  position: absolute;
  content: "";
  background: #e6e8eb;
  width: 1px;
  height: 24px;
  top: 16px;
  right: -13px;
}
.news-block-three
  .inner-box
  .lower-content
  .share-option
  .social-links
  li:last-child:before {
  display: none;
}
.news-block-three .inner-box .lower-content .share-option .social-links li a {
  display: inline-block;
  color: #8e91a2;
}
.page-title .lower-box {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px;
}
.page-title.blog-page {
  padding-bottom: 0px;
}
.page-title .lower-box .left-column {
  position: relative;
  padding: 21px 0px 23px 100px;
}
.page-title .lower-box .left-column .post-date {
  position: absolute;
  left: 0px;
  top: 0px;
}
.page-title .lower-box .left-column .post-date h3 {
  position: relative;
  display: inline-block;
  width: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 0px 8px 0px;
  text-align: center;
  line-height: 24px;
  z-index: 2;
}
.page-title .lower-box .left-column .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.page-title .lower-box .left-column .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #fff;
}
.page-title .lower-box .left-column .post-info li:last-child {
  margin: 0px !important;
}
.page-title .lower-box .left-column .post-info li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}
.page-title .lower-box .left-column .post-info li:last-child:before {
  display: none;
}
.page-title .lower-box .left-column .post-info li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}
.page-title .lower-box .left-column .post-info li a {
  display: inline-block;
  color: #fff;
}
.page-title .lower-box .right-column {
  position: relative;
  padding: 22px 0px 20px 0px;
}
.page-title .lower-box .right-column .share-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.page-title .lower-box .right-column .share-box a i {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}
.page-title .lower-box .post-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/** contact-information **/
.contact-information {
  position: relative;
  padding: 110px 0px 140px 0px;
}
.contact-information .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.contact-information .image-box img {
  width: 100%;
  border-radius: 5px;
}
.contact-information .image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.contact-information .image-box:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
/** contact-style-two **/
/* MY CSS */
.menu-area .logo {
  display: none;
}
.menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .navigation {
  margin-top: 11px;
}
.mobile-menu .info-list {
  margin-top: 52px;
  margin-left: 15px;
}
.schedules-section .title-inner .text {
  text-align: end;
}
.schedules-section .title-inner .text a {
  text-align: end;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: white;
}
.header-top .info-list li.language-list a:before,
.header-top .info-list li.language-list:after {
  content: none;
}
.first-slider {
  padding: 50px 0 30px 0;
}
.main-footer .widget-section .widget-title {
  margin-bottom: 14px;
}
.footer-widget.links-widget {
  margin-bottom: 24px;
}
.footer__top {
  padding: 2.5rem 0;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid rgba(136, 185, 232, 0.4);
}
.footer__top ul {
  display: flex;
  justify-content: space-between;
}
.footer__top ul li {
  width: 25%;
  display: flex;
}
.footer__top ul li p span {
  color: #fff;
  display: block;
  margin-bottom: 0.35rem;
  font-size: 14px;
  font-weight: 400;
}
.footer__top ul li p {
  flex: 1;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}
.footer__top ul li p a {
  color: inherit;
}
.footer__top__icon {
  align-items: center;
  margin-right: 0.8rem;
  color: #b0b7c3;
}
.footer__top__icon i {
  font-size: 23px;
  color: #fff;
}
.top-phone i {
  padding-right: 5px;
}
.useful-links {
  padding: 35px 0 25px 0 !important;
}
.organization-links {
  padding: 40px 0;
}
.useful__item {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.5rem;
  gap: 1rem;
  flex: 1;
  min-height: 80px;
  border: 1px solid #deeefd;
}
.useful__item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.useful__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #090c02;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: start;
  /* border: 1px solid #e4e7f5;
     */
}
.useful__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #737a87;
  margin-top: auto;
  display: block;
}
.useful__title p {
  margin-top: 5px;
  font-weight: 500;
  color: #2f467c;
  cursor: pointer;
}
.useful__item:hover {
  box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 5%);
}
.useful__item i {
  font-size: 15px;
  color: #1581f5;
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.useful-links .owl-nav {
  position: absolute;
  top: -60px;
  right: 35px;
}
.useful-links .owl-nav .owl-prev,
.useful-links .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  font-size: 23px;
  color: #cad1e3;
  font-weight: 400;
  border-radius: 20px;
  /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
     */
  transition: all 500ms ease;
}
.useful-links .owl-nav .owl-prev span,
.useful-links .owl-nav .owl-next span {
  font-size: 18px;
}
.useful-links .owl-nav .owl-prev:hover,
.useful-links .owl-nav .owl-next:hover {
  color: #0080ff;
}
.useful-links .owl-nav .owl-prev {
  right: 10px;
}
.inner-box:hover .useful__item {
  transition: 0.5s;
}
.inner-box:hover .useful__title {
  color: #0048a9;
}
.inner-box:hover .useful__item i {
  transition: 0.5s;
  transform: rotate(0deg);
}
.inner-box:hover .useful__title,
.inner-box:hover .useful__link {
  transition: 0.1s;
}
.organization__item {
  background: rgb(232, 240, 254);
  background: linear-gradient(
    45deg,
    rgba(232, 240, 254, 0.5) 5%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.4) 5%
  );
  border: 1px solid #edf0ff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.organization__title .gov-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.html);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.organization__item:hover {
}
.organization__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #090c02;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: start;
}
.organization__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #737a87;
  display: block;
}
.organization__title p {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #252638;
}
.organization__title p:before {
  width: 1px;
  height: 10px;
  background-color: #000;
}
.organization__item:hover {
}
.organization__item i {
  font-size: 17px;
  color: #d4dfec;
  transform: rotate(-45deg);
}
.organization-links .owl-nav {
  position: absolute;
  top: -60px;
  right: 35px;
}
.organization-links .owl-nav .owl-prev,
.organization-links .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  font-size: 23px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 20px;
  transition: all 500ms ease;
}
.organization-links .owl-nav .owl-prev span,
.organization-links .owl-nav .owl-next span {
  font-size: 18px;
}
.organization-links .owl-nav .owl-prev:hover,
.organization-links .owl-nav .owl-next:hover {
  color: #0080ff;
}
.organization-links .owl-nav .owl-prev {
  right: 10px;
}
.inner-box:hover .organization__item {
  transition: 0.5s;
}
.inner-box:hover .organization__title {
  color: #0048a9;
}
.inner-box:hover .organization__item i {
  transition: 0.5s;
  color: #0080ff;
}
.inner-box:hover .organization__title,
.inner-box:hover .organization__link {
  transition: 0.1s;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide:hover {
  opacity: 0, 7;
}
.weblinks-section__item {
  display: flex;
  color: #050f21;
  padding: 20px;
  align-items: center;
}
.weblinks-section__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  min-width: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.weblinks-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.weblinks-section__title {
  font-size: 13.7px;
  font-weight: 500;
  min-height: 25px;
  line-height: 20px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: start;
}
.useful-links-carousel {
  margin-bottom: 15px;
}
.links-swiper {
  padding-bottom: 20px;
}
.links-swiper .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.links-swiper .swiper-wrapper {
  top: 40px;
}
.links-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* Custom Navigation Button Styles */
.links-swiper .swiper-button-next,
.links-swiper .swiper-button-prev {
  color: #cad1e3;
  /* Icon color */
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* background-color: #fff;
     */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
     */
  right: 5px;
  left: unset;
  top: 25px;
}
.links-swiper .swiper-button-prev {
  right: 50px;
}
.links-swiper .swiper-button-next,
.links-swiper .swiper-button-prev {
  background-image: url("");
}
.links-swiper .links-swiper .swiper-container {
  padding: 50px 0;
}
.links-swiper .swiper-button-next:hover,
.links-swiper .swiper-button-prev:hover {
  color: #0080ff;
}
.links-swiper .swiper-button-next::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
.bg-gray {
  background-color: #f6faff !important;
}
.bg-adsea {
  background-color: #edf1f7;
}
.links-section {
  background-color: #fff;
  padding: 20px 0px 25px 0;
}
.links-swiper .swiper-button-prev::after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: nromal;
}
.icon-box img {
  width: 50px;
}
.section-clearfix {
  border-bottom: 1px solid #e8e9ea;
  padding-bottom: 20px;
}
.regions-section {
  background: rgb(232, 240, 254);
  background: radial-gradient(
    circle,
    rgba(232, 240, 254, 1) 0%,
    rgba(255, 255, 255, 1) 66%
  );
  padding-top: 40px;
}
.regions-section .title-column {
  padding-left: 50px;
}
.regions-section h2 {
  color: #1f9dff;
}
.regions-right {
  width: 80%;
  padding-bottom: 40px;
}
.adsea-statistics {
  background: rgb(0, 72, 170);
  background: linear-gradient(
    45deg,
    rgba(0, 131, 224, 1) 0%,
    rgba(173, 197, 228, 1) 55%
  );
  padding: 60px 0 50px;
}
.adsea-statistics .sec-title {
  margin-bottom: 28px;
}
.adsea-statistics .service-block .stat {
  padding: 30px 35px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  margin-bottom: 15px;
}
.adsea-statistics .service-block .stat:hover .inner-box .count-icon {
  transition: all 500ms ease;
  top: 20px;
}
.adsea-statistics .service-block .stat .inner-box .count-icon {
  position: absolute;
  top: 25px;
  right: 40px;
  color: #fff;
}
.adsea-statistics .service-block .stat .count-box {
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 25px;
}
.adsea-statistics .service-block .stat .btn-box,
.adsea-statistics .service-block .stat .icon-box {
  color: #fff;
}
.links-swiper .swiper-container {
  padding-bottom: 20px;
  /* padding-top: 20px;
     */
}
.language-box .text i {
  opacity: 0.8;
}
.social-sticky {
  position: fixed;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000000000000;
  display: none;
}
.social-sticky a {
  width: 35px;
  height: 35px;
  color: #6db9ee;
  line-height: 35px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}
.social-sticky a:hover {
  color: #1f9dff;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}
.search-form .form-control:focus {
  border-color: 1px solid #ced4da;
  box-shadow: none;
}
.breadcrumb-section {
  background: #fff !important;
}
.breadcrumb-area ul {
  padding: 20px 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-area ul li {
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb-area li a {
  color: #050f21;
}
.breadcrumb-area ul i {
  font-size: 14px;
  margin: 0 6px;
  color: #0080ff;
}
.breadcrumb-area ul li span {
  color: #8fa6cf;
}
.back-page {
  font-size: 25px;
  color: #c6dbef;
}
.left-sidebar {
  padding: 1.5rem 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
  /* position: sticky;
     top: 0;
     */
}
.left-sidebar li a {
  display: flex !important;
  justify-content: space-between; 
}
.left-sidebar li a i {
  display: none;
  font-size: 13px;
}
.left-sidebar li:hover a i {
  display: block;
  margin-top:3px;
} 
.left-sidebar li a.active i {
  display: block;
  margin-top:3px;
}
.left-sidebar li {
  margin-bottom: 5px;
}
.left-sidebar li:last-child {
  margin-bottom: 0;
}
.left-sidebar li a.active {
  color: #0080ff;
  border-color: transparent;
  font-weight: 500;
  background: #f5f9fd;
  border-radius: 0 20px 20px 0;
}
.left-sidebar li a {
  display: block;
  padding: 10px 34px;
  font-size: 15px;
  line-height: 20px;
  margin-right: 10px;
  color: #8fa6cf;
  border-left: 3px solid transparent;
}
 
.left-sidebar li:hover a {
  color: #0080ff;
  border-color: transparent;
  border-radius: 0 20px 20px 0;
  background: #f5f9fd;
}
section {
  position: relative;
}
.right-block {
  padding: 0px 25px 25px 32px;
  /* background: #fff;
     */
  border-radius: 15px;
  font-size: 15px;
  line-height: 24px;
  color: #283a5b;
  /* box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
     */
}
.right-decor {
  background-image: url("../images/adsea-wave-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.right-block h1 {
  font-size: 25px;
  margin-bottom: 13px;
  font-weight: 500;
}
.right-block p {
  color: #283a5b;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 24px;
  margin-bottom: 8.5px;
}
.right-block .section-title {
  font-size: 27px;
  font-weight: 500;
  color: #0080ff;
  padding-top: 10px;
  padding-bottom: 12px;
}
.fav {
  border-radius: 30px;
  border: 1px solid white;
}
.department-sidebar.agency .sidebar-contact {
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
  border-radius: 5px 15px 15px 5px;
  margin: 15px 0;
  padding: 37px 20px 40px 20px;
}
.department-sidebar.agency .sidebar-contact .widget-title h3 {
  color: #252638;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 21.5px;
  font-weight: 500;
}
.social-style-one li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.social-style-one li {
  margin-right: 7px;
}
.social-style-one {
  display: flex;
  justify-content: center;
}
.agency .social-style-one li.facebook a {
  background: #3b5998;
}
.agency .social-style-one li.twitter a {
  background: #55acee;
}
.agency .social-style-one li.youtube a {
  background: #dc4e41;
}
.agency .social-style-one li.linkedin a {
  background: #0e76a8;
}
.agency .social-style-one li.instagram a {
  background: #833ab4;
}
.agency .social-style-one li.telegram a {
  background: #24a1de;
}
.leader-block {
  display: flex;
  background-color: #f2f6fa;
}
.leader-block img {
  width: 80px;
}
.leader-word {
  padding: 25px;
  display: inline-block;
}
.privacy p b {
  font-weight: 600;
}
.privacy ul {
  margin-left: 15px;
}
.privacy ul li {
  margin-bottom: 10px;
}
.privacy ul li i {
  color: #0080ff;
}
.privacy ul li b {
  font-weight: 600;
}
.privacy .privacy-title {
  color: #0080ff;
}
.structure .content-block .row {
  margin: 0 -4px;
  text-align: center;
}
.structure .content-block .row > * {
  padding: 0 4px;
}
.structure .content-block h3 {
  margin: 1.6rem 0 2.4rem;
}
.structure .content-block h4 {
  margin-top: 0.8rem;
}
.adsea-structure-element {
  border: 1px solid #e1e7f2;
  border-radius: 7px;
  background-color: #f8f9ff;
  padding: 1.6rem;
  margin-bottom: 15px;
  height: calc(100% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.6rem;
  transition: all 300ms ease;
}
.sondur::after {
  background-color: #4a4a4a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: "";
  position: absolute;
  top: 100%;
}
.adsea-structure-element:hover {
  background-color: #fff;
  border: 1px solid #e1e7f2;
  box-shadow: rgba(99, 99, 99, 0) 0px 16px 8px 0px;
}
.chairman {
  background-color: #f8faff !important;
}
.adsea-structure-main {
  background-color: #f8faff;
  color: #000;
  font-weight: 500;
  padding: 25px 16px;
  min-height: auto;
}
.adsea-structure-alt {
  background-color: #f8faff;
  color: #000;
  font-weight: 400;
  padding: 25px 16px;
  min-height: auto;
  text-align: center;
}
.content-block h3,
.content-block h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 18px;
  color: #0080ff;
  display: block;
  width: 100%;
  text-align: center;
}
.adsea-sectors,
.adsea-departments,
.adsea-aparat {
  margin-top: 10px;
}
.adsea-sedr.col-12,
.adsea-sectors.col-12,
.adsea-departments.col-12,
.adsea-aparat.col-12 {
  padding: 0;
}
.download-list .icon-box img {
  width: 23px;
}
.pagination {
  display: flex;
  border-radius: 8px;
  /* border: 1px solid #f1f2f4; */
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
  overflow: hidden;
}
.pagination li.link-item a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  color: #090c02;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  border-right: 1px solid #f1f2f4;
  font-size: 15px;
  border-radius: 50%;
}
.pagination li.link-item.active a {
  background-color: #0080ff;
  color: #fff;
}
.pagination li {
  display: inline-block;
  margin: 6px;
}
.pagination li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.pagination li a:hover {
  background-color: #dfeefd;
}
.pagination li i {
  font-size: 15px;
  color: #889ecd;
  line-height: 40px;
}
/* Full-News - ISST */
.details-slider {
  overflow: hidden;
  position: relative;
}
.details-slider .mySwiper2 {
  margin-top: 15px;
}
.details-slider .mySwiper2 img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1608/800;
  height: unset;
  object-fit: contain;
  border-radius: 5px;
}
.details-slider .mySwiper img {
  object-fit: cover;
  margin-bottom: 0;
  width: 100%;
  height: 90px;
  border-radius: 4px;
  cursor: pointer;
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
  transform: translateY(-50%);
}
.details-slider .swiper-button-next:after,
.details-slider .swiper-button-prev:after {
  font-size: 20px;
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
  width: 40px;
}
.details-slider .swiper-slide {
  justify-content: start;
}
.details-slider .mySwiper2 .swiper-slide {
  justify-content: center;
}
.details-slider .mySwiper {
  margin-top: 10px;
}
.details-slider .swiper-button-prev::before,
.details-slider .swiper-button-next::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: var(--color-primary);
  width: 34px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid white;
  text-align: center;
  border-radius: 50%;
  transition: all 400ms ease;
}
.details-slider .swiper-button-prev:hover::before,
.details-slider .swiper-button-next:hover::before {
  background-color: #0080ff;
  border: 1px solid #0080ff;
}
.details-slider .swiper-button-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
  color: white;
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
  background-image: none !important;
  font-size: 10px;
}
.details-slider .swiper-button-prev {
  margin-left: 10px;
}
.details-slider .swiper-button-next {
  margin-right: 10px;
}
.fancybox-button--play {
  display: none !important;
}
.news-content {
  margin-top: 20px;
}
.news-content p {
  color: #1d2a42;
  font-size: 15.5px;
}
.share-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #f3f9fe; 
  border-radius: 14px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #2f467c;
  margin-top: 40px;
  margin-bottom: 20px;
}
.share-info .socials li a {
  color: #b0b7c3;
  border-color: #b0b7c3;
}
.share-info .socials li:hover a {
  background-color: #6db9ee;
  color: #fff;
}
.share-info .socials li a i {
  font-size: 16px;
}
.share-info .socials {
  display: flex;
}
.share-info .socials li {
  margin-left: 10px;
}
.share-info .socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #6db9ee;
  color: #6db9ee;
}
.share-info p {
  margin-bottom: 0 !important;
}
.right-block .section-title.news-title {
  font-size: 24px;
  line-height: 35px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.right-block .news-date {
  line-height: 1;
  color: #8fa6cf;
  font-size: 16px;
  margin-bottom: 0;
}
.other-data {
  margin-top: 30px;
  border-radius: 5px;
}
.other-data .sec-title {
  margin-bottom: 30px;
}
.other-data .owl-nav {
  position: absolute;
  top: -60px;
  right: 35px;
}
.other-data .owl-nav .owl-prev,
.other-data .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d9dfec;
  font-size: 23px;
  color: #d9dfec;
  font-weight: 400;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
  transition: all 500ms ease;
}
.other-data .owl-nav .owl-prev:hover,
.other-data .owl-nav .owl-next:hover {
  color: #a1b0cf;
}
.other-data .owl-nav .owl-prev span,
.other-data .owl-nav .owl-next span {
  font-size: 18px;
}
.other-data .owl-nav .owl-prev {
  right: 10px;
}
.other-data .schedule-block-one .inner-box .image-box .image img {
  height: 150px;
  object-fit: cover;
}
.schedule-block-one .inner-box .image-box {
  background: transparent;
}
.other-data .sec-title h2 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
}
.other-data .schedule-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0;
}
.other-carousel {
}
.other-news {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 2%);
}
.other-news .inner-box .lower-content .post-info li {
  color: #9ba8bb;
}
.other-news .inner-box .lower-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 10px 10px 35px 25px;
  margin-bottom: 20px;
  border-radius: 14px;
  border: 1px solid #f1f2f4;
  min-height: 180px !important;
  box-shadow: 0px 15px 8px 0px rgb(0 0 0 / 0%);
  transition: all 500ms ease;
}
.other-news .inner-box .lower-content .links a {
  font-size: 14px;
  line-height: 22px;
}
.schedule-block-one .inner-box .lower-content .links a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2;
     */
  overflow: hidden;
}
.slide-item .clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 20px;
}
.slide-item .clamp-4 p {
  margin-bottom: 5px;
}
/** department-details **/
.department-details {
  position: relative;
}
.department-details-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.department-details-content .upper-image {
  position: relative;
  display: block;
  padding: 19px;
  border: 1px solid #dcdce5;
  border-radius: 5px;
  margin-bottom: 41px;
}
.department-details-content .upper-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}
.department-details-content .upper-image .image img {
  width: 100%;
  border-radius: 5px;
}
.department-details-content .text {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.department-details-content h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
.department-details-content .discription-box .single-item {
  position: relative;
  display: block;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  padding: 46px 24px 32px 24px;
}
.department-details-content .discription-box .single-item .image-box {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 14px;
}
.department-details-content .discription-box .single-item .image-box img {
  width: 100%;
  border-radius: 50%;
}
.department-details-content .discription-box .single-item .image-box:before {
  position: absolute;
  content: "";
  width: 134px;
  height: 134px;
  left: -7px;
  top: -7px;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%, 0% 0%);
}
.department-details-content .discription-box .single-item h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.department-details-content .discription-box .single-item .overlay-content {
  position: absolute;
  left: -30px;
  top: -10px;
  background: #ffffff;
  width: calc(100% + 60px);
  height: calc(100% + 20px);
  border-radius: 5px;
  padding: 41px 10px 20px 10px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  opacity: 0;
  transform: scale(0, 0);
  visibility: hidden;
  transition: all 500ms ease;
}
.department-details-content
  .discription-box
  .single-item:hover
  .overlay-content {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.department-details-content
  .discription-box
  .single-item
  .overlay-content
  .image-box {
  margin-bottom: 19px;
}
.department-details-content
  .discription-box
  .single-item
  .overlay-content
  .image-box:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.department-details-content .discription-box .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.department-details-content
  .discription-box
  .owl-carousel
  .owl-stage-outer
  .owl-item {
  opacity: 0;
}
.department-details-content
  .discription-box
  .owl-carousel
  .owl-stage-outer
  .owl-item.active {
  opacity: 1;
}
.department-details-content .owl-dots {
  margin-top: 24px;
}
.department-details-content .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #dcdcdc;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.department-details-content .owl-theme .owl-dots .owl-dot.active span,
.department-details-content .owl-theme .owl-dots .owl-dot span:hover {
}
.department-details-content .owl-theme button {
  background: transparent;
}
.department-details-content .discription-box {
  position: relative;
  margin-bottom: 63px;
}
.department-details-content .highlights-box .image-box {
  position: relative;
  display: inline-block;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin-top: 9px;
}
.department-details-content .highlights-box .image-box img {
  width: 100%;
  border-radius: 50%;
}
.department-details-content .highlights-box .image-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}
.department-details-content .highlights-box .text {
  position: relative;
  margin: 0px;
}
.department-details-content .highlights-box .text p {
  margin-bottom: 18px;
}
.department-details-content .highlights-box .text .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 31px;
}
.department-details-content .highlights-box .text .list li:last-child {
  margin-bottom: 0px;
}
.department-details-content .highlights-box .text .list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #8e91a2;
}
.department-details-content .highlights-box .text .list {
  position: relative;
  margin-bottom: 27px;
}
.department-details-content .highlights-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  margin-left: 30px;
}
.department-details-content .highlights-box .text a i {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
}
.department-details-content .highlights-box .text a:hover {
}
.department-details-content .highlights-box .owl-nav {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: 7px;
}
.department-details-content .highlights-box .owl-nav .owl-prev,
.department-details-content .highlights-box .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
  font-size: 30px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
.department-details-content .highlights-box .owl-nav .owl-prev {
  margin-right: 10px;
}
.department-details-content .highlights-box .owl-nav .owl-prev:hover,
.department-details-content .highlights-box .owl-nav .owl-next:hover {
}
.department-details-content .highlights-box {
  position: relative;
  margin-bottom: 64px;
}
.department-details-content .download-box h3 {
  margin-bottom: 20px;
}
.department-details-content .download-box .download-list {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.department-details-content .download-box .download-list li {
  position: relative;
  display: block;
  padding: 4px 30px 4px 30px;
  display: flex;
  background: #fff;
  border: 1px solid #deeefd;
  margin-bottom: 20px;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.department-details-content .download-box .download-list li:hover {
  border: 1px solid #d2dff0;
}
.department-details-content .download-box .download-list li .icon-box {
  text-align: center;
  text-align: center;
  background-color: #1f9dff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  transition: all 500ms ease;
}

.download-button a i {
  font-size: 18px;
  color: #a1b0cf;
}

.department-details-content .download-box .download-list li:hover .download-button a i {
  color: #1f9dff;
}

.department-details-content .download-box .download-list li:hover .icon-box {
  background-color: #1f9dff;
}
.department-details-content .download-box .download-list li .icon-box i {
  color: #fff;
}
.department-details-content .download-box .download-list li .download-data {
  width: calc(100% - 35px);
}
.download-left {
  display: flex;
  align-items: center;
}
.department-details-content .download-box .download-list li .icon-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.department-details-content .download-box .download-list li h5 {
  display: block;
  left: 5px;
  font-size: 15px;
  line-height: 22px;
  max-width: 97%;
  color: #21376a;
  font-weight: 500;
  margin: 4px 0;
}
.department-details-content .download-box .download-list li span {
  position: relative;
  display: block;
  left: 5px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  color: #696b7e;
}
.department-details-content .download-box .download-list li h5 {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 15px;
  cursor: pointer;
}
.department-details-content .download-box .download-list li a.download-link {
  width: 100%;
  box-shadow: none;
  color: #252638;
  text-align: start;
  padding: 5px 0;
}
.department-details-content .download-box .download-list li a {
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 1%);
  z-index: 1;
  color: #0080ff;
  border-color: #0080ff;
  font-weight: 500;
}
.department-details-content .download-box .download-list li span.pdf-date {
  color: #8fa6cf;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.department-details-content .download-box .download-list li a:hover {
  color: #ffffff;
  box-shadow: none;
}
.department-sidebar {
  position: relative;
  display: block;
}
.department-sidebar .sidebar-banner {
  position: relative;
  width: 100%;
  padding: 58px 30px 93px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.department-sidebar .sidebar-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}
.department-sidebar .sidebar-banner .icon-box {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #ffffff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 21px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
.department-sidebar .sidebar-banner h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 22px;
}
.department-sidebar .sidebar-banner a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #252638;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 16px 34px;
  z-index: 1;
}
.department-sidebar .sidebar-banner a:hover {
  background: #252638;
  color: #ffffff;
}
.department-sidebar .sidebar-category {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
  padding: 0px 30px 40px 30px;
  margin-bottom: 40px;
}
.department-sidebar .sidebar-category .inner-box {
  position: relative;
}
.department-sidebar .sidebar-category .inner-box:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 43px;
  left: 0px;
  top: -43px;
  border-radius: 5px 5px 0px 0px;
}
.department-sidebar .widget-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.department-sidebar .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.department-sidebar .widget-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto;
}
.department-sidebar .widget-title .title-shape:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
}
.department-sidebar .widget-title .title-shape:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
}
.department-sidebar .sidebar-category .category-list li {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 80px;
  overflow: hidden;
}
.department-sidebar .sidebar-category .category-list li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  opacity: 0;
  transition: all 500ms ease;
}
.department-sidebar .sidebar-category .category-list li:hover:before,
.department-sidebar .sidebar-category .category-list li.current:before {
  width: 100%;
  opacity: 1;
}
.department-sidebar .sidebar-category .category-list li:last-child {
  margin-bottom: 0px;
}
.department-sidebar .sidebar-category .category-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.department-sidebar .sidebar-category .category-list li h5 a {
  position: relative;
  display: block;
  color: #252638;
  padding: 16px 20px 18px 0px;
}
.department-sidebar .sidebar-category .category-list li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #f6faff;
  text-align: center;
  font-size: 40px;
  border-right: 1px solid #e6e8eb;
  transition: all 500ms ease;
}
.department-sidebar .sidebar-category .category-list li:hover .icon-box,
.department-sidebar .sidebar-category .category-list li.current .icon-box {
  color: #ffffff;
}
.department-sidebar .sidebar-category .widget-title {
  top: -10px;
}
.department-sidebar .sidebar-contact {
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 33px 30px 40px 30px;
}
.department-sidebar .sidebar-contact .widget-title h3 {
  color: #ffffff;
  margin-bottom: 1px;
}
.department-sidebar .sidebar-contact .widget-title p {
  color: #8e91a2;
  margin-bottom: 13px;
}
.department-sidebar .sidebar-contact .widget-title {
  margin-bottom: 30px;
}
.department-sidebar .sidebar-contact .info-list {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}
.department-sidebar .sidebar-contact .info-list li {
  position: relative;
  display: block;
  padding: 16px 10px 20px 63px;
  border-bottom: 1px solid #e6e8eb;
}
.department-sidebar .sidebar-contact .info-list li:last-child {
  border-bottom: none;
}
.department-sidebar .sidebar-contact .info-list li .icon-box {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e6e8eb;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}
.department-sidebar .sidebar-contact .info-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.department-sidebar .sidebar-contact .info-list li p {
  display: block;
}
.department-sidebar .sidebar-contact .info-list li a {
  display: inline-block;
  color: #696b7e;
}
.management-block {
  background-color: var(--thm-white);
  border: 1px solid #f3f7fe;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
.management-block:hover:after,
.card-content:hover::after {
  transform: scaleY(0);
}
.chairman-block:hover,
.adsea-member:hover {
  transition: all 500ms ease;
  box-shadow: 0px 34px 40px 0px rgb(0 0 0 / 2.5%);
}
.card-content::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transform: scaleY(0);
  transition: all 500ms ease;
  background-color: #e9eef5;
}
.management-block:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transform: scaleY(0);
  transition: all 500ms ease;
  background-color: #e9eef5;
}
.card-content::after {
  height: 2px;
}
.management-block:hover img,
.card-content:hover img {
  transition: all 500ms ease;
  opacity: 0.85;
}
.management-block-img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.management-block-content h4 {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
.management-block-content h4 > a {
  color: inherit;
  transition: all 500ms ease;
}
.management-block-content p {
  margin-bottom: 0;
  color: #0080ff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.card-content {
  position: relative;
}
.chairman-block {
  display: flex;
  background-color: #fff;
  border: 1px solid #ecf1f9;
  margin-bottom: 20px;
  border-radius: 2px;
}
.chairman-block .card-content {
  width: 60%;
  padding-left: 35px;
  padding-top: 30px;
  padding-right: 30px;
}
.chairman-block .img-wrapper {
  width: 40%;
}
.chairman-block .img-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px 0 0 12px;
}
.chairman-block .chairman-content {
  margin-top: 15px;
}
.chairman-block .chairman-content p {
  color: #252638;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}
.chairman-block .chairman-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #1a84f5 !important;
  letter-spacing: 0.5px;
  padding: 5px 28px;
  text-align: center;
  background: transparent;
  border: 1px solid #1a84f5;
  border-radius: 20px;
  margin-top: 50px;
}
.chairman-title h4 a {
  font-size: 19px;
  font-weight: 500;
  color: #252638;
}
.chairman-title p {
  font-size: 17px;
}
.management-group h4 {
  color: #252638;
  margin: 5px 10px 10px 10px;
}
.management-group p {
  color: #0080ff;
  font-size: 15px;
  margin: 15px 5px 0 10px;
}
.management-group {
  background-color: #fefefe;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
}
.management-group .management-block-content {
  padding: 5px 15px 15px 15px;
  background: #fff;
}
.chairman-block .chairman-content .btn-box:hover a {
  color: #fff !important;
  background: #1a84f5;
  border: 1px solid #1a84f5;
}
.chairman-block .chairman-content .btn-box a i {
  margin-left: 8px;
}
.chairman-block .chairman-content .chairman-content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.adsea-management {
  margin-top: 40px;
  margin-bottom: 20px;
}
.adsea-management .adsea-member {
  margin-bottom: 15px;
}
.contact-top {
  padding: 40px 40px 20px 50px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 1.2%);
}
.reflect {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.adsea-table--briz table td {
  padding: 1.6rem 2rem !important;
}
.adsea-table--briz table td .btn {
  width: 100%;
}
.table-content table {
  width: 100%;
  background: #fff;
  float: unset;
}
.table-content table thead tr {
  background: #f5f9ff;
}
.table-content table thead tr th {
  padding: 0.6rem 1rem;
  width: calc(100% / 4);
}
.table-content table td,
.table-content table th {
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
  padding: 1rem;
}
.table-content table th {
  font-weight: 500;
}
.adsea-table {
  overflow: hidden;
  border-radius: 8px !important;
  margin-bottom: 25px;
}
.adsea-table--briz table thead tr {
  background-color: #5acbff !important;
}
.adsea-table--briz table td,
.adsea-table--briz table th {
  font-weight: 500;
  font-size: 13px !important;
  line-height: 1.5rem !important;
  color: #252638;
}
.adsea-table--briz table td {
  border: 1px solid #f2f3f5;
}
.adsea-table--briz table th {
  color: #fff;
  font-weight: 500;
  padding: 0.8rem 2rem !important;
}
.adsea-table--briz table tr:hover {
  background-color: #f7fcfc !important;
}
.adsea-table--briz table thead tr:hover {
  background-color: #5acbff !important;
}
.qebul table th:last-child {
  width: 12%;
}
.qebul table th:nth-last-child(2) {
  width: 12.8%;
}
.project-list table th:nth-last-child(2) {
  width: 0.2%;
}
.adsea-sort span {
  color: #1f9dff;
  font-size: 17px;
  margin-left: 10px;
  line-height: 30px;
}
.contact-top ul {
  display: flex;
  justify-content: space-between;
}
.contact-top ul li {
  width: 50%;
  margin-left: 25px;
  display: flex;
  margin-bottom: 50px;
}
.contact-top ul li:first-child {
  margin-left: 0px;
}
.contact-top-icon i {
  font-size: 23px;
  color: #1a84f5;
}
.contact-top-icon {
  align-items: center;
  margin-right: 0.8rem;
  color: #8a94a6;
}
.contact-top ul li span {
  color: #2f467c;
  display: block;
  margin-bottom: 0.35rem;
  font-size: 15px;
  font-weight: 500;
}
.regulations .acc-btn h5 {
  font-size: 16px !important;
}
.regulations .acc-btn:after h5 {
  color: #1f9dff !important;
}
.regulations .acc-content span {
  color: #000;
  font-weight: 500;
}
.regulations .acc-content .text p {
  font-size: 16px;
  font-weight: 400 !important;
}
.contact-top ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #596b96;
}
.contact-top ul li p a {
  color: #596b96;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-map iframe {
  padding-top: 30px;
  border-radius: 18px;
  width: 100% !important;
  height: 500px !important;
}
.right-block-content .schedule-block-one .inner-box .lower-content .post-info {
  margin-bottom: 8px;
}
.right-block-content .schedule-block-one .inner-box .lower-content {
  padding: 10px 20px 12px 20px;
}
.right-block-content .schedule-block-one .inner-box {
  padding: 0;
  margin-bottom: 20px;
}
.right-block-content .schedule-block-one .inner-box .image-box .image img {
  height: 180px;
}
.right-block-content .schedule-block-one .inner-box .lower-content .links a {
  font-size: 15px;
}
.right-block-content .schedule-block-one .col-6:nth-child(2n) {
  padding-left: 7.5px;
}
.right-block-content .schedule-block-one .col-6:nth-child(2n + 1) {
  padding-right: 7.5px;
}
/* ADVERTISEMENT CSS */
.adver-item {
  background-color: #f5f7fa;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: all 500ms ease;
}
.adver-item:hover {
  border: 1px solid #d2dff0;
  background-color: #f9fbfc;
}
.adver-item-image-large {
  width: 250px;
  height: 150px;
  margin-left: 15px;
  margin-right: 25px;
  left: 25px;
}
.adver-item-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.adver-item-text {
  line-height: 1.25;
  color: #737a87;
}
.adver-item-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 100%;
  width: 100%;
}
.date:not(:last-child) {
  margin-bottom: 12px;
}
.adver-date {
  font-size: 14px;
  color: #252638;
}
.date {
  line-height: 1.2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.adver-item-title {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
}
.adver-item-title i {
  color: #889ecd;
}
.adver-item {
  display: flex;
  padding: 25px 0;
}
.adver-title {
  font-size: 16px;
  font-weight: 500;
}
.adver-item-title a {
  color: #889ecd;
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: 95%;
  line-height: 20px;
  font-size: 13.7px;
}
.adver-item a {
  text-decoration: none;
}
.post-navigation-link {
  color: #28366f;
  text-decoration: none;
}
.post-navigation {
  float: right;
}
.post-navigation a {
  color: #a1b0cf;
}
.adver-item-text {
  margin-top: 5px;
  max-width: 98%;
}
.inter-projects {
  margin-top: 0px !important;
}
.adver-item-text p {
  color: #5d657a;
}
/* ONLINE APPLY */
.form-checkbox .form-control {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 16px;
}
.form-group input:focus {
  box-shadow: none;
  outline: none;
}
.form-group .form-control {
  border-color: #ebf1f9;
  background: #f6faff;
  color: #050f21;
  font-size: 14.5px;
  padding: 10px 18px;
  -webkit-appearance: none;
  border-radius: 12px;
  height: 45px;
}
.form-checkbox input:checked ~ .form-control:before {
  background-color: #3772d9;
  border-color: #e1e2e2;
}
.form-control::placeholder {
  color: #6c84a6;
  opacity: 0.75;
}
.form-checkbox .form-control:before {
  content: "";
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  border: 1px solid #8a94a6;
  margin-right: 7px;
}
.two-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-input label {
  width: 100%;
}
.right-input,
.left-input {
  width: 48%;
}
.apply-submit {
  border-radius: 30px;
  transition: all 500ms ease;
}
.apply-submit {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  background-color: #1a84f5;
  border: 1px solid #f4f5fb;
  margin-top: 10px;
}
.apply-submit i {
  margin-left: 10px;
}
.apply-submit:hover {
  background-color: #0080ff;
  border: 1px solid #0080ff;
  color: #fff;
}
.form-group label span {
  color: #f03d3d;
}
.form-group textarea.form-control {
  height: 200px;
}
.selected-file {
  height: 100%;
  align-items: center;
  color: #101825;
  display: none;
  width: auto;
}
.selected-file.show {
  display: flex;
}
@media (max-width: 576px) {
  .right-input,
  .left-input {
    width: 48.5%;
  }
  .form-group .form-control {
    height: 41px;
  }
  .form-group .form-control {
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 12px;
  }
  form label {
    margin-bottom: 4px;
  }
  .form-group textarea.form-control {
    height: 120px;
  }
}
@media (max-width: 1500px) {
  .chairman-block .chairman-content .btn-box a {
    margin-top: 45px;
  }
}
@media (max-width: 1400px) {
  .department-sidebar.agency .sidebar-contact .widget-title h3 {
    font-size: 19px;
  }
  .social-style-one li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .department-details-content .download-box .download-list li h5 {
    font-size: 15.2px;
  }
  .department-details-content .download-box .download-list li span {
    font-size: 14.5px;
  }
  .right-block .section-title {
    font-size: 24px;
  }
  .social-style-one li a {
    font-size: 14px;
  }
  .chairman-block .chairman-content .btn-box a {
    margin-top: 35px;
  }
  .right-block-content .schedule-block-one .inner-box .image-box .image img {
    height: 180px;
  }
  .service-block-one .inner-box h4 a {
    font-size: 16px;
  }
  .icon-box img {
    width: 40px;
  }
  .service-section {
    position: relative;
    width: 100%;
    padding: 50px 0px 50px;
  }
}
@media (max-width: 1360px) {
  .right-block-content .schedule-block-one .inner-box .image-box .image img {
    height: 150px;
  }
  .chairman-block .chairman-content .btn-box a {
    margin-top: 30px;
  }
  .chairman-block .chairman-content .chairman-content-text {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1200px) {
  .chairman-block .chairman-content .chairman-content-text {
    -webkit-line-clamp: 3;
  }
  .content-block .management-block-content h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .chairman-block .chairman-content {
    margin-top: 10px;
  }
  .chairman-block .chairman-content .btn-box a {
    margin-top: 25px;
  }
  .search-popup .search-form fieldset input[type="text"] {
    width: 400px;
  }
  .sticky,
  .header-fixed,
  .main-header {
    height: 80px;
  }
  .faq-section .accordion-box .block .acc-btn h5 {
    font-size: 16px;
    line-height: 23px;
    padding-left: 80px;
    cursor: pointer;
  }
  .faq-section .accordion-box .block .acc-btn h5 span {
    width: 50px;
    font-size: 16px;
  }
  .faq-section .accordion-box .block .acc-btn:before {
    height: 100%;
    left: 50px;
  }
  .faq-section .accordion-box .block .acc-btn .icon-outer {
    right: 0px;
    width: 55px;
  }
  .faq-section .accordion-box .block .acc-btn:after {
    right: 55px;
  }
  .useful-links {
    padding: 30px 0;
  }
  .menu-area {
    padding: 10px 0;
  }
  .menu-area {
    justify-content: space-between;
  }
  .main-header.style-one .header-lower {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 4%);
    background-color: #fff;
  }
  .main-header.style-one .header-top {
    background: #fff;
    padding: 5px 0px;
    display: none;
  }
  .menu-area .logo {
    display: inline-block;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .scroll-top span {
    font-size: 23px;
    color: #202130;
  }
  .links-swiper .swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .links-swiper .swiper-button-next,
  .links-swiper .swiper-button-prev {
    top: 28px;
  }
  .links-swiper {
    padding-bottom: 20px;
  }
  .search-popup {
    top: 67px;
    right: unset;
    /* width: 90%;
         left: 10px;
         */
  }
  .search-popup {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .contact-top-icon {
    margin-right: 0.5rem;
  }
  .contact-top-icon i {
    font-size: 20px;
  }
  .chairman-block .card-content {
    width: 60%;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 15px;
  }
  .chairman-block .chairman-content .btn-box a {
    margin-top: 16px;
  }
  .slide-item .clamp-4 p {
    font-size: 15px;
    line-height: 1.5;
  }
  .banner-carousel .content-box h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .main-header,
  .header-fixed {
    height: 80px;
  }
  .details-slider .mySwiper img {
    height: 60px;
  }
  .details-slider .mySwiper2 img {
    width: 100%;
    max-width: 100%;
  }
  .adsea-structure-main {
    padding: 20px 14px;
  }
  .adsea-structure-alt {
    padding: 20px 14px;
  }
  .content-block h3,
  .content-block h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
    margin-top: 10px;
  }
  .content-side {
    padding: 0 !important;
  }
  .right-block {
    padding: 18px;
  }
  .service-section .service-block-one {
    margin-bottom: 15px;
  }
  .social-sticky {
    display: none !important;
  }
  .footer__top ul {
    flex-wrap: wrap;
  }
  .footer__top ul li {
    width: 50%;
  }
  .footer__top .auto-container > ul > li {
    margin: 12px 0 8px 0;
  }
  .footer-social li {
    display: inline-block !important;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .banner-carousel .content-box h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
  }
  .slide-item .auto-container img {
    height: 270px;
  }
  .slide-item .auto-container {
    height: 400px;
  }
  .department-sidebar.agency .sidebar-contact {
    display: none;
  }
  .faq-section .accordion-box .block .acc-btn {
    padding: 12.5px 45px 12.5px 0px;
  }
  .faq-section .accordion-box .block .acc-btn:after {
    position: absolute;
    content: none;
  }
  .left-sidebar {
    display: none;
  }
  .faq-section .accordion-box .block {
    margin-bottom: 13px;
  }
  .right-block .section-title {
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 7px;
    margin-bottom: 11px;
  }
}
.adsea-organisations-map {
  background: rgb(232, 240, 254);
  background: radial-gradient(
    circle,
    rgba(232, 240, 254, 1) 0%,
    rgba(255, 255, 255, 1) 66%
  );
}
.adsea-organisations-map {
  padding: 60px 0;
  background-color: #fff;
}
.adsea-organisations-map-area {
  display: flex;
  align-items: center;
}
.adsea-svg-map text {
  display: none;
}
.adsea-svg-map svg path {
  fill: #f8faff;
  cursor: pointer;
}
.adsea-svg-map svg path.selected {
  fill: #aebee0;
}
.adsea-svg-map svg path:hover {
  fill: #aebee0;
  transition: all 450ms ease;
}
.adsea-organisations-map-right-block {
  background: #fff;
  border-radius: 6px;
  padding: 30px 30px;
  margin-left: 30px;
  flex: 1;
  box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 3%);
}
.adsea-organisations-map_title {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}
.adsea-organisations-map-select.form-group {
  margin-bottom: 18px;
  cursor: pointer;
}
.adsea-organisations-map-select.form-group .form-control {
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid #dfe4eb;
  height: 48px;
  font-size: 15px;
  cursor: pointer;
}
.adsea-organisations-map-select .form-control:focus {
  box-shadow: none;
}
.adsea-organisations-map__tab {
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.place-area {
  margin-top: 20px;
}
.adsea-organisations-map__tab a {
  font-size: 14px;
  font-weight: 500;
  color: #b0b7c3;
}
.adsea-organisations-map__tab a.active {
  color: #252638;
}
.adsea-organisations-map__tab span {
  background: #c9cad9;
  min-width: 1px;
  height: 23px;
  margin: 0 10px;
}
.adsea-organisations-map__tab-content {
  display: none;
}
.adsea-organisations-map__tab-content.active {
  display: block;
}
.adsea-organisations-map__tab-content h3 {
  font-size: 25px;
  margin-bottom: 19.2px;
}
.adsea-organisations-map__tab-content ul {
  font-size: 14px;
  line-height: 20px;
  color: #252638;
  margin-top: 10px;
}
.adsea-organisations-map__tab-content ul li {
  margin-bottom: 7px;
}
.adsea-organisations-map__tab-content ul li strong {
  font-weight: 500;
}
.adsea-organisations-map__tab-content ul li:last-child {
  margin-bottom: 0;
}
.adsea-organisations-map__tab-content ul em {
  color: #909aad;
  display: inline-block;
  margin-right: 6.4px;
  font-style: normal;
}
@media (max-width: 991px) {
  .adsea-organisations-map-area {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .adsea-organisations-map {
    margin: 35px 0;
  }
  .adsea-svg-map svg {
    width: 100%;
    height: auto;
  }
  .adsea-organisations-map-right-block {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 24px 18px;
  }
}
.adsea-organisations-map__tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.adsea-organisations-map-right-block h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub_region {
  margin-top: 12px;
}
@media (max-width: 576px) {
  .adsea-organisations-map {
    padding: 40px 0;
  }
  .adsea-organisations-map {
    margin: 20px 0;
  }
  .adver-item-text.clamp-2 {
    display: none;
  }
  .adver-item-image-large {
    width: 200px;
    height: 120px;
    margin-right: 15px;
  }
  .adver-item {
    padding: 15px 10px;
    margin-bottom: 23px;
  }
  .adver-item-text {
    margin-top: 5px;
  }
  .adver-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .post-navigation a {
    text-align: start;
  }
  .adver-title {
    font-size: 16.7px;
  }
  .service-block-one .inner-box h4 {
    width: 65%;
  }
  .details-slider .swiper-button-prev::before,
  .details-slider .swiper-button-next::before {
    font-size: 13px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
  .share-info {
    padding: 10px 12px;
    margin-top: 24px;
  }
  .other-data {
    margin-top: 28px;
  }
  .pagination {
    margin-top: 15px;
  }
  .chairman-block .img-wrapper {
    width: 55%;
  }
  .content-block .management-block-content h4 {
    font-size: 17px;
  }
  .chairman-block .chairman-content {
    margin-top: 8px;
  }
  .contact-top ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .contact-top ul {
    flex-wrap: wrap;
  }
  .contact-map iframe {
    height: 400px !important;
  }
  .chairman-block .card-content {
    padding-left: 13px;
  }
  .chairman-block .chairman-content .chairman-content-text {
    -webkit-line-clamp: 4;
  }
  .chairman-block .card-content {
    width: 100%;
    padding-bottom: 20px;
  }
  .adsea-management {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .adsea-management .adsea-member:nth-child(2n) {
    padding-left: 7.5px;
  }
  .adsea-management .adsea-member:nth-child(2n + 1) {
    padding-right: 7.5px;
  }
  .management-block {
    padding: 10px 0;
  }
  .management-block-content {
    padding: 2px 8px;
  }
  .content-block .management-block-content h4 {
    margin-top: 9px;
  }
  .content-block .management-block-content h4 {
    font-size: 15px;
  }
  .chairman-block {
    flex-wrap: wrap;
  }
  .chairman-block .card-content {
    width: 100%;
  }
  .main-header,
  .header-fixed {
    height: 76px;
  }
  .accordion-box .fa-question-circle {
    margin-right: 5px;
  }
  .department-details-content .download-box .download-list li .icon-box {
    width: 25px;
    margin-right: 10px;
  }
  .department-details-content .download-box .download-list li .download-data {
    width: calc(100% - 25px);
  }
  .department-details-content .download-box .download-list li a {
    padding: 8px 15px;
  }
  .department-details-content .download-box .download-list li h5 {
    font-size: 15px;
  }
  .department-details-content .download-box .download-list li h5 {
    font-size: 15px;
    margin-right: 10px;
  }
  .department-details-content .download-box .download-list li {
    position: relative;
    display: flex;
    padding: 9px 12px 9px 12px;
  }
  .department-details-content .download-box .download-list li span {
    font-size: 14px;
  }
  .department-details-content .download-box .download-list li span.pdf-date {
    font-size: 14px;
    line-height: 20px;
  }
  .slide-order-2 {
    order: 2;
  }
  .slide-order-1 {
    order: 1;
  }
  .banner-carousel .slide-item .auto-container {
    height: auto;
    flex-wrap: wrap;
  }
  .banner-carousel .slide-item {
    min-height: 550px;
  }
  .banner-carousel .owl-dots,
  .banner-carousel .owl-nav {
    bottom: 16px;
  }
  .banner-carousel .content-box {
    padding: 0 5px;
  }
  .banner-carousel .content-box h1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .banner-carousel.owl-theme .owl-dots .owl-dot span {
    width: 32px;
  }
  .slide-item .clamp-4 p {
    font-size: 14.5px;
    line-height: 1.5;
  }
  .slide-item .clamp-4 {
    margin-bottom: 15px;
  }
  .history-section .inner-box .single-item .image-box {
    margin-bottom: 0px;
  }
  .history-section .inner-box .single-item {
    position: relative;
    margin-bottom: 0;
    min-height: auto;
  }
  .history-section .right-block p {
    margin-bottom: 4.5px;
  }
  .history-section .inner-box .single-item h4 {
    margin-bottom: 7px;
  }
  .history-section .inner-box .single-item:before,
  .history-section .inner-box .single-item:after {
    display: none;
  }
  .history-section .inner-box:before {
    display: none;
  }
  .history-section .inner-box .single-item.style-one,
  .history-section .inner-box .single-item.style-two {
    display: flex;
    flex-wrap: wrap;
  }
  .history-section .inner-box .single-item.style-one .image-box,
  .history-section .inner-box .single-item.style-two .image-box {
    width: 100%;
    padding: 5px 0;
  }
  .single-item.style-two.text-right {
    text-align: start !important;
  }
  .history-section .single-item .text {
    width: 100%;
    padding: 5px 0;
  }
  .history-section .inner-box .single-item.style-two .text {
    order: 2;
  }
  .history-section .inner-box .single-item.style-two .image-box {
    order: 1;
  }
  .right-block .section-title.news-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .details-slider .swiper-button-prev {
    margin-left: 0;
  }
  .details-slider .swiper-button-next {
    margin-right: 0;
  }
  .news-content p {
    font-size: 15px;
  }
  .pagination li.link-item a,
  .pagination li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .pagination li i {
    line-height: 38px;
  }
  .right-block-content .schedule-block-one .inner-box {
    margin-bottom: 18px;
  }
  .news-area .share-info {
    margin-top: 10px;
  }
  #search-popup .popup-inner {
    width: 95%;
  }
  .search-popup .search-form fieldset input[type="text"] {
    width: 100%;
  }
  .menu-area .mobile-nav-toggler .icon-bar {
    width: 32px;
  }
  .copyright {
    margin-bottom: 12px;
  }
  .main-footer .widget-section .widget-title {
    margin-bottom: 7px;
  }
  .main-footer .widget-section .links-widget .links-list li {
    margin-bottom: 6.5px;
  }
  .mobile-menu .language-box .text:before {
    font-size: 17px;
    right: 3px;
  }
  .mobile-menu .info-list {
    flex-wrap: wrap;
  }
  .mobile-menu .info-list li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14.5px;
    margin-right: 8px;
  }
  .mobile-menu .info-list .language-box {
    margin-right: 8px;
  }
  .mobile-menu .language-box .text i {
    font-size: 16px;
  }
  .mobile-menu .language-box .text {
    padding: 0px 15px 0px 20px;
  }
  .mobile-menu {
    width: 100%;
  }
  .footer__top {
    padding: 2rem 0;
    padding-bottom: 1rem;
  }
  .search-popup {
    width: 100%;
  }
  .history-section .inner-box .single-item .image-box {
    margin-bottom: 12px;
  }
}
@media (max-width: 400px) {
  .footer-social li {
    display: inline-block !important;
    margin-right: 5px;
    margin-bottom: 4px;
  }
}
@media (max-width: 380px) {
  .search-popup .search-form fieldset input[type="text"] {
    width: 310px;
  }
}
.button-home {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #1f9dff !important;
  border: 1px solid #1f9dff;
  letter-spacing: 0.5px;
  padding: 5px 28px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
}
.button-home i {
  margin-left: 10px;
}
.button-home:hover {
  background: #1f9dff;
  color: #fff !important;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .just-web {
    display: none;
  }
}
@media (max-width: 1400px) {
  .schedule-block-one .inner-box .lower-content {
    min-height: 165px;
  }
  .news-area .schedule-block-one .inner-box .lower-content {
    min-height: 180px;
  }
}
@media (max-width: 1200px) {
  .news-area .schedule-block-one .inner-box .lower-content {
    min-height: 235px;
  }
  .right-block-content .schedule-block-one .inner-box .lower-content {
    padding: 10px 10px 12px 10px;
  }
}
@media (max-width: 991px) {
  .schedule-block-one .inner-box .lower-content {
    min-height: 190px;
  }
  .news-area .schedule-block-one .inner-box .lower-content {
    min-height: 150px;
  }
}
@media (max-width: 769px) {
  .schedule-block-one .inner-box .lower-content {
    min-height: 170px;
  }
  .news-area .schedule-block-one .inner-box .lower-content {
    min-height: 180px;
  }
}
@media (max-width: 576px) {
  .schedule-block-one .inner-box .lower-content {
    min-height: auto;
  }
  .news-area .schedule-block-one .inner-box .lower-content {
    min-height: auto;
  }
  .right-block-content .schedule-block-one .inner-box .lower-content {
    padding: 12px 20px 16px 20px;
  }
}
/* ------------------------- Hero Slider ------------------------- */
.hero {
  overflow: hidden;
}
.hero__arrows .auto-container {
  cursor: pointer;
}
.hero__arrow.hero__arrow--prev span,
.hero__arrow.hero__arrow--next span {
  font-size: 20px;
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets,
.hero .swiper-pagination-custom,
.hero .swiper-pagination-fraction {
  bottom: 0;
  cursor: pointer;
}
.hero .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: block;
}
.hero .swiper-slide:hover {
  opacity: 1;
}
.hero__item {
  position: relative;
}
.hero__media {
  position: relative;
  height: 550px !important;
  /* object-fit: cover;
     */
}
.hero__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 34, 0) 34.36%, #080c22 100%);
  z-index: 2;
}
.hero__media img,
.hero__media video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  color: #fdfdfd;
  z-index: 3;
}
.hero__desc h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  color: inherit;
  width: 70%;
  text-align: start;
}
.hero__desc a {
  display: block;
  color: #fdfdfd;
  max-width: 88%;
}
.hero__slider {
  position: relative;
}
.hero__slider .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__slider .swiper-pagination-bullet {
  width: 100%;
  height: 6px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  background-color: red !important;
  opacity: 0 !important;
}
.hero__slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__slider .swiper-pagination-bullet-active {
  background: #fcfdff;
  background-color: #0080ff !important;
  opacity: 1 !important;
  flex: 0 0 100%;
}
.hero__slider .swiper-pagination-bullet-active::before {
  background-color: #a1b0cf;
  -webkit-animation: 5s cubic-bezier(0.3, 0, 0.3, 1) forwards slide-progress;
  animation: 5s cubic-bezier(0.3, 0, 0.3, 1) forwards slide-progress;
}
.swiper-paused .hero__slider .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hero__arrows {
  position: absolute;
  right: 0;
  pointer-events: none;
  bottom: 60px;
  left: 0;
  z-index: 4;
}
.hero__arrows .auto-container,
.hero__arrows .container-lg,
.hero__arrows .container-md,
.hero__arrows .container-sm,
.hero__arrows .container-xl,
.hero__arrows .container-xxl {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.hero__arrow {
  color: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: rgba(253, 253, 253, 0.12);
  backdrop-filter: blur(6px);
}
.hero__arrow:hover {
  background: rgba(253, 253, 253, 0.3);
}
.banner-desc {
  display: block;
}
.banner-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hero__media {
    position: relative;
    height: 450px !important;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero__desc {
    padding-bottom: 40px;
  }
  .hero .socials,
  .hero__arrows {
    display: none;
  }
  .hero__desc h2 {
    width: 95%;
    font-size: 21px;
  }
  .hero__desc {
    height: auto;
  }
}
@media (max-width: 567px) {
  .banner-desc {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .hero__media {
    height: unset !important;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .adsea-table {
    overflow: scroll;
  }
  .table-content table {
    overflow: scroll;
  }
}
.mobile-menu .navigation li.dropdown .dropdown-btn .fa-chevron-down:before {
  content: none;
}
.meetQuote {
  font-size: 24px;
  line-height: 1.25;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #0080ff;
  margin: 30px 0;
  color: #202b5d;
  padding-left: 35px !important;
}
.meetQuote cite {
  font-style: normal;
  font-size: 16px;
  line-height: 1.3333333333;
  font-size: 18px;
}
.btnPlayLink {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #202b5d;
  padding: 5px 0 3px 90px;
}
.btnPlayLink .icnPlay {
  color: #fff;
  left: 35px;
  top: -5px;
  text-indent: 4px;
  font-size: 17px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 40px;
  height: 40px;
  background-color: #0080ff;
}
.fsNormal span:nth-child(1) {
  font-size: 16px;
}
blockquote q {
  text-align: left;
  font-size: 17px;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #202b5d;
}
.blockquote-section {
  margin-top: 50px;
}
.imgTwoImageHolder img {
  border-radius: 8px;
}
@media (max-width: 850px) {
  .meetQuote {
    font-size: 17px;
    margin: 2px 0;
    padding-left: 25px !important;
  }
}
@media (max-width: 576px) {
  .meetQuote {
    font-size: 15px;
    margin: 0;
    padding-left: 0px !important;
    border-left: 0;
  }
  blockquote q {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4444444444;
    color: #202b5d;
  }
  blockquote q.mb-4 {
    margin-bottom: 10px !important;
  }
  .quote-he {
    padding-top: 0 !important;
    padding-left: 5px;
  }
  .meetQuote cite {
    color: #0080ff;
    font-size: 16px;
  }
  .bplTextWrap span {
    font-size: 15px;
  }
  .btnPlayLink .icnPlay {
    top: -3px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    left: 0;
  }
  .btnPlayLink {
    padding: 5px 0 3px 45px;
  }
  .fancybox-slide--iframe .fancybox-content {
    max-width: calc(100% - 40px) !important;
    max-height: calc(100% - 75px) !important;
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 60% !important;
  }
}
/* HE SECTION */
.blockquote-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
section.hero {
  padding-bottom: 0;
}
.he-area {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.he-left {
  width: 230px;
}
.he-right {
  width: calc(100% - 200px);
  margin-left: 50px;
}
.meetQuote {
  margin: 0;
}
.btnPlayLink .icnPlay {
  top: -2px;
  text-indent: 7px;
  font-size: 15px;
  width: 35px;
  height: 35px;
}
.fsNormal span:nth-child(1) {
  font-size: 16px;
}
.fsNormal span {
  font-size: 16px;
}
@media (max-width: 800px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  blockquote q {
    font-size: 15px;
  }
  .meetQuote cite {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  .he-left {
    width: 100px;
  }
  .he-left img {
    border-radius: 50%;
  }
  .he-right {
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .btnPlayLink.mt-4 {
    margin-top: 18px !important;
  }
  .blockquote-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.life-events-section {
  background-color: white;
  padding: 50px 0;
}
.event-img {
  width: 60px;
  height: 60px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 18px;
}
.life-events img {
  width: 30px;
  height: 30px;
}
.life-events a {
  display: block;
  background-color: #fff;
  border-radius: 18px;
  padding: 24px 28px;
  height: 100%;
  border: 1px solid #deeefd;
}

.green .event-img {
  background-color: #e7f7f6 !important;
  border-radius: 15px;
}
.blue .event-img {
  background-color: #e5f6ff !important;
  border-radius: 15px;
}
.yellow .event-img {
  background-color: #fef5e5 !important;
  border-radius: 15px;
}
.red .event-img {
  background-color: #ffe0e0 !important;
  border-radius: 15px;
}
.life-events h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2f467c;
  cursor: pointer;
}
.life-events h5:hover {
  color: #223b76;
}
.life-event {
  padding: 0 10px;
  margin-bottom: 20px;
}
.life-event:hover .event-img {
  transition: 0.1s;
  box-shadow: 0 5px 16px #e7e9f1b3;
}
.event-img img {
  filter: none;
  transition: filter 0.001s ease;
}
@media (max-width: 576px) {
  .life-events img {
    width: 26px;
    height: 26px;
  }
  .event-img {
    width: 52px;
    height: 52px;
    line-height: 48px;
  }
  .event-img {
    margin-bottom: 14.5px;
  }
  .life-events h5 {
    font-size: 17px;
  }
  .life-events a {
    border-radius: 15px;
    padding: 24px 15px;
  }
  .life-event {
    padding: 0 15px;
    margin-bottom: 14px;
  }
  .life-event:nth-child(2n) {
    padding-left: 7.5px;
  }
  .life-event:nth-child(2n + 1) {
    padding-right: 7.5px;
  }
}
.board_section {
  position: relative;
  background: #f0f7fe;
  overflow: hidden;
  padding-bottom: 0;
}
.section_title h2 {
  color: #fff;
}
.board_founder {
  margin: 0 auto;
  width: 100%;
}
.adsea_home_slider {
  position: static;
}
.adsea_home_item {
  overflow: hidden;
}
.adsea_home_picher {
  width: 49%;
}
.adsea_home_picher,
.adsea_home_text {
  float: left;
}
.adsea_home_text {
  width: 50%;
  padding: 20px 68px 0px 170px;
  color: #202b5d;
}
.adsea_home_text h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #202b5d;
  /* letter-spacing: 0.3px;
     */
  font-weight: 500;
}
.adsea_home_text p {
  font-weight: 400;
  line-height: 1.75;
  margin: 23px 0px 33px;
  font-size: 14.5px;
  color: #8fa6cf;
}
.adsea_home_slider .owl-nav .owl-prev,
.adsea_home_slider .owl-nav .owl-next {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  position: absolute;
  bottom: 7%;
  left: auto;
  right: 53%;
  height: 50px;
  width: 50px;
  color: #ced6ea;
  text-align: center;
  background-color: transparent;
  font-size: 30px !important;
  border-radius: 50%;
  border: 1px solid #ced6ea;
  transition: all 0.3s;
}
.adsea_home_slider .owl-nav .owl-prev:hover,
.adsea_home_slider .owl-nav .owl-next:hover {
  background-color: #1a84f5;
  color: #fff;
  border: 1px solid transparent;
}
.adsea_home_slider .owl-nav .owl-prev {
  right: 57.5%;
  /* border-radius: 30px 0 0 30px;
     */
  /* border-right: 1px solid rgba(255, 255, 255, 0.17) !important;
     */
}
.adsea_home_slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: 56%;
  top: calc(50% + 56px);
  right: 20px;
  color: #f7f7f7;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
  transform: translateY(-50%);
}
.adsea_home_slider .owl-dots .owl-dot {
  text-align: center;
  transition: all 0.3s;
  color: #1d1d1d;
  margin-bottom: 24px;
  display: block;
  background: transparent;
  height: 24px;
  width: 24px;
  font-size: 12.5px;
}
.adsea_home_slider .owl-dots .owl-dot:before {
  content: "0";
  display: none;
}
.adsea_home_slider .owl-dots .owl-dot:after {
  counter-increment: dots;
  content: counter(dots);
  display: none;
}
.adsea_home_slider .owl-dots .owl-dot {
  background-color: transparent;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  line-height: 22px;
}
.adsea_home_slider .owl-dots .owl-dot.active,
.adsea_home_slider .owl-dots .owl-dot:hover {
  background-color: #1a84f5;
  color: #fff;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  line-height: 22px;
  font-size: 12.5px;
}
.adsea_home_slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: unset;
  bottom: 7%;
  left: 20px;
  right: unset;
  color: #f7f7f7;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
  transform: translateY(0);
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 0px 68px 0px 150px;
}
.adsea_home_slider .owl-dots .owl-dot {
  background-color: #dfeefd;
}
.adsea_home_slider .owl-dots .owl-dot {
  margin-top: 7px;
  margin-bottom: 7px;
}
.adsea_home_slider .owl-dots .owl-dot,
.adsea_home_slider .owl-dots .owl-dot.active,
.adsea_home_slider .owl-dots .owl-dot:hover {
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 13px;
}
.adsea_home_slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  width: 140px;
  position: absolute;
  bottom: 7%;
  left: auto;
  right: 53%;
}
.adsea_home_slider .owl-nav .owl-prev,
.adsea_home_slider .owl-nav .owl-next {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  position: unset;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 50px;
  color: #c6dbef;
  text-align: center;
  background-color: transparent;
  font-size: 30px !important;
  border-radius: 50%;
  border: 1px solid #c6dbef;
  transition: all 0.3s;
}
.adsea_home_slider .owl-nav .owl-prev i,
.adsea_home_slider .owl-nav .owl-next i {
  font-size: 22px;
  position: relative;
  top: -1px;
}
@media (max-width: 1400px) {
  .adsea_home_text {
    padding: 20px 42px 25px 42px;
  }
  .adsea_home_slider .owl-dots {
    padding: 0px 42px 0px 25px;
  }
  .adsea_home_text p {
    margin: 12px 0px 16px;
  }
  .adsea_home_slider .owl-dots,
  .adsea_home_slider .owl-nav .owl-prev,
  .adsea_home_slider .owl-nav .owl-next {
    bottom: 5%;
  }
}
@media (max-width: 991px) {
  .adsea_home_slider .owl-dots {
    display: none;
  }
  .adsea_home_slider .owl-nav .owl-prev i,
  .adsea_home_slider .owl-nav .owl-next i {
    font-size: 21px;
  }
  .adsea_home_slider .owl-nav {
    justify-content: start;
    position: unset;
    width: 170px;
    padding: 0px 10px 25px 35px;
  }
}
@media (max-width: 576px) {
  .adsea_home_text {
    padding: 15px 30px 25px 30px;
  }
  .adsea_home_slider .owl-nav {
    width: 170px;
  }
  .adsea_home_slider .owl-nav .owl-prev,
  .adsea_home_slider .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
  .adsea_home_slider .owl-nav {
    gap: 12px;
  }
}
.adsea_home_slider .btn-text {
  font-size: 14px;
  color: #;
  font-family: "Poppins", sans-serif;
  line-height: 38px;
  border: 1px solid #1a84f5;
  padding: 0 22px;
  border-radius: 30px;
  display: inline-block;
  /* text-transform: uppercase;
     */
  letter-spacing: 1px;
  background: transparent;
  height: 40px;
  text-align: center;
}
.adsea_home_slider .btn-text {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 38px;
  border: 1px solid #1a84f5;
  padding: 0 22px;
  border-radius: 30px;
  display: inline-block;
  /* text-transform: uppercase;
     */
  letter-spacing: 1px;
  background: #1a84f5;
  height: 40px;
  text-align: center;
}
.adsea_home_slider .btn-text:hover {
  color: #1a84f5;
  background: transparent;
}
.adsea_home_slider .owl-nav .owl-prev i,
.adsea_home_slider .owl-nav .owl-next i {
  font-size: 22px;
}
@media (max-width: 991px) {
  .adsea_home_slider .owl-nav .owl-prev,
  .adsea_home_slider .owl-nav .owl-next {
    height: 45px;
    width: 45px;
  }
  .adsea_home_slider .owl-nav .owl-prev {
    right: 45px;
  }
  .adsea_home_text p {
    margin: 16px 0px;
  }
  .adsea_home_text {
    padding: 0px 55px 0px 45px;
  }
  .adsea_home_item {
    display: flex;
    flex-wrap: wrap;
  }
  .adsea_home_text h3 {
    font-size: 19px;
  }
  .adsea_home_picher {
    width: 100%;
    order: 1;
  }
  .adsea_home_text {
    margin-top: 20px;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .adsea_home_picher,
  .adsea_home_text {
    width: 100%;
  }
  .adsea_home_slider .owl-dots {
    display: none;
  }
  .adsea_home_text {
    padding: 0px 19px 25px;
  }
  .adsea_home_text {
    margin-top: 15px;
  }
  .adsea_home_text h3 .adsea_home_text h3 {
    font-size: 18px;
  }
}
.agency-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.agency-actions .col-lg-3 {
  padding: 0 9px;
}
.agency-actions-section {
  background: rgb(0, 72, 170);
  background: linear-gradient(
    135deg,
    rgba(0, 131, 224, 0.6) 0%,
    rgba(173, 197, 228, 0.6) 55%
  );
  padding: 50px 0;
}
section.agency-actions-section .sec-title h2 {
  color: #fff;
}
.agency-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.agency-actions .col-lg-3 {
  padding: 0 9px;
}
.action-item {
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  /* border: 1px solid #f5f5f7;
     */
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 4px 20px;
  display: block;
  margin-bottom: 15px;
  display: flex;
  /* align-content: space-between;
     */
  align-items: anchor-center;
  min-height: 75px;
}
.action-item:hover {
  transition: filter 0.001s ease;
  box-shadow: 0 5px 16px #e7e9f1b3;
}
.action-item .left {
  padding: 10px;
  background: rgba(229, 246, 255, 0.8);
  border-radius: 20px;
  border: 1px solid #e5f6ff;
}
.action-item .left img {
  width: 35px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(12%) saturate(7500%)
    hue-rotate(177deg) brightness(104%) contrast(101%);
}
.action-item:hover .left img {
  width: 35px;
  filter: invert(41%) sepia(96%) saturate(2763%) hue-rotate(201deg)
    brightness(101%) contrast(95%);
}
.action-item h2 {
  color: #2f467c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
}
.action-item p {
  color: #9198a5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 148px;
}
@media (max-width: 767px) {
  .agency-actions-section {
    background-color: white;
    padding: 50px 0;
  }
  .agency-actions-section,
  .life-events-section {
    padding: 30px 0;
  }
  .agency-actions-section .auto-container > .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
/* BREADCRUMB CSS */
@media (max-width: 576px) {
  .breadcrumb-area ul i {
    margin: 0 3.5px;
  }
  .breadcrumb-area ul {
    padding: 20px 5px;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
  }
  .breadcrumb-area ul li {
    font-size: 13.4px;
  }
}
@media (max-width: 400px) {
  .breadcrumb-area ul i {
    margin: 0 3px;
  }
  .breadcrumb-area ul {
    padding: 20px 0px;
  }
  .breadcrumb-area ul li {
    font-size: 13px;
  }
}
/* CHAIRMAN DESC */
.chairman-block .chairman-content .chairman-content-text {
  display: block;
}
@media (max-width: 576px) {
  .adver-title {
    display: block;
    font-size: 14.7px;
  }
  .adver-item-text {
    width: calc(100% - 200px);
  }
  .adver-item-image-large {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    margin-left: 10px;
  }
  .adver-item-title a {
    line-height: 19px;
    font-size: 13px;
  }
  .management-block-content {
    padding: 2px 2px;
  }
}
.hero__arrow {
  color: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: rgba(253, 253, 253, 0.12);
  backdrop-filter: blur(6px);
}
.hero__arrow:hover {
  background: rgba(253, 253, 253, 0.3);
}
.banner-desc {
  display: block;
}
.banner-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hero__media {
    position: relative;
    height: 450px !important;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero__desc {
    padding-bottom: 40px;
  }
  .hero .socials,
  .hero__arrows {
    display: none;
  }
  .hero__desc h2 {
    width: 95%;
    font-size: 21px;
  }
  .hero__desc {
    height: auto;
  }
}
@media (max-width: 567px) {
  .banner-desc {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .hero__media {
    height: unset !important;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.isst-news-item {
  /* border: 1px solid #d2dff0;
     */
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: all 500ms ease;
  box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 1.2%);
}
.isst-news-item:hover {
  box-shadow: 0px 40px 30px 0px rgb(0 0 0 / 1%);
}
.isst-news-item-text .btn-box a:hover {
  color: #0080ff !important;
  border: 1px solid #0080ff;
}
.isst-news-item-text a:hover {
  color: #0080ff !important;
}
.isst-news-item:hover .isst-news-item-image {
  opacity: 0.7;
}
.isst-news-item a div {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}
.isst-news-item-image-large {
  width: 320px;
  height: 180px;
  margin-right: 25px;
  left: 25px;
}
.isst-news-item-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.isst-news-item-text {
  line-height: 1.25;
  color: #737a87;
}
.isst-news-item-text {
  width: calc(100% - 150px);
  padding: 10px 15px;
}
.isst-news-item .date:not(:last-child) {
  margin-bottom: 12px;
}
.isst-news-date {
  font-size: 14px;
  color: #252638;
}
.isst-news-item .date {
  line-height: 1.2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.isst-news-item-title {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
}
.isst-news-title a {
  color: #2f467c;
  line-height: 24px;
}
.isst-news-item-title i {
  color: #889ecd;
}
.isst-news-title {
  font-size: 15px;
  font-weight: 500;
}
.isst-news-item-title a,
.isst-news-item-title {
  color: #889ecd;
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: 95%;
  line-height: 20px;
  font-size: 13.7px;
}
.isst-news-item a {
  text-decoration: none;
}
.isst-news-item-text .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: #0080ff !important;
  letter-spacing: 0.5px;
  padding: 5px 25px;
  text-align: center;
  background: transparent;
  border: 1px solid #0080ff;
  border-radius: 20px;
}
.isst-news-item-text .btn-box:hover a {
  color: #fff !important;
  background: #0080ff;
}
@media (max-width: 991px) {
  .isst-news-item-image-large {
    width: 215px;
    height: 165px;
    margin-right: 10px;
  }
  .isst-news-item a div {
    height: 165px;
  }
  .isst-news-title a {
    font-size: 15px;
  }
  .isst-news-item-text {
    padding: 6px;
  }
}
@media (max-width: 576px) {
  .isst-news-item-image-large {
    width: 100%;
    height: 180px;
    margin-right: 0;
  }
  .isst-news-title a {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
  }
  .isst-news-item-text {
    padding: 15px;
    width: 100%;
  }
  .isst-news-item {
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .isst-news-item a div {
    height: 180px;
    border-radius: 7px 7px 0 0;
  }
  .isst-news-item-text .btn-box a {
    padding: 3px 23px;
    margin-top: -2px;
  }
}
.output {
  position: relative;
  width: 45px;
  padding-top: 13px;
  height: 45px;
  margin-left: 2%;
  font-family: cursive;
  font-size: 16px;
  line-height: 20px;
  top: -70px;
  color: #0365d3;
  text-align: center;
  background: #f5f9ff;
  border: 2px solid #0365d3;
  border-radius: 50% 50% 50% 0%;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.satisfy__row .right-panel {
  height: 450px;
}
.satisfy__row .right-panel .right-img {
  position: relative;
  /* overlay ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼n mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼tlÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢qdir */
  overflow: hidden;
  border-radius: 20px;
  height: 450px;
}
/* Gradient kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶lgÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ */
.satisfy__row .right-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  /* overlay yalnÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z divin alt 40%-ni ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢hatÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ edir */
  background: linear-gradient(
    to top,
    rgba(38, 139, 246, 0.7) 0%,
    rgba(38, 139, 246, 0.5) 50%,
    rgba(38, 139, 246, 0) 100%
  );
  z-index: 1;
  border-radius: 0 0 20px 20px;
  /* yalnÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z aÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸aÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼nclÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢rdÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ radius */
}
/* YazÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± hissÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢si */
.satisfy__row .right-img .text-content {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  /* overlay hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ndÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼rlÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼nÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ uyÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸un azaldÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
  left: 50px;
  color: white;
  max-width: 85%;
}
.satisfy__row .right-img .text-content > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  text-align: center;
  color: #2a82f9 !important;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  margin-top: 8px;
  margin-left: 5px;
}
.satisfy__row .right-img .text-content h2 {
  line-height: 18px !important;
}
.satisfy__row .right-img .text-content h2 a {
  margin: 0;
  font-size: 23px;
  line-height: 1 !important;
  color: white;
  font-weight: 600;
}
.satisfy__row .right-panel {
  margin: 0;
}
@media (max-width: 991px) {
  .satisfy__row .right-panel {
    height: 490px;
  }
  .satisfy__row .right-panel .right-img {
    height: 490px;
  }
}
@media (max-width: 576px) {
  .satisfy__row .right-panel {
    height: 350px;
  }
  .satisfy__row .right-panel .right-img {
    height: 350px;
    margin-bottom: 0;
  }
  .satisfy__row .right-panel {
    margin: 30px 0;
  }
  .satisfy__row .right-img .text-content {
    position: absolute;
    z-index: 2;
    bottom: 65px;
  }
  .satisfy__row .right-img .text-content > a {
    padding: 6.5px 22px;
  }
  .satisfy__row .right-img .text-content h2 a {
    font-size: 18px;
  }
}
.satisfy__form__insurance-progress-range {
  position: relative;
}
.satisfy_section {
  position: relative;
  background-color: var(--insuba-white, #ffffff);
}
.cs__wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--insuba-white, #ffffff);
}
.satisfy__form-col {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 49.536%;
}
.satisfy__image-col,
.notifiactions-col {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 47.464%;
}
.satisfy__tab-box .tabs-content .tab.active-tab {
  display: block;
}
.satisfy__tab-content {
  padding: 50px 80px 50px 55px;
  background-color: rgba(242, 248, 252, 0.8) !important;
  border-radius: 20px 20px;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.satisfy__title {
  margin-bottom: 100px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.satisfy__form__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 28px;
  margin: 0;
}
.satisfy__form__insurance-progress {
  margin-top: -4px;
}
.satisfy__form__insurance-progress-title {
  margin-bottom: 12px;
  font-family: var(--insuba-font, "Roboto", sans-serif);
  font-size: 16px;
  color: var(--insuba-text, #636363);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
}
.satisfy__form__insurance-balance {
  margin: 0;
  font-weight: 500;
  color: #0365d3;
  text-align: center;
  font-size: 15px;
}
.satisfy__form__insurance-balance-box {
  position: absolute;
  top: 0;
  right: 0;
}
.satisfy__form__insurance-progress-range {
  width: calc(100% - 8px);
  margin-left: auto;
  margin-right: auto;
}
.satisfy__form__insurance-progress-range .irs-single,
.satisfy__form__insurance-progress-range .irs-from,
.satisfy__form__insurance-progress-range .irs-to {
  display: none;
}
.satisfy__form__insurance-progress-range .irs--flat {
  position: relative;
  height: 4px;
}
.satisfy__form__insurance-progress-range .irs--flat::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--insuba-base, #0365d3);
  border-radius: 10px;
}
.satisfy__form__insurance-progress-range .irs--flat .irs-handle,
.satisfy__form__insurance-progress-range .irs--flat .irs-line,
.satisfy__form__insurance-progress-range .irs--flat .irs-bar {
  top: 0;
}
.satisfy__form__insurance-progress-range .irs--flat .irs-line {
  height: 4px;
  border-radius: 6px;
  border: 0;
  background-color: var(--insuba-gray4, #dbdbdb);
}
.satisfy__form__insurance-progress-range .irs--flat .irs-bar {
  height: 4px;
  border-radius: 4px;
  background-color: var(--insuba-base, #0365d3);
}
.satisfy__form__insurance-progress-range .irs--flat .irs-handle {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-color: var(--insuba-base, #0365d3);
  border: 0;
  border-radius: 50%;
  top: -9px;
}
.satisfy__form__insurance-progress-range .irs--flat .irs-handle i {
  display: none;
}
.satisfy__image {
  position: relative;
}
.satisfy__image::after {
  position: absolute;
  top: -12px;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: var(--insuba-white, #ffffff);
  border-radius: 20px;
}
.section-space {
  padding: 50px 0;
}
.satisfy__image img {
  border-radius: 20px;
  aspect-ratio: 1/0.8;
  object-fit: cover;
}
.notifiactions-col {
  background-color: rgba(242, 248, 252, 0.8) !important;
  height: 460px;
  border-radius: 20px;
}
.satisfy__row {
  gap: 3%;
}
.left-panel,
.left-panel .left-img {
  border-radius: 20px;
}
.right-panel {
  height: 620px;
  position: relative;
}
.right-panel .right-img,
.left-panel .left-img {
  width: 100%;
  height: 620px;
  background-size: cover;
  border-radius: 20px;
}
.adsea_home_slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: unset;
  bottom: 7%;
  left: 20px;
  right: unset;
  color: #f7f7f7;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
  transform: translateY(0);
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 0px 68px 0px 150px;
}
.right-panel .owl-dots {
  position: absolute;
  top: 23px;
  right: 23px;
  text-align: right;
  width: 100%;
}
.right-panel .owl-dots .owl-dot {
  background-color: #e7e9f0;
  border-radius: 2px;
}
.right-panel .owl-dots .owl-dot {
  margin-top: 7px;
  margin-bottom: 7px;
}
.right-panel .owl-dots .owl-dot,
.right-panel .owl-dots .owl-dots,
.right-panel .owl-dots .owl-dot:hover {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin: 5px;
  transition: background 0.3s ease;
}
.right-panel .owl-dots .owl-dot.active {
  background: white;
  /* Aktiv olan dot ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼n fÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢rqli rÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ng */
}
.right-panel .owl-nav {
  display: none !important;
}
.left-panel {
  position: relative;
}
.play-button {
  width: 50px;
  height: 50px;
  background-color: #237cdb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 17px;
  cursor: pointer;
  z-index: 1;
  overflow: visible;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* DalÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸a halqalarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.play-button::before,
.play-button::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #75aef0;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  animation: pulse-ring 2s infinite ease-out;
}
.play-button::after {
  animation-delay: 1s;
}
.right-panel,
.left-panel {
  margin: 10px 0;
}
#videoModal .close {
  top: -32px !important;
  right: -25px !important;
  font-weight: 500;
  opacity: 1;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.modal-content,
.modal-content iframe {
  border-radius: 10px;
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .right-panel,
  .left-panel {
    height: 400px;
    padding: 0;
  }
  .right-panel .right-img,
  .left-panel .right-img {
    height: 400px;
    height: 100%;
    margin: 7.5px 0;
  }
  .right-panel .right-img,
  .left-panel .left-img {
    height: 400px;
  }
  #videoModal .close {
    top: -42px !important;
    right: 0px !important;
  }
  #videoModal .embed-responsive {
    height: 350px !important;
  }
}
.notifiactions-col {
  padding: 30px;
}
.notifications {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  height: 100%;
}
.single-notification {
  background-color: white;
  padding: 18px 22px;
  border-radius: 15px;
  border: 1px solid transparent;
}
.single-notification:hover {
  border: 1px solid #daebfc;
}
.single-notification:hover .noti-date {
  color: #6cb0f9;
}
.single-notification h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.single-notification .noti-date {
  font-size: 12.7px;
  margin-bottom: 6.5px;
  color: #889ecd;
}
.notifications .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  text-align: center;
  background: #1a84f5;
  border: 1px solid #1a84f5;
  border-radius: 20px;
  margin-top: 8px;
  margin-left: 5px;
}
.notifications .btn-box a:hover {
  background: #237cdb;
}
@keyframes rotateZoom {
  0% {
    transform: scale(0.5) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.3) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.output.animate-final {
  animation: rotateZoom 0.6s ease;
}
@media (min-width: 768px) {
  .satisfy__form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1300px) {
  .satisfy__tab-content {
    height: 490px;
  }
  .notifiactions-col {
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .satisfy__tab-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .satisfy__row {
    --bs-gutter-x: 40px;
  }
  .satisfy__tab-content {
    padding: 30px 40px 30px 55px;
  }
}
@media (max-width: 991px) {
  .satisfy__title {
    margin-bottom: 85px;
  }
}
@media (max-width: 769px) {
  .notifiactions-col {
    padding: 20px;
  }
  .satisfy__form-col,
  .notifiactions-col {
    width: 100%;
  }
  .satisfy__image-col {
    width: 100%;
  }
  .satisfy__image img {
    border-radius: 0 0 18px 18px;
  }
  .satisfy__tab-content {
    border-radius: 18px 18px;
    margin-bottom: 20px;
    height: auto;
    padding: 50px 50px 50px 40px;
  }
  .notifiactions-col {
    height: auto;
    padding: 30px;
  }
  .notifications {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .satisfy__tab-box .tab-buttons .tab-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    border: 1px solid var(--insuba-border-color, #dddddd);
  }
  .satisfy__tab-content {
    height: 320px;
  }
  .satisfy__title {
    margin-bottom: 80px;
  }
  .satisfy__title {
    margin-bottom: 100px;
    font-size: 21px;
  }
  .notifiactions-col {
    padding: 25px 25px;
  }
  .single-notification .noti-date {
    margin-bottom: 6px;
  }
}
@media (max-width: 430px) {
  .satisfy__tab-content {
    padding: 29px 25px 31px;
  }
}
@media (max-width: 360px) {
  .satisfy__tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* HE SECTION */
.blockquote-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
section.hero {
  padding-bottom: 0;
}
.he-area {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.he-left {
  width: 230px;
}
.he-right {
  width: calc(100% - 200px);
  margin-left: 50px;
}
.meetQuote {
  margin: 0;
}
.btnPlayLink .icnPlay {
  top: -2px;
  text-indent: 7px;
  font-size: 15px;
  width: 35px;
  height: 35px;
}
.fsNormal span:nth-child(1) {
  font-size: 15px;
}
.fsNormal span {
  font-size: 15px;
}
@media (max-width: 800px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  blockquote q {
    font-size: 14px;
  }
  .meetQuote cite {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  .he-left {
    width: 100px;
  }
  .he-left img {
    border-radius: 50%;
  }
  .he-right {
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .btnPlayLink.mt-4 {
    margin-top: 18px !important;
  }
  .blockquote-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chairman-block .img-wrapper {
    width: 100%;
  }
}
.mobile-menu .contact-info {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  padding-left: 20px;
  margin-top: 20px;
}
.mobile-menu .social-links ul a {
  width: 35px;
  height: 35px;
  border: 1px solid #d4dfec;
  color: #0080ff;
  line-height: 35px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  background-color: #fcfdff;
  display: inline-block;
  margin: 10px 10px 10px 0;
}
.mobile-menu .nav-logo {
  padding-bottom: 50px;
}
.mobile-menu .nav-logo img {
  width: 300px;
}
.mobile-menu .dropdown-btn span {
  font-weight: 500;
  font-size: 19px;
  font-weight: 500;
  padding: 2px 14px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  right: 8px;
}
.mobile-menu .info-list {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .schedule-tab-btns {
    display: flex;
  }
  .schedules-section .schedule-tab-btns li {
    margin-bottom: 0 !important;
    border-radius: 30px !important;
    padding: 4px 6px !important;
  }
}
.survey {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 50px 0px 0px 15px;
}
.survey__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-image: url(/assets/images/survey-isst.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 340px;
  /* gap: 10px; */
  justify-content: center;
}
.survey .right-panel {
  height: 400px;
  margin-top: 0;
}
.survey .right-panel .right-img {
  height: 340px;
  margin-top: 0;
}
.survey .right-panel {
  margin-top: 0;
}
.survey__content__header {
  border: 1px solid rgba(216, 216, 216, 0.3);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 123px;
  padding: 9px 13px;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 400;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
}
.survey__content__header p {
  color: whitesmoke;
}
.survey__content h3 {
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 20px;
}
.survey .survey-right {
  width: 50%;
}
.survey .right-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(60, 60, 60, 0.4) 0%,
    rgba(60, 60, 60, 0.3) 10%,
    rgba(100, 100, 100, 0.05) 30%,
    rgba(0, 0, 0, 0) 40%,
    rgba(100, 100, 100, 0.005) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  background-blend-mode: multiply;
  z-index: 1;
  border-radius: 20px 20px;
}
.survey .right-img .text-content {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  max-width: 90%;
  border-radius: 20px;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 13px;
  font-weight: 400;
  display: flex;
  background: rgba(255,255,255,0.95);      /* must be translucent */
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%); /* Safari */
}
.survey__thumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.survey__thumb__item h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #21376a;
  margin-left: 10px;
}
.survey__thumb__item p {
  line-height: 1.5;
  font-size: 15.5px;
}
.survey__thumb__img {
  text-align: center;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.survey__thumb__img i {
  color: #268bf6;
  font-size: 18px;
}
.checkbox__textwrapper p {
  color: white;
  font-size: 15px;
  margin-bottom: 0;
  opacity: 100%;
  font-weight: normal;
}
.survey .right-panel .owl-dots {
  position: absolute;
  top: 20px;
  bottom: 10px;
  display: flex;
  left: 7%;
  color: #f7f7f7;
  font-size: 10px;
  font-weight: 500;
}
.survey .right-panel .owl-dot.active {
  background-color: #fff;
  border: 1px solid #fff;
}
.survey .right-panel .owl-dots .owl-dot {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.survey .right-panel .owl-dots .owl-dot {
  margin-top: 7px;
  margin-bottom: 7px;
}
.survey .right-panel .owl-dots .owl-dot,
.survey .right-panel .owl-dots .owl-dots {
  height: 10px;
  width: 10px;
}
@media (max-width: 991px) {
  .survey__content {
    height: 320px;
  }
  .survey .right-panel {
    height: 350px;
  }
  .survey .right-panel .right-img {
    height: 300px;
  }
  .survey__thumb__item h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .survey {
    flex-wrap: wrap;
  }
  .survey .survey__content,
  .survey .survey-right {
    width: 100%;
  }
  .survey__thumb__item h3 {
    font-size: 14.5px;
    line-height: 1.4;
  }
  .survey .right-img .text-content {
    padding: 8px 18px;
  }
  .survey .right-panel .owl-dots .owl-dot {
    margin: 4px 4.5px;
  }
  .survey .right-panel .owl-dots .owl-dot,
  .survey .right-panel .owl-dots .owl-dots {
    height: 3.5px;
    width: 32px;
  }
}
.checkbox-wrapper-33 {
  --s-xsmall: 0.625em;
  --s-small: 1.2em;
  --border-width: 1px;
  --c-primary: #ece5f8;
  --c-primary-20-percent-opacity: #ece5f8;
  --c-primary-10-percent-opacity: #ece5f8;
  --t-base: 0.4s;
  --t-fast: 0.2s;
  --e-in: ease-in;
  --e-out: cubic-bezier(0.11, 0.29, 0.18, 0.98);
}
.checkbox-wrapper-33 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox-wrapper-33 .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.checkbox-wrapper-33 .checkbox + .checkbox {
  margin-top: var(--s-small);
}
.checkbox-wrapper-33 .checkbox__symbol {
  display: inline-block;
  display: flex;
  margin-right: 10px;
  border: var(--border-width) solid var(--c-primary);
  position: relative;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  transition: box-shadow var(--t-base) var(--e-out),
    background-color var(--t-base);
  box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}
.checkbox-wrapper-33 .checkbox__symbol:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.1em;
  height: 0.1em;
  background-color: var(--c-primary-20-percent-opacity);
  opacity: 0;
  border-radius: 3em;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox {
  width: 0.9em;
  height: 0.9em;
  margin: auto;
  fill: none;
  stroke-width: 3;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  color: var(--c-primary);
  display: inline-block;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox path {
  transition: stroke-dashoffset var(--t-fast) var(--e-in);
  stroke-dasharray: 30px, 31px;
  stroke-dashoffset: 31px;
}
.checkbox-wrapper-33 .checkbox__textwrapper {
  margin: 0;
  cursor: pointer;
}
.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
  -webkit-animation: ripple-33 1.5s var(--e-out);
  animation: ripple-33 1.5s var(--e-out);
}
.checkbox-wrapper-33
  .checkbox__trigger:checked
  + .checkbox__symbol
  .icon-checkbox
  path {
  transition: stroke-dashoffset var(--t-base) var(--e-out);
  stroke-dashoffset: 0px;
}
.checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
  box-shadow: 0 0 0 0.08em var(--c-primary-20-percent-opacity);
}
@-webkit-keyframes ripple-33 {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(20);
  }
}
@keyframes ripple-33 {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(20);
  }
}
#qaydalarMenu .collapse {
  transition: height 0.15s ease !important;
  /* 0.15 saniyÃƒÆ’Ã¢â‚¬Â°ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ */
}
.footer-nav {
  display: flex !important;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .footer-bottom .footer-nav {
    display: flex !important;
    justify-content: center;
  }
}
.isst-acc-menu > span {
  color: #fff;
  font-size: 14px;
}
.isst-acc-menu > span i {
  font-size: 9.6px;
  font-weight: 600;
  position: relative;
  top: -0.5px;
}
.list-unstyled.isst-acc li {
  display: block !important;
  float: unset !important;
}
.blink {
  animation: blinkPulse 1.8s infinite ease-in-out;
  display: inline-block; /* animasiya ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼n lazÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±mdÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±r */
}

@keyframes blinkPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    color: #1a84f5;
  }
  50% {
    opacity: 0.4;
    transform: scale(1.15);
    color: #0a5ad1;
  }
}

/* Ana chat dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ymÃƒÆ’Ã¢â‚¬Â°ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢si */
.chat-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #1a84f5;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  z-index: 9999;
}
.chat-btn:hover {
  transform: scale(1.1);
}

/* AÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±lan seÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§imlÃƒÆ’Ã¢â‚¬Â°ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢rin konteyneri */
.e-support {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9998;
}
.e-support i {
  font-size: 22px;
  color: #1a84f5;
}

/* Aktiv olduqda */
.e-support.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.e-support a {
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.e-support a:hover {
  transform: scale(1.1);
}

.e-support img {
  width: 28px;
  height: 28px;
}
.toggle-chat {
  display: none;
}
/* Jivo default icon-u tam gizlÃƒÆ’Ã¢â‚¬Â°ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢t */
#jivo-iframe-container,
#jivo-chat-container,
.button__jUqve {
  display: none !important;
}

@media (max-width: 576px) {
  .chat-btn {
    bottom: 18px;
    right: 18px;
    width: 50px;
    height: 50px;
  }
  .chat-btn i,
  .e-support a i {
    font-size: 20px;
  }
  .e-support {
    gap: 10px;
    bottom: 80px;
    right: 18px;
  }
  .e-support a {
    width: 50px;
    height: 50px;
  }
}

 .isst-three-news-area {
          padding: 10px 0 50px 0;
          background-color: #fff;
        }
        .isst-three-news a {
          display: flex;
          align-items: center;
          gap: 15px;
		  min-height:100px;
          border-radius: 14px;
		  box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 1%);
        }
        .isst-three-news-img {
          width: 120px;
          height: 130px;
        }

		.isst-three-news a:hover img {
          opacity:0.8;
		  transition: all 500ms ease;
        }

        .isst-three-news-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px;
        }
        .isst-three-news-desc {
          width: calc(100% - 120px);
		  padding:0 10px 10px;
		  transition: all 500ms ease;

        }
        .isst-three-news-desc h5 {
          font-weight: 600;
          font-size: 14px;
		  cursor:pointer;
		  transition: all 500ms ease;
        }

		  .isst-three-news a:hover {
			box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 1%);
        }

		.isst-three-news-desc:hover span {
          color: #6cb0f9;
        }

        .isst-three-news-desc span {
          color: #88a3d8;
          font-weight: 400;
          font-size: 13px;
          display: inline-block;
          margin-bottom: 5px;
        }
        .isst-three-news-area .btn-box {
          text-align: end;
          margin: 0 0 30px 0;
        }
        .isst-three-news-area .btn-box a:hover {
          background: #237cdb;
        }

        .isst-three-news-area .btn-box a {
          position: relative;
          display: inline-block;
          text-align: end;
          font-size: 13px;
          font-weight: 500;
          line-height: 20px;
          font-family: 'Poppins', sans-serif;
          color: #fff !important;
          letter-spacing: 0.5px;
          padding: 8px 25px;
          background: #1a84f5;
          border: 1px solid #1a84f5;
          border-radius: 20px;
          margin-top: 0;
        }

        @media (max-width: 1200px) {
          .isst-three-news-desc h5 {
            font-weight: 600;
            font-size: 14px;
          }
          .isst-three-news-desc span {
            margin-bottom: 0;
          }
        }
        @media (max-width: 991px) {
          .isst-three-news-img {
            width: 90px;
            height: 100px;
          }
          .isst-three-news-img img {
            width: 100%;
            height: 100%;
          }
          .isst-three-news-desc {
            width: calc(100% - 90px);
          }
          .isst-three-news-area .col-md-4 {
            padding: 10px;
          }
          .isst-three-flex {
            align-items: center;
          }
        }
        @media (max-width: 767px) {
          .isst-three-news-area .col-md-4 {
            padding: 10px 15px;
          }
          .isst-three-news-area .btn-box {
            text-align: end;
            margin: 0 0 15px 0;
          }
          .isst-three-news-img {
            width: 100px;
            height: 100px;
          }
          .isst-three-news-desc {
            width: calc(100% - 100px);
          }
          .isst-three-news-area {
            padding: 30px 0;
          }
        }


    .button-primary {
        background-color: #16abff;
    }

    .service-bookmark i {
        font-size: 18px;
    }

    .service-icon {
        padding: 10px;
        background: rgba(229, 246, 255, 0.8);
        border-radius: 50%;
        border: 1px solid #e5f6ff;
        width: 55px;
        height: 55px;
        text-align: center;
    }

    .service-icon img {
        width: 30px;
        filter: brightness(0) saturate(100%) invert(52%) sepia(12%) saturate(7500%) hue-rotate(177deg) brightness(104%) contrast(101%);
    }

    .in-la {
        gap: 5px;
        margin-bottom: 0 !important;
        cursor: pointer !important;
    }

    .service-bookmark {
        cursor: pointer;
        font-size: 26px;
        color: #1a84f5;
    }

    .service-bookmark--active {
        color: gold;
    }

    .in-la label {
        margin-bottom: 0;
        cursor: pointer !important;
    }

    .isst-services__item-right .service-type {
        background-color: #f3f6fa;
        color: #2f467c;
        display: inline-block;
        font-size: 14px;
        padding: 4px 10px 5px;
        border-radius: 6px;
        margin-top: auto;
    }

    .main {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .main .search {
        margin-bottom: 24px;
        height: 48px;
        border: 1px solid #d4dbe8;
        display: flex;
    }

    @media (min-width: 768px) {
        .main .search {
            height: auto;
            border: none;
            display: none;
        }
    }

    .main .search-button {
        height: 38px;
        width: 38px;
    }

    @media (min-width: 768px) {
        .main .search-button {
            height: 46px;
            width: 46px;
            margin-right: 8px;
        }
    }

    .main-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 27px;
    }

    .main .title {
        font-size: 22px;
        font-weight: 600;
        color: var(--dark-blue);
    }

    @media (min-width: 768px) {
        .main .title {
            font-size: 30px;
        }
    }

    .isst-search {
        background-color: #fff;
        padding-left: 23px;
        padding-right: 20px;
        z-index: 100;
        height: 90%;
        display: flex;
        flex-direction: column;
        transition: transform 0.4s ease;
        border-radius: 16px 16px 0 0;
    }

    .isst-search--active {
        transform: translateY(0);
    }

    @media (min-width: 768px) {
        .isst-search {
            position: static;
            height: auto;
            transform: none;
            transition: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
    }

    .isst-search__bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .isst-search__bottom button {
        padding: 8px;
    }

    @media (min-width: 768px) {
        .isst-search__bottom {
            display: none;
        }
    }

    .isst-search__bottom .button {
        border-radius: 8px;
    }

    .isst-search__bottom .button-clear {
        background-color: #eceef3;
        color: #000;
        font-weight: 500;
    }

    .isst-search__bottom .button-primary {
        color: #fff;
        font-weight: 500;
    }

    .isst-search__bottom .button-clear:hover {
        background-color: #dadce4;
    }

    .isst-search h3 {
        font-size: 17px;
        font-weight: 500;
        color: #1a84f5;
        margin-bottom: 20px;
    }

    .isst-search .button-close {
        background-color: #ebeef4;
        color: #909cb7;
        height: 27px;
        width: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.4s ease;
    }

    @media (min-width: 768px) {
        .isst-search .button-close {
            display: none;
        }
    }

    .isst-search .button-close:hover {
        background-color: #dfdfdf;
    }

    .isst-search .input-search {
        width: 100%;
    }

    .isst-search__group {
        margin-bottom: 26px;
    }

    .isst-search__group label {
        width: 100%;
    }

    @media (min-width: 768px) {
        .isst-search__group label {
            width: auto;
        }
    }

    .isst-search__group-top h3 {
        margin-bottom: 0;
    }

    .isst-search__group-list {
        overflow: auto;
        flex: 1;
    }

    .isst-search__group div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .isst-search__group div:not(:last-child) {
        margin-bottom: 13px;
    }

    .isst-search__group div p {
        font-size: 13px;
        font-weight: 500;
        color: #8fa6cf;
    }

    .isst-search__group .input-search {
        padding: 10px 50px 10px 17px;
        border: 1px solid #deeefd;
        outline: none;
        border-radius: 10px;
        font: inherit;
    }

    .isst-search__group .input-search__wrapper {
        position: relative;
    }

    .isst-search__group .input-search__wrapper button {
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
        height: 46px;
        width: 46px;
        cursor: pointer;
        border: none;
        border-radius: 4px;
        background-color: transparent;
        color: var(--primary-color);
        transition: background-color 0.4s ease;
    }

    .isst-services__top {
        display: flex;
        gap: 48px;
        margin-bottom: 21px;
    }

    .isst-services__top h3 {
        font-size: 16px;
        font-weight: 500;
        color: var(--dark-blue);
    }

    .isst-services__list {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 28px;
    }

    .isst-services__item {
        width: 100%;
        background-color: #fff;
        border-radius: 16px;
        padding: 25px 35px;
        gap: 22px;
        box-shadow: 0 8px 16px #eeeff1;
        transition: all 0.4s ease;
    }

    .isst-services__item:hover {
        box-shadow: 0 10px 20px rgba(209, 212, 219, 0.4); 
    }

    .isst-services__item-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .isst-services__item-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .isst-services__item-right h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--dark-blue);
    }

    @media (min-width: 768px) {
        .isst-services__item-right h3 {
            font-size: 18px;
        }
    }

    .isst-services__item-right h3 a {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .isst-services__item-right p {
        font-size: 14px;

        /* -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal; */
    }

    .isst-services__item-right .services-desc {
        font-size: 14px;

        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .isst-services__item-right figure img {
        width: 100%;
        max-height: 120px;
        object-fit: cover;
    }

    .service-details {
        background-color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        border-radius: 10px;
    }

    @media (min-width: 1024px) {
        .service-details {
            position: sticky;
            top: 20px;
        }
    }

    .service-details__item {
        background-color: #f3f6fa;
        padding: 15px 20px;
        border-radius: 4px;
        font-size: 14px;
        color: #00467a;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: background-color 0.4s ease, color 0.4s ease;
    }

    .service-details__item:hover,
    .service-details__item--active {
        background-color: var(--primary-color);
        color: #fff;
    }

    .service-details__item i {
        font-size: 24px;
    }

    .service-details .button-service-link {
        text-align: center;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .isst-search__group label {
        width: auto;
        line-height: 1.5;
        font-size: 15px;
        color: #21376a;
        font-weight: 500;
    }

    .button-link {
        background-color: transparent;
        padding: 0;
        color: #252638;
        font-size: 16px;
        text-decoration: underline;
    }

    .isst-search {
        position: static;
        height: auto;
        transform: none;
        transition: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .left-sidebar .search {
        height: 48px;
        border: 1px solid #d4dbe8;
        display: flex;
        width: 100%;
        background-color: #fff;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 10px;
    }

    @media (min-width: 768px) {
        .left-sidebar .search {
            height: auto;
            border: none;
            display: none;
        }
    }

    @media (min-width: 1024px) {
        .left-sidebar .search {
            width: 788px;
        }
    }

    @media (max-width: 991px) {
        .e-services-page .right-block {
            padding: 0;
        }
    }

    @media (max-width: 767px) {
        .search-button.filter-button {
            background-color: transparent;
        }

        .isst-col.isst-search {
            margin-top: 23px;
        }

        .isst-search h3 {
            margin-bottom: 14px;
        }

        .isst-search__bottom {
            gap: 17px;
            padding-bottom: 15px;
            margin-top: 9px;
        }

        .isst-search__group div:not(:last-child) {
            margin-bottom: 9px;
        }

        .left-sidebar.left-filter {
            display: block;
            padding: 18px;
            margin-bottom: 15px;
        }

        .isst-search {
            padding-left: 5px;
            padding-right: 5px;
        }

        .left-sidebar .isst-col {
            display: none;
            transition: all 0.3s ease;
        }

        .isst-col.active {
            display: block;
            animation: slideDown 0.4s ease forwards;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }

    @media (max-width: 576px) {
        .isst-services__item-right {
            gap: 20px;
        }

        .isst-services__item-left {
            margin-bottom: 20px;
        }

        .isst-services__item-right p {
            margin-bottom: 0;
        }
    } 


.department-details-content
          .tab-pane
          .download-box
          .download-list
          li
          .icon-box {
          text-align: center;
          text-align: center;
          background-color: #1a84f5;
          border-radius: 20px;
          width: 35px;
          height: 35px;
          margin-right: 15px;
          transition: all 500ms ease;
          line-height: 35px;
        }
        .tab-pane .download-box {
          margin-top: 25px;
        }
        .video-btn {
          padding: 4px 15px 5px 15px;
          margin-top: 10px;
          border-radius: 20px;
          font-size: 15.5px;
        }
        .tab-pane .modal-title {
          font-weight: 500;
        }
        .e-services-details-section {
          padding-bottom: 50px;
        }
        .left-sidebar .nav-pills .nav-link.active,
        .left-sidebar .nav-pills .show > .nav-link {
          color: #0080ff;
          border-color: transparent;
          font-weight: 500;
          background: #f5f9fd;
          align-items: center;
        }
        .tab-pane .service-info {
          background-color: #fff;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 14px;
          color: #909cb7;
        }
        .tab-pane .service-info p {
          color: #283a5b;
          font-weight: 400;
          font-size: 15px;
          line-height: 24px;
          margin-bottom: 8.5px;
        }
        .tab-pane .service-info__title {
          font-size: 20px;
          font-weight: 500;
          color: #0080ff;
          padding-top: 10px;
          padding-bottom: 12px;
        }
        @media (max-width: 767px) {
          .e-services-details-section .left-sidebar {
            display: block;
            margin-top: 20px;
          }
          .tab-pane .service-info__title {
            font-size: 20px;
          }
          .tab-pane .service-info {
            padding: 12px 20px;
          }
        }


input[type="checkbox"] {
    appearance: none; /* remove default */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #dfeefd;
    border-radius: 50%; /* make it circular */
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: 0.2s all ease;
}

/* Checked state (filled circle with checkmark) */
input[type="checkbox"]:checked {
    background-color: #1a84f5;
    border-color: #1a84f5;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* MINOR CHANGES */

html {
  scroll-behavior: smooth;
}
.survey-card small, .survey-card .small{
  font-size: 14px;
  margin-bottom: 3px;
    display: inline-block;
}
.mb-0.mt-1.text-white{
  font-weight: 500;
  margin-top: 7px !important;
}
h3.text-white {
    font-weight: 500;
    font-size: 25px;
}
.card-footer {
    padding: 1rem 1.25rem;
}
.btn-sm{
    padding: 0.36rem 0.5rem;
}
.fa-check-circle,
small i{
  margin-right: 2px;
}
h5.card-title{
  font-weight: 500;
  margin-bottom: 20px !important;
}
.survey-card .card-body {
    padding: 1.5rem;
}
.survey .right-panel .owl-dots {
  height: 25px;
  left: 0;
  padding-left: 4.5%;
}

#no-survey {
  margin-bottom: 35px;
}
#no-survey p {
  margin: 6px 0px 18px 0;
  color: whitesmoke;
  font-size: 15.5px;
}
#no-survey h4 {
  font-weight: 500;
  color: white;
}
.survey__content {
  justify-content: space-between;
}
.fa-poll-h {
  margin-right: 4px;
}
.badge.bg-success {
  font-weight: 500;
  color: white;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .survey__content {
    padding: 50px 35px;
  }
  #no-survey h4 {
    font-weight: 500;
    font-size: 22.5px;
  }
  .survey .right-panel .right-img {
    height: 320px;
  }
  .survey {
    padding: 50px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .survey .right-panel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 576px) {
  .right-panel .right-img {
    margin-bottom: 0;
  }
  .survey .right-panel .owl-dots {
    padding-left: 5%;
  }
  .survey .right-img .text-content {
    position: absolute;
    z-index: 2;
    bottom: 35px;
  }
  h5.card-title {
    font-size: 19.5px;
}
.survey-card .card-body {
    padding: 1.4rem;
}
}

/* E-services title */
.icon_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon_title h3 a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
}

.icon_title h3 {
  width: calc(100% - 55px);
  padding-right: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
}

@media(max-width:576px){
  .isst-services__item {
    padding: 25px;
  }
}

/* NEW CHANGES FOR RESPONSIVE DESIGN */
 

@media (max-width: 991px) {
.adsea_home_slider .owl-dots {
  display: none !important;
}
}

.action-item .left {
  width: 55px;
  text-align: center;
}
.action-item .right {
  width: calc(100% - 55px);
}

.action-item .left {
  padding: 10px;
  border-radius: 50%;
}
.action-item .left img {
  width: 30px;
}

.satisfy__row .right-img .text-content button {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  text-align: center;
  color: #2a82f9 !important;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  margin-top: 8px;
  margin-left: 5px;
  transition: 0.5s;
}
.satisfy__row .right-img .text-content button:hover,
.satisfy__row .right-img .text-content button:focus {
  color: #fff !important;
  border: 1px solid #2a82f9;
  background: #2a82f9 !important;
}
 .satisfy__row .right-img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .adsea_home_slider .owl-nav .owl-prev i,
  .adsea_home_slider .owl-nav .owl-next i {
    font-size: 21px;
  }
  .adsea_home_slider .owl-nav {
    padding: 0px 10px 25px 20px;
  }
}
@media (max-width: 576px) {
  .life-events h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .life-events-section .sec-title h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .life-events-section .sec-title {
    margin-bottom: 22px;
  }
  .action-item .left {
    width: 45px;
    height: 45px;
    line-height: 30px;
    padding: 5px;
  }
  .action-item .right {
    width: calc(100% - 45px);
  }
  .action-item .left img {
    width: 22px;
  }
  .action-item {
    padding: 4px 10px;
    gap: 11px;
    align-items: center;
  }
  .adsea_home_slider .owl-nav .owl-prev,
  .adsea_home_slider .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
  .action-item h2 {
    font-weight: 500;
  }
      .satisfy__row .right-img .text-content {
    left: 20px;
        bottom: 25px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .main-menu .navigation > li > a {
        padding: 12px 12px;
        padding-right: 28px;
        font-size: 14px;
    }
}


 