@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/font-awesome.css);

@font-face {
  font-family: "Glacial Indifference";
  src: url("./fonts/glacialindifference-regular-webfont.woff2") format("woff2"),
  url("./fonts/glacialindifference-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Glacial Indifference";
  src: url("./fonts/glacialindifference-italic-webfont.woff2") format("woff2"),
  url("./fonts/glacialindifference-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Glacial Indifference";
  src: url("./fonts/glacialindifference-bold-webfont.woff2") format("woff2"),
  url("./fonts/glacialindifference-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

.preloader {
  background-color: #ffffff;
  background-image: url("../img/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

body,
a,
button,
input,
select,
textarea {
  font-family: "Glacial Indifference", sans-serif;
}

body {
  background: #ffffff;
  color: #647b9c;
  font-size: 18px;
  margin: 0;
  overflow-x: hidden !important;
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  position: relative;
  min-height: 100%;
}

a {
  color: #4a5682;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 1.2rem;
}

a:hover,
a:focus {
  text-decoration: none;
}

* {
  outline: none;
}

.container-fluid {
  max-width: 90rem;
}

/* header */
.header.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
  color: #404656;
}

.nav-brand {
  font-size: 24px;
  padding: 10px 10px 10px 0;
  text-decoration: none !important;
}

.navigation,
.navigation * {
  -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
  box-sizing: border-box;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.nav-header {
  float: left;
}

.change-logo.header-fixed .nav-brand.static-logo {
  display: none;
}

.change-logo .nav-brand.fixed-logo {
  display: none;
}

.change-logo.header-fixed .nav-brand.fixed-logo {
  display: block;
}

.nav-menu + .nav-menu > li:first-child {
  position: relative;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.align-to-right {
  float: right;
  letter-spacing: 0.1px;
}

ul:last-child {
  margin: 0;
}

.nav-menu.nav-menu-social > li.login_click {
  border-radius: 4px;
  top: 20px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: #131b31;
  border: 1px solid #131b31;
}

/* .nav-menu.nav-menu-social>li {
    text-align: center;
    border: none;
} */
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.nav-menu > li > a {
  padding: 30px 12px;
  display: inline-block;
  /* transition: color .3s, background .3s; */
}

/* header */
.hero_banner {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.image-cover {
  background-size: cover !important;
  background-position: center !important;
}

.image-cover.bottom {
  background-position: bottom !important;
}

.banner-search-2.transparent {
  margin: 1.5rem 0;
  padding: 0 0 0 0rem;
  background: transparent;
  border-radius: 0.2rem;
  max-width: 500px;
}

.cl_2 {
  color: #242f65;
}

.sup-form {
  margin-top: 30px;
  display: block;
  position: relative;
}

.sup-form .form-control {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px 20px 18px;
  border-radius: 2px;
  height: 70px;
}

.sup-form .btn {
  bottom: 5px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 25px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: normal;
  width: auto;
  border-width: 0;
  cursor: pointer;
  height: 60px;
  border-radius: 2px;
}

.btn-theme {
  background: #da0b4e;
  border-color: #da0b4e;
  color: #ffffff;
  transition: all ease 0.4s;
}

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

ul.cources_facts_list li {
  display: inline-block;
  margin-right: 0.8rem;
}

ul.cources_facts_list li:last-child {
  margin-right: 0rem;
}

ul.cources_facts_list li {
  padding: 3px 8px;
  font-size: 13px;
  position: relative;
  background: #f4f5f7;
  border-radius: 0 2px 2px 0;
}

ul.cources_facts_list li.facts-1 {
  background: rgba(33, 177, 124, 0.13);
  color: #21b17c;
}

ul.cources_facts_list li:before {
  border-top: 12px solid transparent;
  border-left: 10px solid #eaedf3;
  border-bottom: 13px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
}

ul.cources_facts_list li:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 4px;
}

ul.cources_facts_list li.facts-1:before {
  border-left-color: rgba(33, 177, 124, 0.13);
}

html body .font-bold {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #2D3954;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Glacial Indifference", sans-serif;
}

.newsletter.inverse-theme h2, .newsletter.inverse-theme p {
  color: #ffffff;
}

footer {
  z-index: 99;
  padding-top: 60px;
  position: relative;
}

footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}

footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #ffffff;
}

footer.dark-footer {
  background: #252c41;
}

.footer-bottom {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #e9edf3;
}

.skin-dark-footer .footer-bottom {
  background: #1b2132;
  border-top: none;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #fff;
}

.hero_banner {
  justify-content: center;
}

.menu__list, .navbar, nav a {
  position: relative;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}

.nav-toggle, .navigation-hidden .nav-header {
  display: none;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  /* background-color:#1c2138; */
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: .8s;
  transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
  border-left: 1px solid #efefef;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  /* float: right; */
  color: #70798b;
  font-size: 26px;
  cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block
}

.navigation-portrait .nav-menu > li {
  border-bottom: solid 1px #efefef;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  width: 100%;
  color: #787fa0;
  padding: 12px 15px 12px 0px;
  font-size: 1.2rem;
}

.navigation-portrait .nav-menu {
  width: 100%;
  padding: 20px;
}

.flixio img {
  max-height: 670px;
  display: table;
  margin: 0 auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .big-header-capt {
    font-size: 50px;
    line-height: 1.4;
  }
}

@media (max-width: 992px) {
  .nav-toggle {
    display: block;
  }
  .content_block_sub {
    font-size: 1rem;
  }
  div.about_tool > div{
    width: 100%;
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .navigation {
    padding: 0 3rem;
  }

  .btn__mobile {
    display: none;
  }

  .header-transparent.dark-text .nav-menu > li > a {
    color: #404656;
  }

  .header.header-transparent.header-fixed .nav-menu > li > a {
    color: #404656;
  }

  .header.header-transparent.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }

  .header.header-transparent .nav-brand,
  .header.header-transparent .nav-brand:focus,
  .header.header-transparent .nav-brand:hover,
  .header.header-transparent .nav-menu > li > a {
    color: #404656;
  }

  .header.header-transparent.header-fixed .nav-brand,
  .header.header-transparent.header-fixed .nav-brand:focus,
  .header.header-transparent.header-fixed .nav-brand:hover,
  .header.header-transparent.header-fixed .nav-menu > li > a {
    color: #404656;
  }

  .nav-menu.nav-menu-social > li.login_click a {
    padding: 23px 15px;
    color: #fff !important;
    font-weight: 600;
  }

  .nav-menu.nav-menu-social > li.login_click a {
    top: -11px;
  }
}

@media (min-width: 1200px) {
  .big-header-capt {
    font-size: 65px;
    line-height: 1.2;
  }
  .hero_banner {
    min-height: 620px;
    padding: 0;
  }
  div.about_tool > div{
    width: 70%;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
