@charset "UTF-8";
/*
	[Master Stylesheet]
	Template Name: Educator
	Description: educator is an expressive, virtuous, Responsive, user friendly and powerful HTML 5 Template.This template was built in Bootstrap 5, HTML5 and CSS3.
	Author: Bosa Themes
	Author URI: https://themeforest.net/user/bosathemes
	Version: 1.0.1
	Primary use: Education
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Table
4. Forms
5. Buttons
6. Default
7. Clearing
8. Main Header
9. Main Header Menu
10. Home front section
	* Home banner section
	* Home about section
	* Home fact section
	* Home feature section
11. Main Footer
12. Inner Banner

---------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  background-color: #ffffff;
  font-size: 15px;
  color: #414141;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  scroll-behavior: smooth;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.7;
  margin: 0 0 15px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #111111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}
blockquote:before {
  background-color: #fff;
  color: #444444;
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 48px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}
blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.4;
}
blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr,
acronym {
  border-bottom: 1px dotted #5e5e5e;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}

h2 {
  font-size: 42px;
  font-weight: 900;
}

h3 {
  font-size: 32px;
  font-weight: 800;
}

h4 {
  font-size: 24px;
  font-weight: 800;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #4338ca;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay,
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-divider {
  position: relative;
  margin-bottom: 20px;
  height: 17px;
}
.title-divider:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  background-color: #4f46e5;
  background-size: 22px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.figure-round-border {
  border-radius: 25px;
  overflow: hidden;
}
.figure-round-border img {
  border-radius: 25px;
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}
table thead tr {
  background-color: #262626;
}
table thead tr th {
  color: #383838;
}
table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th, td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 50px;
}
@media screen and (max-width: 575px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 42px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding: 0 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #312e81;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a7a7a7;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7a7a7;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a7a7a7;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.button-round-primary,
.button-round-secondary,
.button-round-white {
  font-size: 15px;
  line-height: 1.1;
  padding: 16px 28px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .button-round-primary,
.button-round-secondary,
.button-round-white {
    padding: 12px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #312e81;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #4338ca;
}

.button-round-primary,
.button-round-secondary,
.button-round-white {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: none;
  color: #0E3500;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.button-round-primary {
  background-color: #312e81;
  color: #ffffff;
}

.button-round-secondary {
  background-color: #894306;
  color: #ffffff;
}

.button-round-secondary:hover,
.button-round-secondary:focus,
.button-round-secondary:active{
  background-color: #D96814;
  color: #ffffff;
}

.button-round-white {
  background-color: #ffffff;
  color: #111111;
}

.button-round-primary:hover, .button-round-primary:focus, .button-round-primary:active,
.button-round-white:hover,
.button-round-white:focus,
.button-round-white:active {
  background-color: #4338ca;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.social-links a {
  font-size: 16px;
  color: #312e81;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: #4338ca;
}

.to-top-icon {
  background-color: #EE781F;
  color: #ffffff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.to-top-icon .fa-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.to-top-icon:hover {
  background-color: #D96814;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  background-color: #312e81;
  width: 100%;
  z-index: 10;
}

/*--- top header css start ---*/
.top-header {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
@media screen and (max-width: 991px) {
  .top-header {
    padding: 0;
  }
}

.header-contact-info {
  color: #d9d9d9;
}
.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
}
.header-contact-info ul li:first-child {
  padding-left: 0;
}
.header-contact-info ul li .fa-icon {
  margin-right: 5px;
}
.header-contact-info ul li a {
  color: #d9d9d9;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active,
.header-contact-info ul li a:hover .fa-icon,
.header-contact-info ul li a:focus .fa-icon,
.header-contact-info ul li a:active .fa-icon {
  color: #ffffff;
}
.header-contact-info ul li .fa-icon {
  color: #d9d9d9;
  width: 14px;
  height: 14px;
  transition: color 0.4s linear;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-social li {
  margin: 0 9px;
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .header-social li {
    margin: 0 6px;
  }
}
.header-social a {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.header-social a:hover, .header-social a:focus {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header-social a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header-social {
    padding: 8px 0;
  }
}

/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
@media screen and (max-width: 575px) {
  .site-identity .site-title {
    margin: 10px auto;
  }
}
@media screen and (max-width: 479px) {
  .site-identity .site-title {
    text-align: center;
  }
}
.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
/* .site-identity img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
} */
.site-identity a {
  display: block;
}
/* .site-identity a:hover img, .site-identity a:focus img, .site-identity a:active img {
  opacity: 0.5;
} */
/* @media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
} */

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.site-header .main-navigation .navigation > ul > li {
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .site-header .main-navigation .navigation > ul > li {
    padding: 0 10px;
  }
}
.site-header .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-top: 4px;
}
.site-header .main-navigation ul > li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul > li:last-child:before {
  display: none;
}
.site-header .main-navigation ul > li > a {
  color: var(--primary-400);
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}
.site-header .main-navigation ul > li:hover > ul, .site-header .main-navigation ul > li:focus > ul, .site-header .main-navigation ul > li:active > ul {
  display: block;
}
.site-header .main-navigation ul > li:hover > a, .site-header .main-navigation ul > li:focus > a, .site-header .main-navigation ul > li:active > a {
  color: #4338ca;
}
.site-header .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #4f46e5;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.site-header .main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.site-header .main-navigation ul ul li a {
  color: #414141;
  display: block;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .main-navigation ul ul li a:hover, .site-header .main-navigation ul ul li a:focus, .site-header .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #312e81;
}
.site-header .main-navigation ul ul li > ul {
  left: 100%;
  top: 0;
}
.site-header .main-navigation ul ul li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  margin-top: 6px;
}
.site-header .main-navigation ul ul li:hover > ul, .site-header .main-navigation ul ul li:focus > ul, .site-header .main-navigation ul ul li:active > ul {
  display: block;
  top: -3px;
}
.site-header .main-navigation ul ul li:hover a:after, .site-header .main-navigation ul ul li:focus a:after, .site-header .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header .main-navigation ul li {
  position: relative;
}
.site-header .main-navigation ul li:last-child ul, .site-header .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.site-header .main-navigation ul li:last-child ul ul, .site-header .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}
.site-header .main-navigation ul li.menu-item-has-children > a {
  position: relative;
}
.site-header .main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  margin-left: 8px;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.site-header .main-navigation ul li.menu-item-has-children li:hover > a, .site-header .main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: #4338ca;
  color: #ffffff;
}
.site-header .main-navigation ul li.current-menu-item > a, .site-header .main-navigation ul li.current-menu-parent > a {
  color: #4f46e5;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}
.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: none;
}
.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}
.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}
.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row > a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 991px) {
  .mobile-menu-container {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 15px 0;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}
.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #4338ca;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.slicknav_menu .slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.slicknav_menu .slicknav_arrow .fa-icon {
  width: 12px;
  height: 12px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}
