/* #PRELOADER  ============================================== */
/* This only works with JavaScript, 
if it's not present, don't show loader */
#loader-overflow {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999;
}
.loader-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader3 {
  will-change: transform;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #b6b6b7;
  border-radius: 50%;
  -webkit-animation: scaleout 1.1s infinite ease-in-out;
  animation: scaleout 1.1s infinite ease-in-out;

  text-indent: -99999px;
  z-index: 999991;
}
@-webkit-keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#notification_container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 320px;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
}

/*
==============================================================
    SECTION HEADING CSS START
==============================================================
*/
.simple-heading {
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 0 0 24px;
}

/**/
.section-heading-2 {
  float: left;
  width: 100%;
}
.section-heading-2 .title {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 15px;
}
.section-heading-2 .title:last-child {
  margin: 0 0 -3px;
}
.section-heading-2 p {
  float: left;
  width: 100%;
  margin: 0 0 1px;
}
.white.section-heading-2 p,
.white.section-heading-2 .title {
  color: #fff;
}
/*Social List Start*/
.social-list {
  float: left;
  width: 100%;
}
.social-list li {
  float: left;
  width: auto;
  margin: 0 0 0 15px;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li a {
  float: left;
  width: 31px;
  height: 31px;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #000;
}

/*
      ============================================================
          Button Css Start
      ============================================================
*/
.submit-btn,
.btn {
  z-index: 1;
  color: #999;
  border: none;
  line-height: 1;
  background: none;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
  position: relative;
  background: #ececec;
  letter-spacing: 1px;
  border-radius: 50px;
  display: inline-block;
  padding: 18px 30px 17px;
}
.btn:hover {
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.btn.border {
  color: #333;
  border: 1px solid #333;
  background-color: transparent;
}
/*White Border Button*/
.btn.white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.border.th-bdr:hover {
  color: #fff;
}
.btn.th-bg {
  color: #fff;
}
.readmore-btn {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.readmore-btn::before {
  left: 0;
  bottom: 0;
  content: '';
  right: 100%;
  height: 1px;
  position: absolute;
  background-color: #a4a4a4;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.readmore-btn:hover::before {
  right: 0;
}
.icon-btn::after {
  content: '\ed83';
  margin: 0 0 0 10px;
  font-family: oscarthemes;
}
.white-bg.btn {
  background-color: #fff;
}
/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.blog-meta {
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}
.blog-meta li {
  width: auto;
  margin: 0 5px;
  line-height: 1;
  color: #393e42;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.blog-meta li:first-child {
  margin-left: 0 !important;
}
.blog-meta li:last-child {
  margin-right: 0 !important;
}
.blog-meta li i {
  margin: 0 5px 0 0;
}
.blog-meta li a {
  position: relative;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}
.blog-meta li a::before {
  float: left;
  width: auto;
  content: ',';
}
.blog-meta li a:first-of-type::before {
  display: none;
}
.blog-meta li a {
  color: #778b90;
}
/*BoxShadow Start*/
.b-shadow {
  box-shadow: 0 10px 30px 0 rgba(50, 50, 98, 0.15);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 98, 0.15);
}

/*
      ============================================================
          Input Field Css Start
      ============================================================
*/
.form-group,
.input-field {
  float: left;
  width: 100%;
  position: relative;
  /* margin-bottom: 30px; */
}
.form-control,
.enter-email input[type='text'] {
  float: left;
  width: 100%;
  color: #858b93;
  font-size: 14px;
  min-height: 48px;
  text-align: left;
  box-shadow: none;
  position: relative;
  -moz-appearance: none;
  padding: 2px 15px 1px;
  -webkit-appearance: none;
  border: 1px solid #dfe5ea;
  /* text-transform: capitalize; */
  background-color: transparent;
}
textarea.form-control {
  resize: none;
  height: 110px;
  padding-top: 15px;
  /* border-radius: 30px; */
}
.form-group .form-control,
.input-field .form-control {
  margin-bottom: 0 !important;
}
/*Submit Button Css Start*/
input[type='submit'].submit-btn {
  float: left;
  width: auto;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
input[type='submit'].submit-btn {
  border: none;
  padding: 14px 45px;
}
.form-control:-moz-placeholder {
  color: #bbc8ce;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #bbc8ce;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbc8ce;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #bbc8ce;
  opacity: 1;
}

/* Use a different font family for search results */
.gs-title,
.gs-snippet {
  font-family: inherit;
}

/* Add a border between individual search results */
.gs-webResult {
  border: none;
  padding: 1em;
}
.gsc-above-wrapper-area-container td {
  border: none !important;
}
/* Do no display the count of search results */
.gsc-result-info {
  /* display: none; */
}

/* Hide the Google branding in search results */
.gcsc-branding {
  display: none;
}

/* Hide the thumbnail images in search results */
.gsc-thumbnail {
  display: none;
}
.gsc-table-cell-snippet-close {
  border: none;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}
.gs-webResult.gs-result {
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 20px -11px rgba(0, 0, 0, 0.5) !important;
}
.gsc-webResult .gsc-result {
  padding: 30px 0 !important;
  border-color: rgba(0, 0, 0, 0.09) !important;
  border-style: solid !important;
  border-width: 1px 0 !important;
}
/* Hide the snippets in Google search results */
.gs-snippet {
  /* display: none; */
  border: none;
}

/* Change the font size of the title of search results */
.gs-title a {
  font-size: 16px;
}

/* Change the font size of snippets inside search results */
.gs-snippet {
  font-size: 14px;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b,
.gs-snippet b {
  font-weight: normal;
}

/* Do no display the URL of web pages in search results */
.gsc-url-top,
.gsc-url-bottom {
  display: none;
}
.gcsc-branding {
  display: none;
}
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
  font-size: 1.5em;
  padding: 4px 8px;
  border: 2px solid #ccc;
}
.gsc-adBlock {
  display: none !important;
}
#contactSuccess,
#contactError,
#notification_container {
  margin: 0;
  left: 20px;
  z-index: 11;
  bottom: 20px;
  height: auto;
  position: fixed;
  max-width: 350px;
  clear: both;
  top: auto;
}
#notification_container {
  /*     top: 20px;
    left: auto;
    right: 20px;
    bottom: auto;
    z-index: 9999;
    margin: 0 auto;
    position: fixed;
    max-width: 310px;
    text-align: center; */
}
#notification_container .alert-dismissable,
#notification_container .alert-dismissible {
  margin: 0;
  z-index: 2;
  word-wrap: break-word;
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  #contactSuccess,
  #contactError,
  #notification_container {
    max-width: 310px;
    right: 20px;
  }
}

/*swicth style*/
.pkg-switch {
  float: left;
  width: auto;
  text-align: center;
}
.switch-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 35px;
  margin-bottom: 6px;
}
.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1pxc solid;
}
.slider:before {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  left: 6px;
  bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  border: 1px solid;
}
input:checked + .slider:before {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  transform: translateX(42px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
  border: 1px solid;
}
.slider.round:before {
  border-radius: 50%;
}
