:root {
  --green: #199e73;
  --yellow: #f7c018;
  --orange: #ee6825;
  --blue: #214e78;
  --white: #fff;

  --green-rgb: rgba(25, 158, 115, 0.8);
  --yellow-rgb: rgba(247, 192, 24, 0.8);
  --orange-rgb: rgba(238, 104, 37, 0.8);
  --blue-rgb: rgba(33, 78, 120, 0.8);
}

.g-recaptcha div {
  margin: 0px auto !important;
}

.service-json {
  width: 70%;
  margin: auto;
  display: block;
  min-height: 250px;
}

.service-title {
  min-height: 27px !important;  /*47px*/
  margin-top: 10px;
}

.service-div {
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
  background-color: white;
}

.service-div p{
  min-height: 72px;
}

.ui-widget-header {
  background: var(--orange) !important;
  border: unset !important;
}

.text-orange {
  color: #ee6825 !important;
}

.text-blue {
  color: #214e78 !important;
}

.swal-button:not([disabled]):hover {
  background-color: var(--orange) !important;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background: unset !important;
}

.ui-datepicker-title {
  color: white !important;
}

.ui-widget-content {
  border: unset !important;
  box-shadow: 0px 0px 19px lightgray;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: unset !important;
  border-radius: 6px !important;
}

#hero_section {
  position: relative;
  overflow: hidden; /* Hide overflow content */
  padding-top: 6rem !important;
}

.my-btn-get-started {
  padding: 6px 32px !important;
}

.btn-white {
  background-color: white;
  border: 1px solid gray;
  color: var(--blue);
}

.btn-white:hover {
  background-color: var(--blue);
  color: white;
}

#hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../bg-2.png);
  background-position: center;
  background-size: cover;
  z-index: -1; /* Ensure the background image stays behind the content */
}

/*ElMessiri-Bold*/
@font-face {
  font-family: "Cairo-SemiBold";
  src: url("../../fonts/Cairo-SemiBold.ttf");
}

h1,h2,h3,h4,h5,h6,p,label,span,div,input,select,option,section,a,button {
  font-family: 'Cairo-SemiBold' !important;
}

body {
  background-color: #19248708;
/*  background-color: #0000000a;*/
}

.heading .category-heading {
  font-size: 1.6rem;
}

.tab-card {
  color: var(--blue);
  transition-duration: 0.5s;
}

.tab-card:hover {
  border: 1px solid var(--orange);
  font-size: 17px;
  color: var(--orange)
}

.sidepage-p {
  margin-left: 95px;color:gray
}

.article-text {
  min-height: 95px;
}

.center-image{
  margin: auto;
  display: block;
}

.btn-primary {
  background-color: var(--blue);
  border: 2px solid var(--blue);
}

.btn-primary:hover {
  background-color: var(--orange);
  border: 2px solid var(--orange-rgb);
}

.col-8 .main-content {
  background-color: white;
  border-radius: 7px;
}

.sidebar {
  background-color: white;
  border-radius: 7px;
}

.form-check-input:checked {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
  padding: 8px;
}

.form-check-input{
  padding: 8px !important;
  border: 1px solid gray;
}

/* .homepage-filter { */
/*  box-shadow: 0px 0px 6px 2px var(--orange);*/
/*border: 1px solid var(--orange);*/
/* } */

.lang {
  color: white !important;
}

.my-btn-orange {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  padding: 5px;
  border-radius: 8px;
  color: white;
  transition-duration: 0.4s;
}

.my-btn-orange:hover {
  background-color: var(--blue);
}

.break-div {
/*	background: linear-gradient(to right, var(--orange) 25%, var(--green) 25%, var(--yellow) 50%);*/
	opacity: 0.8;
 	background: linear-gradient(to right, var(--orange) 0%, var(--orange) 33%, var(--green) 33%, var(--green) 66%, var(--yellow) 66%, var(--yellow) 100%);
}

/*background: linear-gradient(to right, 
 		var(--orange-rgb) 0%, var(--orange-rgb) 25%,
 		var(--green-rgb) 25%, var(--green-rgb) 50%,
 		var(--blue-rgb) 50%, var(--blue-rgb) 75%
 		var(--yellow-rgb) 75%, var(--yellow-rgb) 100%,
 	);*/
.page-label-bg {
	/*background: linear-gradient(to right, 
		rgba(238, 104, 37, 0.4) 0%, var(--orange-rgb) 45%,
		var(--green) 45%, var(--green) 55%,
		var(--green-rgb) 25%, var(--green-rgb) 50%,
		var(--blue-rgb) 50%, var(--blue-rgb) 75%,
		var(--yellow-rgb) 55%, rgba(247, 192, 24, 0.35) 100% )*/

	/*linear-gradient(to right, 
 		var(--orange-rgb) 0%, var(--orange-rgb) 25%,
 		var(--green-rgb) 25%, var(--green-rgb) 50%,
 		var(--blue-rgb) 50%, var(--blue-rgb) 75%,
 		var(--yellow-rgb) 75%, var(--yellow-rgb) 100%
 	);*/

  background-color: #19248712;
}

::selection {
  background-color: var(--blue);
  color: white;
}


