:root {
  --bs-primary: #223e9c;
}

.radial-box {
  background-color: white;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #d9dbe4;
  display: inline-block;
  transform: translate(0px, 0px);
  transition: background-color 1s, color 1s, -webkit-box-shadow 500ms, box-shadow 500ms, transform 500ms !important;
}

.tst-rating {
  margin-bottom: 15px;
}

.tst-rating .fa {
  color: #3f51b5;
}

.tst-image,
.tst-author {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: right;
}

.tst-image img {
  border-radius: 50px;
  width: 60px !important;
  height: 60px;
  margin-left: 15px;
}

.faq_box {
  border: 1px solid #e0e0e0;
  border-radius: 2%;
  transition: border 2s;
}

.faq_box-active {
  border: 1px solid gray;
  border-radius: 2%;
  transition: border 2s;

}

.arrow_up {
  display: inline-block;
  padding: 10px 35px 10px 10px;
  position: relative;
  text-decoration: none;
}

.arrow_up:before,
.arrow_up:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 55%;
  width: 0;
}

.arrow_up:after {
  margin-top: -6px;
  margin-right: 5px;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.arrow_down {
  display: inline-block;
  padding: 10px 35px 10px 10px;
  position: relative;
  text-decoration: none;

}

.arrow_down:before,
.arrow_down:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 10px;
  top: 55%;
  width: 0;
}

.arrow_down:after {
  margin-top: -6px;
  margin-right: 5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

:root {
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #434a54;
  --gray-light: #aab2bd;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000000;
  --primary: #223e9c;
  --secondary: #1998ff;
  --success: #00d663;
  --info: #00b3ff;
  --warning: #ffe671;
  --danger: #ff696d;
  --light: #506690;
  --dark: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c7293;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  direction: rtl;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,

select {
  word-wrap: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;

}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  line-height: inherit;

}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.25rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: #919aa3;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #6c7293;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 30px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #6c7293;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #223e9c;
  border-color: #223e9c;
}

.btn-secondary {
  color: #fff;
  background-color: #1998ff;
  border-color: #1998ff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0085f2;
  border-color: #007ee5;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 167, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #007ee5;
  border-color: #0077d8;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 167, 255, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00d663;
  border-color: #00d663;
}

.btn-outline-primary {
  color: #223e9c;
  border-color: #223e9c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #223e9c;
  border-color: #223e9c;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.collapse:not(.show) {
  display: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.alert2 {
  position: absolute;
  width: 300px;
  height: 70px;
  margin-top: 10px;
  border-radius: 15px;
  background-color: #FFF;
  color: #283896;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  display: none;
  left: 40%;
}

/*alert-success*/
.alert-success2 {
  background-color: #52ba02;
  color: white;
  text-align: center;
}

.alert-success2 hr {
  border-color: white;
}

/**/
/*alert-warning*/
.alert-warning2 {
  background-color: #ffb100;
  color: #FFF;
  text-align: center;
}

.alert-warning2 hr {
  border-color: white;
}

/**/
/*alert-error*/
.alert-error2 {
  background-color: #ff3834;
  color: #FFF;
  text-align: center;
}

.alert-error2 hr {
  border-color: white;
}

/**/

.hr-alert2 {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  border-top: 4px solid #eee;
  border-color: white;

}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
}

.text-center {
  text-align: center !important;
}


