@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  scroll-behavior: smooth;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #777;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
}
.position-relative {
  position: relative;
}
/**************global css end*******/

/* <------------- Past ------------------------> */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #22aadc;
  border: 1px solid #22aadc;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}
.scroll-top.cta {
  min-width: 0;
}
.scroll-top:hover {
  color: #fff;
  background: #33346a;
  border: 1px solid #33346a;
  box-shadow: 0px 2px 5px 0px rgba(51, 52, 106, 0.6);
}
.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-btn:hover {
  background-color: #fff;
  transition: all ease 0.3s;
  color: #000 !important;
  border: 1px solid #000;
}
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.6s ease-in-out;
  height: 45px;
  border-radius: 50px;
  line-height: 20.8px;
  font-weight: 400;
  transition: all ease 0.3s;
  padding: 0px 40px;
}
.l-btn {
  width: 225px;
  display: inline-flex;
}
.theme-btn img {
  height: 15px;
  width: 11px;
}

.spclRow {
  --bs-gutter-y: 50px;
}
span.starSpan {
  color: #000;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 6.72px;
  text-transform: uppercase;
  position: relative;
}
span.starSpan::before,
span.starSpan::after {
  content: "\f586";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #eb302d;
}
.spanPart {
  color: #33346a;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
  text-transform: uppercase;
  margin-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.spanPart::before {
  position: absolute;
  content: "\ec27";
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: -20px;
}
/* ==============animations=================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: skew(45deg) translateX(-100%);
  }
  to {
    transform: skew(25deg) translateX(0);
  }
}
@keyframes float {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.pop_animated {
  animation: pop 2s ease infinite;
}
/* ==============heading and subheading=================== */

/* ====================header================== */
.main_header {
  width: 100%;
  height: 100px;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 25px 0;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* position: fixed; */
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f6f6f6;
}
.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 230px;
  margin: 0 auto;
}
.main_header .navigation_sec {
  /* width: 100%; */
  display: block;
  margin: 0;
  padding: 0;
}
.navigation-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
.action-container {
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 32px;
  /* margin-left: 50px; */
}
.action-container i {
  color: #3883c4;
  font-size: 22px;
}
.action-container i.bi-chevron-right {
  color: #fff;
  font-size: 15px;
}
.logo .subheading {
  text-align: center;
  font-weight: 700;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 25px;
}
.navigation_sec .nav_sec > ul > li a {
  color: #414042;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}
.navigation_sec .nav_sec > ul > li a.active {
  font-weight: 700;
}
/* .navigation_sec ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff2f63;
  left: 0;
  bottom: -20%;
  transition: 0.3s;
} */
.navigation_sec ul li a:hover::after,
.navigation_sec ul li.active a::after {
  width: 23px;
}
.navigation_sec ul li.has-mega-menu.active ul li a::after {
  background: transparent;
}
span.toggle-menu {
  display: none;
}
.has-mega-menu {
  position: relative;
}
.has-mega-menu .mega-menu {
  position: absolute;
  top: 35px;
  left: 0;
  width: 265px;
  background: #eaf8fe;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  z-index: 999;
}

.has-mega-menu:hover .mega-menu,
.has-mega-menu .mega-menu:hover {
  visibility: visible;
  opacity: 1;
}
.navigation_sec .mega-menu::before {
  position: absolute;
  content: "\F235";
  display: none;
  font-family: bootstrap-icons !important;
  top: -15px;
  left: 35px;
  color: #0b62ac;
}
.navigation_sec .mega-container {
  display: block;
}
.navigation_sec .mega-column h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
.navigation_sec .mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation_sec .mega-column ul li a,
.navigation_sec .nav_sec > ul > li:hover .mega-column ul li a {
  font-weight: 400;
}
.navigation_sec .mega-column ul li {
  /* margin-bottom: 22px; */
  padding: 15px;
  text-align: left;
}
.navigation_sec .mega-column ul li a {
  text-decoration: none;
  color: #5d657d;
  font-size: 16px;
  transition: color 0.3s ease;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.navigation_sec .mega-column ul li:first-child {
  border-radius: 20px 20px 0 0;
}
.navigation_sec .mega-column ul li:last-child {
  border-radius: 0 0 20px 20px;
}
.mega-column ul li:hover {
  background: #3883c4;
}
.mega-column ul li.active {
  background: #0b62ac;
}
.mega-column ul li:hover a,
.mega-column ul li.active a {
  color: #fff;
}

/* ==============Banner============ */

.swiper-slide {
  padding: 25px 0px 25px;
}
.slider-section .swiper-pagination {
  bottom: 0px;
}

/* .slider-section .container{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
}

.slider-section .swiper {
  flex-grow: 1; 
  height: 100%;
} */
.slider-section .container-fluid {
  padding: 0;
}
.slider-section .slider-left-area {
  padding: 80px 0 80px 60px;
}
.slider-section .slider-left-area h2 {
  color: #404b52;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
  padding: 15px 0 25px;
  position: relative;
}
.slider-section .slider-left-area h2 sup::before {
  position: absolute;
  content: "";
  background: url(/assets/images/1.svg) no-repeat right top;
  width: 50px;
  height: 70px;
  background-size: 100%;
  right: -50px;
  top: 0px;
}
.slider-section .slider-left-area h2::after {
  position: absolute;
  content: "";
  background: url(/assets/images/pattern2.png) no-repeat right bottom;
  width: 180px;
  height: 150px;
  background-size: 100%;
  right: 220px;
  bottom: -25px;
}
.slider-section .slider-left-area h2 span {
  color: #147cd7;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
}
.heading-sml {
  display: flex;
  align-items: center;
  gap: 15px;
}
.heading-sml img {
  width: 35px;
  height: 35px;
}
.heading-sml h3 {
  color: #3883c4;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.slider-section .slider-left-area p {
  color: #2a2a2a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.slider-section .slider-left-area .button-div {
  padding: 25px 0;
}
.slider-section .slider-left-area .button-div a.enquiry-but i {
  font-size: 13px;
  padding-left: 3px;
}
/* ==============logo slider============ */
.logo-slider {
  padding: 1rem 0;
}
.LogoSwiper img {
  max-width: 140px;
}

/* ==============director-message============ */
.director-message {
  padding: 2.5rem 0;
}
.director-message .left-area {
  position: relative;
}
.director-message .left-area img {
  width: 100%;
}
section.why-choose {
  background-color: #000;
  padding: 80px 0px;
  color: #ffffff;
}
.why-choose h2 {
  text-align: center;
  margin-bottom: 40px;
}
.why-choose p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
p.content-text-black {
  text-align: center;
}
p.content-text-black::before {
  height: 0px !important;
}
.why-choose p::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.right-area h2,
.sec-heading {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  margin: 15px 0px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.opp {
  flex-direction: row-reverse;
}
.sec-heading {
  margin-bottom: 20px;
}

.maimn-sec-area-wrapper p {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  position: relative;
}
.main-theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  padding: 10px 40px;
  color: #000000;
  transition: all ease 0.4s;
}
.main-theme-btn:hover {
  background-color: #000;
  color: #ffffff;
  transition: all ease 0.4s;
  cursor: pointer;
}

.main-theme-btn.white {
  border: 2px solid #fff;
  color: #ffffff;
  transition: all ease 0.4s;
}
.main-theme-btn.white:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all ease 0.4s;
}
/* .maimn-sec-area-wrapper p::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #777;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
} */
.grat {
  font-weight: 700;
  color: #000000;
  margin: 20px 0px;
}

.first-slide-image img,
.second-slide-image img {
  height: 414px;
  width: 258px;
  z-index: 1;
  position: relative;
}
.slider-right-area {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 20px;
}
.first-slide-image {
  margin-top: 150px;
  position: relative;
}
.second-slide-image {
  margin-top: -100px;
  position: relative;
}
.first-slide-image::before {
  content: "";
  border-radius: 160px;
  border: 1px solid #3883c4;
  height: 414px;
  width: 258px;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
}
.second-slide-image::before {
  content: "";
  border-radius: 160px;
  border: 1px solid #ff7350;
  height: 414px;
  width: 258px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
}
.swiper-pagination-bullet {
  background-color: #d3eafd;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #0c4b82;
}
/* Outer swiper container */
.swiper.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.marquee-swiper {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.director-img {
  height: 500px;
  width: auto !important;
  position: relative;
}
img.first-item {
  height: 66px;
  position: absolute;
  left: 0px;
  top: -100px;
  width: auto;
}
img.second-item {
  position: absolute;
  width: 60px !important;
  left: -70px;
  top: -190px;
}

section.blue-counter {
  min-height: 277px;
  background-color: #0b62ac;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.single-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.counter-number {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
p.counter-text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.single-counter img {
  height: 65px;
  margin-bottom: 15px;
}
.uni-wrapper {
  display: flex;
}
.left-uni-list {
  width: 35%;
  padding: 15px 20px 15px 15px;
  background: #eaf8fe;
  border-radius: 15px;
  margin-right: 4%;
  height: fit-content;
}
.left-uni-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 20px 20px 10px;
  border-radius: 20px;
  overflow-y: auto;
  height: 90vh;
  margin-top: 20px;
}
.left-uni-wrapper::-webkit-scrollbar {
  width: 5px;
}
.left-uni-wrapper::-webkit-scrollbar-track {
  background: #ccf0ff;
}
.left-uni-wrapper::-webkit-scrollbar-thumb {
  background: #0b62ac;
  border-radius: 100px;
}
.left-uni-wrapper::-webkit-scrollbar-thumb:hover {
  background: #084880;
}
.right-uni-list {
  width: 70%;
}
section.universities,
.blue-sec {
  background-color: #eaf8fe;
  padding: 50px 0px 0px;
}

.single-uni {
  transition: all ease 0.2s;
  padding: 10px 15px;
  border-radius: 20px;
}
.single-uni:hover,
.single-uni.active {
  transition: all ease 0.2s;
  background-color: #0b62ac;
  color: #ffffff;
}
.single-uni {
  color: #878b93;
  font-size: 16px;
  font-weight: 500;
}
img.course-img {
  border-radius: 13px;
}

p.course-name {
  color: #101828;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 11px;
}
p.course-properties {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #aed7e9;
  height: 40px;
  padding: 0px 14px;
  gap: 10px;
  flex-shrink: 0;
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.view-more-btn img {
  height: 11px;
  width: auto;
}
.mt-17 {
  margin-top: 17px;
}
.single-course-list {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 15px;
  width: 31%;
}
.course-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.box-wrapper {
  display: flex;
  width: 100%;
}
.box-wrapper .label {
  background-color: #2077c2;
  border-radius: 15px 15px 70px 70px;
  height: 160px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  align-items: center;
  padding: 0px 40px;
}
.learn-more {
  color: #0c4b82;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: relative;
}
.learn-more::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #0c4b82;
}
.box-desc {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.service-btn-wrapper {
  gap: 15px;
  display: flex;
  align-items: center;
}
.box-content-wrapper {
  padding: 15px;
  text-align: left;
}
.services {
  padding: 50px 0px;
  background-color: #ffffff;
}
input.input-text {
  height: 40px;
  align-self: stretch;
  border: 1px solid #0c4b82;
  background: rgba(175, 179, 255, 0);
  border-radius: 15px;
  margin-top: 10px;
  padding: 0px 15px;
}
.box-desc {
  min-height: 120px;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.textarea {
  height: 170px;
  padding: 15px 15px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid #0c4b82;
  margin-top: 10px;
  background: rgba(175, 179, 255, 0);
}
.submit-btn {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #0c4b82;
  background: #0c4b82;
  color: #ffffff;
  margin-top: 25px;
}
section.home-contact {
  background: #edf4fa;
  padding: 50px 0px;
}
.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.right-form-area {
  padding-left: 40px;
}
.blue-area {
}
.right-area-testi {
  padding-left: 70px;
}

.subscribe-area {
  padding: 0px 0px 30px;
}
img.quote-one {
  height: 45px;
  width: auto;
  margin-bottom: 36px;
}
p.testi-title {
  color: #404b52;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
img.quote-two {
  height: 45px;
  width: auto;
  transform: rotate(180deg);
}
section.testimonials {
  background-color: #eaf8fe;
  padding: 50px 0px 50px;
}
.awards .spl-text {
  width: 75%;
}
img.test-small-img {
  height: 100px;
  width: 100px;
  border-radius: 10px;
}
.single-test-small {
  display: flex;
  align-items: center;
  gap: 30px;
}

p.testi-subtitle {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.5%;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}

/* Footer Css */
section.footer {
  background-color: #0c4b82;
  padding: 70px 0px 25px;
}
p.footer-main-heading {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}
img.logo-footer {
  margin-bottom: 30px;
  width: 200px;
}
p.footer-sub-heading {
  color: #c2d2e0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 18px;
}

p.footer-content {
  color: #c2d2e0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
a.footer-link {
  color: #c2d2e0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.single-link {
  margin-bottom: 13px;
}
.footer-gap {
  margin-bottom: 50px;
}
.other-column {
  padding-left: 40px;
}
.copyright {
  background-color: #a0daf3;
  border-radius: 10px;
  padding: 6px 30px;
  margin-top: 50px;
}
p.copyright-text {
  color: #0c4b82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.social-media-links i {
  color: #0c4b82;
  font-size: 24px;
}
.social-media-links {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  position: relative;
  top: 2px;
}
.blue-area {
  background-color: #0b62ac;
  border-radius: 14px;
  padding: 120px 0px;
  position: relative;
}
.blue-area p {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 45px;
}
.sub-input-wrapper {
  height: 56px;
  border-radius: 15px;
  background: #fff;
  padding: 0px 10px 0px 0px;
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
input.subscribe-input {
  width: 82%;
  height: 100%;
  padding-left: 20px;
  border: 0px;
  border-radius: 20px;
  outline: none;
}
.sub-input-wrapper .submit-btn {
  flex: 1;
  margin: 0px;
}
img.first-circle {
  height: 100px;
  position: absolute;
  top: 0px;
  left: 20px;
  width: auto;
}
img.second-circle {
  height: 120px;
  position: absolute;
  top: 0px;
  left: -18px;
  width: auto;
  transform: rotate(-40deg);
}
img.third-circle {
  height: 100px;
  position: absolute;
  top: 0px;
  right: 20px;
  width: auto;
}
img.fourth-circle {
  height: 120px;
  position: absolute;
  top: 0px;
  right: -18px;
  width: auto;
  transform: rotate(40deg);
}
img.orange-arrow {
  height: 160px;
  position: absolute;
  left: 80px;
  width: auto;
  top: 55px;
  transform: rotate(-3deg);
}
img.bulb {
  height: 110px;
  position: absolute;
  right: 110px;
  width: auto;
  bottom: 20px;
}
.blog-date {
  color: #3883c4;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 10px 0px;
}
.blog-title {
  color: #404b52;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.blog-subtitle {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-read-more {
  display: inline-block;
  color: #0c4b82;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.single-blog {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
section.white-sec {
  padding: 50px 0px;
}
img.blog-img {
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}
.light-blue-area {
  background-color: #edf4fa;
  padding: 50px 0px;
}
.theme-hr {
  border-top: 2px solid rgba(11, 98, 172, 0.4);
  margin: 0px 0px 35px 0px;
}

/* our courses style */
.our-courses {
  padding: 80px 0;
}
.our-courses-content {
  margin-top: 100px;
}
.our-courses-content p {
  color: #404b52;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 111.111% */
  text-transform: capitalize;
}
.course-box {
  border-radius: 15px;
  background: #aed7e9;
  padding: 16px;
  height: 445px;
}
.course-box h2 {
  color: #101828;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  margin-top: 15px;
  margin-bottom: 7px;
}
.course-box p {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.view-more-btn-white {
  background: #fff;
  white-space: nowrap;
}
.course-box img {
  border-radius: 5px;
}
.owl-prev {
  background: url("../images/left-arrow.svg") no-repeat center center !important;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.owl-next {
  background: url("../images/right-arrow.svg") no-repeat center center !important;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.slider-section {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

h1.banner-title {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
}
p.banner-subt {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
h1.banner-title {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;
}
.slider-section h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
  text-align: right;
}
a.section-text-heading {
  text-align: right;
  border-bottom: 2px solid #ffffff;
  padding: 13px 13px;
  color: #ffffff;
  font-weight: 300;
  display: block;
}
a.section-text-heading:hover {
  background-color: #ffffff;
  color: #000000;
}
.testimonial .item {
  padding: 0px 60px;
}
.owl-prev span {
  opacity: 0;
}
p.test-name {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin: 20px 0px 10px;
  position: relative;
  padding-left: 15px;
}
p.test-name::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
}
.owl-next span {
  opacity: 0;
}
section.testimonial {
  padding: 80px 0px;
}
section.testimonial .right-area h2,
section.testimonial .sec-heading {
  margin-top: 0px;
}
p.test-msg {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.testimonial .owl-nav {
  display: block !important;
}
button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50px);
}
button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50px);
}
.breadcrumb-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
ul.bc-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
img.bc-4 {
  height: 60px;
  position: absolute;
  left: 20%;
  width: auto;
  bottom: -20px;
}
img.bc-1 {
  height: 70px;
  position: absolute;
  width: auto;
  right: 30%;
  top: -30px;
}
img.bc-3 {
  height: 35px;
  position: absolute;
  right: 17%;
  width: auto;
  top: -40px;
}
.bc-navigation li:not(:last-child)::after {
  content: " /";
  margin-left: 5px;
  margin-right: 5px;
  color: inherit;
}
h1.bc-heading {
  color: #147cd7;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
  text-align: center;
}
.bc-navigation li a {
  color: #2a2a2a;
  font-size: 16px;
}
.breadcrumb-area .container {
  position: relative;
}
img.bc-2 {
  position: absolute;
  height: 66px;
  left: 8%;
  width: auto;
  top: -25px;
}
.abt-right {
  padding-right: 10%;
}
.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.bottom-box {
  border-top: 2px solid #e7f6fc;
  padding-top: 25px;
  margin-top: 20px;
}
.top-box img {
  width: 100px;
  margin: 0 auto;
  height: 100px;
}
.single-box {
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
p.box-subheading {
  color: #2a2a2a;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  min-height: 90px;
}
.in-main-heading {
  color: #404b52;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
.in-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-search-wrapper {
  display: flex;
  width: 400px;
  height: 45px;
  padding: 0px 10px;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  border: 1px solid #0c4b82;
}
input.inner-search-input {
  width: 100%;
  height: 40px;
  padding-left: 30px;
  border: 0px;
  outline: none !important;
}
.inner-search-wrapper i {
  position: absolute;
}
.sec-white .single-course-list {
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.course-banner {
  background-image: url("/assets/images/uni-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
  padding: 50px;
}
img.uni-image {
  height: 100px;
  width: auto;
  border-radius: 14px;
}
h1.course-heading {
  color: #fff;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.course-banner-wrapper {
  display: flex;
  align-items: stretch;
}
.course-banner-wrapper .left-area {
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.course-banner-wrapper .right-area {
  width: 50%;
  border-radius: 15px;
  background: #edf4fa;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-input-wrapper {
  margin-bottom: 25px;
}

input.form-input,
select.form-input {
  border-radius: 15px;
  border: 1px solid #0c4b82;
  background: rgba(175, 179, 255, 0);
  height: 45px;
  padding: 0px 15px;
  appearance: none;
  position: relative;
  width: 100%;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 54%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/assets/images/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
textarea.form-input {
  border-radius: 15px;
  border: 1px solid #0c4b82;
  background: rgba(175, 179, 255, 0);
  height: 120px;
  padding: 0px 15px;
}
.form-input-wrapper label {
  color: #0c4b82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.code-area {
  display: flex;
  height: 45.02px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #000000;
  color: #ffffff;
}
button.form-btn {
  display: flex;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #0c4b82;
  background: #0c4b82;
  width: 100%;
  border-radius: 15px;
  color: #ffffff;
  margin-top: 25px;
}
.course-content .nav-pills .nav-link {
  display: flex;
  padding: 15px 35px;
  align-items: center;
  gap: 10px;
  background: #a0daf3;
  border-radius: 0px;
  color: #0b62ac;
}
.nav-pills .nav-item:first-child .nav-link {
  border-top-left-radius: 20px;
}
.nav-pills .nav-item:last-child .nav-link {
  border-top-right-radius: 20px;
}
.course-content .nav-pills .nav-link.active {
  background: #0b62ac;
  color: #ffffff;
}
.course-hr {
  border: 1px solid rgba(11, 98, 172, 0.4);
  margin: 2rem 0rem;
}
p.cc-heading {
  color: #404b52;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.5%;
  letter-spacing: 0.48px;
  margin: 20px 0px;
}
p.cc-sub-heading {
  color: #404b52;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 0.4px;
}
.cc-main-content {
  display: flex;
  align-items: center;
}
.cc-left-area {
  flex: 1;
}
.cc-la-content {
  display: flex;
  flex-direction: column;
}
.cc-right-area {
  text-align: right;
}
.cc-la-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
section.course-content {
  padding: 50px 0px;
}
.blog-wrapper .course-wrapper {
  gap: 2%;
}
.blog-wrapper .single-course-list {
  width: 32%;
}
.contact .top-box img {
  width: 60px;
  margin: 0 auto;
  height: 100px;
}
.en-section-heading {
  color: #0c4b82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  border-radius: 15px;
  border: 1px solid #0c4b82;
  background: #0b62ac;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.horizontal-radio-wrapper .radio-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

#box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.3s ease;
}

/* When two boxes are side by side */
.box.half-width {
  width: calc(50% - 5px);
}

#header {
  /* position: relative; */
  background: #fff;
  padding: 15px 0;
}

#sticky-header {
  display: none;
}

@media (min-width: 768px) {
  #sticky-header {
    display: block;
  }
}

.moving-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
  transition: width 0.4s ease-in-out;
  height: fit-content;
}
.moving-box .moving-box-label {
  height: 160px;
  background-color: #2077c2;
  width: 140px;
  border-radius: 10px 10px 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.moving-box-desc {
  visibility: hidden;
  height: 100px;
  overflow: hidden;
}
.learn-more {
  visibility: hidden;
  width: 92px;
}
p.moving-box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
p.moving-box-desc {
  color: #2a2a2a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.moving-box-content-wrapper {
  padding: 35px 15px 15px;
}
.moving-box-wrapper {
  display: flex;
  gap: 10px;
}

p.content-text {
  color: #777;

  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}
.right-area h2 span {
  height: 25px;
  width: 25px;
  position: relative;
  display: block;
  background-color: #000000;
}
.single-sec {
  margin-bottom: 60px;
}
.success {
  margin-bottom: 80px;
}
.each-success .sb-heading {
  font-size: 20px;
  line-height: 27px;
  margin-top: 20px;
  min-height: 54px;
}
.success-content {
  margin-top: 15px;
}
.each-success .sb-subheading a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}
.all-success > .row {
  --bs-gutter-y: 50px;
}
/* ---------------- new --------------------------------------------------------- */
/*===================background Color=================== */
.bg-black {
  background: #000;
}
.bg-white {
  background: #ffffff;
}
.bg-gray {
  background: #e3e3e3;
}
/*===================Button=================== */
.sb-btn {
  background: transparent;
  padding: 10px 44px;
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin-top: 28px;
  transition: all 0.9s ease-in-out;
  position: relative;
}
.sb-btn:hover {
  color: #fff;
  background: #000;
}
/*===================Heading Subheading=================== */
.sb-heading {
  font-style: normal;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 50.1px;
}
.sb-subheading {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
}
/* -----------Transactions----------- */
.sb-transactions {
  padding: 80px 0;
}
.sb-transactions .accordion-button {
  position: relative;
}
.sb-transactions .at-item {
  margin-bottom: 16px;
  background: #000;
  border-radius: 10px;
}
.sb-transactions .at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  border-radius: 0;
  padding: 15px 10px;
}
.sb-transactions .at-title .title {
  margin-left: 20px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.1px;
}
.sb-transactions .at-title::before {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  font-size: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 25px;
  height: 25px;
}
.sb-transactions .at-title.active::before {
  content: "\f2ea";
  font-family: bootstrap-icons !important;
  font-size: 19px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sb-transactions .at-tab {
  display: none;
  text-align: left;
}
.sb-transactions .at-tab .subtitle {
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.1px;
}
.sb-transactions .at-tab .subtitle a {
  color: #ff1212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sb-transactions .accordianList {
  margin-top: 27px;
}
.sb-transactions .accordianList li {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-bottom: 17px;
}
.sb-transactions .accordianList li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f272";
  margin-right: 15px;
}
.sb-tabContent .sb-subheading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50.1px;
}
.sb-tabLeft .sb-subheading {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.sb-tabLeft .sb-subheading span {
  font-weight: 700;
}
.sb-tabLeft {
  background: #fff;
  padding: 24px;
}
.sb-tabLeft li + li {
  margin-top: 10px;
}
.sb-tabRight .sb-subheading {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.sb-tabtotal {
  margin-top: 16px;
}
.accordion .solutionList {
  margin-top: 32px;
}
.accordion .solutionList li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50.1px;
  display: flex;
  align-items: baseline;
}
.accordion .solutionList li::before {
  color: #fff;
}
/* -----------Get In Touch----------- */
.sb-touch {
  padding: 80px 0;
}
.sb-touch .sb-subheading {
  margin-top: 24px;
  max-width: 405px;
}
.sb-form > .row {
  --bs-gutter-y: 20px;
}
.sb-eachInput input,
.sb-eachInput select,
.sb-eachInput textarea {
  padding: 10px 24px;
  border: 2px solid #000;
  border-radius: 0;
}
.sb-eachInput input::placeholder,
.sb-eachInput textarea::placeholder,
.sb-eachInput select:valid {
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* ----------- Home ceo ----------- */
.ceo.home-ceo .sb-heading,.ceo.home-ceo .sb-subheading,.ceo .ceoName p{
  color: #000;
}
.ceo .ceoName p::before{
  background: #000;
}
/* -----------Footer----------- */
.sb-footerTop {
  padding: 80px 0;
}
.sb-footerLeft img {
  width: 100%;
  max-width: 238px;
}
.sb-footerLeftContent {
  margin-top: 15px;
}
.sb-footerLeftContent .sb-heading,
.sb-footerRight .sb-heading {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 25.7px;
  letter-spacing: 0.1px;
}
.sb-contact {
  margin-top: 25px;
}
.sb-contact li,
.sb-contact li a,
.comeOver li {
  display: flex;
  max-width: 100%;
  color: #414042;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.38px;
  align-items: flex-start;
}
.sb-contact i {
  margin-right: 7px;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}
.sb-contact img {
  max-width: 18px;
  margin-right: 7px;
}
.sb-contact li + li {
  margin-top: 10px;
}
.sb-footerLeftContent .sb-subheading {
  color: #414042;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 15px;
  max-width: 256px;
}
.sb-links,
.sb-follow {
  margin-top: 25px;
}
.sb-links li a {
  color: #414042;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.sb-links li + li {
  margin-top: 10px;
}
.sb-follow li {
  display: inline-block;
}
.sb-follow li + li {
  margin-left: 16px;
}
.sb-follow li svg {
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 20px;
}
.sb-footerBottom {
  padding: 14px 0;
}
.sb-footerBottom .sb-subheading {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.38px;
  text-align: center;
}
.query {
  margin-top: 55px;
}
.comeOver {
  margin-top: 25px;
}
.comeOver img {
  max-width: 20px;
  margin-right: 9px;
}
.comeOver a {
  color: #414042;
}
.comeOver li + li {
  margin-top: 20px;
}
/*=================== Privacy Policy =================== */
/* Inner Banner */
.innerBanner {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.innerBanner::before {
  content: "";
  background: rgba(0, 0, 0);
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.innerContent {
  text-align: center;
  position: relative;
  z-index: 1;
}
.innerContent .sb-heading {
  color: #fff;
  font-size: 45px;
  margin-bottom: 21px;
}
.breadcrumbs {
  display: inline-block;
  text-align: center;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
.breadcrumbs li a {
  transition: all 0.6s ease-in-out;
  color: #c0c0c0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs li span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs li + li:before {
  content: "/";
  color: #fff;
  margin-right: 5px;
}
.breadcrumbs li:hover a {
  color: #fff;
}
/* BLACKROCK BANK BROKER LLC – PRIVACY NOTICE */
.privacy-notice {
  padding: 60px 0;
}
.sb-privacy .sb-heading.main-heading {
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
}
.dateBold {
  color: #000;
}
.datePart {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.datePart .sb-subheading {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.datePart .sb-heading {
  font-size: 20px;
}
.datePart .sb-subheading.place {
  font-weight: 400;
}
.box {
  background-color: #000;
  width: 15px;
  height: 15px;
}
.datePart .eachPart h6 {
  font-size: 20px;
  line-height: 50.1px;
  font-weight: 600;
  color: #000;
}
.eachPart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.datePart .introPart .sb-subheading {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.link {
  font-weight: 700;
  color: #777777;
  transition: all 0.9s ease-in-out;
}
.link:hover {
  color: #000;
}
.scope {
  margin-top: 30px;
}
.scope li {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.scope li:last-child {
  margin-bottom: 0;
}
.scope li::before {
  font-size: 6px;
  content: "\f287";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
}
.introPart h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50.1px;
  color: #000000;
  margin-top: 20px;
}
.bold {
  font-weight: 600;
}
.table-wrapper {
  overflow-x: auto;
  margin: 30px auto;
  max-width: 100%;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.custom-table thead {
  background-color: #000;
  color: #fff;
}
.custom-table th,
.custom-table td {
  border: 1px solid #ddd;
  vertical-align: top;
}
.custom-table th {
  font-size: 20px;
  font-weight: 600;
  padding: 18px;
}
.custom-table td {
  font-size: 18px;
  font-weight: 400;
  padding: 31px 39px;
}
.unLink {
  color: #000;
}
.blue {
  color: #346de8;
}
.allcontact {
  margin-top: 24px;
}
.allcontact li + li {
  margin-top: 10px;
}
.allcontact li {
  transition: 0.9s ease-in-out;
}
.allcontact li:hover a {
  color: #000;
}
.allcontact a i {
  margin-right: 15px;
}
.allcontact a {
  color: #414042;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.allcontact a.blue {
  color: #346de8;
}
.allcontact img {
  max-width: 18px;
}
/*=================== FQA'S =================== */
.faq .datePart {
  padding-top: 0;
}
.faq .sb-transactions .at-item {
  background-color: #fff;
}
.faq .sb-transactions .at-title .title,
.faq .sb-transactions .at-tab .subtitle {
  color: #000;
  margin-left: 0;
}
.faq .sb-transactions .at-title.active::before,
.faq .sb-transactions .at-title::before {
  display: none;
}
.faq .sb-transactions .at-title::after {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  color: #000;
}
.faq .sb-transactions .at-title.active::after {
  content: "\f2ea";
  font-family: bootstrap-icons !important;
  font-size: 30px;
  color: #000;
}
.faq .sb-transactions .at-title {
  padding: 0;
}
.faq .sb-transactions {
  padding: 30px 0;
}
.faq .eachPart h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  max-width: 765px;
}
.faq .at-tab .sb-subheading {
  font-size: 18px;
  font-weight: 400;
}
.faq .sb-transactions .at-item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.faq .sb-transactions .at-item.active .at-title {
  margin-bottom: 10px;
}
.faq .eachPart {
  align-items: baseline;
}
.faq .sb-transactions .at-item:last-child {
  border: none;
}
/*=================== About US =================== */
/* HOW BLACKROCK BANK BROKER WORKS */
.howWork {
  padding: 60px 0 70px;
}
.howWork .sb-privacy .sb-subheading,
.howworkRight .sb-subheading {
  margin-top: 35px;
  font-weight: 400;
  margin-top: 35px;
}
.howworkRight .sb-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 50.1px;
}
.allLinks {
  margin-top: 40px;
}
.allLinks li {
  padding: 9px 0 11px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.allLinks li a {
  font-size: 16px;
  font-weight: 600;
  color: #414042;
}
/* counter */
.fullCounter {
  padding: 20px 0 60px;
}
.each_counter span {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.1px;
}
.count {
  text-align: center;
  margin: 0 auto 15px;
  display: block;
}
.each_counter p {
  color: #5e5b5b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
/* Apply Trade Finance Services to Conclude Your Trade Deals */
.tradeFinance {
  padding: 80px 0;
  text-align: center;
}
.tradeFinance .sb-heading {
  font-size: 38px;
  margin-bottom: 20px;
}
/* Why Choose Blackrock Bank Broker? */
.whyChoose {
  padding: 80px 0;
  position: relative;
}
.whyChoose .sb-heading {
  color: #fff;
  font-size: 38px;
  text-align: center;
}
.whyChoose .totalChoose {
  position: relative;
  z-index: 2;
  margin-top: 44px;
}
.whyChoose .eachWork {
  padding: 30px;
  position: relative;
  transition: all 0.6s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
}
.whyChoose .overlay {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0%;
  left: 0%;
  color: #000;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.whyChoose .eachWork:hover .overlay {
  width: 100%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.whyChoose .workIcon img {
  max-width: 30px;
  transition: all 0.6s ease-in-out;
}
.eachWork:hover .workIcon img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.whyChoose .workIcon {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  align-items: center;
}
.whyChoose .eachWork .sb-heading {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.6s ease-in-out;
  font-weight: 600;
  line-height: normal;
  max-width: 225px;
  text-align: left;
}
.eachWork:hover .sb-heading {
  color: #000;
}
.whyChoose .eachWork .sb-subheading {
  font-size: 16px;
  transition: all 0.6s ease-in-out;
  color: #e3e3e3;
  min-height: 156px;
}
.eachWork:hover .sb-subheading {
  color: #000;
}
.totalChoose > .row {
  --bs-gutter-y: 20px;
}
/* How Blackrock Bank Broker Works */
.howWorks {
  padding: 50px 0 70px;
}
.howWorks .sb-heading {
  text-align: center;
  font-size: 38px;
}
.eachmission img {
  max-width: 50px;
}
.mission {
  margin-top: 35px;
}
.missionContent {
  margin-top: 10px;
}
.howWorks .missionContent .sb-heading {
  font-size: 23px;
  text-align: left;
}
.missionContent .sb-subheading {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
/* Our CEO Speaks */
.ceo {
  padding: 75px 0;
}
.ceo .sb-heading {
  color: #fff;
}
.ceo .sb-subheading {
  margin-top: 24px;
  color: #e3e3e3;
}
.ceoName p {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1px;
  position: relative;
  margin-left: 30px;
  margin-top: 24px;
}
.ceoName p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%);
  content: "";
  width: 15px;
  height: 1px;
  background: #e3e3e3;
  margin-left: -20px;
}
/*=================== Letter of Credit (LC) – MT700 =================== */
.success-story {
  padding: 50px 0 80px;
}
.success-story .sb-heading {
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 672px;
}
.success-story .sb-subheading {
  font-weight: 400;
}
.successLLC .sb-privacy {
  margin-bottom: 27px;
}
.solutionPart {
  margin-top: 30px;
}
.solutionPart .sb-heading {
  line-height: 50.1px;
  font-size: 20px;
  margin-bottom: 0;
}
.solutionList li {
  font-size: 18px;
  position: relative;
}
.solutionList li::before {
  content: "\f270";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin-right: 10px;
}
.solutionList li + li {
  margin-top: 20px;
}
.recent-success {
  color: #000;
  font-size: 25px;
  line-height: 50.1px;
}
.recentList li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recentList li:last-child {
  border-bottom: none;
}
.recentList li a {
  display: flex;
  gap: 14px;
}
.recentList li img {
  max-width: 100px;
  object-fit: cover;
}
.recentList li h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 6px;
}
.recentList li .sb-subheading {
  font-size: 14px;
}
.solutionPart .sb-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  max-width: 540px;
}

.blog .sb-subheading{
  font-size: 16px;
}
.spinner {
  border: 2px solid #000000;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}


/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
.tyh {
  position: relative;
  width: 700px;
  text-align: center;
}
.thumbs-up {
  height: 60px;
  width: 60px;
  display: flex;
  margin: 0 auto;
}
.ty-header {
  height: 160px;
  position: relative;
  width: 50vw;
}
.thank-you-heading {
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: #000000;
  position: absolute;
  z-index: 2;
  transition: all ease 0.4s;
  white-space: nowrap;
  left: 0px;
  right: 0px;
  /* left: 50%;
  transform: translateX(-50%); */
}
.thank-you-heading-span {
  position: absolute;
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: white;
  top: 3px;
  z-index: 1;
  left: 4px;
  right: 0px;
  transition: all ease 0.4s;
  /* left: 50.5%;
  transform: translateX(-50%); */
  /* width: fit-content; */
  white-space: nowrap;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px 5px #000000;
}

p.ty-sub {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
p.ty-p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.thankyou-section {
  min-height: calc(100vh - 141px);
  display: flex;
}
.thankyou-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.no-scroll {
  overflow-y: hidden;
}
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
.each-success img {
  height: 280px;
  border-radius: 16px;
}
/*====================================================== Responsive ========================================*/
@media only screen and (max-width: 991px) {
  .rs-padding {
    padding: 30px 0;
  }
  .sb-contact li,
  .sb-contact li a,
  .sb-footerLeftContent .sb-subheading {
    max-width: 100%;
  }
  .sb-footerRight > .row {
    --bs-gutter-y: 20px;
  }
  .sb-footerLeft {
    margin-bottom: 20px;
  }
  .sb-links,
  .sb-follow,
  .sb-contact {
    margin-top: 15px;
  }
  .sb-touch .sb-subheading {
    margin-top: 10px;
    max-width: 100%;
  }
  .sb-form {
    margin-top: 30px;
  }
  .sb-transactions .at-title .title {
    font-size: 20px;
  }
  .sb-tabRight {
    margin-top: 30px;
  }
  .sb-tabContent .sb-subheading {
    font-size: 20px;
    line-height: 40.1px;
  }
  .sb-privacy .sb-heading.main-heading {
    font-size: 20px;
    line-height: normal;
  }
  .howWork .sb-privacy .sb-subheading,
  .howworkRight .sb-subheading {
    margin-top: 15px;
    font-size: 16px;
  }
  .howworkRight .sb-heading {
    font-size: 20px;
    line-height: normal;
  }
  .allLinks {
    margin-top: 20px;
  }
  .each_counter span {
    font-size: 30px;
  }
  .counterPart > .row {
    --bs-gutter-y: 20px;
  }
  .count {
    margin: 0 auto 0;
  }
  .whyChoose .eachWork .sb-subheading {
    min-height: 208px;
  }
  .missionContent .sb-subheading {
    font-size: 14px;
  }
  .ceo img {
    margin-bottom: 20px;
  }
  .ceo .sb-subheading {
    margin-top: 15px;
  }
  .main_header {
    padding: 12px 0;
  }
  span.toggle-menu img {
    height: 50px;
  }
  .main_header {
    width: 100%;
    background: #f6f6f6;
    padding: 10px 0;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    display: block;
    cursor: pointer;
  }
  span.toggle-menu i {
    color: #000;
    font-size: 35px;
  }
  .overlay {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .navigation_sec .nav_sec {
    width: 350px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #000;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0px;
    transition: all 0.4s ease;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    border-top: none !important;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .main_header .logo {
    display: block;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #ff2f63;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #ff2f63;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #ff2f63;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #ff2f63;
    color: #fff;
  }
  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    /* background: url(../images/arw.png) no-repeat center; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .navigation_sec .mega-menu {
    width: 100%;
    padding: 20px 15px;
    top: 100%;
  }
  .navigation_sec .mega-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .navigation_sec .mega-container {
    display: block;
  }
  .mega-column:last-child {
    margin-top: 20px;
  }
  .navigation_sec ul li.has-mega-menu.active ul li.active a {
    color: #fff;
  }
  .navigation-container {
    justify-content: end;
  }
  .slider-section h3 {
    font-size: 20px;
  }
  img.director-img {
    height: auto;
    width: 100% !important;
  }
  .director-message > .row {
    flex-direction: column-reverse;
  }
  .owl-stage {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  nav.nav_sec.active {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #000000;
    z-index: 9999;
  }
  .action-container {
    margin-left: 0px;
  }
  .single-f-c {
    margin-top: 40px;
  }
  .slider-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h1.banner-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  p.banner-subt {
    margin-bottom: 10px;
  }
  .cba {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .slider-section h3 {
    width: 100%;
    text-align: left;
    margin: 50px 0px 30px;
  }
  p.section-text-heading {
    width: 45%;
    text-align: left;
    height: 75px;
    margin-bottom: 20px;
  }
  img.director-img {
    height: auto;
    width: 100%;
  }
  .director-message .left-area {
    margin-bottom: 40px;
  }
  .right-area h2,
  .sec-heading {
    font-size: 25px;
  }

  a.main-theme-btn {
    padding: 10px 15px;
  }

  .navigation-container {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .main_header .logo img {
    margin: 0 auto 0px 0px;
  }
  .theme-btn {
    padding: 0px 25px;
  }
  /* .navigation-container {
    display: none;
  } */
  .slider-section .slider-left-area {
    padding: 0px 0 0px 0px;
  }
  .slider-section .slider-left-area h2,
  .slider-section .slider-left-area h2 span {
    font-size: 36px;
    line-height: normal;
  }
  .first-slide-image img,
  .second-slide-image img {
    height: 214px;
    width: auto;
    z-index: 1;
    position: relative;
    object-fit: cover;
  }
  .second-slide-image::before,
  .first-slide-image::before {
    height: 214px;
    width: auto;
  }
  .slider-right-area {
    display: none;
  }
  section.blue-counter {
    padding: 45px 0px;
  }
  .uni-wrapper {
    flex-direction: column;
  }
  .left-uni-list {
    width: 100%;
    padding-right: 35px;
    margin-bottom: 30px;
  }
  .course-wrapper {
    flex-direction: column;
  }
  .single-course-list {
    width: 100%;
  }
  .blue-area {
    padding: 210px 0px 120px;
  }
  .first-circle,
  .second-circle,
  .orange-arrow,
  .third-circle,
  .fourth-circle {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .sb-padding {
    padding: 60px 0;
  }
  .sb-subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .sb-eachInput input::placeholder,
  .sb-eachInput textarea::placeholder {
    font-size: 14px;
  }
  .sb-eachInput input,
  .sb-eachInput textarea {
    padding: 10px 17px;
  }
  .sb-transactions .at-title .title {
    font-size: 17px;
  }
  .sb-tabContent .sb-subheading {
    font-size: 18px;
    line-height: normal;
  }
  .sb-transactions .at-title::before {
    width: 20px;
    height: 20px;
  }
  .sb-transactions .at-title .title {
    line-height: normal;
  }
  .sb-transactions .at-title {
    padding: 15px 5px;
  }
  .sb-footer.sb-padding {
    padding: 0;
  }
  .howWorks .sb-heading,
  .whyChoose .sb-heading,
  .tradeFinance .sb-heading {
    font-size: 30px;
    line-height: normal;
  }
  .why-choose h2 {
    text-align: left;
  }
  .why-choose.apply-tarde h2 {
    text-align: center;
  }
  section.testimonial {
    padding: 80px 0px 0;
  }
  .accordion .solutionList li {
    font-size: 18px;
    line-height: normal;
  }
  .whyChoose .eachWork .sb-subheading {
    min-height: auto;
  }
  .whyChoose .eachWork .sb-heading {
    max-width: 100%;
  }
  .mission > .row {
    --bs-gutter-y: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .action-container {
    gap: 12px;
  }
  .each-success .sb-heading br {
    display: none;
  }
  .each-success .sb-heading {
    min-height: auto;
  }
  .success {
    margin-bottom: 0;
  }
  .main-theme-btn.white {
    margin-top: 20px !important;
  }
  .single-sec {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 350px) {
}
