
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap');*/
  
  /* ------- Font Family Starts ------- */

@font-face {
  font-family: "Raleway-Black";
  src: url("../fonts/Raleway-Black.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf");
}
@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.ttf");
}


  /* ------- Font Family Ends ------- */
body {
  overflow-x: hidden;
  position: relative;
}
html { font-size: 10px; letter-spacing: 1px;scroll-behavior: smooth; }
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; padding: 0; }
ul li { list-style: none; }
a, a:hover, a:focus, button, button:hover, input, input:hover { text-decoration: none; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; }

.p-0 {padding: 0;}

.m-b-50 { margin-bottom: 50px; }

p {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}

/*--- Login Page CSS Starts ---*/

.login-block{
  position:  relative;
  height: 100vh;
  background-color: #b7b7b7;
}
.logo {
  margin: 30px 0 30px;
}
/*.logo > img {
  width: 155px;
  height: auto;
}*/
.navbar-brand > h2 {
  font-size: 22px;
  color: #101010;
  padding: 10px 0;
  font-weight: 700;
}
.login-box {
  width: 450px;
  padding: 30px;
  margin: 0 auto;
  min-height: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #b5b5b5;
}
.forgot-pswd a {
    font-weight: bold;
    color: #999;
    text-decoration: underline;
}
.login-title > h2 {
  font-family: "Raleway-Bold";
  color: #000;
  margin-bottom: 30px;
  font-size: 30px;
}
.login-form .form-control {
    font-family: "Raleway-Regular";
    color: #676767;
    font-size: 14px;
    height: 45px;
    border-radius: 5px!important;
        border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}
