/* RESET CSS STRAT */
:root {
  --bg-red: #8a1310;
  --bg-yellow: #faa61a;
  --bg-green: #00a24e;
  --bg-white: #fff;
  --bg-blue: #35bdee;
  --font: 1rem;
  --text-dark: #070707;
  --text-orange: #F15423;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: var(--text-dark);
  outline: none;
  line-height: 1.4em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: var(--text-blue);
  font-size: 2rem;
  margin: 0px;
  line-height: 1.3em;
}

p {
  padding: 0px;
  margin: 0px;
  font-size: var(--font);
  line-height: 1.4;
  color: var(--text-dark);
}

.hr {
  width: 30%;
  opacity: 1;
  height: 6px !important;
  background-color: var(--bg-yellow);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

a {
  outline: none !important;
  color: #ffcb05;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
  color: #4490bc;
}

textarea,
input:focus {
  outline: none !important;
  text-decoration: none;
}

img {
  border: 0;
}

.nopd {
  padding-left: 0px;
  padding-right: 0px;
}

.fsize18 {
  font-size: 18px;
}

.fsize20 {
  font-size: 20px;
}

.fsize22 {
  font-size: 22px;
}

.fsize28 {
  font-size: 28px;
}

.fsize26 {
  font-size: 26px !important;
  line-height: 1.2;
}

.fsize24 {
  font-size: 24px;
  line-height: 1.2;
}

.fsize14 {
  font-size: 10px;
}

.fsize3 {
  font-size: 2.4rem;
}

.zindex5 {
  z-index: 5;
}

.text-justify {
  text-align: justify;
}

.bg-orange {
  background-color: var(--bg-orange);
}

.text-blue {
  color: var(--bg-blue);
}

.text-orange {
  color: var(--text-orange);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-white {background-color: var(--bg-white);}

.bg-green {
  background-color: var(--bg-green);
}

.bg-yellow {
  background-color: var(--bg-yellow);
}

.text-yellow {
  color: var(--bg-yellow);
}

.text-red {
  color: var(--bg-red);
}

.text-green {
  color: var(--bg-green);
}

.line-h {
  line-height: 1.1;
}

.rounded-8 {
  border-radius: 1rem;
}

li {
  color: #000000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

::-moz-selection {
  background-color: #61a8f0;
  color: #FFF;
}

::selection {
  background-color: #61a8f0;
  color: #FFF;
}

/* RESET CSS END */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-dark) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-dark) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-dark) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-dark) !important;
}

/* STICKY ANV BAR */
.sticky1 {
  position: fixed;
  width: 100%;
  background-color: #fff !important;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
}

#header.sticky1 .slider-count {
  display: none;
}
/* 
#header.sticky1 .header-absolute {
  background-color: #FFF;
  box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
} */

#header.sticky1 .header-absolute .logo__right p.fsize20 {}

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  background-color: var(--bg-yellow);
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFD101 !important;
}
#back-top:after {
  display: block;
  text-align: center;
  color: var(--text-dark);
  font-size: 20px;
  font-family: 'Font Awesome 6 Free';
  content: "\f062";
  line-height: 48px;
  font-weight: 800;

  -webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover {
  background-color: var(--bg-red);
}

#back-top:hover:after {
  color: #FFF;
}

/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */

.bc-img01 {
  height: 100%;
  background-color:#fff;
  background: url(../images/oxbridge-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


.sideNavi {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform-origin: right;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg) translateX(50%);
}

.sideNavi-item {
  display: flex;
}

.sideNavi a {
  background-color: #323498;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 15px 15px 0px 0px;
}

.sideNavi a.telphone {
  background-color: var(--text-dark);
  color: #FFF;
}

.sideNavi a:hover {
  background-color: #231f20;
  color: #ffffff;
}

.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.5em);
}

.shadow {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.thankyou-sec .hero-thankyou .bc-img01 {
 background-color: #E2DCFE;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  background-color: #FFFFFF;
  width: 500px;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
  margin: auto;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 5em;
  color: var(--bg-orange);
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 22px;
  line-height: 1.3;
}

.thankyou-sec .hero-thankyou .bc-img01 {
  height: 90vh;
  background-size: cover;
  padding-top: 10%;
}


.blog-text>a {
  background-color: var(--bg-yellow);
  color: #000000;
  border-radius: 30px;
  border: 0;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1rem 10px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  font-size: 20px;
}

.blog-text>a:hover {
  color: #FFF;
}

.blog-text>a::before {
  border-radius: 30px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.blog-text>a:hover::before {
  transform: scaleY(1);
}