* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
ds,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: rgb(2, 17, 81);
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
}

.header-top-section {
  width: 96%;
  margin: 0px auto;
}

.header-top {
  width: 100%;
  grid-template-columns: 25% 50% 25%;
  margin: 0px auto;
  display: grid !important;
}

.menuSection.uk-flex.uk-flex-middle {
  justify-content: center;
}

.uk-sticky-fixed .top-header-section {
  border-color: rgb(239, 239, 239);
  height: 80px;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .svg-size .uk-icon>* {
  margin-top: -6px;
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
}

.uk-sticky-fixed header {}

.uk-sticky-fixed .top-menu ul li a {
  padding: 26px 6px;
}

.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .search-button a {
  background: rgb(247, 246, 238);
}

.uk-sticky-fixed .top-menu ul li a {
  color: rgb(0, 0, 0);
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.top-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-menu ul li a {
  color: rgb(63, 63, 70);
  font-size: 14px;
  font-weight: 500;
  transition: 0.05s;
  padding: 37px 6px;
}

.top-menu ul li a:hover {
  color: rgb(255, 78, 69);
  border-bottom: 4px solid rgb(255, 78, 69);
  text-decoration: none !important;
}

button.uk-button.uk-button-default.uk-margin-small-right {}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  border: 0px !important;
}

.mobile-header {
  display: none;
}

.mobile-header .uk-button {
  margin-top: 6px;
  padding: 0px !important;
}

.mobile-header .logo img {
  width: 180px;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: rgb(29, 35, 67);
}

.uk-offcanvas-bar {
  overflow-y: auto;
  background: rgb(255, 255, 255) !important;
}

.canvas-section {
  width: 96%;
  margin: 50px auto 0px;
}

.canvas-logo {
  width: 100%;
  text-align: center;
}

.canvas-logo img {
  margin: 0px auto;
}

.canvas-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.canvas-menu ul li a {
  display: block;
  color: rgb(42, 30, 90);
  transition: 0.5s;
}

.canvas-menu ul li a:hover {
  color: rgb(42, 30, 90);
  padding-left: 10px;
}

.uk-button-default {
  border: 0px !important;
}

.p-2 {
  padding: 0px 8px;
}

.uk-nav li>a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  font-size: 14px;
  color: rgb(7 11 38) !important;
  font-weight: 500;
}

.event-button a {
  background: linear-gradient(135deg, rgb(20, 91, 198), rgb(13, 35, 120), rgb(120, 27, 110));
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.8s;
}

.event-button a:hover {
  background: linear-gradient(135deg, rgb(120, 27, 110) 0%, rgb(13, 35, 120) 50%, rgb(20, 91, 198) 100%);
  transition: 0.8s;
  color: rgb(255, 255, 255);
}

.banner-wrapper {
  height: 100vh;
  background: linear-gradient(116deg, rgb(17, 66, 162) 0%, rgb(217, 189, 213) 31%, rgb(221, 221, 238) 90%, rgb(21, 95, 204) 100%);
  position: relative;
}

.banner-wrapper::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -30px;
  width: 250px;
  height: 250px;
  background: url("../images/banner-after.png") no-repeat;
}

.banner-images {
  width: 100%;
  height: 100%;
  background: url("../images/banner.png") center bottom;
}

.event-banner {
  position: absolute;
  left: 50px;
  top: 48%;
  transform: translateY(-50%);
  width: 400px;
  height: 490px;
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  z-index: 10;
}

.event-list {
  background: rgb(171, 189, 229);
  padding: 20px 0px 20px 10px;
  overflow: auto;
  border-radius: 10px;
  height: 86%;
  margin-top: 20px;
}

.scroll-wrapper {
  width: 100%;
  height: 83%;
  background: rgb(233, 238, 248);
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 12px;
  border-radius: 5px;
  position: relative;
}

.scroll-wrapper-overlay {
  height: 20%;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: linear-gradient(0deg, rgb(233, 238, 248) 26%, rgba(233, 238, 248, 0) 100%);
}

.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
  box-sizing: content-box;
}

