/******************************************************************
Theme Name: Softdash
Description:  Creative SaaS and Software HTML Template. You can use Softdash 
              as a better way to present and promote your start-up mobile apps, 
              saas applications, software, digital products.
Author: ducor
Author URI: https://themeforest.net/user/ducor/portfolio
Version: 1.0
Created: 
******************************************************************/
/*------------------------------------------------------------------


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Elements
3.  Menu 
4.  Hero
5.  Home
6.  Price
7.  Points
8.  Feature
9.  Brands
10. Review
11. Execution
12. Accordian
13. Carusel
14. Request Demo
15. Blog
16. Contact
17. Footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------ 
[Color codes] */
/* -----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Font-Family 	:	'Roboto', sans-serif;
	h1  : 	48px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	16px
	h6  : 	14px

Font-Family 	:	'Open Sans', sans-serif;

	p: 14px 


-----------------------------------------------------------------------*/
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #0d5ea7;
  color: #fff;
}

::selection {
  background-color: #0d5ea7;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #50668f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

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

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #1e283c;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1e283c;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
  color: #1e283c;
}

@media (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-250 {
  padding-bottom: 250px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-7 {
  padding-left: 7%;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.width-100 {
  width: 100%;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

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

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

.white-bg {
  background: #ffffff;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .m-0-xs {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Elements 
--------------------------------------------------------------*/
.section-gap {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-gap {
    padding: 60px 0px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.aquablue-bg, .version8 .price-section, .version3 .price-section, .version1-1 .price-section, .version1 .price-section {
  background: #f2f5fa;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.section-title-wrap .title-img {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-wrap .title-img:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f5fa;
  height: 3px;
  width: 80px;
}
.section-title-wrap h1 {
  font-size: 36px;
  font-weight: 500;
  color: #1e283c;
}
.section-title-wrap p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
}

.d1-gradient-bg, .footer-area, .version-blog .comment-section .comment .comment-btn:hover, .version-blog .details-body .post-links .next-post:hover i,
.version-blog .details-body .post-links .prev-post:hover i, .version-blog .pagination .page-item.active .page-link,
.version-blog .pagination .page-item:hover .page-link, .version-blog .pagination .page-item .page-link:focus, .version8 .brands-section, .version3 .brands-section,
.version1-1 .brands-section, .version1 .brands-section, .version-blog #blog-owl .owl-nav .owl-prev i:hover,
.version-blog #blog-owl .owl-nav .owl-next i:hover, .version-blog .hero-section-blog .content .blog-icon, .genric-btn4, .genric-btn3:hover:hover, .genric-btn2, .genric-btn:hover, .gradient-bg {
  background-image: linear-gradient(110deg, #0d5ea7 0%, #5c9ed6 100%);
}

.d2-gradient-bg, .version3 .ct-btn.active:hover, .version3 .ct-btn, .version1-1 .ct-btn.active:hover, .version1-1 .ct-btn {
  background-image: -linear-gradient(0deg, rgb(95, 185, 253) 0%, rgb(114, 227, 166) 100%);
}

.d3-gradient-bg, .accordian-tab-menu .nav-link.active, .single-price2 .price-top .overlay-bg, .pr-btn2:hover, .pr-btn2, .gradient-bg2 {
  background-image: -linear-gradient(0deg, rgb(44, 0, 255) 0%, rgb(163, 82, 245) 100%);
}

.d4-gradient-bg, .single-price4 .price-top .overlay-bg, .gradient-bg4 {
  background-image: -linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%);
}

.v3-gradient-bg, .version3 .hero-section:before {
  background-image: -linear-gradient(0deg, rgb(20, 29, 162) 0%, rgb(139, 62, 251) 100%);
}

.genric-btn {
  background: #f2f5fa;
  color: #1e283c;
  position: relative;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  padding: 0px 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
.genric-btn:hover {
  color: #fff;
}

@media (max-width: 575.98px) {
  .genric-btn {
    margin-right: 1rem !important;
  }
}
.genric-btn2 {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  padding: 0px 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn2:hover {
  background: #f2f5fa;
  color: #1e283c;
}

.genric-btn3 {
  background-color: #ffffff;
  color: #1e283c;
  border: 0px;
  padding: 0px 34px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  font-weight: 600;
  border: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn3:hover:hover {
  color: #fff;
}

.genric-btn4 {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  padding: 0px 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  transition: 0.1s;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn4:hover {
  background: #9a88fe;
  color: #fff;
}

.pr-btn2 {
  margin: 0px 5px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #bed2f0 !important;
  color: #fff !important;
}
.pr-btn2:hover {
  color: #fff !important;
}
@media (max-width: 413px) {
  .pr-btn2 {
    font-size: 12px;
  }
}

.active2 {
  background: white;
  color: #222 !important;
}

.border-top {
  border-top: 1px solid #edf6ff;
}

.page-top-section {
  background: url(../img/footer/page-top-bg.jpg) center/cover;
  padding-top: 235px;
  padding-bottom: 40px;
}
.page-top-section .page-top-nav {
  text-align: right;
}
@media (max-width: 767px) {
  .page-top-section .page-top-nav {
    text-align: left;
    margin-top: 30px;
  }
}
.page-top-section .page-top-nav a {
  text-transform: uppercase !important;
  color: #fff;
}
.page-top-section .page-top-nav .lnr {
  color: #fff;
  padding: 0px 10px;
  font-weight: 700;
}

.social-heading {
  max-width: 425px;
}

.mw-510 {
  max-width: 510px;
}

.cta-section {
  padding: 100px 0px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .cta-section h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta-section .justify-content-end {
    justify-content: flex-start !important;
  }
  .cta-section .cta-btn {
    margin-top: 30px;
  }
}

.ct-btn1 {
  background: #ffffff;
  color: #1e283c;
  height: 48px;
  line-height: 46px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 0px 34px;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 100%;
  font-weight: 600;
  border: 2px solid #ffffff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ct-btn1:hover {
  background: transparent;
  color: #fff;
}

.ct-btn2 {
  background: transparent;
  color: #fff;
  height: 48px;
  line-height: 46px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 0px 34px;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 100%;
  font-weight: 600;
  border: 2px solid #ffffff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ct-btn2:hover {
  background: #ffffff;
  color: #1e283c;
}

.version1-1 .ct-btn {
  margin: 0px 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version1-1 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version1-1 .ct-btn.active:hover {
  border-color: transparent;
}
@media (max-width: 413px) {
  .version1-1 .ct-btn {
    font-size: 12px;
  }
}

.version2 .ct-btn {
  margin: 0px 5px;
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version2 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version2 .ct-btn.active:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
@media (max-width: 413px) {
  .version2 .ct-btn {
    font-size: 12px;
  }
}

.version3 .ct-btn {
  margin: 0px 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version3 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version3 .ct-btn.active:hover {
  border-color: transparent;
}
@media (max-width: 413px) {
  .version3 .ct-btn {
    font-size: 12px;
  }
}

.version4 .ct-btn {
  margin: 0px 5px;
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version4 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version4 .ct-btn.active:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
@media (max-width: 413px) {
  .version4 .ct-btn {
    font-size: 12px;
  }
}

.version7 .ct-btn {
  margin: 0px 5px;
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version7 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version7 .ct-btn.active:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
@media (max-width: 413px) {
  .version7 .ct-btn {
    font-size: 12px;
  }
}

.version8 .ct-btn {
  margin: 0px 5px;
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version8 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version8 .ct-btn.active:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
@media (max-width: 413px) {
  .version8 .ct-btn {
    font-size: 12px;
  }
}

.version9 .ct-btn {
  margin: 0px 5px;
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version9 .ct-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version9 .ct-btn.active:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
@media (max-width: 413px) {
  .version9 .ct-btn {
    font-size: 12px;
  }
}

.stat-section .section-title-wrap {
  margin-bottom: 20px;
}

.single-stat {
  margin-top: 60px;
}
.single-stat h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #1e283c;
}
.single-stat p {
  max-width: 320px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .active-dash-carusel,
  .social-right {
    margin-top: 50px;
  }
}

.social-section h1 {
  font-size: 48px;
  font-weight: 500;
}
.social-section p {
  padding: 30px 0px;
  max-width: 500px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.pages #header {
  background: #fff;
}

.version-blog #header7 {
  background: #fff;
}

@media (min-width: 1025px) and (max-width: 1100px) {
  #header .genric-btn {
    display: none;
  }
}
#header {
  padding: 8px 0px;
  padding-left: 7%;
  padding-right: 7%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header .genric-btn:hover {
  color: #fff !important;
}

#header.header-scrolled {
  transition: all 0.5s;
  background: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
#header.header-scrolled #logo .logo-1 {
  display: none;
}
#header.header-scrolled #logo .logo-2 {
  display: inline-block;
}
#header.header-scrolled .nav-menu > a {
  color: #222;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  padding-left: 10px;
  border-left: 4px solid #0d5ea7;
}

#header #logo .logo-1 {
  padding: 0;
  margin: 0;
  width: 70%;
  max-height: 40px;
  display: inline-block;
}
#header #logo .logo-2 {
  width: 70%;
  max-height: 40px;
  display: none;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid #0d5ea7;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: -115%;
}

.nav-menu ul li {
  min-width: 180px;
  border-bottom: 1px solid #edf6ff;
}
.nav-menu ul li:last-child {
  border-bottom: none;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\e874";
  position: absolute;
  right: 10px;
  font-family: "Linearicons-Free";
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\e876";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

#header2.header-scrolled {
  transition: all 0.5s;
  background: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
#header2.header-scrolled li a {
  color: #222;
}

.nav-menu .menu-active a {
  color: #0d5ea7 !important;
}

.nav-menu li > .menu-active {
  color: #0d5ea7 !important;
}

.parent-active > .sf-with-ul {
  color: #0d5ea7;
}

.parent-active > ul .menu-active {
  color: #0d5ea7 !important;
}

#header.header-scrolled .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}
#header.header-scrolled .parent-active > a {
  color: #0d5ea7;
}
#header.header-scrolled .nav-menu > li a:hover {
  color: #0d5ea7 !important;
}

#mobile-nav .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}

.nav-menu > li {
  margin-left: 30px;
}

.nav-menu ul {
  margin: 20px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
}

.nav-menu ul li:hover a {
  color: #0d5ea7;
}

.nav-menu ul ul {
  margin-top: 0;
  margin-right: 10px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 18px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #222;
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#header.header-scrolled .menu-has-children a:hover {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0d5ea7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.pages #header2 {
  background: #fff;
}

#header2 {
  padding: 14px 0px;
  padding-left: 7%;
  padding-right: 7%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header2.header-scrolled {
  transition: all 0.5s;
  background: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
#header2.header-scrolled #logo .logo-1 {
  display: none;
}
#header2.header-scrolled #logo .logo-2 {
  display: inline-block;
}
#header2.header-scrolled .nav-menu > a {
  color: #222 !important;
}

#header2 #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header2 #logo h1 a, #header2 #logo h1 a:hover {
  padding-left: 10px;
  border-left: 4px solid #0d5ea7;
}

#header2 #logo .logo-1 {
  padding: 0;
  margin: 0;
  width: 80%;
  display: inline-block;
}
#header2 #logo .logo-2 {
  width: 80%;
  display: none;
}

@media (max-width: 768px) {
  #header2 #logo h1 {
    font-size: 28px;
  }
  #header2 #logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid #0d5ea7;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: -115%;
}

