

.counter{
  font-size: 12px !important;
  color:#666 !important;
  margin-left:3px;
}
.login-wrapper .form label {
  /* color:#3c3c3c !important; */
}
.web .navbar-nav .nav-item a, .web .navbar-wrapper a {
  /* color:#2c2c2c !important; */

}
.navbar .navbar-nav .nav-link {
  padding: 0.25rem 0.35rem !important;
  margin-right: 6px !important;
}
.web .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.web .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.web .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.web .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: transparent !important;
  /* border-radius: 0.2875rem !important; */
  color: #f96332 !important;
}
.web .navbar-nav .nav-item a {
  font-family: 'Open Sans', sans-serif !important;
  color: #2c2c2c !important;
  font-weight: 500 !important;
}
.web .navbar-nav .nav-item {
  margin-right: 0.9em !important;
}


.web .container {
  max-width:1350px !important;
}
.web .panel-header, .web .panel-header-sm{
  background:transparent !important;
  padding-top:40px !important;
  padding-bottom:40px !important;
  height:100px !important;
}

.error{
    color:#FF3636 !important;
}
.centerMe {
  float: none !important; margin: 0 auto !important;
}
.form-control {
  /* background-color: #ebecf1 !important; */
  /* -webkit-box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1) !important;
      box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1) !important; */
  background-color: #fefefe !important;
}
.filters .card-body {
    padding:10px;
}
.filters .card-header {
    font-size: 1.2em;
}
.filters .card-collapse .card {
    margin-bottom: 10px;
}
.filters .card-plain {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0px !important;

}
.filters .card-collapse .card .card-header {
    position: relative;
    padding: .75rem 1.25rem;
    padding-left: 0;
    padding-right: 0;
}
.filters .card .card-header:not([data-background-color]) {
    background-color: transparent;
}
.filters .card-plain .card-footer, .card-plain .card-header {
    margin-left: 0;
    margin-right: 0;
    /* background-color: transparent; */
}
.filters .card-collapse .card .card-header a[data-toggle=collapse] {
    display: block;
    color: #444;

}
.filters a:hover {
    /* color: #0056b3; */
    text-decoration: underline;
}
.filters .card-collapse .card .card-header a[data-toggle=collapse] i {
    float: right;
    position: relative;
    color: #f96332;
    top: 1px;
}
.filters .card-collapse .card .card-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #e3e3e3;
}
/*
Loader Starts Here
*/
#overlay {
  overflow: hidden !important;
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  /* background-color: rgba(255,255,255,0.3) !important; */
  opacity: 0.8 !important;
  z-index: 999999999 !important;
  cursor: wait !important;
  background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(3px);
 
}
#loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 50px !important;
  height: 50px !important;
  margin: auto !important;
  font-size: 40pt !important;
  color: #1190a8 !important;
  line-height: 40pt !important;
  text-align: center !important;
  -webkit-text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
  text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
}
#loader .fa-spin {
  animation-duration: .95s !important;
  -o-animation-duration: .95s !important;
  -moz-animation-duration: .95s !important;
  -webkit-animation-duration: .95s !important;
  -webkit-text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
  text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
}




/*
Slider Switch Starts Here
*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch .toggleSwitch {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleSwitch:checked + .slider {
  background-color: #1190a8;
}
.toggleSwitch:focus + .slider {
  box-shadow: 0 0 1px #1190a8;
}
.toggleSwitch:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}



/*
Custom Tim Starts Here
*/
.tim-row{
    margin-bottom: 20px;
}
.tim-white-buttons {
    background-color: #777777;
}
.typography-line{
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.typography-line span{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row{
    padding-top: 60px;
}
.tim-row h3{
    margin-top: 0;
}

.offline-doc .page-header{
  display: flex;
  align-items: center;
}

.offline-doc .footer{
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
      position: absolute;
      width: 100%;
      bottom: 10px;
  }
}

.card.card-upgrade .card-category{
  max-width: 530px;
  margin: 0 auto;
}




/*
Cirlce Rating Starts Here
*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
  text-align: left;
}

.rating input {
  position: absolute;
  left: -999999px;
}

.rating label {
  display: inline-block;
  font-size: 0;
}

.rating > label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "\f111";
  color: #b3b3b3;
  background: -webkit-linear-gradient(-45deg, #b3b3b3 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #2ECC71;
  background: -webkit-linear-gradient(-45deg, #2ECC71 0%, #2ECC71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.ui-menu  {
  font-family: "Open Sans", "Open Sans", Arial, sans-serif !important;
  max-height: 220px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  font-size: 15px !important;
}
.nav li {
  font-size: 16px !important;
  font-weight: bold !important;
}

.ui-state-focus, .ui-state-focus {
  background-color: #fed132 !important;
}





/*
Shake Starts Here
*/
.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


/*
Website Starts Here
*/


.btn-xl {
  text-transform: uppercase;
  padding: 1.1rem 2.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #121212 !important;
  /* font-weight: bold !important; */
}

.rounded-pill {
  /* border-radius: 5rem; */
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 1);
}
.navbar-custom .nav-link {
  color: #333 !important;
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}



@media only screen and (min-width: 1025px) {
    .mobileOnly {
        display: none;
    }
}

.mobileOnly {
  position: absolute;
  top: 70px;
  left:30px;
}

.navbar .notification {
  position: absolute;
  top: 0px;
  border: 1px solid #fff;
  right: 20px;
  font-size: 9px;
  background: #f44336;
  color: #fff;
  min-width: 20px;
  padding: 0 5px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}
.dropdown-menu{
  z-index:99999 !important
}


.gLogin{
  height:40px;

}
.gLogin:hover{
  cursor: pointer;
}
.cvhub-verified {
  background-color: #1da1f2;
  height: 16px !important;
  max-width: 16px !important;
  min-width: 16px !important;
  width: 16px !important;
  /* padding: 3px !important; */
}

.cvhub-verified i {
  font-size: 10px !important;
}

.cvhub-verified:hover,
.cvhub-verified:active,
.cvhub-verified:focus {
  background-color: #1b91d6 !important;
}


#cta.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(5rem + 30px);
  padding-bottom: 5rem;
  /* background: linear-gradient(0deg, #1190a8 0%, #ee0979 100%); */
  background: url(../img/profile-bg.jpg) no-repeat 50%;
  background-repeat: no-repeat;
  background-position: bottom bottom;
  background-attachment: scroll;
  background-size: cover;
}
/* .login-wrapper {
  width: 100% !important;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}
*/
#cta.masthead:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.7);
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  /* background: linear-gradient(0deg, #1190a8 0%, #ee0979 100%); */
  background: url(../img/bg-inner.jpg) no-repeat 50%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
}
/* .login-wrapper {
  width: 100% !important;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}
*/
header.masthead:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.7);
}
.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

.masthead .masthead-content .masthead-heading {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 3rem !important;
  text-shadow: 0px 0px  15px #444 !important;
}

.masthead .masthead-content .masthead-subheading {
  font-size: 2rem !important;
  font-family: 'Open Sans';
  font-weight: 700;
  text-shadow: 0px 0px  10px #444 !important;

}

.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}
.img-cta {
  position: relative !important;
  height:14rem !important;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  .masthead .masthead-content .masthead-heading {
    font-size: 3em;
  }
  .masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
  }
}