.custom-scrollbar {
  position: absolute;
  top: 70px;
  bottom: 60px;
  right: 6px;
  width: 8px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

.scroll-thumb {
  width: 100%;
  background: rgb(180, 191, 223);
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
  transition: background 0.3s;
}

.scroll-thumb:hover {
  background: rgb(159, 169, 195);
}

.event-item {
  padding: 8px 8px 8px 0px;
  margin-bottom: 11px;
  border-radius: 4px;
  font-size: 14px;
  border-bottom: 1px solid rgb(212, 221, 239);
}

.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 19px;
  box-sizing: content-box;
  scrollbar-width: none;
  padding-left: 6px;
}

.scroll-content::-webkit-scrollbar {
  display: none;
}

.event-title {
  font-weight: 600;
  font-size: 26px;
}

.title span {
  display: block;
  width: 100%;
}

.event-item-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(212, 221, 239);
  margin: 14px 0px;
  padding-bottom: 10px;
}

.event-item-section-title span {
  font-size: 20px;
  font-weight: 600;
}

.event-item-section-title small {
  font-size: 12px;
  font-weight: 600;
  color: rgb(232, 103, 106);
}

.event-item small {
  font-size: 16px;
  font-weight: 500;
}

.event-item p {
  font-size: 16px;
  font-weight: 200;
}

.event-item span {
  font-size: 16px;
  font-weight: 600;
}

.banner-txt {
  text-align: center;
  padding: 20px;
  font-family: sans-serif;
  border-radius: 10px;
  transition: transform 0.4s, opacity 0.4s;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 40px;
  z-index: 9;
  transform: translateX(-50%) !important;
}

.banner-txt span {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  color: #fff;
}

.banner-txt small {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}

.wrapper {
  width: 100%;
}

.banner-content {
  position: absolute;
  right: 50px;
  top: 48%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 10px;
  z-index: 10;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.banner-content span {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.banner-content p {
  font-size: 80px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.banner-content a {
  background: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgb(2, 17, 81);
  border-radius: 50px;
  padding: 16px 36px;
  transition: 0.5s;
  margin-top: 20px;
}

.banner-content a:hover {
  background: rgb(2, 17, 81);
  color: rgb(255, 255, 255);
}

.content-section {
  background: linear-gradient(45deg, rgb(60, 127, 217) 0%, rgb(28, 42, 122) 35%, rgb(106, 71, 179) 70%, rgb(176, 38, 76) 100%);
  height: 620px;
}

.counter-section {
  max-width: 1100px;
  height: 110px;
  background: rgba(255, 255, 255, 0.157);
  margin: 0px auto;
  border-left: 1px solid rgba(255, 255, 255, 0.424);
  border-right: 1px solid rgba(255, 255, 255, 0.424);
  border-bottom: 1px solid rgba(255, 255, 255, 0.424);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 12px;
}

.counter-slider {
  width: 96%;
  margin: 0px auto;
  justify-content: center;
}

.counter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 34px;
}

.counter span {
  font-size: 38px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.counter p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.counter small {
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.content-wp {
  width: 80%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 4%;
}

.content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.content-left span {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 40px;
}

.content-left p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.content-left a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 10px 40px;
  transition: 0.5s;
  border: 1.6px solid rgb(255, 255, 255);
}

.content-left a:hover {
  background: rgb(255, 255, 255);
  color: rgb(2, 17, 81);
}

.content {
  margin-top: 26px;
}

.content p {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 26px;
  font-weight: 400;
}

#uniqueScrollWrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  line-height: 30px;
}

#uniqueScrollContent {
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
  box-sizing: content-box;
}

#uniqueCustomScrollbar {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 6px;
  width: 8px;
  background: rgb(152, 83, 159);
  border-radius: 4px;
  pointer-events: none;
}

#uniqueCustomScrollbarThumb {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background: rgb(182, 136, 189);
  border-radius: 4px;
}

#uniqueScrollContent {
  scrollbar-width: none;
}

#uniqueScrollContent::-webkit-scrollbar {
  display: none;
}

#uniqueScrollContent p {
  margin-top: 20px !important;
}