.nav-menu ul li {
  min-width: 180px;
  border-bottom: 1px solid #edf6ff;
}
.nav-menu ul li:last-child {
  border-bottom: none;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\e874";
  position: absolute;
  right: 10px;
  font-family: "Linearicons-Free";
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\e876";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
#header2 .nav-menu2 > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li > .menu-active {
  color: #0d5ea7 !important;
}

.parent-active > .sf-with-ul {
  color: #0d5ea7 !important;
}

.parent-active > ul .menu-active {
  color: #0d5ea7 !important;
}

#header2.header-scrolled .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}
#header2.header-scrolled .parent-active > a {
  color: #0d5ea7 !important;
}
#header2.header-scrolled .nav-menu > li a:hover {
  color: #0d5ea7 !important;
}
#header2.header-scrolled .nav-menu2 > li > a {
  color: #222;
}

#mobile-nav .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}

.nav-menu > li {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .nav-menu > li {
    margin-left: 12px;
  }
}

.nav-menu ul {
  margin: 20px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
}

.nav-menu ul li:hover a {
  color: #0d5ea7;
}

.nav-menu ul ul {
  margin-top: 0;
  margin-right: 10px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 18px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #222;
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#header2.header-scrolled .menu-has-children a:hover {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0d5ea7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.pages #header7 {
  background: #fff;
}

#header7 {
  padding: 14px 0px;
  padding-left: 7%;
  padding-right: 7%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header7.header-scrolled {
  transition: all 0.5s;
  background: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
#header7.header-scrolled #logo .logo-1 {
  display: none;
}
#header7.header-scrolled #logo .logo-2 {
  display: inline-block;
}
#header7.header-scrolled .nav-menu > a {
  color: #222 !important;
}

#header7 #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header7 #logo h1 a, #header7 #logo h1 a:hover {
  padding-left: 10px;
  border-left: 4px solid #0d5ea7;
}

#header7 #logo .logo-1 {
  padding: 0;
  margin: 0;
  width: 80%;
  display: inline-block;
}
#header7 #logo .logo-2 {
  width: 80%;
  display: none;
}

@media (max-width: 768px) {
  #header7 #logo h1 {
    font-size: 28px;
  }
  #header7 #logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid #0d5ea7;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: -115%;
}

.nav-menu ul li {
  min-width: 180px;
  border-bottom: 1px solid #edf6ff;
}
.nav-menu ul li:last-child {
  border-bottom: none;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\e874";
  position: absolute;
  right: 10px;
  font-family: "Linearicons-Free";
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\e876";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
#header7 .nav-menu2 > li > a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li > .menu-active {
  color: #0d5ea7 !important;
}

.parent-active > .sf-with-ul {
  color: #0d5ea7 !important;
}

.parent-active > ul .menu-active {
  color: #0d5ea7 !important;
}

#header7.header-scrolled .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}
#header7.header-scrolled .parent-active > a {
  color: #0d5ea7 !important;
}
#header7.header-scrolled .nav-menu > li a:hover {
  color: #0d5ea7 !important;
}
#header7.header-scrolled .nav-menu2 > li > a {
  color: #222;
}

#mobile-nav .nav-menu > li .menu-active {
  color: #0d5ea7 !important;
}

.nav-menu > li {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .nav-menu > li {
    margin-left: 12px;
  }
}

.nav-menu ul {
  margin: 20px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
}

.nav-menu ul li:hover a {
  color: #0d5ea7;
}

.nav-menu ul ul {
  margin-top: 0;
  margin-right: 10px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 22px;
  z-index: 999;
  top: 26px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #222;
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#header7.header-scrolled .menu-has-children a:hover {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0d5ea7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0d5ea7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.version1 .hero-section {
  background: url(../img/hero/hero-bg.png) no-repeat left center/cover;
}

.version1-1 .hero-section {
  background: url(../img/hero/hero-bg1-1.png) no-repeat left center/cover;
}
.version1-1 .hero-section .content-wrap h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .version1-1 .hero-section .content-wrap h1 {
    font-size: 30px !important;
  }
}
.version1-1 .hero-section .content-wrap p {
  color: #fff;
}
@media (max-width: 767px) {
  .version1-1 .hero-section .content-wrap {
    margin-bottom: 50px;
  }
}

.version2 .hero-section {
  background: url(../img/hero/hero-bg2.png) no-repeat bottom center/cover;
}
.version2 .content-wrap h1 {
  color: #222;
}
@media (max-width: 991px) {
  .version2 .content-wrap h1 {
    font-size: 30px !important;
  }
}
.version2 .content-wrap p {
  color: #222;
}
@media (max-width: 767px) {
  .version2 .content-wrap {
    margin-bottom: 50px;
  }
}

.version3 .hero-section {
  background: url(../img/hero/hero-bg2.png) no-repeat bottom center/cover;
}
.version3 .content-wrap h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .version3 .content-wrap h1 {
    font-size: 30px !important;
  }
}
.version3 .content-wrap p {
  color: #fff;
}
@media (max-width: 991px) {
  .version3 .content-wrap p {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .version3 .content-wrap {
    margin-bottom: 50px;
  }
}

.version3 .hero-section {
  background: url(../img/hero/hero-bg3.png) no-repeat bottom center/cover;
  background-size: 100% 100%;
}
.version3 .hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}

.version4 .hero-section {
  background: url(../img/hero/hero-bg4.png) no-repeat bottom center/cover;
  background-size: 100% 100%;
}
.version4 .hero-section .content-wrap h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .version4 .hero-section .content-wrap h1 {
    font-size: 30px !important;
  }
}
.version4 .hero-section .content-wrap p {
  color: #fff;
}
@media (max-width: 767px) {
  .version4 .hero-section .content-wrap {
    margin-bottom: 50px;
  }
}

.version7 .hero-section {
  background: url(../img/hero/hero-bg7.png) no-repeat bottom center/cover;
  background-size: 100% 100%;
}
.version7 .hero-section .content-wrap h1 {
  color: #222;
}
@media (max-width: 991px) {
  .version7 .hero-section .content-wrap h1 {
    font-size: 30px !important;
  }
}
.version7 .hero-section .content-wrap p {
  color: #222;
}
@media (max-width: 767px) {
  .version7 .hero-section .content-wrap {
    margin-bottom: 50px;
  }
}