@media (min-width: 992px) {
  .text-lg-right {
    text-align: right !important;
  }
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-dark {
  color: #000000 !important;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.w-100 {
  width: 100%;
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
  text-shadow: none;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

body {
  font-size: 0.937rem;
  font-family: "Rubik", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: normal;
}

p {
  font-size: 0.937rem;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}

h1,
.h1 {
  font-size: 3.125rem;
}

h2,
.h2 {
  font-size: 2.312rem;
}

h3,
.h3 {
  font-size: 2.187rem;
}

@media (max-width: 1024px) {

  h3,
  .h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

.font-weight-medium {
  font-weight: 500;
}

footer {
  background: #252020;
  padding: 120px 0;
}

footer .section-title {
  padding-bottom: 10px;
}

footer a,
footer p {
  color: #909090;
}

.footer-info {
  margin-right: 2em;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer_menu li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px 5px 0;
}

@media only screen and (max-width: 992px) {
  footer {
    padding: 60px 0;
  }

}

.footer-info {
  margin-right: 0;
}

.footer-info.newsletter-form {
  margin-bottom: 0;
}

.navbar {
  width: 100%;
  padding: 1.875rem 1rem;
  background: #223e9c;
}

@media (max-width: 991px) {
  .navbar {
    padding: .875rem 1rem;
    height: 71px;
  }
}

.navbar .navbar-brand {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 500;
}

.navbar .navbar-brand img {
  width: auto !important;
}

@media (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 50px !important;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 1rem 1.5rem;
    height: 100%;
  }
}

.navbar .navbar-nav .nav-item {
  margin-right: .25rem;
  margin-right: .25rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .25rem;
  }
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item:last-child {
    margin-left: 0;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-radius: 50px;
}

.navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: .625rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link.active {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus {
  border-radius: 50px;
}

.navbar .navbar-toggler {
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    right: -280px;
    width: 280px;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .navbar .navbar-collapse .logo-mobile-menu {
    width: 120px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000000;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .navbar .navbar-collapse .close-menu {
    color: #000000;
    padding: 2px 4px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
}

.sidebar-overlay .home {
  padding-top: 0px;
  background-position: 0px -121px;
}

.sidebar-overlay #mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  -webkit-transition: all .9s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  transition-delay: .35s;
  left: 0;
}

.sidebar-overlay .navbar {
  padding: .875rem .1rem;
  position: static;
  z-index: auto;
  background: #223e9c;
}

@media (max-width: 991px) {
  .sidebar-overlay .navbar {
    padding: .875rem 1rem;
  }
}

.sidebar-overlay .navbar .navbar-collapse {
  z-index: 100;
}

.home {
  background: url("/images/banner-bg-old.svg") repeat-x;
  background-repeat-y: no-repeat;
  background-position: 0 -50px;
  padding-top: 103px;
}

@media (max-width: 991px) {
  .home {
    padding-top: 71px;
  }
}

.main-banner {
  padding: 4.2rem 0 14rem 0;
  color: #ffffff;
  background-size: cover;
}

@media (max-width: 991px) {
  .main-banner {
    padding: 1rem;
    margin-bottom: 50px;
  }
}

.main-banner .banner-title {
  width: 56%;
}

@media (max-width: 991px) {
  .main-banner .banner-title {
    width: 100%;
  }
}

section {
  padding: 100px 0 0 0;
}

@media (max-width: 1024px) {
  section {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 991px) {
  section {
    padding: 70px 0 0 0;
  }
}

.services-box {
  padding: 10px 100px 40px 0;
}

@media (max-width: 991px) {
  .services-box {
    padding: 10px 10px 40px 0;
  }
}

.services-box:hover img {
  -webkit-filter: grayscale(30%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pricing-box {
  border-radius: 4px;
  border: solid 1px #f1efef;
  background-color: #ffffff;
  padding: 47px;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pricing-box .title-text {
  color: #000000;
}

.pricing-box img {
  margin-bottom: 37px;
}

.pricing-box .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.pricing-box .pricing-list li {
  padding: 8px;
}

.pricing-box.selected {
  box-shadow: 0 9px 15px 0 rgba(7, 42, 68, 0.09);
}

.pricing-box:hover {
  background: #1998ff;
}

.pricing-box:hover .title-text {
  color: #ffffff;
}

.pricing-box:hover .pricing-list li {
  color: #ffffff;
}

.pricing-box:hover .btn {
  color: #ffffff;
}

.btn {
  font-weight: bold;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid #f1efef;
  font-weight: 400;
  font-size: 14px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-form .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #303030;
  height: 50px;
  margin: 5px 0;
}

.newsletter-form input[type="submit"] {
  background: transparent;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  outline: none;
  width: 50%;
}

.newsletter-form input[type="submit"]:hover {
  background: white;
  color: #252020;
  border-color: transparent;
}

.newsletter-form .form-group span {
  color: #909090;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

#testimonial2 .item {
  margin: 20px 0;
  padding: 4em 3em;
  text-align: right;
}

#testimonial2 .item>p {
  font-size: 16px;
  line-height: 26px;
}

.tst-rating {
  margin-bottom: 15px;
}

.tst-rating .fa {
  color: #3f51b5;
}

.tst-image,
.tst-author {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: right;
}

.tst-image img {
  border-radius: 50px;
  width: 60px !important;
  height: 60px;
  margin-left: 15px;
}

#contact {
  background: #3f51b5;
}

#contact h2 {
  color: #ffffff;
}

#contact .section-title {
  padding-bottom: 20px;
}

#contact-form {
  padding: 1em 0;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

.form .form-control,
#contact-form .form-control {

  border-radius: 5px;
  box-shadow: none;
  margin: 10px 0;

}

.form-inputs {
  border: 0px solid black 200ms;
  transition: border 200ms;
}

#contact-form input {
  height: 55px;
}

#contact-form input[type='submit'] {
  border-radius: 50px;
  border: 1px solid transparent;
}

#contact-form input[type='submit']:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.whatsapp-control {
  background: white;
  color: #555;
  border-radius: 50px;
  border: 1px solid transparent;
  text-align: center;
  transition: background 0.5s, border 0.5s, color 0.5s;
  cursor: pointer;
  -webkit-appearance: button;
  margin: 10px 0;
  background-image: url('/images/whatsapp_logo.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-size: 14px;
  width: 100%;
}

.whatsapp-control:hover {
  background: transparent;
  border: 1px solid white;
  color: white;
  transition: background 0.5s, border 0.5s, color 0.5s;
  background-image: url('/images/whatsapp_logo.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 10px;

}

.menu-icon {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  display: block;
}

.item>p {
  direction: rtl;
}

.grecaptcha-badge {
  display: none !important;
}

.close-menu:before,
.close-menu:after {
  position: absolute;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: black;
}

.close-menu:before {
  transform: rotate(45deg);
}

.close-menu:after {
  transform: rotate(-45deg);
}

.owl-theme2 .owl-dots,
.owl-theme2 .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme2 .owl-nav {
  margin-top: 10px
}

.owl-theme2 .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme2 .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme2 .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme2 .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme2 .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme2 .owl-dots .owl-dot.active span,
.owl-theme2 .owl-dots .owl-dot:hover span {
  background: #3f51b5
}

.mdi-math-tan:before {
  content: "\FC74"
}

.mdi-matrix:before {
  content: "\F628"
}

.mdi-maxcdn:before {
  content: "\F359"
}

.mdi-medal:before {
  content: "\F986"
}

.mdi-medical-bag:before {
  content: "\F6EE"
}

.mdi-medium:before {
  content: "\F35A"
}

.mdi-meetup:before {
  content: "\FAD2"
}

.mdi-memory:before {
  content: "\F35B"
}

.mdi-menu:before {
  content: "\F35C"
}

.mdi-menu-down:before {
  content: "\F35D"
}

.mdi-menu-down-outline:before {
  content: "\F6B5"
}

.mdi-menu-left:before {
  content: "\F35E"
}

.mdi-menu-left-outline:before {
  content: "\FA01"
}

.mdi-menu-open:before {
  content: "\FB87"
}

.mdi-menu-right:before {
  content: "\F35F"
}

.mdi-menu-right-outline:before {
  content: "\FA02"
}

.mdi-menu-swap:before {
  content: "\FA63"
}

.mdi-menu-swap-outline:before {
  content: "\FA64"
}

.mdi-menu-up:before {
  content: "\F360"
}

.mdi-menu-up-outline:before {
  content: "\F6B6"
}

.mdi-message:before {
  content: "\F361"
}

.mdi-message-alert:before {
  content: "\F362"
}

.mdi-message-alert-outline:before {
  content: "\FA03"
}

.mdi-message-bulleted:before {
  content: "\F6A1"
}

.mdi-message-bulleted-off:before {
  content: "\F6A2"
}

.mdi-message-draw:before {
  content: "\F363"
}

body {
  background-color: #f7f7f9;
}

.owl-stage-outer {
  height: 90% !important;
}

.owl-stage {
  height: 90% !important;
}

.owl-dots {
  margin-top: -10px !important;
}

.feedback_star {
  width: 18px !important;
  height: 20px !important;
  display: inline-block !important;
}

@media only screen and (min-width: 800px) {
  #work .row {
    padding-bottom: 25px;
    ;
  }
}

@media only screen and (max-width: 800px) {
  .radial-box {
    margin-bottom: 25px;
    ;
  }
}

.faq_box {
  background-color: white;
}

.edu_link:hover {
  color: blue !important;
}

@media (max-width: 770px) {

  .font-weight-medium {
    font-size: 24px;
  }

  .edu,
  .edu_link {
    color: #1998ff !important;
  }

  #row_vid {
    margin-top: -30px;
  }
}