.bg-white {
  position: relative;
  background: url("../images/white-bg.png") left top / 400px no-repeat;
  padding-top: 30px;
}

.contact-wp {
  position: relative;
  background: url("../images/contact-bg.png") left top / 200px no-repeat;
  padding-top: 30px;
}


.box-white {
  max-width: 1300px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 0px auto;
  box-shadow: rgba(17, 38, 114, 0.2) 0px 0px 30px 10px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 2%;
  padding: 20px;
  align-items: center;
  position: relative;
}

.box-white::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: url("../images/show-icon.png");
  width: 123px;
  height: 142px;
}

.box-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: rgb(244, 245, 248);
  border-radius: 6px;
  padding: 30px 20px;
}

.logo-red {
  position: absolute;
  left: 16px;
  top: 16px;
}

.box-left span {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.box-left p {
  font-weight: 300;
  width: 50%;
}

.president-content span {
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.president-content p {
  line-height: 23px;
  font-weight: 300;
  font-size: 13.5px;
  margin-top: 10px !important;
}

.president-content p strong {
  font-weight: 600;
}

.speakers-wp {
  max-width: 94%;
  margin: auto;
}

.speakers-container {
  background: linear-gradient(to right, rgb(187, 5, 20), rgb(248, 137, 136));
  border-radius: 10px;
  padding: 20px;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.speaker-card {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  transition: 0.3s;
  /* height: 330px; */
}

.speaker-card img {
  width: 100%;
  /* height: 230px; */
  object-fit: cover;
  margin-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.toggle-btn {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 10px 40px;
  transition: 0.5s;
  border: 1.6px solid rgb(255, 255, 255);
  margin: 20px auto 0px;
  background: transparent;
}

.toggle-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(187, 5, 20);
}

.extra-wrapper {
  overflow: hidden;
  height: 0px;
  transition: height 0.6s;
}

.extra-wrapper.open {}


.speakers-grid {
  padding-bottom: 20px;
}

.title {
  font-size: 46px;
  font-weight: 700;
}

.speaker-card a {
  display: block;
  padding-bottom: 6px;
}

.speaker-card a span {
  font-size: 16px;
  font-weight: 600;
  color: rgb(2, 17, 81);
  display: block;
  padding-left: 10px;
  margin-top: 8px !important;
}

.speaker-card a p {
  font-size: 12px;
  font-weight: 200;
  color: rgb(2, 17, 81);
  display: block;
  padding: 0 10px !important;
}

.speaker-modal {
  border-radius: 30px;
  padding: 50px 30px;
  background-position: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  width: 400px !important;
  background-image: url("../images/speaker.png") !important;
  background-repeat: no-repeat !important;
  height: auto !important;
}

.modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 5px !important;
}

.modal-inner img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
}

.modal-img {
  position: relative;
}

.modal-img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: url("../images/show-icon.png") 0% 0% / cover;
  width: 83px;
  height: 102px;
}

.modal-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

button.uk-modal-close-default.close-button.uk-icon.uk-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -20px;
  margin-right: -20px;
  background: linear-gradient(to right, rgb(187, 5, 20), rgb(248, 137, 136)) !important;
}

button.uk-modal-close-default.close-button.uk-icon.uk-close svg {
  color: rgb(255, 255, 255);
}

.tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  gap: 10px;
}

.tab {
  cursor: pointer;
  color: rgb(179, 184, 203);
  font-size: 24px;
  font-weight: 700;
  border-right: 1px solid rgb(179, 184, 203);
  padding: 0px 20px;
}

.tab:first-child {
  padding-left: 0px;
}

.tab:last-child {
  border-right: none;
}