.version8 .hero-section-bg {
  max-height: 600px;
}
.version8 .hero-section-bg .img-section {
  max-height: 600px;
}
.version8 .hero-section-bg .img-section img {
  max-height: 600px;
  object-fit: cover;
}
.version8 .hero-section-bg .vdo-section {
  height: 100vh;
}
@media (max-width: 767px) {
  .version8 .hero-section-bg .vdo-section {
    height: 700px !important;
  }
}
.version8 .hero-section-bg .vdo-section .hero-vdo {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.version8 .hero-section-bg #app-owl .items {
  position: relative;
}
.version8 .hero-section-bg #app-owl .items .owl-img {
  height: 100vh;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
  -ms-filter: brightness(60%);
}
@media (max-width: 991px) {
  .version8 .hero-section-bg #app-owl .items .owl-img {
    width: auto !important;
  }
}
.version8 .hero-section-bg #app-owl .owl-controls .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 46%;
}
.version8 .hero-section-bg #app-owl .owl-controls .owl-dots .owl-dot {
  background: #6e737f;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 8px;
}
.version8 .hero-section-bg #app-owl .owl-controls .owl-dots .owl-dot.active {
  background: #ffffff;
  width: 42px;
  height: 8px;
  margin-right: 2px;
  border-radius: 11px;
}
.version8 .hero-section-bg .content {
  position: absolute;
  bottom: 13%;
  left: 15%;
  z-index: 10;
}
@media (max-width: 1480px) {
  .version8 .hero-section-bg .content {
    left: 3%;
  }
}
@media (max-width: 10240px) {
  .version8 .hero-section-bg .content {
    top: 100px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .version8 .hero-section-bg .content {
    padding: 0 24px;
    bottom: 28%;
  }
}
@media (max-width: 991px) {
  .version8 .hero-section-bg .content .hero-img8 {
    display: none;
  }
}
@media (max-width: 1480px) {
  .version8 .hero-section-bg .content .hero-img8 {
    left: 15px;
  }
}
@media (max-width: 1480px) {
  .version8 .hero-section-bg .content .hero-img8 img {
    width: 100%;
  }
}
.version8 .hero-section-bg .content h1 {
  color: #222;
}
@media (max-width: 991px) {
  .version8 .hero-section-bg .content h1 {
    font-size: 30px !important;
  }
}
.version8 .hero-section-bg .content p {
  color: #222;
}
@media (max-width: 767px) {
  .version8 .hero-section-bg .content {
    margin-bottom: 50px;
  }
}

.version9 .hero-section-bg .vdo-section {
  height: 100vh;
}
@media (max-width: 767px) {
  .version9 .hero-section-bg .vdo-section {
    height: 700px !important;
  }
}
.version9 .hero-section-bg .vdo-section .hero-vdo {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.version9 .hero-section-bg #sass-owl .items .owl-img9 {
  height: 100vh;
}
@media (max-width: 991px) {
  .version9 .hero-section-bg #sass-owl .items .owl-img9 {
    width: auto !important;
  }
}
.version9 .hero-section-bg #sass-owl .owl-item .items {
  position: relative;
}
.version9 .hero-section-bg #sass-owl .owl-item .items::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}
.version9 .hero-section-bg #sass-owl .owl-controls .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 46%;
}
.version9 .hero-section-bg #sass-owl .owl-controls .owl-dots .owl-dot {
  background: #6e737f;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 8px;
}
.version9 .hero-section-bg #sass-owl .owl-controls .owl-dots .owl-dot.active {
  background: #ffffff;
  width: 42px;
  height: 8px;
  margin-right: 2px;
  border-radius: 11px;
}
.version9 .hero-section-bg .content {
  position: absolute;
  top: 16%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .version9 .hero-section-bg .content {
    padding: 0 24px;
    top: 28%;
  }
}
@media (max-width: 991px) {
  .version9 .hero-section-bg .content .hero-img8 {
    display: none;
  }
}
.version9 .hero-section-bg .content h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .version9 .hero-section-bg .content h1 {
    font-size: 30px !important;
  }
}
.version9 .hero-section-bg .content p {
  color: #fff;
}
@media (max-width: 767px) {
  .version9 .hero-section-bg .content {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .version-blog .owl-controls {
    display: none;
  }
}
.version-blog .hero-section-blog {
  position: relative;
}
.version-blog .hero-section-blog .content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #f2f5fa;
  width: 100%;
  padding: 35px 40px;
}
@media (max-width: 575px) {
  .version-blog .hero-section-blog .content {
    padding: 35px 15px;
  }
}
.version-blog .hero-section-blog .content .genric-btn3 {
  position: absolute;
  top: -50px;
  left: 0px;
}
.version-blog .hero-section-blog .content h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog .content h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog .content h1 br {
    display: none;
  }
}
.version-blog .hero-section-blog .content .author {
  font-size: 12px;
  text-transform: uppercase;
}
.version-blog .hero-section-blog .content .blog-summary .blog-link {
  margin-left: 24px;
  color: #50668f;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .hero-section-blog .content .blog-summary .blog-link:hover {
  color: #1e283c;
}
.version-blog .hero-section-blog .content .blog-icon {
  color: #fff;
  padding: 19px 22px;
  font-size: 18px;
}
.version-blog .items .owl-img {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
}
@media (max-width: 991px) {
  .version-blog .items .owl-img {
    height: 400px;
  }
}
.version-blog #blog-owl .owl-nav {
  position: absolute;
  top: 50%;
  right: 0%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .version-blog #blog-owl .owl-nav {
    top: 560px;
    color: #fff;
  }
}
.version-blog #blog-owl .owl-nav .owl-prev,
.version-blog #blog-owl .owl-nav .owl-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.version-blog #blog-owl .owl-nav .owl-prev i,
.version-blog #blog-owl .owl-nav .owl-next i {
  color: #fff;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog #blog-owl .owl-nav .owl-prev i:hover,
