/* Nav */
.navbar-main {
  height:4rem;
}
.nav-logo {
  height: 48px;
}

.navbar-brand {
  margin: 0 25px 0 5px;
}

.nav-item.sep {
  padding-top:9px;
}

.hamburger-nav {
  display:none;
}

.navbar-dark .navbar-text .dashboard:focus,
.navbar-dark .navbar-text .dashboard:hover {
  color: #293f52;
}

.hamburger-nav .hamburger-inner,.hamburger-nav .hamburger-inner::after,.hamburger-nav .hamburger-inner::before {
  background-color:#fff;
}
.hamburger-box{
  color: #FFF;
}
.mobile-nav {
  background: #141E30;
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  background: linear-gradient(to right, #243B55, #141E30);
  display: none;
  min-height: 100vh;
}
.mobile-nav .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff73;
}

.mobile-nav .list-group-item:last-child {
  border-bottom:none;
}
/* Nav White */
.nav-white{
  margin: 0!important;
  width: 100%;
  height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav-white li a{
  color: var(--white)!important;
}
.nav-white li a:hover{
  text-decoration: rgba(255,255,255,.5) underline;
}
.btn-link:hover{
  text-decoration: rgba(255,255,255,.5) underline;
}
.btn-nav-white {
  background-color: transparent;
  background-image: none;
  border-color: var(--white);
}
.btn-nav-white:hover {
  color: var(--blue)!important;
  background-color: var(--white);
  border-color: var(--white);
}
.mnw {
  padding-top: 100px;
}

/* mobile nav white end*/

.modal-content {
  border:none;
}

.modal-dialog {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.modal-body {
  padding:1.5rem;
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 1rem 1.5rem;

}

.modal-header .modal-title {
  padding-bottom: 0.5rem;
}

/* Footer */

.footer-container h6 {
  font-weight: 500;
  color: #ffffff73;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-container ul {
  padding-left:0;
  list-style: none;
}

.footer-container li {
  padding-left:0;
  list-style: none;
  margin:0.2rem 0;
}
.footer-container li a {
  font-size:0.9rem;
  color:#eee;
}

footer {
  font-size:0.75rem;
  color:#888;
}


.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.no-outline,.no-outline:focus {
  outline: none;
  box-shadow:none;
}

/* media queries */
@media (max-width: 991.98px) {
	.hamburger-nav {
		display:block;
	}
  .hamburger-nav:focus {
    outline: none;
  }
}

/* generic */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

span.dir {
  font-family: OSW;
  font-weight: 400;
  font-size: 18px;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.cost-line-through {
	text-decoration: line-through;
	text-decoration-color: rgba(255, 53, 53, 0.7);
}

.icon-fix {
  display: inline-flex;
  vertical-align: middle;
}

.test-title {
  font-weight: 400;
  padding-bottom: 0px!important;
}

.test-title i {
    font-size: 26px;
    display: inline-block;
    margin-top: -4px;
    font-weight: 200;
}
.test-subtitle {
  text-align: center;
  font-size: 90%;
}

.form-check-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .form-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .form-check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: .3rem;
  }

  .form-check-container.radio .checkmark {
    border-radius: 50%;
  }

  .form-check-container .checkmark.dark {
    background-color: #e1d8f0;
  }

  .form-check-container:hover input ~ .checkmark.dark {
    background-color: #ccc6d5;
  }

  .form-check-container:hover input ~ .checkmark {
    background-color: #f6f6f6;
  }

  .form-check-container input:checked ~ .checkmark,
  .form-check-container:hover input:checked ~ .checkmark.dark {
    background-color: #007bff;
  }

  .form-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .form-check-container input:checked ~ .checkmark:after {
    display: block;
  }

  .form-check-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .form-check-container.radio .checkmark:after {
    top: 6px;
  	left: 6px;
  	width: 8px;
  	height: 8px;
  	border-radius: 50%;
  	background: white;
  }

/* Internet Explorer styles */
html.ie11 .extension-container .extension-img {
	display: block;
	line-height: 60px;
	text-align: center;
}
html.ie11 body.download.plugin .extension-img-container {
  display: block;
}
html.ie11 body.download.plugin .plugin-header {
  display: block !important;
}
html.ie11 body.download.plugin .rate-container .star_rate {
  color: #ffc107;
}
html.ie11 body.page.index .page-testfield,
html.ie11 body.page.index .head-small-text {
  margin: 0 !important;
}

html.ie11 body.page.index .tablegrid {
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: auto auto auto;
}

  html.ie11 body.page.index .tablegrid-a {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    text-align: right;
  }

  html.ie11 body.page.index .tablegrid-b {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }

  html.ie11 body.page.index .tablegrid-c {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    text-align: left;
  }

html.ie11 .nav-white li a {
  color: #fff !important;
}

html.ie11 .btn-nav-white {
  border-color: #fff !important;
}

html.ie11 .btn-nav-white:hover {
  color: #007bff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

html.ie11 .s-yellow {
    background-color: #ffc107 !important;
}

html.ie11 .footer-container h6 {
  color: rgba(255, 255, 255, 0.45) !important;
  font-weight: 600;
}

html.ie11 body.pricing.index .table-pricing .price-box-price {
  margin-bottom: 20px;
}

html.ie11 .mobile-nav .list-group-item {
  border-bottom:1px solid rgba(255, 255, 255, 0.45) !important;
}

html.ie11 .mobile-nav :last-child.list-group-item {
  border-bottom: 0 !important;
}

html.ie11 body.checkout .table-checkout td.price > div,
html.ie11 .cost-line-through {
  color: rgba(255, 53, 53, 0.7);
  text-decoration: line-through;
}

  html.ie11 body.checkout .table-checkout td.price > div small,
  html.ie11 .cost-line-through span {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }

html.ie11 body.download.index .sdk .extension-img img,
html.ie11 body.download.index .api .extension-img img {
  width: 60px;
}

html.ie11 body.download.index .rate-container .star_rate {
  color: #ffc107;
}

html.ie11 body.blog.post .featured-image img {
  height: auto;
}

html.ie11 body.blog.post .single .blog-post-body,
html.ie11 body.blog.post .single .blog-post-body .card-body {
  min-height: 1px;
}

html.ie11 body.blog.index article.card-deck {
  min-height: 1px;
}

html.ie11 body.blog.index #featured-blogposts .card-deck {
  /* min-height: 595px; */
}

@media all and (max-width: 992px) {
	html.ie11 body.blog.index #featured-blogposts .card-deck {
    flex-basis: auto;
  }

  html.ie11 body.blog.index #featured-blogposts .card-deck .card-blog-image {
    min-height: 1px;
  }
}
/* html.ie11 body.blog.index #featured-blogposts .card-blog-image {
  min-height: 1px;
} */

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

/** Cookie Consent */
#cookie-consent {
  bottom: 10px;
  left: 10px;
  max-width: 70%;
  min-width: 10%;
  z-index: 1000;
}

#cookie-consent label {
  cursor: pointer;
}