.login-form .form-control:focus {
  border-color: #333;
}
.login-form .input-group {
  margin-bottom: 20px!important;
}
.input-group-text {
  
  background-color: #000;
  padding: 10px 15px;
  border-color: #000;
}
.input-group-text > i {
  font-size: 12px;
  color: #f8c300;
}
.login-form .form-check label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
.login-btn {
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  font-family: "Raleway-Medium";
  font-size: 14px;
  margin-bottom: 10px;
  border: 0!important;
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: none!important;
}
.login-btn:hover,
.login-btn:focus {
  background: #f8c300!important;
  color: #000!important;
}
.copyrgt > p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-family: "Raleway-Regular";
}
.forgot-pswd {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.forgot-pswd > h3 {
  font-family: "Raleway-Regular";
  color: #333;
  margin-bottom: 6px;
}
.forgot-pswd > p {
  font-size: 14px;
  font-family: "Raleway-Regular";
  margin-bottom: 0;
  color: #333;
}
.forgot-pswd > p > a:hover { text-decoration: underline; }

/*--- Login Page CSS Ends ---*/

/*--- Index Page CSS Starts ---*/

.top-header {
  padding: 10px 15px;
  background-color: #101010;
}
i.fas.fa-phone {
  transform: rotate(90deg);
}
.header-contact.text-right > a {
  margin: 10px;
}
.header-contact i {
  color: #f8c300;
}
.header-contact > a {
  font-family: "Raleway-Regular";
  font-size: 14px;
  color: #fff;
}
.navbar-brand > img {
  width: 130px;
  margin: 10px 0;
}
header .navbar {
  padding: 0 15px;
  justify-content: space-between;
}
.nav-tabs {
  border-bottom: 0;
}
header .nav-link,
header .dropdown-toggle,
.username {
  font-size: 14px;
  font-family: "Raleway-Medium";
  color: #333!important;
  border: 0!important;
  border-radius: 0;
  margin-right: 1px;
  transition: all .5s linear;
  display: inline-block;
}
.navbar-nav .nav-link {
  background: transparent;
  padding: 8px 15px!important;
}

header .dropdown-toggle::after {
  color: #333;
}
header .nav-link {
  margin-right: 5px;
}
header .nav-item:last-child .nav-link { margin-right: 0; }
.bg-light {
  background-color: #f8c300!important;
}
header .nav-link.active {
  background-color: #101010!important;
  color: #fff!important;
}
header .nav-link:hover {
  background-color: #222!important;
  color: #fff!important;
}
header .nav-link > img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
header .dropdown-menu {
  right: 0;
  left: unset;
}
header .dropdown-menu .dropdown-item {
  padding: 0;
  transition: all .5s linear;
}
header .dropdown-item .nav-link {
  font-size: 12px;
  font-family: "Raleway-Medium";
  color: #101010;
  display: block;
  padding: 8px 20px!important;
}
header .dropdown-item:hover,
header .dropdown-item:focus {
  background-color: #f8c300!important;
}

header .dropdown-item:hover .nav-link,
header .dropdown-item:focus .nav-link {
  background-color: transparent!important;
}
header .dropdown:hover .dropdown-toggle {
  background-color: #ffde64!important;
}
.login-link {
  background: #ffdf6a!important;
  border-radius: 5px!important;
}
.signup-link {
  background: #ffda51!important;
  color: #ffffff!important;
  border-radius: 5px!important;
}
footer {
  background-color: #343434;
  padding: 8px 0
}
footer p {
  font-size: 12px;
  margin-bottom: 0;
  color: #b6b6b6;
}
.banner-home {
  padding: 50px 0;
  background: rgb(248,195,0); 
  background: -moz-linear-gradient(top,  rgba(248,195,0,1) 0%, rgba(255,218,81,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  background: linear-gradient(to bottom,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c300', endColorstr='#ffda51',GradientType=0 ); 
}
.banner-home .caption h1 {
  font-size: 40px;
  font-family: "Raleway-Regular";
  margin-bottom: 20px;
  color: #101010;
}
.banner-home .caption p {
  color: #101010;
  font-size: 16px;
}
.banner-home .caption h3 {
  font-family: "Raleway-Medium";
  color: #101010;
  margin-bottom: 20px;
}
.app-btn > a > img {
  width: 120px;
}
.app-btn > a {
  margin-right: 15px;
  display: inline-block;
}
.bg-btn {
  padding: 10px 20px;
  background-color: #101010;
  color: #ffffff;
  font-family: "Raleway-Regular";
  border: 1px solid #101010;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}
.bordered-btn {
  padding: 10px 20px;
  background-color: transparent;
  color: #101010;
  font-family: "Raleway-Regular";
  border: 1px solid #101010;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}
.bordered-btn:hover { color: #101010!important; }
.bg-btn:hover { color: #ffffff!important; }
section { padding: 50px 0; }
section:nth-child(even) {
  background-color: #ebebeb;
}
.section-heading > h2 {
  font-family: "Raleway-Medium";
  margin-bottom: 15px;
  color: #101010;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
}
.section-heading > h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f8c300;
}
.section-heading > h2::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #101010;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.section-heading > p {
  font-family: "Raleway-Regular";
  font-size: 18px;
  margin-bottom: 0;
}
.section-heading {
  margin-bottom: 50px;
}
.feature-box { 
  position: relative; 
  border: 1px solid #ccc;
  min-height: 200px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.feature-box:hover {
  border-color: #f9c60b;
}
.feature-front {
  padding: 20px;
}
.icon > img {
  width: 60px;
  margin-bottom: 30px;
  filter: grayscale(1) brightness(1.5);
}
.feature-name {
  font-family: "Raleway-Regular";
  font-size: 18px;
  color: #676767;
}
.feature-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px 30px;
  display: grid;
  background: rgb(248,195,0); 
  background: -moz-linear-gradient(top,  rgba(248,195,0,1) 0%, rgba(255,218,81,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  background: linear-gradient(to bottom,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c300', endColorstr='#ffda51',GradientType=0 ); 
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  z-index: 1;
}
.feature-hover .bg-icon {
  position: absolute;
  top: 10px;
  right: -10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.feature-hover .bg-icon img {
  width: 50px;  
  filter: grayscale(1) brightness(10);
}
.feature-hover .disc p {
  color: #101010;
  font-family: "Raleway-Regular";
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 0;
}
.feature-box:hover .feature-hover {
  opacity: 1;
}
.feature-box:hover .bg-icon {
  right: 10px;
}
.p0 { padding: 0; }
.box-child .feature-box {
  border-right: 0;
}
.box-child:nth-child(4n) .feature-box {
  border-right: 1px solid #ccc!important;
}
.box-child:last-child { border-right: 0!important; }
.box-child:nth-child(n+5) .feature-box {
  border-top: 0!important;
}
.btn-default {
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Raleway-Regular";
  color: #ffffff;
  margin: 30px 0 0;
  background-color: #101010;
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}
.btn-yellow { background-color: #f8c300!important; color: #101010; }
.btn-default:hover,
.btn-default:focus {
  background-color: #f8c300;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #101010!important; color: #ffffff; }
.release-short-disc > h2 {
  font-family: "Raleway-Regular";
  font-size: 30px;
  margin-bottom: 20px;
}
.release-short-disc h3 {
  font-family: "Raleway-Medium";
  margin-bottom: 15px;
  font-size: 22px;
}
.screen-img { margin-bottom: 40px; }
.blog-date li img {
  width: 15px!important;
  margin-right: 15px;
  display: inline-block!important;
}
.blog-date li { display: flex; align-items: center; justify-content: center;background: #f2f2f2; padding: 5px; }
.blog-date li span {
  font-family: "Raleway-Regular";
  color: #676767;
  font-size: 16px;
  margin-top: 2px;
}
.short-disc {
  padding: 20px;
}
.short-disc .title {
  margin-bottom: 15px;
}
.blog-box {
  box-shadow: 0 0 20px #ccc;
  margin: 20px 15px;
}
.owl-carousel .owl-nav button.owl-next >img, .owl-carousel .owl-nav button.owl-prev >img {
  /*margin-top: -30px;*/
  width: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  border: 0!important;
  background: #191919;
  height: 40px;
  width: 40px;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -ms-box-shadow: none!important;
  -o-box-shadow: none!important;
  margin: 10px 5px 0;
  outline: 0!important;
}
.owl-nav, .owl-dots {
  text-align: center;
}
.owl-dots { display: none; }
.read-more {
  display: inline-block;
  margin-top: 5px;
  font-family: "Raleway-Regular";
  color: #101010;
  font-size: 14px;
}
.owl-dots .owl-dot span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #101010;
}
.owl-dots .owl-dot {
  margin: 15px 3px 0;
}
.owl-dots .owl-dot.active span {
  background-color: #f8c302;
}
.img-certi-home {
  height: 130px;
  width: auto;
}
.img-auto {
  margin: 0 auto;
}
.section-heading > h3 {
  font-family: "Raleway-Medium";
  margin-bottom: 10px;
}
.footer-contact a,
.footer-contact span {
  color: #b6b6b6;
  font-size: 14px;
  margin-left: 15px;
}

/*--- Index Page CSS Ends ---*/

.inner-banner {
  padding: 30px 0;
  background: rgb(248,195,0); 
  background: -moz-linear-gradient(top,  rgba(248,195,0,1) 0%, rgba(255,218,81,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  background: linear-gradient(to bottom,  rgba(248,195,0,1) 0%,rgba(255,218,81,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c300', endColorstr='#ffda51',GradientType=0 ); 
}
.banner-heading {
  font-family: "Raleway-Medium";
  margin: 0;
  color: #101010;
  font-size: 30px;
}
.breadcrumb {
  text-align: right;
  background-color: transparent;
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb > li,
.breadcrumb > li a {
  font-family: "Raleway-Regular";
  color: #101010;
  font-size: 16px;
}
.pricing-box {
  /*padding: 20px;*/
  background-color: #efefef;
}
.users, .amount, .info, .num-of-user {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  min-height: 110px;
  display: grid;
  align-items: center;
}
.info, .num-of-user { border-bottom: 0; }
.users h2, .amount h2 {
  font-family: "Raleway-Medium";
  margin-bottom: 15px;
  font-size: 30px;
}
.pricing-type {
  padding: 20px;
  background-color: #333;
  display: grid;
  align-items: center;
  min-height: 90px;
}
.pricing-type h2 {
  font-family: "Raleway-Bold";
  color: #fff;
}
.pricing-type > h4 {
  font-family: "Raleway-Regular";
  color: #fff;
  margin-top: 5px;
}
.pricing-child:nth-child(1) .pricing-type  {
  background-color: #FFA435;
  margin-top: 30px;
}
.pricing-child:nth-child(2) .pricing-type  {
  background-color: #ff6860;
}
.pricing-child:nth-child(3) .pricing-type  {
  background-color: #3c98d1;
  margin-top: 30px;
}
.pricing-child:nth-child(2) .pricing-box  {
  box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.45);
  -webkit-box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.45);
  -moz-box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.45);
  -ms-box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.45);
  -o-box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.45);
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.pricing-detail { padding: 0 20px; }
.disc > h3 {
  font-family: "Raleway-Medium";
  margin-bottom: 15px;
  color: #101010;
}
.disc ul {
  list-style-type: circle;
  padding-left: 15px;
}
.disc ul li {
  font-family: "Raleway-Regular";
  font-size: 16px;
  color: #101010;
  margin-bottom: 10px;
  list-style-type: circle;
}
.discount {
  position: relative;
  overflow: hidden;
}
.discount::before {
  position: absolute;
  content: "20% Discount";
  height: 60px;
  width: 90px;
  display: grid;
  align-items: center;
  background-color: #f8c300;
  font-family: "Raleway-Medium";
  font-size: 15px;
  color: #101010;
  top: -16px;
  left: -30px;
  padding-top: 30px;
  line-height: 1.1;
  transform: rotate(-45deg);
  z-index: 1;
}
.discount::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 130px;
  background-color: #f8c300;
  transform: rotate(-45deg);
  left: -30px;
  z-index: 0;
  top: 10px;
}
#myWizard .nav.nav-pills > li a {
  padding: 10px 10px;
  font-family: "Raleway-Regular";
  font-size: 15px;
  color: #101010;
  background-color: #ebebeb;
  margin-right: 10px;
  -webkit-transition-: all 300ms ease-in-out;
  -moz-transition-: all 300ms ease-in-out;
  -ms-transition-: all 300ms ease-in-out;
  -o-transition-: all 300ms ease-in-out;
  transition-: all 300ms ease-in-out;
  margin-bottom: 15px;
  display:  flex;
  align-items: center;
  border-radius: 30px;
}
#myWizard .nav.nav-pills > li a.active {
  background-color: #101010;
  color: #fff!important;
}
#myWizard .nav.nav-pills > li a:hover {
  color: #fff;
  background-color: #676767;
}
.step {
  display: inline-block;
  height: 30px;
  width: 30px;
  display: grid;
  align-items: center;
  background-color: #fff;
  color: #101010;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
#myWizard .nav.nav-pills > li a.active .step {
  background-color: #f8c300;
}
#myWizard {
  background-color: #fff;
  padding: 40px 60px;
  box-shadow: 0 0 30px #ddd;
  border-radius: 30px;
}
.title {
  font-family: "Raleway-Medium";
  margin-bottom: 20px;
  color: #101010;
}
.user-detail-form .form-control {
  font-family: "Raleway-Regular";
  font-size: 14px;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
}
.user-detail-form label {
  font-family: "Raleway-Regular";
  font-size: 14px;
  color: #101010;
}
.user-detail-form .form-group {
  margin-bottom: 20px;
}
.align-center { align-items: center; }
#myWizard .progress {
  margin-bottom: 30px;
  height: 20px;
  font-family: "Raleway-Regular";
  font-size: 12px;
}
.required { color: #ff1800; }
.pricing-box .form-check-label {
  font-family: "Raleway-Bold";
  color: #fff;
  font-size: 20px;
}
.pricing-box .form-check-label input {
  margin-top: 10px;
  padding: 10px;
}
.pricing-box .info p { display: flex; justify-content: center; }
.user-detail-form .form-inline label { margin-right: 10px; }
.form-small .form-control {
  width: 50%;
}
.tab-pane .pricing-box .info { border-bottom: 1px solid #ccc; }
.tab-pane .disc {
  padding: 50px 0 0;
}
.btn-gray {
  background-color: #ccc!important;
  color: #101010!important;
}
.detail-review .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 30px;
}
.detail-review label {
  font-family: "Raleway-Regular";
  font-size: 14px;
  color: #101010;
  width: 200px;
  text-align: left;
  display: block;
}
.detail-review p { font-size: 14px; }
.tab-footer {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.tab-footer .form-check .form-check-label {
  font-family: "Raleway-Regular";
  font-size: 14px;
}
#forgotPswd .user-detail-form .form-control {
  font-family: "Raleway-Regular";
  font-size: 14px;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 50%;
}

.login-form .text-danger {
    position: absolute;
    bottom: -14px;
    font-size: 12px;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}
.dataTables_wrapper .dataTables_filter {
    width: 100%;
}