@media (min-width: 770px) {
  #row_vid {
    margin-top: 78px;
  }

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pricing-box {
  padding: 20px;
  border: solid 1px #e1e1e1;
}

@media (min-width: 1200px) {
  .models_cont {
    max-width: 80%;
  }

}

@media (max-width: 1200px) {
  .models_cont {
    max-width: 95% !important;
    width: 95% !important;
  }
}

.fa-star {
  background-image: url('/images/fa-star.png');
  border: transparent;
  width: auto !important;
  height: auto !important;
}

@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap !important;
}

body,
h1,
strong,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
li,
a {
  font-weight: bold !important;
  font-family: 'Muli', sans-serif;
}

@media (min-width: 770px) {
  .container_header {
    max-width: 1500px !important;
  }
}

.btn-login {
  color: #fff;
  background-color: #223e9c;
  border-color: #1998ff;
  border-width: 2px;
  margin-right: 5px;
}

.btn-login:hover {
  border-color: #08ff7a;
  color: #fff;
}

body,
.page-body-wrapper {
  scroll-behavior: smooth;
}

@media (max-width: 900px) {

  .navbar {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 900px) {
  .navbar {
    padding: 1rem 1rem !important;
  }

  section:nth-of-type(2) {
    margin-top: -100px !important;
  }

}

.pricing-box-active {
  color: white;
  background: #1998ff;
}

.pricing-list * {
  direction: ltr;
}

.pricing-list li {
  direction: rtl;
}

.flex-column {
  flex-direction: column !important;
}

.mt-auto {
  margin-top: auto !important;
}

.pricing-box {
  padding-bottom: 30px !important;
}

.read-more {
  width: auto !important;
  padding: 11px 30px !important;
  display: inline-block !important;
}