.tab.active {
  color: rgb(208, 51, 60);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.slider .item {
  background-color: rgb(242, 242, 242);
  padding: 30px;
  text-align: center;
  margin: 0px 10px;
  border-radius: 8px;
}

.program-section {
  width: 94%;
  margin: 100px auto 0px;
}

.program-item {
  width: 100%;
  height: 280px;
  background: rgb(249, 250, 252);
  border-radius: 10px;
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.program-item::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url("../images/program-after.png");
  width: 60px;
  height: 30px;
}

.date {
  background: rgb(232, 103, 106);
  font-weight: 600;
  font-size: 12px;
  padding: 5px 14px 3px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
}

.time {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.program-item p {
  display: block;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}

.program-item span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.program-item small {
  height: 60px;
  position: absolute;
  left: 14px;
  bottom: 16px;
  width: 90%;
  font-size: 14px;
}

.bg-red {
  background: linear-gradient(to right, rgb(187, 5, 20), rgb(248, 137, 136));
}

.bg-red span {
  color: rgb(255, 255, 255) !important;
}

.bg-red .time {
  color: rgb(255, 255, 255) !important;
}

.referance {
  width: 100%;
  height: 180px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 38, 114, 0.1) 0px 0px 20px 2px;
  border-radius: 10px;
}

.referance-slider .p-2 {
  padding: 14px;
}

.referance-slider .slick-track {
  display: flex;
  align-items: center;
}

.referance-slider img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bg-gray {
  padding: 80px 0px;
  background: rgb(244, 245, 248);
  padding-bottom: 120px;
}

.gallery-img img {
  width: 100%;
  border: 0px !important;
  border-radius: 33px !important;
}

.gallery-slider {
  width: 90%;
  margin: 0px auto;
}

.gallery-slider .p-2 {
  padding: 0px;
}

img {
  background-color: transparent !important;
}

.contact-section {
  width: 60%;
  margin: 0 auto;
}

.contact-form {
  width: 100%;
  padding: 40px;
  position: relative;
  margin: 0 auto;
}

.form-logo {
  position: absolute;
  right: 0;
  top: -25px;
}

.contact-section span {
  font-size: 26px;
  font-weight: 600;
}

.contact-section small {
  font-size: 26px;
  font-weight: 600;
}

.form-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.contact-section p {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin: 10px 0px !important;
}

.input-area {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  grid-template-columns: 1fr 1fr;
}

.input-area input[type="text"] {
  height: 48px;
  padding: 0px 10px;
  outline: none;
  color: rgb(4, 26, 44);
  font-size: 12px;
  border: 1px solid #E5E7ED;
  border-radius: 6px;
  width: 100% !important;
  margin-top: 10px;
}

.input-area input[type="text"]::placeholder {
  color: rgb(152, 152, 152);
}

.input-area input[type="tel"]::placeholder {
  color: rgb(152, 152, 152);
}

.input-area input[type="email"]::placeholder {
  color: rgb(152, 152, 152);
}

.contact-form select {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  color: rgb(4, 26, 44);
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
}

.contact-form textarea {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #E5E7ED;
  border-radius: 6px;
  margin-top: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  outline: none;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 6px;
  color: rgb(4, 26, 44) !important;
}

.contact-right {
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(17, 38, 114, 0.2) 0px 0px 20px 5px;
  border-radius: 10px;
  margin: 0 auto;
}

.input-area input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #E5E7ED;
  border-radius: 6px;
  margin-top: 10px;
}

.input-area input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #E5E7ED;
  border-radius: 6px;
  margin-top: 10px;
}


.contact-form textarea::placeholder {
  color: rgb(152, 152, 152) !important;
}

.contact-form button {
  background: linear-gradient(135deg, rgb(20, 91, 198), rgb(13, 35, 120), rgb(120, 27, 110));
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.8s;
  margin-top: 20px;
  border: 0px;
}

.contact-left {
  position: relative;
}

.left-logo img {
  width: 120px;
}

.left-contact-info {}

.left-contact-info span {
  font-size: 32px;
  font-weight: 700;
}

.left-contact-info p {
  font-size: 14px;
  border-radius: 10px;
  display: block;
  width: 70%;
}

.adress {
  margin: 10px 0px;
  width: 60%;
  margin-bottom: 30px;
}

.contact-phone {
  color: #021151;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: underline;
}

.mail {
  color: #021151;
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
  display: block;
  transition: 0.3s;
}

.contact-phone:hover {
  text-decoration: none !important;
  color: #021151;
}