.slicknav_btn .slicknav_icon:before {
  display: none;
}
.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}
.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}
.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}
.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}
.slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-banner {
  background-color: #312e81;
  min-height: 720px;
  position: relative;
  z-index: 1;
}
.home-banner .banner-content {
  margin-right: 30px;
  padding-top: 32px;
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .home-banner .banner-content {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .banner-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-banner .banner-content {
    padding: 30px 0;
  }
}
.home-banner .banner-content .banner-title h1 {
  color: #ffffff;
}
.home-banner .banner-content .banner-text p {
  color: #f8f8f8;
  margin-bottom: 35px;
}
.home-banner .banner-left,
.home-banner .banner-right {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-banner .banner-left .banner-img,
.home-banner .banner-right .banner-img {
    text-align: center;
  }
}
.home-banner .image-overlay {
  background-image: url(assets/img/educator-img4.webp);
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: top right;
}
.home-banner .image-overlay-oval {
  background-image: url(assets/img/educator-img2.webp);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.home-banner .overlay-image {
  background-image: url(assets/img/educator-img5.webp);
  opacity: 0.5;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 13% auto;
}

/*--------------------------------------------------------------
>>> Home about section  
----------------------------------------------------------------*/
.home-about-us {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.home-about-us .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-about-us {
    padding-top: 80px;
  }
}
.home-about-us .pattern-overlay {
  background-image: url(assets/img/educator-img3.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 17% auto;
  opacity: 0.3;
}
.home-about-us .about-left-content {
  margin-right: 35px;
}
@media screen and (max-width: 991px) {
  .home-about-us .about-left-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.home-about-us .about-left-content .figure-round-border {
  text-align: center;
}
.home-about-us .about-left-content .figure-round-border img {
  margin-bottom: 35px;
  border-radius: 25px;
  width: 100%;
}
.home-about-us .about-right-content {
  margin-left: 34px;
}
.home-about-us .about-right-content .about-desc {
  margin-bottom: 35px;
}
.home-about-us .about-right-content .figure-round-border {
  text-align: center;
}
.home-about-us .about-right-content .figure-round-border img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home-about-us .about-right-content {
    margin-left: 0;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
>>> Home fact section  
----------------------------------------------------------------*/
.home-fact-section {
  margin-bottom: 130px;
  background-color: #312e81;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  .home-fact-section {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-fact-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .home-fact-section {
    padding: 50px 0;
  }
}
.home-fact-section .overlay {
  display: none;
}
.home-fact-section .fact-section-head {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .home-fact-section .fact-section-head {
    padding-right: 0;
  }
}
.home-fact-section .fact-section-head .fact-section-title {
  color: #ffffff;
}
.home-fact-section .fact-section-head .fact-section-info {
  color: #d9d9d9;
}
.home-fact-section .fact-section-head .fact-list {
  margin-bottom: 35px;
}
.home-fact-section .fact-section-head .fact-list ul {
  margin: 0;
  padding: 0;
}
.home-fact-section .fact-section-head .fact-list ul li {
  list-style: none;
  color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
}
.home-fact-section .fact-section-head .fact-list ul li .fa-icon {
  color: var(--primary-400);
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 2px;
}
.home-fact-section .fact-section-head .fact-list ul li:last-child {
  margin-bottom: 0;
}
.home-fact-section .fact-right-inner-wrap {
  margin: -50px -30px -50px -30px;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap {
    margin: -20px 0 -20px 0;
  }
}
@media screen and (max-width: 991px) {
  .home-fact-section .fact-right-inner-wrap {
    margin-top: 20px;
  }
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  align-items: center;
  align-content: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box {
    aspect-ratio: auto;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0;
    grid-gap: 5px;
    margin-top: 40px;
  }
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  min-height: 300px;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content {
    min-height: auto;
  }
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content .circle-patten {
  background-image: url(assets/img/educator-img4.webp);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content .circle-c-patten {
  background-image: url(assets/img/educator-img3.webp);
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content h4 {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  max-width: 100%;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
  padding: 30px 40px 0px 75px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
    padding: 90px 15px 0px 60px;
  }
}
@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
    padding: 15px 10px;
    border-radius: 100% 100% 0% 0%;
    justify-content: center;
  }
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .top-right-image {
  background-position: center right;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-left-image {
  background-position: center left;
}
.home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
  align-items: center;
  padding: 0px 70px 50px 20px;
}
@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
    padding: 0px 65px 85px 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
    padding: 15px 10px;
    border-radius: 0% 0% 100% 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
>>> Home feature section  
----------------------------------------------------------------*/
.home-features-space-section {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .home-features-section {
    margin-bottom: 80px;
  }
}
.home-features-section .title-divider:before {
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.home-features-section .feature-section-info {
  margin-bottom: 55px;
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-color: #312e81;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.site-footer .footer-overlay {
  display: none;
}
.site-footer .top-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-footer .top-footer .textwidget {
  font-size: 15px;
  color: #d9d9d9;
}
.site-footer .top-footer .img-textwidget {
  margin-bottom: 10px;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-social-links {
  margin-top: 25px;
}
.site-footer .footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-social-links ul li {
  margin: 0 3px;
  display: inline-block;
}
.site-footer .footer-social-links ul li:first-child {
  margin-left: 0;
}
.site-footer .footer-social-links ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-social-links ul li a {
  background-color: transparent;
  color: #d9d9d9;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}
.site-footer .footer-social-links ul li a:hover {
  background-color: #ffffff;
  color: #4338ca;
}
.site-footer .footer-social-links ul li a:hover .fa-icon {
  color: #4338ca;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-social-links {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer {
    padding-top: 50px;
  }
  .site-footer .top-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .site-footer .bottom-footer {
    margin-top: 0;
  }
}
.site-footer .bottom-footer {
  padding: 20px 0;
  border-top: 1px solid rgba(167, 167, 167, 0.23);
}
.site-footer .bottom-footer .copy-right {
  color: #d9d9d9;
  font-size: 13px;
  font-weight: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .copy-right {
    margin-bottom: 20px;
    text-align: center;
  }
}

.top-footer .widget {
  margin-bottom: 0;
  color: #D9D9D9;
}
.top-footer .widget .widget-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-footer .widget p {
  font-size: 15px;
}
.top-footer .widget ul li {
  margin-bottom: 20px;
}
.top-footer .widget ul li a {
  color: #D9D9D9;
  font-size: 15px;
}
.top-footer .widget ul li a:hover, .top-footer .widget ul li a:focus, .top-footer .widget ul li a:active {
  color: #4f46e5;
}
@media screen and (max-width: 991px) {
  .top-footer .widget {
    margin-bottom: 30px;
  }
}
.top-footer .school-time span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.top-footer .school-time span i {
  font-size: 15px;
  color: #4f46e5;
  padding-right: 5px;
}
.top-footer .school-time a {
  padding: 14px 22px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
/* .inner-banner-wrap {
  margin-bottom: 110px;
} */
@media screen and (max-width: 767px) {
  .inner-banner-wrap {
    margin-bottom: 80px;
  }
}

.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  padding: 150px 0;
}
.inner-baner-container:before {
  background-image: linear-gradient(180deg, #312e81 0%, #312e81E0 15%);
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .inner-baner-container {
    padding: 80px 0;
  }
  .inner-baner-container .inner-title {
    font-size: 30px;
  }
  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}