@charset "UTF-8";
/*-----------------------------------------------------------------
                    creote documentation style
-----------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  color: #94a3b8 !important;
  font-weight: 400;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.navbar-brand img {
  width: 130px;
}

a {
  color: #3b82f6 !important;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  font-family: "Poppins", sans-serif !important;
  color: #1e293b !important;
  font-weight: 700;
  margin: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  color: #94a3b8 !important;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

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

.page_wapper {
  position: relative;
  overflow: hidden;
}

.container_fluid {
  position: static;
  max-width: 1480px;
  padding: 0px 15px;
  margin: 0 auto;
}

.theme_name {
  font-size: 17px;
  line-height: 27px;
  text-transform: capitalize;
  color: #3b82f6 !important;
  font-weight: 600;
  display: inline-block;
}

.footer {
  padding: 20px;
  text-align: center;
  position: relative;
  background: #3b82f6 !important;
}

.footer p {
  color: #fff !important;
  margin: 0px;
  font-size: 15px;
}

.footer p a {
  color: #fff !important;
}

/*--------------------main-content----------------------*/
.header_main {
  position: relative;
  background: #fff;
  padding: 5px 0px;
}

.navbar {
  position: relative;
  background: transparent !important;
}

.navbar-brand {
  position: relative;
  font-size: 24px;
  font-family: "Poppins", sans-serif !important;
  line-height: 28px;
  display: inline-block;
  color: #60a5fa !important;
  font-weight: 700;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  color: #282f3b !important;
  font-weight: 600;
  padding: 10px 20px 10px;
  font-family: "Poppins", sans-serif !important;
}

.navbar .navbar-nav .nav-item {
  margin-left: 15px;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  background: #3b82f6 !important;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 30px;
}

/*----banner----*/
.hero_banner {
  position: relative;
  padding: 80px 0px 40px;
  background-color: #3b82f6 !important;
}

.hero_banner .content {
  position: relative;
  z-index: 2;
}

.hero_banner .content h1 {
  color: #fff !important;
}

.hero_banner .content p {
  color: #fff !important;
}

.hero_banner .overflow_hidden img {
  position: relative;
  bottom: -10px;
}

.hero_banner .img {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  z-index: 99;
}

.all_side_bar {
  padding: 50px 0px 50px 30px;
}

.content_right.sidebar {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #eff3f9 !important;
  border: 1px solid #e4e7ee;
}

.content_right.sidebar .accordion-item {
  position: relative;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #e4e7ee;
}

.content_right.sidebar .accordion-item:last-child {
  border-bottom: 0px solid #e4e7ee;
}

.content_right.sidebar .accordion-item .accordion-button {
  position: relative;
  padding: 10px 0px;
  background: transparent;
  border-bottom: 1px solid #e4e7ee;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #1e293b !important;
}

.content_right.sidebar .accordion-item .accordion-button:focus {
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content_right.sidebar .accordion-item .accordion-button:after {
  content: "" !important;
  font-family: 'fontawesome';
  background-image: none;
  position: relative;
  top: -5px;
}

.content_right.sidebar .accordion-item .accordion-button:not(.collapsed)::after {
  top: 4px;
  position: relative;
}

.content_right.sidebar .accordion-item .accordion-body {
  position: relative;
}

.content_right.sidebar .accordion-item .accordion-body ul {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.content_right.sidebar .accordion-item .accordion-body ul li {
  position: relative;
  padding-bottom: 8px;
}

.content_right.sidebar .accordion-item .accordion-body ul li::marker {
  color: #3b82f6 !important;
}

.content_right.sidebar .accordion-item .accordion-body ul li a {
  color: #94a3b8 !important;
  text-decoration: none;
}

.content_right.sidebar .accordion-item .accordion-body ul li a.active {
  text-decoration: underline;
  color: #3b82f6 !important;
}

.content_right.sidebar .accordion-item .accordion-body ul li:last-child {
  padding-bottom: 0px;
}

.fixSide_scroll.sticky .content_right.sidebar {
  border-radius: 0px 0px 10px 10px;
}

/*---content_after----*/
.content_after {
  position: relative;
  padding: 50px 0px 50px;
}

.section_content {
  position: relative;
  padding: 50px 0px 50px;
}

.section_content .heading {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e7ee;
}

.section_content .heading h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px;
}

.section_content .content_box {
  position: relative;
}

.section_content .content_box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_content .content_box h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3b82f6 !important;
}

.section_content .content_box ol, .section_content .content_box ul {
  position: relative;
  margin-left: 0px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section_content .content_box ol li, .section_content .content_box ul li {
  position: relative;
  padding-bottom: 10px;
}

.section_content .content_box ol li:last-child, .section_content .content_box ul li:last-child {
  padding-bottom: 0px;
}

iframe {
  width: 100%;
  height: 500px;
}

.change_log {
  padding-left: 0px !important;
}

.change_log li {
  list-style: none;
}

.change_log li span {
  background: linear-gradient(165deg, #ff7b4a, #ff5b4a 0%, #ff5b4a, #ff7b4a 100%) no-repeat scroll right bottom/230% 100% #ff5b4a;
  padding: 3px 12px;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  line-height: 20px;
}
/*# sourceMappingURL=style.css.map */