.mail:hover {
  color: rgb(4, 26, 44);
  text-decoration: underline !important;
}

.contact-section p strong {
  font-weight: 600;
  font-size: 16px;
}

.inner-area label {
  font-weight: 500;
  margin-bottom: 10px !important;
}

.contact-logo {
  position: absolute;
  top: -87px;
  left: -110px;
}

p.c-title {
  margin-top: 40px !important;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  border: 1px solid #ffffff5e;
}

/* Facebook hover */
.icon.facebook:hover {
  background-color: #1877f2;
  color: #fff;
  border: 0px;
}

/* Instagram hover (gradient efektini sadeleÃ…Å¸tirdik) */
.icon.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 50%, #d6249f 75%, #285AEB 100%);
  color: #fff;
  border: 0px;
}

/* YouTube hover */
.icon.youtube:hover {
  background-color: #ff0000;
  color: #fff;
  border: 0px;
}

footer {
  background: linear-gradient(45deg, rgb(60, 127, 217) 0%, rgb(28, 42, 122) 35%, rgb(106, 71, 179) 70%, rgb(101 69 175) 100%);
  padding-top: 40px;
}

.footer-menu ul {
  display: flex;
  gap: 14px;
}

.footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  text-decoration: underline !important;
}

.social-media {
  display: flex;
  gap: 10px;
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #ffffff2e;
}

.icon svg {
  width: 16px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.info {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #c8222d;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #f27d7e;
}

.mobile-header .uk-button-default {
  font-size: 50px !important;
  width: 30px !important;
}

.mobile-header .svg-size .uk-icon>* {
  margin-top: -6px;
  width: 26px !important;
  color: #0a2a6b;
}

.footer-tbd img {
  width: 70px;
}

.conference-area-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;

}

.conference-left {
  position: relative;
}

.conference-left img {
  width: 100%;
  border-radius: 20px;
}

.conference-maps {
  border-radius: 20px;
}

.conference-area-info {
  position: absolute;
  left: -50px;
  bottom: -50px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(17, 38, 114, 0.2) 0px 0px 20px 5px;
}

.conference-area-info span {
  font-weight: 600;
  font-size: 22px;
}

.conference-area-info p {
  font-size: 16px;
}

:root {}


.wrap {
  width: 100%;
  max-width: var(--max-width)
}


.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  align-items: start
}


.box {
  border: 1px solid #ededed;
  padding: 16px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border-radius: 10px;
  background: #ffffff;
  transition: transform .2s ease;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
}

.box img {
  height: 38px;
}

.box:hover {
  transform: translateY(-4px)
}


.title-box {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none;
  background: none;
  border: 0px;
}


.c-12 {
  grid-column: span 12
}

.c-8 {
  grid-column: span 8
}

.c-6 {
  grid-column: span 6
}

.c-4 {
  grid-column: span 4
}

.c-3 {
  grid-column: span 3
}


.section {
  margin: 40px 0
}


@media (max-width:1280px) {
  .grid {
    gap: 16px
  }

  .title-box {
    font-size: 18px
  }
}


@media (max-width:991px) {
  .grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .c-12,
  .c-8,
  .c-6,
  .c-4,
  .c-3 {
    grid-column: span 2
  }


}

.box a {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgb(2, 17, 81);
}

.box a:hover {
  color: rgb(2, 17, 81) !important;
}

img.televox {
  height: 28px;
}

img.grand {
  height: 26px;
}

img.onvo {
  height: 26px;
}

p.w100 {
  width: 100% !important;
  font-size: 13px;
}

img.data {
  height: 30px;
}

img.soprano {
  height: 46px;
}

img.duka {
  height: 30px;
}

img.ldap {
  height: 50px;
}

img.fortinet {
  height: 20px;
}

img.btlink {
  height: 22px;
}

img.senkron {
  height: 28px;
}

img.hyper {
  height: 26px;
}

button#toggleBtn {
  display: none;
}

img.hpe {
  height: 28px;
}

img.kolaytik {
  height: 46px;
}

img.dlink {
  height: 26px;
}