.blog .entry .entry-content .read-more-new {
  text-align-last: unset !important;
}

.my-btn {
	background: var(--blue);
	padding: 8px 25px;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
}

.my-btn:hover {
  color: #fff;
  background: var(--orange);
}

.page-cover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
/*  background-image: url("https://uca-kw.com/wp-content/uploads/2018/11/australia.jpeg"), linear-gradient(#eb01a5, #d13531);*/
  width: 100%;
  height: 390px;
  overflow: hidden;
  pointer-events: none;
  margin-top: -46px;
  transform: translateY(44.8917px) translateZ(0px);
  /*position: absolute;
  top: 0px;
  left: 0px;*/
}

.bi-list::before {
  color: white;
}

.calculator-div {
  border-radius: 20px;box-shadow: 0px 0px 30px 0px var(--blue-rgb);background-color: white;
}

.text-my-primary {
  color: var(--blue)
}

.slide-in-from-bottom {
  animation: slideInFromBottom 1.2s ease forwards;
  opacity: 0;
  transform: translateY(100%);
}

@keyframes slideInFromBottom {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.slide-out-to-bottom {
  animation: slideOutToBottom 1s ease forwards;
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideOutToBottom {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(100%);
  }
}

#bi-list {
  color: white;
  font-size: 20px;
}

.blog .entry .entry-img {
  height: 185px;
  overflow: hidden;
}

.blog .entry .entry-img img{
  object-fit: cover; 
}

/* -------- for new cards in languages -------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1200 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
/*  max-width: 310px;*/
  max-height: 310px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1200 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.snip1200 h2 span {
  font-weight: 800;
}
figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1200 h2:before {
  left: -1000%;
}
figure.snip1200 h2:after {
  right: -1000%;
}
figure.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/*------------ gellary new design -------------*/
@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

/** {
  box-sizing: border-box;
}*/

/*html,
body {
  height: 100%;
}

body {
  display: grid;
  place-items: center;
}*/

.dd_heading{
  text-align: center;
  font-family: roboto thin;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.d_card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;

}
@media (min-width: 600px) {
  .d_card {
    height: 350px;
  }
}
.d_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e),
    -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-position: center;
}
.d_card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(11.7%, rgba(0, 0, 0, 0.009)),
    color-stop(22.1%, rgba(0, 0, 0, 0.034)),
    color-stop(31.2%, rgba(0, 0, 0, 0.072)),
    color-stop(39.4%, rgba(0, 0, 0, 0.123)),
    color-stop(46.6%, rgba(0, 0, 0, 0.182)),
    color-stop(53.1%, rgba(0, 0, 0, 0.249)),
    color-stop(58.9%, rgba(0, 0, 0, 0.32)),
    color-stop(64.3%, rgba(0, 0, 0, 0.394)),
    color-stop(69.3%, rgba(0, 0, 0, 0.468)),
    color-stop(74.1%, rgba(0, 0, 0, 0.54)),
    color-stop(78.8%, rgba(0, 0, 0, 0.607)),
    color-stop(83.6%, rgba(0, 0, 0, 0.668)),
    color-stop(88.7%, rgba(0, 0, 0, 0.721)),
    color-stop(94.1%, rgba(0, 0, 0, 0.762)),
    to(rgba(0, 0, 0, 0.79))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e),
    -webkit-transform calc(var(--d) * 2) var(--e);
}
/* .d_card:nth-child(1):before {
  background-image: url(https://images.theconversation.com/files/181590/original/file-20170809-32183-q3qxf2.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=926&fit=clip);
}
.d_card:nth-child(2):before {
  background-image: url(https://images.pexels.com/photos/207684/pexels-photo-207684.jpeg?auto=compress&cs=tinysrgb&w=600);
}
.d_card:nth-child(3):before {
  background-image: url(https://www.topuniversities.com/sites/default/files/styles/articles_inline/public/articles/lead-images/oldest_us_universities_main_image.jpg.webp);
}
.d_card:nth-child(4):before {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/cd/University-of-Alabama-EngineeringResearchCenter-01.jpg);
} */

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.heading {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.data-content {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
  .d_card:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.heading) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
  }

  .d_card:hover,
  .d_card:focus-within {
    -webkit-box-align: center;
    align-items: center;
  }
  .d_card:hover:before,
  .d_card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  .d_card:hover:after,
  .d_card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .d_card:hover .content,
  .d_card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .d_card:hover .content > *:not(.heading),
  .d_card:focus-within .content > *:not(.heading) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
    transition-delay: calc(var(--d) / 8);
  }

  .d_card:focus-within:before,
  .d_card:focus-within:after,
  .d_card:focus-within .content,
  .d_card:focus-within .content > *:not(.heading) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}


.slider {
  margin: 0 auto;
  /* max-width: 940px; */
}

.slide_viewer {
  height: 74vh;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 10vh;
  margin: 0 auto;
  /* max-width: 940px; */
  position: relative;
  top: -271px;
}

.previous_btn {
  bottom: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  /* height: 65px; */
  /* opacity: 0.5; */
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  /* width: 65px; */
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

.next_btn svg, .previous_btn svg {
  background-color: white;
  padding: 2px;
  border-radius: 50%;
}