.version-blog #blog-owl .owl-nav .owl-next i:hover {
  cursor: pointer;
}
.version-blog .hero-section-blog-details .blog-img {
  width: 100%;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .blog-img {
    height: 400px;
  }
}
.version-blog .hero-section-blog-details .content {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content {
    bottom: 10%;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap {
    display: block;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap p,
.version-blog .hero-section-blog-details .content .content-wrap div {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .content-wrap-child {
    display: block !important;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap .text {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .text {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .icons {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .icons .icon {
    display: inline-block;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap .icons .icon a {
  color: #fff;
}
.version-blog .hero-section-blog-details .content .social-link {
  margin: 0 10px;
  font-size: 14px;
}
.version-blog .hero-section-blog-details .content .social-link i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.version-blog .hero-section-blog-details .content .social-link:hover i {
  color: #0d5ea7;
}

@media (max-width: 991px) {
  .version-blog .owl-controls {
    display: none;
  }
}
.version-blog .hero-section-blog {
  position: relative;
}
.version-blog .hero-section-blog .content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #f2f5fa;
  width: 100%;
  padding: 35px 40px;
}
@media (max-width: 575px) {
  .version-blog .hero-section-blog .content {
    padding: 35px 15px;
  }
}
.version-blog .hero-section-blog .content .genric-btn3 {
  position: absolute;
  top: -50px;
  left: 0px;
}
.version-blog .hero-section-blog .content h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog .content h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog .content h1 br {
    display: none;
  }
}
.version-blog .hero-section-blog .content .author {
  font-size: 12px;
  text-transform: uppercase;
}
.version-blog .hero-section-blog .content .blog-summary .blog-link {
  margin-left: 24px;
  color: #50668f;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .hero-section-blog .content .blog-summary .blog-link:hover {
  color: #1e283c;
}
.version-blog .hero-section-blog .content .blog-icon {
  color: #fff;
  padding: 19px 22px;
  font-size: 18px;
}
.version-blog .items .owl-img {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
}
@media (max-width: 991px) {
  .version-blog .items .owl-img {
    height: 400px;
  }
}
.version-blog #blog-owl .owl-nav {
  position: absolute;
  top: 50%;
  right: 0%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .version-blog #blog-owl .owl-nav {
    top: 560px;
    color: #fff;
  }
}
.version-blog #blog-owl .owl-nav .owl-prev,
.version-blog #blog-owl .owl-nav .owl-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.version-blog #blog-owl .owl-nav .owl-prev i,
.version-blog #blog-owl .owl-nav .owl-next i {
  color: #fff;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog #blog-owl .owl-nav .owl-prev i:hover,
.version-blog #blog-owl .owl-nav .owl-next i:hover {
  cursor: pointer;
}
.version-blog .hero-section-blog-details .blog-img {
  width: 100%;
  filter: brightness(50%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(50%);
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .blog-img {
    height: 400px;
  }
}
.version-blog .hero-section-blog-details .content {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content {
    bottom: 10%;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap {
    display: block;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap p,
.version-blog .hero-section-blog-details .content .content-wrap div {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .content-wrap-child {
    display: block !important;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap .text {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .text {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .icons {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .version-blog .hero-section-blog-details .content .content-wrap .icons .icon {
    display: inline-block;
  }
}
.version-blog .hero-section-blog-details .content .content-wrap .icons .icon a {
  color: #fff;
}
.version-blog .hero-section-blog-details .content .social-link {
  margin: 0 10px;
  font-size: 14px;
}
.version-blog .hero-section-blog-details .content .social-link i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.version-blog .hero-section-blog-details .content .social-link:hover i {
  color: #0d5ea7;
}

@media (max-width: 991px) {
  .content-wrap h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .content-wrap h1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.hero-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .hero-img {
    display: none;
  }
}

.hero-img4 {
  position: absolute;
  right: 10px;
  top: -225px;
  width: 64%;
}
@media (max-width: 1440px) {
  .hero-img4 {
    width: 48%;
    max-width: 17rem !important;
    max-height: 31rem !important;
    top: 6rem;
  }
}
@media (max-width: 992px) {
  .hero-img4 {
    display: none;
  }
}

.hero-img8 {
  position: relative;
  right: -17px;
}
@media (max-width: 992px) {
  .hero-img8 {
    display: none;
  }
}

.hero-img9 {
  position: relative;
  left: 200px;
  height: 80%;
  width: 64%;
  top: 105px;
}
@media (max-width: 1440px) {
  .hero-img9 {
    width: 48%;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .hero-img9 {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 120px 0;
  }
  .hero-section .fullscreen {
    height: auto !important;
  }
}
.hero-section .content-wrap {
  z-index: 2;
}
.hero-section .content-wrap h1 {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hero-section .content-wrap h1 {
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  .hero-section .content-wrap h1 {
    font-size: 35px;
  }
}
.hero-section .content-wrap p {
  padding: 12px 0px 15px;
}
@media (max-width: 991px) {
  .hero-section .content-wrap p {
    color: #222;
  }
}

.hero-img-wrap {
  position: relative;
}

#hero-widget {
  z-index: 2;
  padding-top: 0;
}
#hero-widget iframe {
  width: 323px;
  height: 500px;
}
#hero-widget .lds-spinner {
  margin-left: 0px;
  margin-top: -15%;
}
#hero-widget .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#hero-widget .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
#hero-widget .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #0d5ea7;
}
#hero-widget .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
#hero-widget .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
#hero-widget .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
#hero-widget .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
#hero-widget .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
#hero-widget .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
#hero-widget .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
#hero-widget .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
#hero-widget .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
#hero-widget .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
#hero-widget .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
#hero-widget .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  #hero-widget {
    text-align: right;
  }
}
@media (min-width: 576px) {
  #hero-widget {
    z-index: 2;
    padding-top: 32px;
  }
  .lds-spinner {
    margin-left: 50%;
    margin-top: 16%;
  }
}
@media (max-width: 575px) {
  #hero-widget {
    z-index: 2;
    padding-top: 48px;
  }
  #hero-widget .lds-spinner {
    margin-left: 50%;
    margin-top: 16%;
  }
  #hero-widget iframe {
    width: 500;
    height: 400;
  }
}
/*--------------------------------------------------------------
# Price
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .version1 .price-section .col-lg-4:last-child .single-price {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .version1-1 .price-section .col-lg-4:last-child .single-price {
    margin-bottom: 0px !important;
  }
}

.version2 .price-section {
  background: url(../img/price-bg.jpg) no-repeat bottom center/cover;
}
@media (max-width: 991px) {
  .version2 .price-section .col-lg-4:last-child .single-price2 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .version3 .price-section .col-lg-4:last-child .single-price {
    margin-bottom: 0px !important;
  }
}

.version4 .price-section {
  background: url(../img/price-bg.jpg) no-repeat bottom center/cover;
}
@media (max-width: 991px) {
  .version4 .price-section .col-lg-4:last-child .single-price2 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .version8 .price-section .col-lg-4:last-child .single-price {
    margin-bottom: 0px !important;
  }
}

.version9 .price-section {
  background: url(../img/price-bg.jpg) no-repeat bottom center/cover;
}
@media (max-width: 991px) {
  .version9 .price-section .col-lg-4:last-child .single-price2 {
    margin-bottom: 0px !important;
  }
}

.price-section .section-title-wrap .title-img:before {
  background: #dddddd;
}

.single-price {
  background: #fff;
  padding: 48px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price .price-top {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price .price-top h4 {
  color: #1e283c;
  font-weight: 500;
  margin-bottom: 8px;
}
.single-price .price-top p {
  color: #50668f;
  margin-bottom: 0px;
}
.single-price .price-top .price {
  margin-top: 45px;
}
.single-price .price-top .price p {
  color: #50668f;
  margin-bottom: 0px;
}
.single-price .price-top .price p span {
  color: #1e283c;
  font-size: 48px;
  font-weight: 700;
}
.single-price .price-bottom {
  padding-top: 45px;
  text-align: center;
}
.single-price .price-bottom .packlist {
  margin-bottom: 30px;
}
.single-price .price-bottom .packlist li {
  border-bottom: 1px solid #edf6ff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #50668f;
}
.single-price .price-bottom .packlist li:last-child {
  border-bottom: none;
}
.single-price:hover {
  border: 2px solid #0d5ea7;
}
@media (max-width: 991px) {
  .single-price {
    margin-bottom: 50px;
  }
}

.single-price2 {
  background: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-price2 {
    margin-bottom: 30px;
  }
}
.single-price2 .price-top {
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price2 .price-top h1,
.single-price2 .price-top h4,
.single-price2 .price-top p {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price2 .price-top .overlay-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price2 .price-bottom {
  padding: 30px;
  margin-top: 20px;
}
.single-price2 .pack-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-price2 .pack-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-price2:hover .price-top .overlay-bg {
  opacity: 1;
}
.single-price2:hover .price-top h1,
.single-price2:hover .price-top h4,
.single-price2:hover .price-top p {
  color: #fff;
}

.single-price4 {
  background: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-price4 {
    margin-bottom: 30px;
  }
}
.single-price4 .price-top {
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price4 .price-top h1,
.single-price4 .price-top h4,
.single-price4 .price-top p {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price4 .price-top .overlay-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-price4 .price-bottom {
  padding: 30px;
  margin-top: 20px;
}
.single-price4 .pack-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-price4 .pack-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-price4:hover {
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
}
.single-price4:hover .price-top .overlay-bg {
  opacity: 1;
}
.single-price4:hover .price-top h1,
.single-price4:hover .price-top h4,
.single-price4:hover .price-top p {
  color: #fff;
}

/*--------------------------------------------------------------
# Points
--------------------------------------------------------------*/
@media (max-width: 575px) {
  .important-points-section {
    margin: 15px;
  }
}

.single-points {
  border: 1px solid #d0e4f7;
  padding: 60px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-points {
    margin-bottom: 24px;
  }
  .single-points:last-child {
    margin-bottom: 0;
  }
}
.single-points h4 {
  margin: 30px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-points:hover {
  cursor: pointer;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
  transform: scale(1.1);
}
.single-points:hover h4 {
  color: #5c9ed6;
}

.about-left {
  padding: 80px 0px;
  max-width: 500px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .about-left {
    padding-left: 15px;
    padding-top: 0px;
  }
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-list {
  margin-bottom: 30px;
}
.feature-list:last-child {
  margin-bottom: 0px;
}
.feature-list .desc p {
  max-width: 400px;
}
@media (max-width: 991px) {
  .feature-list {
    margin-top: 50px;
  }
}

.single-feature {
  margin-top: 30px;
  border: 2px solid transparent;
  padding: 48px 38px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .icon span {
  padding: 23px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .desc h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 18px;
}
.single-feature .desc p {
  margin-bottom: 0px;
}
.single-feature:hover {
  background: #fff;
  border: 2px solid #0d5ea7;
}
.single-feature:hover .icon span {
  background: #f2f5fa;
}

@media (max-width: 991px) {
  .feature-right {
    margin-top: 50px;
    text-align: center !important;
  }
  .active-feature-carusel {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .feature-right p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
# Brands
--------------------------------------------------------------*/
.version1 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.version1 .brands-section img:hover {
  opacity: 1;
}
.version2 .brands-section {
  background: #fff;
}
.version2 .brands-section .brand-wrap {
  border-bottom: 1px solid #edf6ff;
}
.version2 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.version2 .brands-section img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.version3 .brands-section img,
.version1-1 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.3;
}
.version3 .brands-section img:hover,
.version1-1 .brands-section img:hover {
  opacity: 1;
}

.version4 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.version4 .brands-section img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.version7 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.version7 .brands-section img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.version8 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.3;
}
.version8 .brands-section img:hover {
  opacity: 1;
}

.version9 .brands-section img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.version9 .brands-section img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.single-review {
  border-radius: 5px;
  padding: 10px 15px;
}
.single-review .quote-wrap {
  text-align: center;
  padding: 50px 20px 35px;
  border: 2px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-review .quote-wrap p {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0px;
  color: #50668f;
}
.single-review .quote-wrap .star {
  margin-top: 20px;
}
.single-review .quote-wrap .star .checked {
  color: orange;
}
.single-review .userinfo-wrap {
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-review .userinfo-wrap img {
  margin-right: 20px;
  width: auto !important;
}
.single-review .userinfo-wrap h4 {
  margin-bottom: 2px;
  font-size: 16px;
  color: #1e283c;
  font-weight: 600;
}
.single-review .userinfo-wrap p {
  margin-bottom: 0px;
  color: #50668f;
  font-size: 14px;
}
.single-review:hover {
  cursor: pointer;
}
.single-review:hover .quote-wrap {
  border: 2px solid #0d5ea7;
}

.client-review-section .owl-carousel .owl-item img {
  width: auto !important;
}
@media (max-width: 991px) {
  .client-review-section .owl-carousel .owl-item img {
    opacity: 0.1;
  }
}

.single-review-2 .desc {
  position: relative;
}
.single-review-2 .desc .review-bg {
  position: absolute;
  left: 270px;
  bottom: 0;
}
@media (max-width: 991px) {
  .single-review-2 .desc .review-bg {
    display: none;
  }
}
.single-review-2 .desc .review-bg2 {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .single-review-2 .desc .review-bg2 {
    padding-left: 0;
  }
}
.single-review-2 .desc .content {
  position: absolute;
  left: 512px;
  bottom: 42px;
  max-width: 460px;
}
@media (max-width: 991px) {
  .single-review-2 .desc .content {
    width: 100%;
    left: 100%;
    padding: 0 22px;
    opacity: 1;
    color: #222;
  }
}
.single-review-2 .desc h4 {
  margin-top: 40px;
}
.single-review-2 .desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .single-review-2 .desc {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .single-review-2 .thumb {
    margin-bottom: 30px;
    text-align: center !important;
  }
  .single-review-2 .thumb img {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Execution
--------------------------------------------------------------*/
.execution-section .section-title-wrap .title-img:before {
  background: #dddddd;
}
@media (max-width: 991px) {
  .execution-section .single-ex-process {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Accordian
--------------------------------------------------------------*/
.accordian-tab-menu .nav-link {
  background: #edf6ff;
  color: #222 !important;
  border: 1px solid #bed2f0;
  border-radius: 0px;
  margin: 5px 10px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .accordian-tab-menu .nav-link {
    font-size: 10px;
    padding: 5px 8px;
  }
}
@media (max-width: 414px) {
  .accordian-tab-menu .nav-link {
    margin: 2px 0px;
  }
}
.accordian-tab-menu .nav-link.active {
  color: #fff !important;
}

.accordion > dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #edf6ff;
}
@media (max-width: 414px) {
  .accordion > dt > a {
    font-size: 12px;
  }
}

.accordion > dt > a:hover {
  text-decoration: none;
}

.accordion > dt > a.active {
  color: #5c9ed6;
  border-color: #ddd;
  cursor: default;
  border-bottom: 1px solid #5c9ed6;
  background: transparent;
}

.accordion > dt > a:after {
  content: "\e873";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  content: "\e874";
  color: #5c9ed6;
}

.accordion > dt > a:hover:after {
  color: #444;
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.accordion > dt > a,
.accordion > dt > a:after,
.toggle > dt > a,
.toggle > dt > a:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

dl.accordion.time-line {
  position: relative;
}

dl.accordion.time-line:before {
  border-left: 1px dashed #cecece;
  bottom: 10px;
  content: "";
  left: 15px;
  position: absolute;
  top: 25px;
  z-index: 0;
}

.accordion.time-line > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.accordion.time-line > dt > a:after {
  content: "\e648";
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #222;
  padding-left: 3px;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
  content: "\e641";
  color: #fff;
}

.accordion.time-line > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 14px 20px 14px 40px;
  border: none;
  letter-spacing: 3px;
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
  background: none !important;
}

/*--------------------------------------------------------------
# Carusel
--------------------------------------------------------------*/
.marketing-section .marketing-left {
  padding-left: 20%;
}
@media (max-width: 1366px) {
  .marketing-section .marketing-left {
    padding-left: 4%;
  }
}
@media (max-width: 991px) {
  .marketing-section .marketing-left {
    padding-left: 15px;
  }
}
.marketing-section .marketing-left h1 {
  font-size: 48px;
  font-weight: 500;
}
.marketing-section .marketing-left p {
  margin: 25px 0 42px;
  max-width: 500px;
}
.marketing-section .marketing-right .active-dash-carusel {
  max-width: 850px;
}
@media (max-width: 991px) {
  .marketing-section .marketing-right .active-dash-carusel {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

/*--------------------------------------------------------------
# Requesr Demo
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .req-demo-left {
    margin-bottom: 50px;
  }
}

.req-demo-right .form-control {
  border-radius: 0px;
  width: 100%;
  border-color: #bed2f0;
  padding: 0.675rem 0.75rem;
  font-size: 14px;
}
.req-demo-right .form-control:focus {
  background: #edf6ff;
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
}
.req-demo-right .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}
.req-demo-right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
.req-demo-right .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.version1 .single-card:hover .card-title {
  color: #0d5ea7;
}

.version2 .single-card:hover .card-title {
  color: #5c9ed6;
}

.version1-1 .single-card:hover .card-title {
  color: #0d5ea7;
}

.version3 .single-card:hover .card-title {
  color: #0d5ea7;
}

.version4 .single-card:hover .card-title {
  color: #5c9ed6;
}

.version8 .single-card:hover .card-title {
  color: #0d5ea7;
}

.version9 .single-card:hover .card-title {
  color: #5c9ed6;
}

.author a {
  color: #50668f;
  border-bottom: 1px solid #50668f;
}

.latest-blog-section .section-title-wrap .title-img:before {
  background: #dddddd;
}

.single-card {
  border: none;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-card .card-subtitle {
  font-size: 12px;
  color: #50668f;
  margin-top: 10px;
  text-transform: uppercase;
}
.single-card .card-title {
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-card .card-body {
  margin-bottom: 10px;
}
.single-card .card-top-img {
  border-radius: 0 !important;
  width: 100%;
}
.single-card .card-btn {
  position: absolute !important;
  bottom: 58%;
  left: 10%;
}
.single-card .card-link {
  font-size: 12px;
  color: #50668f;
  text-transform: uppercase;
  font-weight: 500;
}
.single-card .card-link i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .single-card {
    margin-top: 30px;
  }
}

.version-blog .blog-post .single-card {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .version-blog .blog-post .single-card {
    margin-top: 0px;
  }
}
.version-blog .blog-post .single-card p {
  margin-bottom: 0px;
}
.version-blog .blog-post .single-card .post-info {
  font-size: 12px;
  text-transform: uppercase;
}
.version-blog .blog-post .single-card .card-body {
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
}
.version-blog .blog-post .single-card .card-btn {
  top: -40px;
  left: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px 26px;
}
.version-blog .blog-post .single-card .card-link {
  font-weight: 400;
  color: #50668f;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .blog-post .single-card .card-link:hover {
  color: #1e283c;
}
.version-blog .blog-post .single-card:hover {
  border-bottom: 1px solid rgba(30, 40, 60, 0.1);
}
.version-blog .blog-post .single-card:hover .card-title {
  color: #0d5ea7;
}
@media (max-width: 991px) {
  .version-blog .blog-post-list {
    padding-top: 20px;
  }
}
.version-blog .blog-post-list .single-card {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .version-blog .blog-post-list .single-card {
    margin-top: 0px;
  }
}
.version-blog .blog-post-list .single-card:hover .card-title {
  color: #0d5ea7;
}
.version-blog .blog-post-list .single-card .card-btn {
  bottom: 10% !important;
}
.version-blog .pagination .page-item .page-link {
  border: none !important;
  color: #50668f;
  font-size: 14px;
}
.version-blog .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.version-blog .pagination .page-item.active .page-link,
.version-blog .pagination .page-item:hover .page-link {
  color: #fff;
}
@media (max-width: 991px) {
  .version-blog .side-bar {
    margin-top: 100px;
  }
}
.version-blog .side-bar .blog-title {
  font-size: 18px;
  background: #f2f5fa;
  border-bottom: 1px solid rgba(30, 40, 60, 0.1);
  padding: 14px 25px;
  margin-bottom: 30px;
}
.version-blog .side-bar .form-wrap {
  background: #f2f5fa;
  padding: 7px;
}
.version-blog .side-bar .form-wrap .form-control {
  border: 0;
  background: transparent;
}
.version-blog .side-bar .form-wrap .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.version-blog .side-bar .form-wrap .form-control.placeholder {
  font-size: 12px;
  text-transform: uppercase;
  color: #50668f;
  font-weight: 400;
}
.version-blog .side-bar .form-wrap .form-control::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  color: #50668f;
  font-weight: 400;
}
.version-blog .side-bar .form-wrap .form-control::-moz-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  color: #50668f;
  font-weight: 400;
}
.version-blog .side-bar .form-wrap .form-control::-o-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  color: #50668f;
  font-weight: 400;
}
.version-blog .side-bar .form-wrap .search-btn {
  border: 0;
  background: transparent;
  color: #50668f;
}
.version-blog .about-author h4 {
  font-size: 18px;
}
.version-blog .about-author h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #50668f;
}
.version-blog .recent-news .news-box:hover .news-head {
  color: #0d5ea7;
}
@media (max-width: 991px) {
  .version-blog .recent-news .news-info {
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 22px;
  }
}
.version-blog .recent-news .news-info .news-head {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .recent-news .news-info p {
  font-size: 12px;
  text-transform: uppercase;
}
.version-blog .post-cat .cat-box {
  padding: 5px 24px;
  border-left: 2px solid #f2f5fa;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .post-cat .cat-box .cat-link {
  font-size: 14px;
  color: #50668f;
}
.version-blog .post-cat .cat-box:hover {
  background: #f2f5fa;
  border-left: 2px solid #1e283c;
}
.version-blog .post-cat .cat-box:hover .cat-link {
  color: #1e283c;
}
.version-blog .add {
  width: 300px;
  height: 250px;
  background: #f2f5fa;
}
.version-blog .social-profile .genric-btn {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 12px;
  color: #50668f;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}
.version-blog .social-profile .genric-btn:hover {
  box-shadow: none;
  color: #fff;
}
.version-blog .social-profile .genric-btn i {
  margin-right: 6px;
}
@media (max-width: 991px) {
  .version-blog .social-profile .genric-btn {
    display: inline-block !important;
  }
}
.version-blog .details-body .head {
  margin-bottom: 20px;
}
.version-blog .details-body .sub-head {
  margin: 50px 0 20px;
}
.version-blog .details-body .blog-para {
  margin-top: 40px 0 30px;
}
.version-blog .details-body .blog-quotes {
  background: #f2f5fa;
  font-style: italic;
  padding: 35px 30px;
  margin: 35px 0px 40px;
}
.version-blog .details-body .post-links .next-post i,
.version-blog .details-body .post-links .prev-post i {
  color: #1e283c;
  font-size: 18px;
  padding: 16px 17px;
  background: #f2f5fa;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .details-body .post-links .next-post:hover p,
.version-blog .details-body .post-links .prev-post:hover p {
  color: #1e283c;
}
.version-blog .details-body .post-links .next-post:hover i,
.version-blog .details-body .post-links .prev-post:hover i {
  color: #fff;
}
.version-blog .comment-section {
  margin: 80px 0 30px;
}
.version-blog .comment-section .comment-head {
  margin-bottom: 30px;
}
.version-blog .comment-section .comment-time {
  font-size: 12px;
  text-transform: uppercase;
}
.version-blog .comment-section .comment {
  margin-top: 30px;
}
.version-blog .comment-section .comment .comment-img {
  margin-right: 25px;
}
.version-blog .comment-section .comment .comment-btn {
  background: #f2f5fa;
  color: #1e283c;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 22px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.version-blog .comment-section .comment .comment-btn:hover {
  color: #fff;
}
.version-blog .comment-section .comment-reply {
  margin-left: 40px;
}
.version-blog .comment-section .comment-reply .comment-reply-single {
  margin-top: 40px;
}
.version-blog .post-comment .post-form .form-control {
  border-radius: 0px;
  width: 100%;
  background: #f2f5fa;
  border: 1px solid #f2f5fa;
  padding: 0.675rem 0.75rem;
  font-size: 14px;
}
.version-blog .post-comment .post-form .form-control:focus {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 1px solid #0d5ea7;
}
.version-blog .post-comment textarea {
  resize: none;
}

/*--------------------------------------------------------------
# Features 
--------------------------------------------------------------*/
.features-content h4 {
  margin-bottom: 25px;
}
.features-content p {
  margin-bottom: 50px;
}
.features-content p:last-child {
  margin-bottom: 0;
}

.faq-section .content-wrap .details {
  max-width: 810px;
  max-width: 810px;
  margin: 0 auto;
}
.faq-section .faq-tabs .nav-pills .nav-item .nav-link {
  background-color: #edf6ff;
  border: 1px solid #bed2f0;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 12px;
}
.faq-section .faq-tabs .nav-pills .nav-item .nav-link:hover {
  background-image: linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: -o-linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}
.faq-section .faq-tabs .nav-pills .nav-item .nav-link.active {
  background-image: linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: -o-linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  background-image: linear-gradient(0deg, #9a88ff 0%, #5a61ff 100%) !important;
  color: #fff !important;
}
.faq-section .faq-tabs .tab-content .card {
  border: 0;
}
.faq-section .faq-tabs .tab-content .card .card-header {
  background-color: transparent;
}
.faq-section .faq-tabs .tab-content .card .card-header [data-toggle=collapse] .fa:before {
  content: "\f063";
}
.faq-section .faq-tabs .tab-content .card .card-header [data-toggle=collapse].collapsed .fa:before {
  content: "\f061";
}
.faq-section .faq-tabs .tab-content .card .card-header .btn-link {
  color: #222;
  font-size: 18px;
}
.faq-section .faq-tabs .tab-content .card .card-header .btn-link i {
  margin-right: 10px;
}
.faq-section .faq-tabs .tab-content .card .card-body {
  margin-left: 40px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.version2 .contact-section {
  background: url(../img/contact/contact-bg.jpg) no-repeat left;
}

.version4 .contact-section {
  background: url(../img/contact/contact-bg.jpg) no-repeat left;
}

.version9 .contact-section {
  background: url(../img/contact/contact-bg.jpg) no-repeat left;
}

.map-wrap {
  width: 100%;
  height: 500px;
}

.map-wrap2 {
  width: 100%;
  height: 558px;
}

.contact-left .contact-info {
  position: absolute;
  top: 15%;
  left: 17%;
  padding: 60px 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
  max-width: 400px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-left .contact-info .single-line {
  margin-bottom: 20px;
}
.contact-left .contact-info .single-line:last-child {
  margin-bottom: 0px;
}
.contact-left .contact-info .single-line h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-left .contact-info .single-line .icon .lnr {
  font-size: 20px;
  font-weight: 700;
  color: #50668f;
  margin-right: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .contact-left .contact-info {
    left: 0px;
  }
}
@media (max-width: 414px) {
  .contact-left .contact-info {
    left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-left {
    margin-bottom: 50px;
  }
}

.contact-right label,
.contact-form-section label {
  font-size: 12px;
  font-weight: 500;
  color: #1e283c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}
.contact-right .form-control,
.contact-form-section .form-control {
  border-radius: 0px;
  width: 100%;
  background: #f2f5fa;
  padding: 0.675rem 0.75rem;
  font-size: 14px;
  border: 1px solid #f2f5fa;
}
.contact-right .form-control:focus,
.contact-form-section .form-control:focus {
  background: #fff;
  border: 1px solid #0d5ea7;
  box-shadow: none;
  outline: none;
}
.contact-right .form-control::placeholder,
.contact-form-section .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}
.contact-right .form-control:-ms-input-placeholder,
.contact-form-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 13px;
}
.contact-right .form-control::-ms-input-placeholder,
.contact-form-section .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-size: 13px;
}

.info-wrap {
  position: absolute;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.info-wrap .contact-info {
  padding: 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
  max-width: 400px;
}
.info-wrap .contact-info .single-line {
  margin-bottom: 20px;
}
.info-wrap .contact-info .single-line:last-child {
  margin-bottom: 0px;
}
.info-wrap .contact-info .single-line .icon .lnr {
  font-size: 22px;
  font-weight: 700;
  color: #5c9ed6;
  margin-right: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .info-wrap .contact-info {
    left: 0px;
  }
}
@media (max-width: 414px) {
  .info-wrap .contact-info {
    left: 0px;
    max-width: 100%;
  }
}

.cross-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #0d5ea7;
}
.cross-btn:hover {
  cursor: pointer;
}

.show-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #0d5ea7;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
  font-size: 18px;
  padding: 20px;
  font-weight: 700;
}
.show-btn:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 20px 0px;
}
.footer-area .social-icons a:hover {
  background: #fff !important;
  color: #5c9ed6 !important;
}

.footer-area .single-footer-widget h4 {
  color: #fff;
  margin-bottom: 30px;
}
.footer-area .single-footer-widget p {
  color: #fff;
}
.footer-area .single-footer-widget .menu-list li {
  margin-bottom: 10px;
}
.footer-area .single-footer-widget .menu-list li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .single-footer-widget .menu-list li a:hover {
  text-decoration: underline;
}
.footer-area .single-footer-widget .social-icons li {
  display: inline-block;
  margin-bottom: 5px;
}
.footer-area .single-footer-widget .social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .single-footer-widget .newsletter-form .form-wrap {
  border: 0px;
}
.footer-area .single-footer-widget .newsletter-form .form-control {
  border-radius: 0px;
  font-size: 14px;
  border: none;
  width: 100%;
  overflow: hidden;
  background: #5c9ed6;
  color: #ffffff;
  min-height: 40px;
}
.footer-area .single-footer-widget .newsletter-form .form-control:focus {
  box-shadow: none;
  color: #ffffff !important;
}
.footer-area .single-footer-widget .newsletter-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}
.footer-area .single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  font-size: 13px;
}
.footer-area .single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
  font-size: 13px;
}
.footer-area .single-footer-widget .newsletter-form .submit-btn {
  box-shadow: none;
  border: none;
  color: #1e283c;
  padding: 0px 10px;
  background: #fff;
}
.footer-area .single-footer-widget .newsletter-form .submit-btn .lnr {
  font-weight: 700;
}
.footer-area .single-footer-widget .newsletter-form .submit-btn:hover {
  cursor: pointer;
}
.footer-area .single-footer-widget .newsletter-form .info {
  color: #00ff18 !important;
}
.footer-area .single-footer-widget .newsletter-form .info a {
  color: #fff !important;
  text-decoration: underline;
}
.footer-area .single-footer-widget .newsletter-form .error {
  color: #960000 !important;
}
@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 50px;
  }
}
.footer-area .footer-bottom {
  text-align: center;
}
.footer-area .footer-bottom p {
  color: #fff;
}
.footer-area .footer-bottom p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 0px !important;
  }
}

/* ======================================
--> 3. SIDEBAR NAVIGATION
========================================= */
.sidebar .nav > li > a:after {
  content: "";
  clear: both;
  display: table;
}

.left-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  transform: translateX(-250px);
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .left-sidebar {
    transform: translateX(0);
    width: 250px;
    position: relative;
    z-index: 1;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  z-index: 1050;
  min-height: 100vh;
  position: relative;
}
.sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: 1.9rem;
}
@media (min-width: 768px) {
  .sidebar .sidebar-inner {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .sidebar .sidebar-inner {
    margin-top: 2.5rem;
  }
}
.sidebar .sidebar-inner > li {
  position: relative;
}
.sidebar .sidebar-inner > li > a {
  padding: 1.25rem 1.56rem;
  line-height: 20px;
  color: #868e96;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar .sidebar-inner > li.active > a {
  position: relative;
  z-index: 10;
  color: #fff;
}
.sidebar .sidebar-inner > li.active > a:before {
  opacity: 1;
}
.sidebar .sidebar-inner > li > a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0.19rem;
  height: 100%;
  background: #0d6efd;
  opacity: 0;
}
.sidebar .sidebar-inner .section-title {
  padding: 1.25rem 1.56rem 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(108, 117, 125, 0.7);
  letter-spacing: 1.2px;
}
.sidebar .sidebar-inner .sub-menu .section-title {
  padding: 1.25rem 0.94rem 0.625rem;
}

.sidebar .nav > li.active > a:before {
  opacity: 1;
}

/* App brand */
.app-brand {
  position: relative;
  display: block;
  background-color: #0d6efd;
}
.app-brand a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 75px;
  line-height: 75px;
  width: 250px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  padding-left: 1.56rem;
}
@media (min-width: 768px) {
  .app-brand a {
    overflow: hidden;
  }
}
.app-brand a img {
  max-width: 80px;
  vertical-align: middle;
}
.app-brand .brand-name {
  color: #fff;
  font-size: 1.12rem;
  margin-left: 0.94rem;
  max-width: 170px;
}

/*  Nav menus Icon Styles */
.sidebar .nav > li > a i {
  float: left;
  margin-right: 0.94rem;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 1.5rem;
}

.sidebar .nav > li.active > a i {
  color: #0d6efd;
}

/* Caret styles */
.sidebar li > a .caret {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.25rem;
  border: none;
}
.sidebar li > a .caret:before {
  content: "\f142";
  display: block;
  text-align: center;
  transition: all 0.2s linear;
  opacity: 0.5;
}

.sidebar li > a .caret:before {
  font-family: "Material Design Icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.sidebar li.active > a .caret:before,
.sidebar li.expand > a .caret:before,
.sidebar li.expanding > a .caret:before {
  transform: rotate(0);
}

.sidebar li.active.expand > a .caret:before,
.sidebar li.expand > a .caret:before,
.sidebar li.expanding > a .caret:before {
  transform: rotate(90deg);
}

.sidebar li.active > a .caret:before {
  opacity: 1;
}

.sidebar li.closed > a .caret:before,
.sidebar li.closing > a .caret:before {
  transform: rotate(0);
}

/*  sub-menu dropdowns */
.sidebar .sub-menu {
  list-style-type: none;
  padding: 0.625rem 0 0.625rem 2.81rem;
  margin: 0;
  position: relative;
}
.sidebar .sub-menu > li > a {
  padding: 0.625rem 1.25rem 0.625rem 0.94rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 0.88rem;
}
.sidebar .sub-menu > li .sub-menu {
  padding-left: 2.18rem;
}
.sidebar .sub-menu > li .sub-menu > li > a {
  position: relative;
  font-size: 0.81rem;
  padding-left: 0;
  text-overflow: ellipsis;
}
.sidebar .sub-menu > li .sub-menu > li > a:after {
  position: absolute;
  content: "";
  top: 20px;
  left: -20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 10px;
}

.sidebar .has-sub.active.expand > .sub-menu {
  display: none;
}

.sidebar .has-sub .has-sub .caret {
  top: 12px;
}

.sidebar .sidenav-item-link {
  display: flex !important;
  flex-grow: 1;
  align-items: center;
}
.sidebar .sidenav-item-link .nav-text {
  margin-right: auto;
  overflow: hidden;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidenav-item-link .badge {
  padding: 0.4em 0.6em;
}
.sidebar .sub-menu > li > a .nav-text {
  white-space: pre-line;
}
.sidebar .sub-menu .has-sub .nav-text {
  white-space: nowrap;
}

/* Sidebar for Mobile */
.sidebar-mobile-in .left-sidebar {
  transform: translateX(0px) !important;
  z-index: 1050;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sidebar-mobile-in .left-sidebar {
    transform: translateX(-250px) !important;
  }
}

.sidebar-mobile-out .left-sidebar {
  transform: translateX(-250px) !important;
  z-index: 1050;
}
@media (min-width: 768px) {
  .sidebar-mobile-out .left-sidebar {
    transform: translateX(0px) !important;
  }
}

/* Sidebar Minified */
.sidebar-minified .left-sidebar {
  width: 250px;
  z-index: 1050;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar {
    width: 75px;
    transition: width 0.3s ease-in;
  }
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .app-brand .brand-name {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
.sidebar-minified .left-sidebar .sidebar .sub-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-minified .left-sidebar .nav > li > a > .caret,
.sidebar-minified .left-sidebar .nav > li > a > span {
  opacity: 1;
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .nav > li > a > .caret,
  .sidebar-minified .left-sidebar .nav > li > a > span {
    opacity: 0;
  }
}
.sidebar-minified .left-sidebar .nav > li > a > .caret {
  right: 15px;
}
.sidebar-minified .left-sidebar .nav li.has-sub .collapse > .sub-menu {
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu {
  height: 0;
}
.sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu li {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
.sidebar-minified .left-sidebar .separator {
  border-top-width: 0;
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .sidebar-footer {
    height: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .sidebar-footer-content {
    visibility: hidden;
    opacity: 0;
  }
}
.sidebar-minified .left-sidebar .sidebar-scrollbar {
  overflow: unset !important;
}

/* Sidebar Minified Hover */
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover {
    width: 250px;
    margin-right: -10.94rem;
  }
}
.sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: auto;
}
.sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out 0.25s;
  -moz-transition: opacity 0.3s ease-out 0.25s;
  -o-transition: opacity 0.3s ease-out 0.25s;
  transition: opacity 0.3s ease-out 0.25s;
}
.sidebar-minified .left-sidebar:hover .nav > li > a > .caret,
.sidebar-minified .left-sidebar:hover .nav > li > a > span {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.15s;
}
.sidebar-minified .left-sidebar:hover .brand-name {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover .app-brand .brand-name {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
}
.sidebar-minified .left-sidebar:hover .sidebar .sub-menu {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sidebar-minified .left-sidebar:hover .separator {
  border-top-width: 1px;
}
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover .sidebar-footer {
    height: auto;
  }
}
.sidebar-minified .left-sidebar:hover .sidebar-footer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.15s;
  -moz-transition: opacity 0.3s ease-in-out 0.15s;
  -o-transition: opacity 0.3s ease-in-out 0.15s;
  transition: opacity 0.3s ease-in-out 0.15s;
}
.sidebar-minified .left-sidebar:hover .sidebar-scrollbar {
  overflow: hidden !important;
}

/* Sidebar Minified Not transition */
@media (min-width: 768px) {
  .sidebar-minified:not(.left-sidebar) .left-sidebar {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: margin-left, margin-right, width;
    transition-property: margin-left, margin-right, width;
  }
}

/* Sidebar Static With Minified */
.sidebar-static.sidebar-minified .page-wrapper .main-header {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sidebar-static.sidebar-minified.header-fixed .page-wrapper .main-header {
    padding-left: 4.69rem;
  }
}
.sidebar-static.sidebar-minified-out .left-sidebar {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.sidebar-static.sidebar-minified-out .page-wrapper .main-header {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

/* Sidebar Fixed With Minified Layout Container */
@media (min-width: 768px) {
  .sidebar-fixed.sidebar-minified .page-wrapper {
    padding-left: 4.69rem;
    -webkit-transition: padding-left 0.3s ease-in-out;
    -moz-transition: padding-left 0.3s ease-in-out;
    -o-transition: padding-left 0.3s ease-in-out;
    transition: padding-left 0.3s ease-in-out;
  }
  .sidebar-fixed.sidebar-minified.header-fixed .page-wrapper .main-header {
    padding-left: 4.69rem;
    -webkit-transition: padding-left 0.3s ease-in-out;
    -moz-transition: padding-left 0.3s ease-in-out;
    -o-transition: padding-left 0.3s ease-in-out;
    transition: padding-left 0.3s ease-in-out;
  }
}

/* Sidebar Minified Out */
.sidebar-minified-out {
  /* Sidebar Fixed With Sidebar Minified Out */
}
.sidebar-minified-out .left-sidebar {
  z-index: 10000;
  transform: translateX(-250px);
  transition: transform 0.3s ease-in-out !important;
}
@media (min-width: 768px) {
  .sidebar-minified-out .left-sidebar {
    transform: translateX(0px);
    transition: width 0.3s ease-in-out !important;
  }
}
.sidebar-minified-out .sidebar .sub-menu {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.sidebar-minified-out .sidebar .nav > li > a span {
  transition: opacity 0.3s ease-in-out 0.3s;
  visibility: visible;
  opacity: 1;
}
.sidebar-minified-out .sidebar li > a .caret {
  transition: opacity 0.3s ease-in-out 0.3s;
  visibility: visible;
  opacity: 1;
}
.sidebar-minified-out .nav li.has-sub.expand .collapse > .sub-menu {
  height: auto;
}
.sidebar-minified-out .nav li.has-sub.expand .collapse > .sub-menu li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out 0.25s;
  -moz-transition: opacity 0.3s ease-out 0.25s;
  -o-transition: opacity 0.3s ease-out 0.25s;
  transition: opacity 0.3s ease-out 0.25s;
}
.sidebar-minified-out .sidebar-footer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.15s;
  -moz-transition: opacity 0.3s ease-in-out 0.15s;
  -o-transition: opacity 0.3s ease-in-out 0.15s;
  transition: opacity 0.3s ease-in-out 0.15s;
}
.sidebar-minified-out .left-sidebar {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.sidebar-minified-out .page-wrapper {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}
.sidebar-minified-out .page-wrapper .main-header {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

/* Sidebar Fixed And Offcanvas */
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .left-sidebar,
  .sidebar-fixed .left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .page-wrapper,
  .sidebar-fixed .page-wrapper {
    padding-left: 15.6rem;
  }
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .main-header,
  .sidebar-fixed .main-header {
    padding-left: 15.6rem;
  }
}
.sidebar-fixed-offcanvas.header-static .main-header,
.sidebar-fixed.header-static .main-header {
  position: relative;
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.header-static .main-header,
  .sidebar-fixed.header-static .main-header {
    padding-left: 0;
  }
}
.sidebar-fixed-offcanvas .sidebar-with-footer,
.sidebar-fixed .sidebar-with-footer {
  padding-bottom: 260px;
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .sidebar-with-footer,
  .sidebar-fixed .sidebar-with-footer {
    padding-bottom: 284px;
  }
}
.sidebar-fixed-offcanvas .sidebar-with-footer .sidebar-footer,
.sidebar-fixed .sidebar-with-footer .sidebar-footer {
  position: absolute;
  bottom: 0;
}

.sidebar-fixed-offcanvas.sidebar-collapse .page-wrapper {
  padding-left: 0;
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.sidebar-collapse .sidebar-footer {
    left: -250px;
  }
}
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.sidebar-collapse-out .sidebar-footer {
    left: 0px;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
}

/* Sidebar Collapse */
@media (min-width: 768px) {
  .sidebar-collapse .left-sidebar {
    margin-left: -15.6rem;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
  }
  .sidebar-collapse .page-wrapper {
    -webkit-transition: padding-left 0.3s ease-in-out;
    -moz-transition: padding-left 0.3s ease-in-out;
    -o-transition: padding-left 0.3s ease-in-out;
    transition: padding-left 0.3s ease-in-out;
  }
}

/* Sidebar Out Collapse */
@media (min-width: 768px) {
  .sidebar-collapse-out .left-sidebar {
    margin-left: 0px;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse-out .page-wrapper {
    -webkit-transition: padding-left 0.3s ease-in-out;
    -moz-transition: padding-left 0.3s ease-in-out;
    -o-transition: padding-left 0.3s ease-in-out;
    transition: padding-left 0.3s ease-in-out;
  }
}

.sidebar-collapse.header-fixed .page-wrapper .main-header {
  padding-left: 0;
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

.sidebar-collapse-out .page-wrapper .main-header {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

/* Sidebar Static With Footer */
.sidebar-static .sidebar.sidebar-with-footer .slimScrollDiv,
.sidebar-static-offcanvas .sidebar.sidebar-with-footer .slimScrollDiv {
  height: 100%;
}
@media (min-width: 768px) {
  .sidebar-static .sidebar.sidebar-with-footer .slimScrollDiv,
  .sidebar-static-offcanvas .sidebar.sidebar-with-footer .slimScrollDiv {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .sidebar-static.header-fixed .main-header,
  .sidebar-static-offcanvas.header-fixed .main-header {
    padding-left: 15.6rem;
  }
}

/* Mobile Sticky Body Overlay */
.mobile-sticky-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1045;
  transition: opacity 0.3s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .mobile-sticky-body-overlay {
    display: none;
  }
}

/* Sidebar Bg Dark */
.sidebar-dark .left-sidebar {
  background-color: #212a39;
}
.sidebar-dark .sidebar .sub-menu {
  background: #1d2531;
}
.sidebar-dark .sidebar .sub-menu > li > a {
  color: #b7c0cd;
}
.sidebar-dark .sidebar .sub-menu > li > a .nav-text {
  white-space: pre-line;
}
.sidebar-dark .sidebar .sub-menu .has-sub .nav-text {
  white-space: nowrap;
}
.sidebar-dark .sidebar .sub-menu > li.active > a,
.sidebar-dark .sidebar .sub-menu > li.active > a:focus,
.sidebar-dark .sidebar .sub-menu > li.active > a:hover,
.sidebar-dark .sidebar .sub-menu > li > a:focus,
.sidebar-dark .sidebar .sub-menu > li > a:hover {
  color: #fff;
}
.sidebar-dark .sidebar .nav > li.active > a {
  color: #fff;
}
.sidebar-dark .separator {
  border-color: rgba(222, 226, 230, 0.2);
}
.sidebar-dark .sidebar-footer {
  background-color: #212a39;
}

/* Sidebar Light */
.sidebar-light .left-sidebar {
  background-color: #fff;
}
.sidebar-light .sidebar {
  border-right: 1px solid #dee2e6;
}
.sidebar-light .sidebar .sub-menu {
  background-color: #fff;
}
.sidebar-light .sidebar .sub-menu > li > a {
  color: #6c757d;
}
.sidebar-light .sidebar .sub-menu > li.active > a,
.sidebar-light .sidebar .sub-menu > li.active > a:focus,
.sidebar-light .sidebar .sub-menu > li.active > a:hover,
.sidebar-light .sidebar .sub-menu > li > a:focus,
.sidebar-light .sidebar .sub-menu > li > a:hover {
  color: #313539;
}
.sidebar-light .sidebar .nav > li.active > a {
  color: #313539;
}
.sidebar-light .sidebar .separator {
  border-color: #dee2e6;
}
.sidebar-light .sidebar-footer {
  background-color: #fff;
}
.sidebar-light .sidebar .sub-menu > li .sub-menu > li > a:after {
  border: 1px solid #6c757d;
}

/* Sidebar Footer Content*/
.sidebar-footer-content {
  padding: 0 1.9rem;
  padding-top: 1.56rem;
  padding-bottom: 0.75rem;
  width: 250px;
}
@media (min-width: 1200px) {
  .sidebar-footer-content {
    padding-top: 2.81rem;
    padding-bottom: 2rem;
  }
}
.sidebar-footer-content > h6 {
  color: #b7c0cd;
  font-size: 0.81rem;
  margin-top: 0.69rem;
  margin-bottom: 0.69rem;
  white-space: nowrap;
}
.sidebar-footer-content .progress {
  height: 15px;
  margin-bottom: 1.88rem;
  overflow: hidden;
  background-color: #e4eaec;
  border-radius: 0.215rem;
}
.sidebar-footer-content .progress-xs {
  height: 4px;
  border-radius: 0.06rem;
}
.sidebar-footer-content .progress-xs .progress-bar {
  line-height: 4px;
}
.sidebar-footer-content .progress-xs .progress-bar.progress-bar-warning {
  background: #ffc107;
}

/* App Logo Fill Color */
.logo-fill-blue {
  fill: #7DBCFF;
}

.logo-fill-white {
  fill: #fff;
}

/* Right Sidebar Toogler Add */
.right-sidebar-toggoler-in .right-sidebar {
  right: 0;
  transition: right 0.3s ease-in-out;
}
.right-sidebar-toggoler-in .right-sidebar .btn-right-sidebar-toggler {
  right: 60px;
  transition: right 0.3s ease-in-out;
}
.right-sidebar-toggoler-in .right-sidebar .btn-right-sidebar-toggler i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.right-sidebar-toggoler-out .right-sidebar {
  transition: right 0.3s ease-in-out;
}
.right-sidebar-toggoler-out .right-sidebar .btn-right-sidebar-toggler {
  transition: right 0.3s ease-in-out;
}
.right-sidebar-toggoler-out .right-sidebar i {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

/* Right Sidebar */
.right-sidebar {
  width: 60px;
  min-height: 100vh;
  position: fixed;
  right: -60px;
  top: 0;
  transition: right 0.3s ease-in-out;
  /* From Group Label */
}
@media (min-width: 1200px) {
  .right-sidebar {
    right: 0;
    transition: right 0.3s ease-in-out;
  }
}
.right-sidebar .btn-right-sidebar-toggler {
  position: fixed;
  top: 135px;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 35px;
  height: 30px;
  border: 1px solid #dee2e6;
}
.right-sidebar .btn-right-sidebar-toggler i {
  line-height: 28px;
  margin-left: 5px;
  font-size: 1.25rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .right-sidebar .btn-right-sidebar-toggler {
    display: none;
  }
}
.right-sidebar .form-group label {
  line-height: 1.3;
}

/* Nav Right Sidebar */
.nav-right-sidebar {
  flex-direction: column;
  position: relative;
}
.nav-right-sidebar .nav-item {
  margin: auto;
  margin-bottom: 0.75rem;
}
.nav-right-sidebar .nav-link {
  font-size: 1.5rem;
}
.nav-right-sidebar .nav-link:focus {
  background-color: rgba(108, 117, 125, 0.1);
}

/* Nav Container */
.right-nav-container {
  position: relative;
  z-index: 100;
  background-color: #fff;
  min-height: 100vh;
  border-left: 1px solid #dee2e6;
}
.right-nav-container .nav-right-sidebar {
  padding-top: 120px;
}

/* Right Sidebar Tab Content */
.right-sidebar-tab {
  position: fixed;
  top: 76px;
  right: -375px;
  width: 315px;
  min-height: 100%;
  background-color: #fff;
  border-left: 1px solid #dee2e6;
}
.right-sidebar-tab .tab-content {
  position: relative;
  z-index: 10;
}

/* Right Sidebar Content Out */
@media (min-width: 1200px) {
  .right-sidebar-out .content-wrapper {
    margin-right: 60px;
    transition: margin-right 0.3s ease-in-out;
  }
}
.right-sidebar-out .right-sidebar-tab {
  right: -315px;
  transition: right 0.3s ease-in-out;
}

/* Right Sidebar Content IN */
@media (min-width: 1200px) {
  .right-sidebar-in .content-wrapper {
    margin-right: 375px;
    transition: margin-right 0.3s ease-in-out;
  }
}
.right-sidebar-in .right-sidebar-tab {
  right: 60px;
  transition: right 0.3s ease-in-out;
}

/* Nav Icon Small */
.icon-sm {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

/* Card Right Sidebar */
.card-right-sidebar {
  border: none;
}
.card-right-sidebar .card-header {
  background-color: transparent;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  color: #212529;
}
.card-right-sidebar .card-header .close {
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  margin-top: -5px;
}
.card-right-sidebar .card-header .close:hover {
  background-color: rgba(108, 117, 125, 0.1);
}
.card-right-sidebar .card-header .card-title {
  margin-bottom: 0;
  font-size: 0.94rem;
}

/* Dark Version  */
.right-sidebar-dark .right-nav-container {
  background-color: #212a39;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Right Sidebar 2 */
.right-sidebar-container-2 {
  right: 0;
  top: 0;
  width: 315px !important;
  display: block;
  z-index: 555555;
  position: fixed;
  background: #212a39;
  border-radius: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Theme Button */
  /* Reset Button */
  /* Theme Button Active */
  /* Slelect box */
  /* Theme Subtitle */
}
.right-sidebar-container-2 .btn-close-right-sidebar-2 {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-left: -40px;
  min-width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
}
.right-sidebar-container-2 h2 {
  font-size: 1.25rem;
  font-weight: 200;
  color: #fff;
}
.right-sidebar-container-2 .right-sidebar-2-header {
  padding: 19.5px 30px;
  border-radius: 0 0 !important;
  display: block;
  color: #212529;
  position: relative;
  background-color: #0d6efd;
}
.right-sidebar-container-2 .right-sidebar-2-header p {
  font-size: 0.75rem;
  color: #fff;
}
.right-sidebar-container-2 .btn-right-sidebar-2 {
  color: #6c757d;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 200;
  border: solid 1px #6c757d;
  border-radius: 4px !important;
  padding: 4px 10px;
  width: 48%;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  line-height: 21px;
}
.right-sidebar-container-2 .btn-right-sidebar-2:last-child {
  margin-right: 0;
}
.right-sidebar-container-2 .btn-reset {
  background-color: #ffc107;
  border: 0;
  color: #212529;
  width: auto;
  cursor: pointer;
}
.right-sidebar-container-2 .btn-right-sidebar-2.btn-right-sidebar-2-active {
  background-color: #6c757d;
  color: #fff;
  text-decoration: none;
}
.right-sidebar-container-2 .right-sidebar-2-select {
  width: 100%;
  height: 31px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.right-sidebar-container-2 .right-sidebar-2-subtitle {
  color: #868e96;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Theme Option Visibile */
.right-sidebar-2-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Style Swticher Body */
.right-sidebar-2-body {
  padding-top: 27px;
  padding-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: calc(100vh - 100px);
}
.right-sidebar-2-body .no-col-space {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.right-sidebar-2-body hr {
  margin: 11px 0;
  border-color: #454545;
}

/* Simplebar */
.simplebar-scrollbar::before {
  background-color: rgba(153, 153, 153, 0.8);
  width: 5px;
  left: 6px;
  right: 6px;
}

/*# sourceMappingURL=main.css.map */
