/*
 last modified on: 10-25-2021 6:24pm
 
 */
body {
  font-family: "Open Sans" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #969696;
  overflow-x: hidden; 
  padding:0;
  margin:0;
}

a {
  outline: medium none !important;
  color: #ed3237;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
 
input {
  outline: medium none !important;
  color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #001935;
  margin-top: 0px;
  font-weight: 600; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; 
  font-weight: inherit;
  }

label {
  font-weight: 600; }

h1 {
  font-size: 42px;
  font-style: normal; }

h2 {
  font-size: 28px;
  line-height: 38px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-weight: normal;
  line-height: 1.7; }

*::-moz-selection {
  background: #ed3237;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #ed3237;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ed3237;
  color: #ffffff;
  text-shadow: none; }

.container-fluid {
  padding: 0 100px; }

.container-listing {
	max-width:1300px !important;
}

.identityinfo a{
	text-decoration:none !important;
}
  
/* Loading */
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999; }

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto; }

/* divider */
hr {
  border-top-color: #eeeeee; }

/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  color: #626262;
  border-radius: 0px;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 400;
 }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ed3237; }

/* custom-file */
.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 3px; }
  .custom-file .custom-file-label:after {
    height: 48px;
    padding: 14px 25px; }

.custom-file .custom-file-input {
  height: 50px;
  color: #001935;
  border-radius: 3px;
  border-color: #eeeeee; }
  .custom-file .custom-file-input:focus ~ .custom-file-label {
    border-color: #ed3237;
    -webkit-box-shadow: none;
            box-shadow: none; }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #ed3237;
  border-color: #ed3237; }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf; }

/* border */
.border {
  border-color: #eeeeee !important; }

.border-top {
  border-top-color: #eeeeee !important; }

.border-left {
  border-left-color: #eeeeee !important; }

.border-right {
  border-right-color: #eeeeee !important; }

.border-bottom {
  border-bottom-color: #eeeeee !important; }

/* badge */
.badge {
  border-radius: 3px; }
  .badge + .badge {
    margin-left: 6px; }

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal; }

.badge-primary {
  background: #ed3237; }

/* back to to */
.back-to-top {
  background: #ed3237;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .back-to-top:hover {
    background-color: #001935;
    color: #ffffff; }
  .back-to-top:focus {
    color: #ffffff; }

/* breadcrumb */
.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .breadcrumb .breadcrumb-item {
    padding-right: 5px; }
    .breadcrumb .breadcrumb-item a {
      color: #969696; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #ed3237; }
    .breadcrumb .breadcrumb-item i {
      padding-right: 5px;
      font-size: 11px; }
    .breadcrumb .breadcrumb-item:before {
      display: none; }
  .breadcrumb .active span {
    color: #ed3237; }

/* pagination */
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  border: 2px solid #eeeeee;
  padding: 5px 22px; }

.pagination .page-item {
  margin: 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.pagination .page-item .page-link {
  color: #434343;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 500;
  border: none; 
  cursor: pointer;
  line-height: 15px;
}

.page-item.active .page-link {
  background: #0075ff;
  border-color: #0075ff;
  color: #ffffff;  
}

.pagination .page-item .page-link:focus { 
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 4px solid #eeeeee;
  padding-left: 20px;
  font-style: italic;
  display: block; }

/* table */
.table-bordered td {
  border-color: #eeeeee; }

.table-bordered th {
  border-color: #eeeeee; }

.table thead th {
  border-bottom-color: #eeeeee; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    rgb(185, 185, 185);
  font-weight: 400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    rgb(185, 185, 185);
  font-weight: 400;
   opacity:  1;  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    rgb(185, 185, 185);
   font-weight: 400;
   opacity:  1; 
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    rgb(185, 185, 185);
   font-weight: 400;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:    rgb(185, 185, 185);
   font-weight: 400;
}

::placeholder { /* Most modern browsers support this now. */
   color:    rgb(185, 185, 185);
   font-weight: 400;
}

.add-listing .profile-avatar {
	position: relative;
    height: 55px !important;
    width: 55px !important;
    overflow:hidden;
    border-radius: 100%;
} 
.input-group-text {
  /* background-color: #dfdfdf !important;
  border: 1px solid #a2a2a2 !important; */
  color: #333333 !important;
}
/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
  color: #ed3237 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #001935 !important; }
 
.text-info {
  color: #186fc9 !important; }

.text-success {
  color: #53b427 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #e74c3c !important; }

.freelance {
  color: #53b427; }

.temporary {
  color: #e74c3c; }

.full-time {
  color: #186fc9; }

.part-time {
  color: #ffc107; }

/* background */
.bg-primary {
  background: #ed3237 !important; }

.bg-dark {
  background: #001935 !important; }

.bg-light {
  background: #f6f6f6 !important; }

.bg-white {
  background: #ffffff !important; }

.space-ptb30 {
  padding: 30px 0; }
  
/* Page section margin padding */
.space-ptb {
  padding: 90px 0; }

.space-pt {
  padding: 90px 0 0; }

.space-pb {
  padding: 0 0 90px; }

.h-100vh {
  height: 100vh !important; }

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

/* bg-holder-pattern */
.bg-holder-pattern {
  background-repeat: no-repeat;
  background-position: 100% 15%; }

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(0, 25, 53, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(0, 25, 53, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(0, 25, 53, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(0, 25, 53, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(0, 25, 53, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(0, 25, 53, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(0, 25, 53, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(0, 25, 53, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(0, 25, 53, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-20:before {
    background: rgba(255, 138, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-50:before {
    background: rgba(255, 138, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-70:before {
    background: rgba(255, 138, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-90:before {
    background: rgba(255, 138, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-gradient {
  position: relative; }
  .bg-overlay-gradient:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    top: auto;
    height: 75%;
    -webkit-transition: all .35s;
    transition: all .35s; }

/* avatar */
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.avatar.avatar-sm {
  width: 20px;
  height: 20px; }

.avatar.avatar-md {
  width: 40px;
  height: 40px; }

.avatar.avatar-lg {
  width: 60px;
  height: 60px; }

.avatar.avatar-xl {
  width: 80px;
  height: 80px; }

.avatar.avatar-xll {
  width: 100px;
  height: 100px; }

.avatar.avatar-xlll {
  width: 120px;
  height: 120px; }

.avatar.avatar-xllll {
  width: 180px;
  height: 180px; }

  .notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0px;
    border: 2px dotted rgb(29 29 29 / 60%);
    border-radius: 50% !important;
    font-weight: 500;
}
/* font size */
.font-9 {
  font-size: 9px; }
.font-20 {
  font-size: 20px !important; }

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

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

.font-lg {
  font-size: 17px; }

.font-xl {
  font-size: 21px; }

.font-xll {
  font-size: 30px;
  line-height: 30px; }

.font-xlll {
  font-size: 40px;
  line-height: 40px; }

/* border-radius */
.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important; }

.border-radius {
  border-radius: 3px !important; }

.border-radius-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.border-radius-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.border-radius-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.border-radius-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

/*****************************
	Shortcodes
*****************************/
/*****************************
	Accordion
*****************************/
.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500; }
  .accordion .accordion-item .accordion-title .collapsed {
    color: #001935; }

.accordion .accordion-item .accordion-content {
  padding-bottom: 25px; }

/* Accordion Style */
.accordion-style .card {
  border: 2px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 3px; }
  .accordion-style .card:last-child {
    margin-bottom: 0px; }

.accordion-style .card-header {
  background: transparent;
  border-bottom: none; }
  .accordion-style .card-header .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .accordion-style .card-header .accordion-title i {
      font-size: 12px;
      margin-left: auto;
      padding-right: 0;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 7px; }

.accordion-style .accordion-content {
  border-top: 1px solid #eeeeee; }

.accordion-style .accordion-title .btn {
  display: block;
  color: #ed3237;
  font-size: 16px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left; }
  .accordion-style .accordion-title .btn + i {
    color: #ed3237; }

.accordion-style .btn.collapsed {
  color: #001935; }
  .accordion-style .btn.collapsed + i {
    color: #001935; }

.accordion-style .btn.collapsed:hover,
.accordion-style .btn {
  color: #ed3237; }

.accordion-style .btn {
  -webkit-box-shadow: none;
          box-shadow: none; }

.accordion-style .btn-light:hover {
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.09);
          box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.09); }

.accordion-style .btn.btn-link:hover {
  color: #ed3237; }

.accordion-style .accordion-content li {
  margin-bottom: 10px; }

.accordion-style .accordion-content li:last-child {
  margin-bottom: 0px; }

/*****************************
    Feature Box
*****************************/
.feature-info {
  padding: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px; }
  .feature-info a {
    text-decoration: underline;
    font-weight: 600; }
    .feature-info a i {
      padding-left: 10px; }
  .feature-info:hover {
    background: #ed3237; }

.feature-info .feature-info-icon {
  font-size: 56px;
  line-height: 56px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ed3237; }

.feature-info:hover .feature-info-icon {
  color: #ffffff; }

.feature-info .feature-info-content h5 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.feature-info .feature-info-content p {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.feature-info:hover .feature-info-content {
  color: #ffffff; }
  .feature-info:hover .feature-info-content span {
    color: #ffffff; }
  .feature-info:hover .feature-info-content h5 {
    color: #ffffff; }

.feature-info.bg-primary a {
  color: #001935; }
  .feature-info.bg-primary a:hover {
    color: #ffffff; }

.feature-info.bg-dark a {
  color: #ed3237; }
  .feature-info.bg-dark a:hover {
    color: #ffffff; }

.feature-info-border {
  border: 1px solid #f6f6f6; }
  .feature-info-border .feature-info-icon {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px; }
  .feature-info-border:hover .feature-info-icon {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #ed3237; }

.feature-info-02,
.feature-info-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.feature-info-03 .feature-info-image {
  padding: 100px 0; }

.bg-overlay-gradient-03 {
  position: relative; }
  .bg-overlay-gradient-03:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s; }

.feature-step {
  padding: 0; }
  .feature-step:hover {
    background: none; }

.feature-step .feature-info-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000; }
  .feature-step .feature-info-icon:before {
    content: inherit; }

.feature-step:hover .feature-info-icon {
  color: #ed3237; }

.feature-step .feature-info-content {
  padding: 10px 20px; }

.feature-step:hover .feature-info-content h5 {
  color: #000000; }

.feature-step:hover .feature-info-content p {
  color: #969696; }

.step-number {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #ed3237;
  position: relative; }
  .step-number span:after {
    content: "";
    border-top: 3px dotted rgba(238, 238, 238, 0.2);
    width: 92%;
    position: absolute;
    height: 20px;
    top: 12px;
    left: 59%; }

.row > [class*='col-']:last-child .step-number span:after {
  content: none; }

.feature-step-01 .feature-info-icon {
  background: none;
  border-radius: 0;
  position: relative;
  line-height: inherit; }
  .feature-step-01 .feature-info-icon img {
    border-radius: 50%; }
  .feature-step-01 .feature-info-icon:before {
    content: "";
    background: #001935;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%; }
  .feature-step-01 .feature-info-icon:after {
    font-family: Flaticon;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 1px;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.feature-step-01 .feature-info-icon.step-01:after {
  content: "\f134"; }

.feature-step-01 .feature-info-icon.step-02:after {
  content: "\f154"; }

.feature-step-01 .feature-info-icon.step-03:after {
  content: "\f12f"; }

.feature-step:hover .feature-info-icon:after {
  opacity: 1; }

.feature-info-section {
  position: relative;
  z-index: 9; }

.feature-info-content label {
  font-size: 11px;
  font-weight: 500;
 }

.feature-content {
  padding: 70px 50px; }

.info-box-1 a:hover {
  color: #ed3237; }

.feature-info-rounded {
  padding: 0; }
  .feature-info-rounded:hover {
    background: inherit; }

.feature-info-rounded .feature-info-icon {
  border: none;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ffa133;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px; }
  .feature-info-rounded .feature-info-icon i {
    font-size: 36px;
    line-height: inherit; }

.feature-info-rounded .feature-info-content .title {
  color: #ffa133; }

.feature-info-rounded.text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .feature-info-rounded.text-left .feature-info-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-bottom: 0; }

.bg-light .feature-info {
  background: #ffffff; }
  .bg-light .feature-info:hover {
    background: #ed3237; }

/*****************************
	Testimonial
*****************************/
.testimonial-item .testimonial-content {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  position: relative; }
  .testimonial-item .testimonial-content p {
    font-style: normal !important;
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    margin-top: 15px; }

.testimonial-item .testimonial-name .quotes {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #dddddd; }

.testimonial-item .avatar {
  width: 100px !important;
  height: 100px !important;
  display: inline-block; }

/* testimonial 02 */
.testimonial-item-02 {
  overflow: hidden;
  margin: 0px 20px; }
  .testimonial-item-02 .testimonial-content p {
    font-style: normal !important;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
    margin-left: 40px; }
  .testimonial-item-02 .testimonial-content:before {
    position: absolute;
    content: "";
    bottom: -10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ed3237 transparent transparent transparent;
    opacity: 0; }
  .testimonial-item-02 .testimonial-author {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    text-align: center; }
  .testimonial-item-02 .quotes {
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 50px;
    left: 36px;
    color: #b36100; }

.testimonial-center .owl-stage-outer {
  overflow: visible; }

.testimonial-center .owl-item {
  opacity: 0.3; }

.testimonial-center .owl-item.active {
  opacity: 1; }
  .testimonial-center .owl-item.active .testimonial-content {
    background: #ed3237; }
    .testimonial-center .owl-item.active .testimonial-content p {
      color: #ffffff; }
  .testimonial-center .owl-item.active .testimonial-item-02 .testimonial-content:before {
    opacity: 1; }

.testimonial-center .testimonial-item-02 .testimonial-content {
  font-size: 20px;
  padding: 40px 40px 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* testimonial-02-small */
.testimonial-item-02-small .testimonial-content {
  font-size: 14px;
  padding: 60px 40px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee; }
  .testimonial-item-02-small .testimonial-content p {
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    margin-top: 15px;
    font-style: italic !important; }
  .testimonial-item-02-small .testimonial-content:before {
    position: absolute;
    content: "";
    bottom: 112px;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent; }
  .testimonial-item-02-small .testimonial-content:after {
    position: absolute;
    content: "";
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 0;
    border-style: solid;
    border-width: 11px 11px 0 10px;
    border-color: #eeeeee transparent transparent transparent; }

.testimonial-item-02-small .quotes {
  font-size: 20px;
  top: 26px; }

.testimonial-item-02-small i {
  font-size: 36px !important;
  line-height: 30px;
  position: absolute;
  top: 50px !important;
  left: 45%;
  color: #dfdfdf; }

.testimonial-item-02-small .testimonial-name h6 {
  font-size: 14px; }

.testimonial-item-02-small .testimonial-name span {
  font-size: 12px; }

/*****************************
	Counter 
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.counter .counter-icon i {
  font-size: 42px;
  color: #ed3237;
  padding-right: 20px;
  line-height: 42px; }

.counter .counter-icon img {
  font-size: 42px;
  color: #ed3237;
  padding-right: 20px;
  line-height: 42px; }


.counter .counter-content {
  vertical-align: top;
  color: #001935; }
  .counter .counter-content .timer {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Poppins", sans-serif; }
  .counter .counter-content label {
    display: block; }

.bg-light .counter .counter-content label {
  color: #626262; }

/*****************************
	Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: left;
  margin-right: 40px; }
  .countdown span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    color: #ed3237; }
  .countdown p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #001935; }

.countdown-small span {
  font-size: 24px;
  line-height: 24px; }

.countdown-small p {
  font-size: 14px; }

.coming-soon .facebook-bg {
  background-color: #445c8e; }

.coming-soon .twitter-bg {
  background-color: #43afe9; }

.coming-soon .google-bg {
  background-color: #dc0510; }

.coming-soon .linkedin-bg {
  background-color: #13799f; }

.coming-soon .social-bg-hover {
  position: relative;
  color: #ffffff; }
  .coming-soon .social-bg-hover span {
    position: relative;
    color: #ffffff; }
  .coming-soon .social-bg-hover:before {
    content: "";
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .coming-soon .social-bg-hover:hover {
    color: #ffffff; }
    .coming-soon .social-bg-hover:hover:before {
      background-color: rgba(0, 0, 0, 0.1); }

.coming-soon .newsletter .form-control {
  padding-right: 150px; }

.coming-soon .newsletter .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 30px; }

/*****************************
	 Nav Tab
*****************************/
.nav-tabs {
  border: none; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
    .nav-tabs .nav-item .nav-link {
      background: transparent;
      border: none;
      color: #001935;
      padding: 10px 30px;
      border-radius: 3px;
      margin-right: 20px; }
    .nav-tabs .nav-item .nav-link.active {
      background: #ed3237;
      border: none;
      color: #ffffff; }

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px; }

/* nav-tabs-02 */
.nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: transparent;
  color: #969696;
  border-radius: 0px;
  padding: 12px 14px 18px;
  border-bottom: 3px solid transparent;
  margin: 0px 30px; }

.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: transparent;
  color: #ed3237;
  border-radius: 0px;
  border-bottom: 3px solid #ed3237; }

.nav-tabs .nav-item .nav-link {
  color: #969696;
  font-weight: 600; }

/* nav-tabs-03 */
.nav-tabs.nav-tabs-03 li {
  position: relative; }
  .nav-tabs.nav-tabs-03 li i {
    border: none; }
  .nav-tabs.nav-tabs-03 li:last-child:after {
    border: none; }
  .nav-tabs.nav-tabs-03 li:after {
    position: absolute;
    content: "";
    border: 1px dashed #eeeeee;
    left: 50%;
    top: 32%;
    width: 100%; }

.nav-tabs.nav-tabs-03 .feature-info-icon {
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 30px;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 99; }

.nav-tabs.nav-tabs-03 .feature-info-icon.active {
  background: #ed3237;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  margin: 0 auto;
  border: 1px solid #ed3237; }

.nav-tabs.nav-tabs-03 .nav-item span {
  font-weight: 600;
  color: #969696; }

.nav-tabs.nav-tabs-03 .nav-item.active span {
  color: #ed3237; }

.nav-tabs.nav-tabs-03 .nav-item.active .feature-info-icon {
  background: #ed3237;
  color: #ffffff;
  border-color: #ed3237; }

/* nav tabs border */
.nav-tabs.nav-tabs-border .nav-item {
  margin-bottom: 10px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.nav-tabs.nav-tabs-border .nav-item .nav-link {
  background: transparent;
  padding: 20px 16px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  border-color: #000000;
  margin-right: 20px; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link:last-child {
    margin-right: 0px; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link p {
    font-size: 13px; }

.nav-tabs.nav-tabs-border .nav-item .nav-link.active {
  border-color: #ed3237;
  color: #ed3237;
  -webkit-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active .tab-icon {
    color: #ed3237; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active h6 {
    color: #ed3237; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active p {
    color: #ed3237; }

.nav-tabs.nav-tabs-border .tab-icon {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal; }

/*****************************
	Owl carousel 
*****************************/
.owl-nav-top-center .owl-nav .owl-next {
  right: 40%;
  font-size: 20px;
  padding: 10px;
  top: 25px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute; }
  .owl-nav-top-center .owl-nav .owl-next:hover {
    color: #ed3237;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.owl-nav-top-center .owl-nav .owl-prev {
  left: 40%;
  font-size: 20px;
  padding: 10px;
  top: 25px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute; }
  .owl-nav-top-center .owl-nav .owl-prev:hover {
    color: #ed3237;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.owl-nav-bottom-center .owl-nav .owl-next {
  left: 65%;
  font-size: 32px;
  bottom: 55px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute; }

.owl-nav-bottom-center .owl-nav .owl-prev {
  right: 65%;
  font-size: 32px;
  bottom: 55px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute; }

.owl-nav-top-right .owl-nav .owl-next {
  right: 0px;
  top: -43px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute;
  padding: 15px; }
  .owl-nav-top-right .owl-nav .owl-next:hover {
    color: #ed3237;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.owl-nav-top-right .owl-nav .owl-prev {
  right: 40px;
  top: -43px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute;
  padding: 15px; }
  .owl-nav-top-right .owl-nav .owl-prev:hover {
    color: #ed3237;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.owl-carousel .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #dfdfdf;
  margin: 0 4px; }
  .owl-carousel .owl-dot:hover {
    background: #ed3237; }

.owl-carousel .owl-dot.active {
  background: #ed3237; }

/*****************************
    Pricing 
*****************************/
.pricing-plan {
  border: 0px;
  position: relative;
  margin: 20px 0;
  padding-bottom: 25px;
  }

.pricing-plan.active {
  z-index: 2;
  top: 0;
  padding: 20px 0px 50px;
  border-radius: 3px;
  margin: 0 0px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04) !important; }

.pricing-price {
  border-bottom: 0px;
  padding: 20px 25px;
  }
  .pricing-price sup {
    top: -20px;
    font-size: 16px;
    left: -5px; }
  .pricing-price strong {
    color: #ed3237;
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    font-weight: 500;
    }

.pricing-list li {
  border-bottom: 0px;
  padding: 15px;
  color: #000;
  }
  .pricing-list li:nth-child(even) {
    background: initial;
    }

.pricing-plan:hover .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935; }

.pricing-plan.active .btn {
  background: #ed3237;
  color: #ffffff;
  border-color: #ed3237; }

.pricing-plan:hover .pricing-price strong {
  color: #ed3237; }

.pricing-plan.active .pricing-price strong {
  color: #ed3237; }

/* pricing-plan-02 */
.pricing-plan-02 .pricing-price {
  border-bottom: 0; }
  .pricing-plan-02 .pricing-price span {
    color: #001935;
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 20px; }

.pricing-plan-02.free .pricing-price {
  background: #f6f6f6; }

.pricing-plan-02.free .btn {
  background: #f6f6f6;
  color: #001935;
  border-color: #f6f6f6; }

.pricing-plan-02.sponsor .pricing-price {
  background: #ed3237; }
  .pricing-plan-02.sponsor .pricing-price span {
    color: #ffffff; }
  .pricing-plan-02.sponsor .pricing-price .pricing-title {
    color: #ffffff; }

.pricing-plan-02.sponsor .btn {
  background: #ed3237;
  color: #ffffff;
  border-color: #ed3237; }

.pricing-plan-02.premium .pricing-price {
  background: #001935; }
  .pricing-plan-02.premium .pricing-price span {
    color: #ffffff; }
  .pricing-plan-02.premium .pricing-price .pricing-title {
    color: #ffffff; }

.pricing-plan-02.premium .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935; }

.pricing-plan-02.active {
  padding-top: 0; }

.pricing-plan-02:hover .pricing-price {
  background: #ed3237; }

.pricing-plan-02.active .pricing-price {
  padding-top: 45px;
  background: #ed3237; }

.pricing-plan-02:hover .pricing-price .pricing-title {
  color: #ffffff; }

.pricing-plan-02:hover .pricing-price span {
  color: #ffffff; }

.pricing-plan-02.active .pricing-price .pricing-title {
  color: #ffffff; }

.pricing-plan-02.active .pricing-price span {
  color: #ffffff; }

.pricing-plan-02 .pricing-list {
  padding: 0px 20px; }
  .pricing-plan-02 .pricing-list li:nth-child(even) {
    background: inherit; }
  .pricing-plan-02 .pricing-list li:last-child {
    border-bottom: 0; }

.pricing-plan-02.premium:hover .btn {
  background: #ed3237 !important;
  color: #ffffff !important;
  border-color: #ed3237 !important; }

.pricing-plan-02.free:hover .btn {
  background: #ed3237 !important;
  color: #ffffff !important;
  border-color: #ed3237 !important; }

.pricing-plan-02.active .btn {
  background: #ed3237 !important;
  color: #ffffff !important;
  border-color: #ed3237 !important; }

/*****************************
	Button 
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button {
  outline: medium none !important;
  color: #ed3237; }

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 3px; } 

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #ed3237;
  border-color: #ed3237; }

.btn-primary {
  background: #ed3237;
  border-color: #ed3237; }
  .btn-primary:hover {
    background: #ed3237;
    border-color: #ed3237; }
  .btn-primary:focus {
    background: #ed3237;
    border-color: #ed3237; }
  .btn-primary:active {
    background: #ed3237;
    border-color: #ed3237; }
  .btn-primary:not(:disabled):not(.disabled).active {
    background: #ed3237;
    border-color: #ed3237; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background: #ed3237;
    border-color: #ed3237; }

.btn-dark {
  background: #001935;
  border-color: #001935; }
  .btn-dark:hover {
    background: #00254f;
    border-color: #00254f; }

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #ed3237; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff; }

.btn i {
  padding-right: 10px; }

.btn + .btn {
  margin-left: 3px; }

.btn-link {
  color: #ed3237;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-link:hover {
    color: #001935;
    text-decoration: none;
    outline: none; }
  .btn-link:focus {
    color: #001935;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #001935; }

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #001935; }
  .btn-white:hover {
    background: #dfdfdf;
    border-color: #dfdfdf; }

 

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-app i {
    font-size: 40px; }

.btn.btn-app {
  margin-left: 0px; }

.btn-outline {
  border: 1px solid #eeeeee; }
  .btn-outline:hover {
    background: #ed3237;
    border-color: #ed3237;
    color: #ffffff; }
  .btn-outline:focus {
    background: #ed3237;
    border-color: #ed3237;
    color: #ffffff;
    text-decoration: none;
    outline: none; }

.btn-light {
  background: #f6f6f6;
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04);
          box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04); }
 
.btn-outline-primary {
  background: #ffffff;
  color: #ed3237;
  border: 2px solid #ed3237; }
  .btn-outline-primary:not(:disabled):not(.disabled).active {
    background: #ed3237;
    border-color: #ed3237;
    color: #ffffff; }
  .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #ed3237;
    border-color: #ed3237;
    color: #ffffff; }
  .btn-outline-primary:hover {
    background: #ed3237;
    color: #ffffff;
    border-color: #ed3237; }
  .btn-outline-primary:focus {
    background: #ed3237;
    border-color: #ed3237;
    color: #ffffff;
    text-decoration: none;
    outline: none; }

.btn-white:hover,
.btn-white:focus {
  background: #ed3237 !important;
  color: #ffffff !important;
  border-color: #ed3237 !important; }

/*****************************
	Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: inherit;
  height: 3px;
  margin: 40px 0px 15px;
  width: 100%;
  display: inline-block; }
  .progress .progress-bar {
    height: 3px;
    background: #ed3237; }
  .progress .progress-bar-title {
    position: absolute;
    left: 0;
    top: -30px;
    color: #001935;
    font-size: 14px;
    font-weight: 600; }
  .progress .progress-bar-number {
    position: absolute;
    right: 0;
    color: #969696;
    top: -30px; }

/*****************************
	Select2
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #001935;
    font-weight: bold;
    line-height: inherit;
    text-transform: capitalize; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #ed3237; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f6f6f6; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 138, 0, 0.1);
  color: #ed3237; }

.select2-dropdown {
  border: none;
  border-radius: 0px; }

.select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px; }

.select2-results__option[aria-selected] {
  text-transform: capitalize; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
  font-weight: 600; }

.select2-container--open .select2-dropdown {
  background: #f9f9f9;
  padding: 7px;
  border: 1px solid #eeeeee; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
  padding: 4px 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #ed3237; }

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #969696; }

/*****************************
	Datetimepicker 
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #ed3237; }
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ed3237; }

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px; }

.bootstrap-datetimepicker-widget table th {
  font-size: 14px; }

.bootstrap-datetimepicker-widget table td span.active {
  background: #ed3237; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem; }

/*****************************
  Header 
*****************************/
.header {
  background: #ffffff;
  min-height: 70px;
 }
  .header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }

/* topbar */
.header .topbar {
  background: #001935;
  padding: 10px 0; }

.header .topbar a {
  color: #ffffff; }
  .header .topbar a:hover {
    color: #ed3237; }

.header .topbar .dropdown {
  margin-right: 20px; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0; }
    .header .topbar .dropdown .dropdown-toggle i {
      font-size: 10px; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #001935; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: #ed3237; }

.header .topbar .social {
  margin-right: 20px;
  display: inline-block; }
  .header .topbar .social ul {
    margin: 0; }
    .header .topbar .social ul li {
      display: inline-block;
      padding: 0 4px; }
      .header .topbar .social ul li a {
        color: #ffffff; }
        .header .topbar .social ul li a:hover {
          color: #ed3237; }

.header .topbar .login {
  display: inline-block; }
  .header .topbar .login a {
    color: #ffffff; }
    .header .topbar .login a:hover {
      color: #ed3237; }

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .topbar .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px; }
    .topbar .dropdown .dropdown-menu a:hover {
      background: rgba(255, 138, 0, 0.1);
      color: #ed3237; }

/* navbar */
.navbar {
  padding: 0; 
}
.text-right {
  text-align: right;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 25px 20px;
  color: #ffffff; 
 }
 .no-border
 {
    border:0px !important;
 }
 button.btn.btn-primary.reg_btn { 
  border: 0px;
  padding: 17px 30px;
  margin: 0px;
  border-radius: 20px 0px 20px 0px;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  -ms-border-radius: 20px 0px 20px 0px;
  -o-border-radius: 20px 0px 20px 0px; 
  color: #ffffff !important;
  width: 100%;
  border-radius: 20px;
  outline: none !important;
  border-color: transparent;
  /* background: rgb(232 102 34); */
  background-color: #ff5800;
  font-size: 20px;
  font-weight: 500;
}
.fluid-fill {
  width: 100%;
  height: 100%;
}
.fluid-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .navbar .navbar-nav .nav-link i {
    font-weight: bold; }
 
.navbar-collapse {
  position: relative; }

.navbar-light .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }

.navbar-light .navbar-nav > li > a {
  color: #ffffff; }

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-brand {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; 
        }

.navbar-brand img { 
  max-height: 100px;
  padding: 15px;
  height: 100px;
  max-width: fit-content;
}

.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #001935;
  text-transform: capitalize;
  font-size: 14px; }
  .header .navbar-nav li > a:hover {
    color: #ed3237; }
  .header .navbar-nav li > a i {
    margin-left: 5px;
    font-size: 10px; }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
  text-align: right; }

.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #001935;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #001935;
          background-color: #f6f6f6; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #001935;
          background-color: #f6f6f6; }

.megamenu .card {
  outline: none; }
  .megamenu .card:hover {
    outline: 1px solid #000000; }
  .megamenu .card:focus {
    outline: 1px solid #000000; }

.megamenu.disabled > a {
  color: #626262; }
  .megamenu.disabled > a:hover {
    color: #626262;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }
  .megamenu.disabled > a:focus {
    color: #626262;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #ed3237;
  font-size: 18px; }

.header li > .dropdown-item:focus {
  color: #ed3237;
  background: none; }

.header li > .dropdown-item:hover {
  color: #ed3237;
  background: none; }

.header .dropdown-item.active {
  background: none; }

.header .dropdown-item:active {
  background: none; }

.header .dropdown-item:focus {
  background: none; }

.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.right-side {
	right:0 !important;
	left:0 !important;
}  

.dropdown-menu-right {
	right:0px !important;
	left: 0 !important;
}

.input-group {
	flex-wrap: nowrap !important;
}
  
.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin-left: 40px; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu {
  padding: 20px 15px;
  z-index: 1021; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 210px; }
  .header .navbar .dropdown-menu li {
    padding-left: 15px;
    padding-right: 15px; }
    .header .navbar .dropdown-menu li a i {
      margin-left: auto; }

.header .navbar .dropdown-menu.megamenu {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .header .navbar .dropdown-menu.megamenu li {
    padding: 0; }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 7px 20px 7px 0;
  border-radius: 3px;
  position: relative; }
  .navbar .dropdown > .dropdown-menu li > a:hover {
    color: #ed3237;
    padding-left: 10px; }

/* header-transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 9999; }

.header-transparent.style-2 .navbar .navbar-nav .nav-link {
  color: #000000; }

.header-transparent.style-2 .is-sticky {
  background: #ffffff; }

/* .header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff; } */
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: #000000; }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #ed3237; }

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: #ed3237;
  padding-left: 10px; }

.header-transparent .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: #ed3237; }

/* add-listing */
.header .add-listing .login a {
  color: #ffffff; }
  .header .add-listing .login a:hover {
    color: #ed3237; }
  .header .add-listing .login a i {
    color: #ed3237; }

.header .add-listing .btn-white i {
  color: #ed3237; }

.header .add-listing .btn-white:hover {
  border-color: #ed3237; }
  .header .add-listing .btn-white:hover i {
    color: #ffffff; }

.header .add-listing .btn-white:focus {
  border-color: #ed3237; }
  .header .add-listing .btn-white:focus i {
    color: #ffffff; }

.header.style-2 .add-listing .login a {
  color: #000000; }

/* add-listing */
.add-listing .login a {
  color: #ffffff; }
  .add-listing .login a:hover {
    color: #ed3237; }
  .add-listing .login a i {
    color: #ed3237; }

.add-listing .btn-white:hover {
  border-color: #ed3237; }
  .add-listing .btn-white:hover i {
    color: #ffffff; }

.add-listing .btn-white i {
  color: #ed3237; }

.add-listing .btn-white:focus i {
  color: #ffffff; }

.dropdown-menu > li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .dropdown-menu > li > a:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  

.megamenu li ul li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .megamenu li ul li > a:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .megamenu li ul li > a:hover:before {
    position: absolute;
    left: -2px;
    top: 50%;
    background: #ed3237;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px; }

.megamenu li ul li.active > a:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #ed3237;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px; }

.megamenu.dropdown-menu > li {
  border: none; }
  .megamenu.dropdown-menu > li:hover:before {
    position: inherit; }

.dropdown-menu.megamenu li .agency-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .dropdown-menu.megamenu li .agency-logo ul li {
    display: inline-block;
    border-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .dropdown-menu.megamenu li .agency-logo ul li .job-list {
      border-bottom: 0;
      display: inline-block; }
    .dropdown-menu.megamenu li .agency-logo ul li:first-child {
      padding-left: 0; }
    .dropdown-menu.megamenu li .agency-logo ul li:before {
      position: inherit; }

.agency-logo .job-list {
  padding: 0; }

.agency-logo .job-list .job-list-logo {
  margin-right: 0; }

/* sticky header */
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.header .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #001935;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9999;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .header .is-sticky .header-contact-info {
    display: none !important; }
  .header .is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

@media (min-width: 992px) { 
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    pointer-events: hidden;
    pointer-events: none; }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
    max-width: 700px; }
  .header .navbar .dropdown-menu.megamenu.dropdown-menu-lg {
    left: 100%;
    min-width: 610px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(0px, 10px, 0);
            transform: translate3d(0px, 10px, 0); }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 99%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px; } }

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 30px; }
  .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
  .header .navbar-collapse {
    margin-left: 10px; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px; } }

@media (max-width: 991px) {
  .header .container-fluid {
    padding: 0 20px; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); } 
    .navbar .navbar-nav .nav-link {
      color: #001935;
      padding: 10px 20px; }
      .navbar .navbar-nav .nav-link i {
        margin-left: auto; }
  .header .navbar-nav > li {
    display: block; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll; }
  .header .add-listing {
    margin-right: 40px; }
  .header .navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .header .add-listing {
    margin-right: 0; 
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .header .add-listing a.btn {
      margin-left: auto; }
  .si-float-wrapper {
    left: 0 !important; } }

@media (max-width: 991px) {
  /* sticky header */
  .header .is-sticky .navbar {
    top: 0;
    right: 0; } }

/*****************************
	Banner
*****************************/
.header.header-transparent + .banner {
  padding: 200px 0 205px 0; }

.banner {
  padding: 255px 0 255px 0;
  position: relative; }
  .banner .job-search-item span {
    font-size: 11px; }

.job-search-item {
  text-align: left; }
  .job-search-item .form-group {
    position: relative; }
  .job-search-item label {
    font-weight: 500; }
  .job-search-item input {
    padding-left: 40px;
    height: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }
  .job-search-item input.location-input {
    padding-right: 100px; }
  .job-search-item .left-icon i {
    left: 15px;
    top: 50%;
    right: auto;
    font-size: 16px;
    position: absolute;
    color: #ed3237;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .job-search-item .left-icon .detect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px; }
    .job-search-item .left-icon .detect:after {
      position: absolute;
      content: "";
      background: #eeeeee;
      height: 40px;
      width: 1px;
      left: -10px;
      top: -10px; }
    .job-search-item .left-icon .detect span {
      padding-right: 25px;
      font-size: 14px;
      color: #969696; }
    .job-search-item .left-icon .detect i {
      position: inherit;
      left: inherit;
      right: 0px; }
  .job-search-item .btn {
    padding: 18px 20px;
    margin-top: 29px;
    position: relative; }
    .job-search-item .btn i {
      color: #ffffff; }

.job-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.job-tag li {
  margin-left: 10px;
  margin-bottom: 5px; }
  .job-tag li:first-child {
    margin-left: 0; }
  .job-tag li a {
    color: #ffffff; }
  .job-tag li:hover a {
    color: #ed3237; }

.banner-shape {
  position: absolute;
  bottom: -15px;
  z-index: 99; }

.banner-shape-2 {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0px;
  left: 0px; }

/*Banner Map */
.banner-map {
  padding: 0; }
  .banner-map .map-canvas {
    height: 500px; }

/*Banner Slider */
#slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }

#slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms; }

#slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
  #slider .slider-content h1 {
    font-size: 60px;
    margin-bottom: 20px; }
  #slider .slider-content h2 {
    letter-spacing: 3px;
    font-weight: 500; }
  #slider .slider-content h6 {
    line-height: 26px; }
  #slider .slider-content a.btn-link:hover {
    color: #ffffff; }

.carousel .carousel-item.active .animated-01 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
          animation: lightSpeedIn 1s ease-in 200ms both; }

.carousel .carousel-item.active .animated-02 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
          animation: bounceInRight 1s ease-in-out 500ms both; }

.carousel .carousel-item.active .animated-03 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
          animation: bounceInLeft 1s ease-in-out 500ms both; }

.carousel .carousel-item.active .animated-04 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
          animation: flipInX 1s ease-in 500ms both; }

.carousel .carousel-item.active .animated-05 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
          animation: bounceInLeft 1s ease-in-out 100ms both; }

.carousel .carousel-item.active .animated-06 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
          animation: bounceIn 1s ease-in 500ms both; }

.carousel .carousel-item.active .animated-07 {
  -webkit-animation: fadeInDown 0.7s ease-in 300ms both;
          animation: fadeInDown 0.7s ease-in 300ms both; }

.carousel .carousel-item.active .animated-08 {
  -webkit-animation: fadeInUp 0.7s ease-in 300ms both;
          animation: fadeInUp 0.7s ease-in 300ms both; }

/* Banner Bg Slider */
.banner-bg-slider {
  position: relative; }

.banner-bg-slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .kenburnsy img {
    display: none; }
  .kenburnsy .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }

.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  z-index: -1; }

.banner-bg-slider-content .job-search-item .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner-bg-slider-content .job-search-item input {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  margin-right: 30px; }

/*banner-slider */
.search {
  position: relative; }
  .search a {
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px;
    padding: 18px 20px 17px;
    background: #ed3237;
    color: #ffffff; }
  .search input {
    padding-left: 30px;
    padding-right: 130px;
    height: 70px; }

.banner .nav-tabs .nav-item .nav-link {
  margin-right: 0px; }

/*index bg video */
.job-search-form:before {
  border-radius: 3px; }

/*control-prev */
.carousel-control-prev, .carousel-control-next {
  opacity: 1; }

/*****************************
	Layout
*****************************/
.header-inner {
  padding: 40px 0; }

.header-inner.header-inner-big {
  padding: 100px 0; }

/* Section Title */
.section-title {
  margin-bottom: 40px; }
  .section-title h2 {
    margin-bottom: 0px; }
  .section-title .title {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: -0.5px; }
    .section-title .title:before {
      position: absolute;
      content: "";
      height: 3px;
      width: 40px;
      background: #ed3237;
      bottom: 0;
      left: 0; }
  .section-title p {
    margin-top: 30px;
    margin-bottom: 0px; }

.section-title.center {
  text-align: center; }
  .section-title.center .title:before {
    left: 50%;
    margin-left: -20px; }

.section-title-02 {
  margin-bottom: 40px; }
  .section-title-02 h2 {
    margin-bottom: 0px; }
  .section-title-02 .title {
    margin-bottom: 0px; }
  .section-title-02 p {
    margin-top: 20px;
    margin-bottom: 0px; }

.list-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .list-style li i {
    margin-top: 3px; }

.list-style-2 li {
  margin-bottom: 5px; }

/* Category style */
.category-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.category-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #f6f6f6;
  padding: 30px 20px;
  color: #969696; }
  .category-item:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
            box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important; }
  .category-item:nth-child(4n+0) {
    border-right: 0; }
  .category-item:nth-child(1n+5) {
    border-top: 1px solid #f6f6f6; }

.category-icon {
  width: 50px;
  height: 50px;
  display: inline-block; }
  .category-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #ed3237; }

/* category-style-03 */
.category-style-03 .category-item {
  padding: 40px 20px; }
  .category-style-03 .category-item .category-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    line-height: 100px;
    border-radius: 100%;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .category-style-03 .category-item .category-icon i {
      font-size: 40px;
      line-height: inherit;
      color: #ed3237;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .category-style-03 .category-item:hover .category-icon {
    -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
    border: 1px solid #ed3237;
    background: #ed3237; }
    .category-style-03 .category-item:hover .category-icon i {
      color: #ffffff; }

/* index-slider */
.owl-carousel .item .category-item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.slider-category {
  margin-top: -80px;
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04); }

/* browse-jobs */
.browse-job {
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* category home 02 */
.category-style-02 ul li {
  margin-bottom: 15px; }
  .category-style-02 ul li:last-child {
    margin-bottom: 0px; }
  .category-style-02 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.category-style-02 ul li .category-title {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.category-style-02 ul li:hover .category-title {
  color: #ed3237; }

.category-style-02 ul li .category-count {
  background: #f6f6f6;
  padding: 4px 0px;
  border-radius: 3px;
  color: #969696;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 65px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 65px;
          flex: 0 65px; }

.category-style-02 ul li:hover a .category-count {
  background: #ed3237;
  color: #ffffff; }

/* job-found */
.job-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .job-found span {
    background: #ed3237;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px; }

/* popup-icon */
.popup-icon {
  position: relative;
  display: block; }
  .popup-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 1px; }
    .popup-icon i:hover {
      color: #ffffff; }

.forgot-pass p {
  margin-top: 7px;
  margin-bottom: 5px; }

/* index slider */
.video-img .popup-icon {
  position: initial; }

/* iframe */
iframe {
  width: 100%;
  border: 0; }

/* newsletter */
.newsletter {
  position: relative; }

/* job-grid-map */
.si-content-wrapper {
  padding: 0; }

.custom-window.open .si-frame {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: visible; }

.map-canvas {
  width: 100%;
  height: 100%; }

.custom-window {
  top: 30px;
  width: 280px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden; }
  .custom-window .si-content {
    overflow: visible;
    background-color: #ffffff;
    position: relative; }

.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible; }

.job-grid-map {
  position: relative;
  max-height: inherit;
  padding: 100px 12px 12px 12px;
  overflow: auto;
  z-index: 2; }

.si-pointer-bg-top {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }

.job-grid-map-img {
  position: absolute;
  top: 15px;
  right: 0;
  left: 10px;
  width: 76px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1; }

.job-grid-map-title {
  margin-top: 12px; }

.job-grid-map-price span {
  font-size: 13px; }

.job-grid-map-content p {
  margin: 0; }

.job-grid-map-content * + p {
  margin-top: 1em; }

.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 24px;
  padding: 0 6px;
  height: 24px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: #001935;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .custom-close:hover {
    background-color: #ed3237; }
  .custom-close:focus {
    background-color: #ed3237; }
  .custom-close:active {
    background-color: #ed3237; }

/* our-clients */
.our-clients .owl-carousel img {
  padding: 20px;
  background: #ffffff;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 75px; }

.our-clients .owl-carousel img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.our-clients .owl-carousel .owl-dots {
  margin-top: 0;
  margin-bottom: 0px; }

/* Table */
.table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff; }

.table-striped tbody tr:nth-of-type(even) {
  background: #fafcfc; }

/* mfp-close */
.mfp-image-holder .mfp-close {
  color: #ffffff;
  right: -15px;
  text-align: right;
  padding-right: 6px;
  background-color: #ed3237;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  top: 25px;
  position: absolute; }

/*****************************
	Listing
*****************************/
/* Job List */
.job-list {
  padding: 24px 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  .job-list:hover {
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 9; }
    .job-list:hover a.job-list-favourite {
      color: #e74c3c;
      -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
              box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

.job-list .job-list-logo {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border: 1px solid #eeeeee;
  height: 80px;
  width: 80px;
  text-align: center;
  padding: 10px; }
  .job-list .job-list-logo img {
    height: 100%; }

.job-list-title {
  margin-bottom: 5px; }

.job-list .job-list-details {
  overflow: hidden; }
  .job-list .job-list-details h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.job-list-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px; }
  .job-list-details ul li {
    margin: 5px 10px 5px 0px;
    font-size: 13px; }
  .job-list-details ul li.freelance a {
    color: #53b427; }
  .job-list-details ul li.temporary a {
    color: #e74c3c; }
  .job-list-details ul li.full-time a {
    color: #186fc9; }
  .job-list-details ul li.part-time a {
    color: #ffc107; }

.job-list .job-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }

.job-list-favourite-time .job-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696; }
  .job-list-favourite-time .job-list-favourite:hover {
    background: #ffffff;
    color: #e74c3c; }

.job-list-favourite-time span {
  display: block;
  margin: 0 auto; }

/* job-list hovering */
.job-list.hovering {
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
  position: relative;
  z-index: 9; }
  .job-list.hovering .job-list-favourite-time .job-list-favourite {
    background: #ffffff;
    color: #e74c3c;
    -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

/* job Grid */
.job-list.job-grid {
  padding-top: 40px;
  padding-bottom: 0px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto; }

.job-list.job-grid .job-list-logo {
  text-align: center;
  margin: 0 auto 30px;
  border: 0;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }

.job-list.job-grid .job-list-details {
  text-align: center; }

.job-list.job-grid ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.job-list.job-grid .job-list-details ul li {
  margin-bottom: 10px; }

.job-list.job-grid .job-list-favourite-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0; }
  .job-list.job-grid .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .job-list.job-grid .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }

.job-shortby .form-inline label {
  font-weight: 500;
  color: #001935; }

.job-shortby .select2-container--default .select2-selection--single {
  border-width: 2px; }

/* Employer */
.employers-list {
  padding: 30px 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease-in-out; }
  .employers-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 99; }

.employers-list .employers-list-logo {
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border: 1px solid #eeeeee;
  width: 80px;
  height: 80px;
  padding: 10px;
  text-align: center; }
  .employers-list .employers-list-logo img {
    height: 100%; }

.employers-list-title {
  margin-bottom: 5px; }

.employers-list-details {
  -ms-flex-item-align: center;
      align-self: center; }
  .employers-list-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px; }
    .employers-list-details ul li {
      margin: 5px 10px 5px 0px;
      font-size: 13px; }
      .employers-list-details ul li:last-child {
        margin-right: 0; }

.employers-list .employers-list-position {
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center; }

.employers-list-position .btn-dark:hover {
  background: #ed3237;
  border-color: #ed3237; }

/* Employer Grid */
.employers-grid {
  padding: 30px 20px;
  border-radius: 0px;
  display: block;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.employers-grid:hover {
  -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
  position: relative;
  z-index: 99; }

.bg-light .employers-grid {
  background: #ffffff; }

.employers-grid .employers-list-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding-top: 15px;
  margin: 0;
  text-align: center; }
  .employers-grid .employers-list-position a {
    margin: 0 auto; }

.employers-grid .employers-list-logo {
  text-align: center;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }

.employers-grid .employers-list-details {
  text-align: center; }
  .employers-grid .employers-list-details ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .employers-grid .employers-list-details ul li {
      margin-bottom: 10px; }

/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px; }

.user-dashboard-info-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0; }

.user-dashboard-info-box .candidates-list td {
  vertical-align: middle; }

.user-dashboard-info-box td li {
  margin: 0 4px; }

.user-dashboard-info-box .table thead th {
  border-bottom: none; }

.table.manage-candidates-top th {
  border: 0; }

.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 10px; }

.table.manage-candidates-top {
  min-width: 650px; }

.user-dashboard-info-box .candidate-list-details ul {
  color: #969696; }

/* Candidate List */
.candidate-list {
  
  padding: 0px;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.candidate-list-details {
  padding: 15px;
}
  .candidate-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 99; }
    .candidate-list:hover a.candidate-list-favourite {
      color: #e74c3c;
      -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
              box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

.candidate-list .candidate-list-image {
      margin-right: 25px  ;
      width: 162px  ;
      height: 100%  ; 
      overflow: hidden; 
}
a.fnt_wgt_600.prof_viw_clk {
  color: #000 !important;
}  
.candidate-list-title h5, .candidate-list-title h6 {
  text-align: left;
}
.candidate-list-title {
  margin-bottom: 5px; }

.candidate-list-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px; }
  .candidate-list-details ul li {
    margin: 5px 10px 5px 0px;
    font-size: 13px; }

.candidate-list .candidate-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }
  .candidate-list .candidate-list-favourite-time span {
    display: block;
    margin: 0 auto; }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    font-size: 16px;
    color: #969696; }
    .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
      background: #ffffff;
      color: #e74c3c; }

.candidate-banner .candidate-list:hover {
  position: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  z-index: inherit; }

/* Candidate Grid */
.candidate-list.candidate-grid {
  padding-top: 40px;
  padding-bottom: 0px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block; }

.candidate-grid .candidate-list-image {
  margin-bottom: 30px;
  text-align: center;
  margin-right: 0px; }
  
    .candidate-grid .candidate-list-details ul li {
      margin-bottom: 10px; }

.candidate-grid .candidate-list-favourite-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0; }
  .candidate-grid .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .candidate-grid .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }

.candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 0px; }

/* Jobber Candidate */
.jobber-candidate-timeline {
  position: relative; }
  .jobber-candidate-timeline:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #eeeeee; }

.jobber-candidate-timeline .jobber-timeline-item {
  display: table;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
  border-radius: 50%;
  border: 12px solid white;
  z-index: 1;
  top: 5px;
  left: 9px;
  position: absolute; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 20px;
    top: -1px;
    bottom: 5px;
    height: 2px;
    background-color: #eeeeee; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
    font-size: 15px;
    top: -8px;
    left: -7px;
    position: absolute;
    color: #ed3237; }

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 0 70px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
    color: #ed3237;
    margin: 5px 0 0px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
    color: #001935;
    font-size: 13px;
    font-weight: 500; }

.jobber-candidate-timeline span.jobber-timeline-time {
  color: #969696 !important; }

.jobber-candidate-timeline .jobber-timeline-icon {
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px; }
  .jobber-candidate-timeline .jobber-timeline-icon i {
    font-size: 16px;
    color: #001935; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px; }

/* secondary menu */
.secondary-menu {
      padding: 10px  ;
      padding-bottom: 0px  ;
      border: 2px   solid #eeeeee;
      background: #ffffff;
      border-radius: 3px  ;
      margin-bottom: 48px;
      margin-top: 15px;
      -webkit-border-radius: 3px  ;
      -moz-border-radius: 3px  ;
      -ms-border-radius: 3px  ;
      -o-border-radius: 3px  ;
}

.secondary-menu ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 9px;
    padding-bottom: 10px; }
    .secondary-menu ul li a {
      display: block;
      color: #969696;
      font-weight: 600;
      text-transform: capitalize;
      padding: 1px 15px;
      border-radius: 3px; }
      .secondary-menu ul li a:hover {
        color: #ffffff;
        background: #ed3237; }
    .secondary-menu ul li a.active {
      color: #ffffff;
      background: #ed3237; }

/* Job Search Field */
.job-search-field .form-group-search {
  width: 100%; }

.job-search-field.job-search-field-01 input {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  border-radius: 0px; }

.job-search-field.job-search-field-01 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.job-search-field-02 input {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.job-search-field-02 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.search-under-banner .job-search-item label {
  color: #ffffff; }

.job-search-field.job-search-field-top-03 input {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.job-search-field-top-03 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.advanced-search {
  width: 100%; }
  .advanced-search .card {
    border: 0;
    padding: 0;
    background: none; }

.job-search-field-top-03 .job-search-item {
  background: #f6f6f6;
  padding: 30px; }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 13px 20px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px; }

.job-search-field .select2-container--default .select2-selection--single {
  height: 60px;
  padding: 20px 20px; }

.job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px; }

.hp-search-more {
  width: 100%; }
  .hp-search-more a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 14px !important; }
  .hp-search-more span {
    font-size: 14px !important; }

.job-search-item .hp-search-more i {
  position: absolute;
  right: -25px;
  left: auto; }
  
/* Job Filter */
.job-filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .job-filter-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .job-filter-tag ul li a {
      margin-left: 3px;
      background: rgba(255, 138, 0, 0.1);
      color: #ed3237;
      font-weight: 500;
      padding: 2px 8px;
      font-size: 13px;
      border-radius: 3px; }
      .job-filter-tag ul li a i {
        padding-left: 4px;
        font-size: 12px; }
      .job-filter-tag ul li a:hover {
        background: #ed3237;
        color: #ffffff; }
    .job-filter-tag ul li .filter-clear {
      background: rgba(0, 25, 53, 0.1);
      color: #001935; }
      .job-filter-tag ul li .filter-clear:hover {
        background: #001935;
        color: #ffffff; }

/* companies-info box */
.companies-info {
  padding-right: 25px; }
  .companies-info .companies-details {
    padding: 20px 10px; }
    .companies-info .companies-details .companies-logo {
      width: 80px;
      height: 80px;
      padding: 10px;
      background: #ffffff; }

.employers-box .employers-grid {
  padding: 5px;
  border: none; }
  .employers-box .employers-grid:hover {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

.employers-box .employers-list-info {
  text-align: center; }

.companies-counter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: right; }
  .companies-counter .counter {
    display: inline-block; }

.companies-details .employers-list-option ul li i {
  font-size: 12px;
  color: #ed3237; }

.companies-counter .counter .counter-content .timer {
  font-size: 20px; }

.companies-info-2 .companies-counter {
  text-align: left; }

.companies-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px; }

.companies-info-2 .companies-details {
  padding: 0; }

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  padding-bottom: 30px; }
  .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.sidebar hr {
  margin-bottom: 30px;
  margin-top: 0; }

.sidebar .search {
  position: relative; }
  .sidebar .search i {
    position: absolute;
    color: #ed3237;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .search .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

.sidebar .locations {
  position: relative; }
  .sidebar .locations i {
    position: absolute;
    color: #ed3237;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .locations .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

/* Widget */
.widget .widget-title {
  margin-bottom: 20px; }
  .widget .widget-title h6 {
    margin-bottom: 0; }
  .widget .widget-title a {
    color: #001935; }

.widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }

/* similar-jobs-item */
.similar-jobs-item .job-list {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px; }
  .similar-jobs-item .job-list:last-child {
    margin-bottom: 0; }
  .similar-jobs-item .job-list:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

/* checkbox */
.widget .widget-content {
  margin-top: 10px; }
  .widget .widget-content .custom-checkbox {
    margin-bottom: 8px; }
    .widget .widget-content .custom-checkbox:last-child {
      margin-bottom: 0px; }

.widget .custom-checkbox.fulltime-job .custom-control-label:before {
  background-color: #186fc9;
  border: 2px solid #186fc9; }

.widget .custom-checkbox.fulltime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #186fc9;
  border-color: #186fc9; }

.widget .custom-checkbox.parttime-job .custom-control-label:before {
  background-color: #ffc107;
  border: 2px solid #ffc107; }

.widget .custom-checkbox.parttime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #ffc107;
  border-color: #ffc107; }

.widget .custom-checkbox.freelance-job .custom-control-label:before {
  background-color: #53b427;
  border: 2px solid #53b427; }

.widget .custom-checkbox.freelance-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #53b427;
  border-color: #53b427; }

.widget .custom-checkbox.temporary-job .custom-control-label:before {
  background-color: #e74c3c;
  border: 2px solid #e74c3c; }

.widget .custom-checkbox.temporary-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #e74c3c;
  border-color: #e74c3c; }

.widget ul {
  margin: 0; }
  .widget ul li a:hover {
    color: #ed3237; }

.widget .company-detail-meta ul {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget .company-detail-meta ul li {
    margin-right: 15px;
    display: inline-block; }
    .widget .company-detail-meta ul li a {
      color: #969696;
      font-weight: 600;
      font-size: 12px; }

.widget .company-detail-meta .share-box li {
  margin-right: 0;
  display: inline-block;
  float: left; }

.widget .company-detail-meta ul li.linkedin a {
  padding: 15px 20px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: inline-block; }
  .widget .company-detail-meta ul li.linkedin a i {
    color: #06cdff; }

.widget .company-address ul li {
  margin-bottom: 10px; }
  .widget .company-address ul li:last-child {
    margin-bottom: 0; }
  .widget .company-address ul li a {
    color: #969696; }

.widget .widget-box {
  border: 0px;
  border-radius: 3px;
  padding: 20px 15px;
  }

.widget .similar-jobs-item .job-list.jobber-list {
  padding: 15px 10px;
  border: 0;
  margin-bottom: 10px; }

.widget .similar-jobs-item .job-list-details {
  -ms-flex-item-align: center;
      align-self: center; }

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
  color: #ed3237; }

.widget .docs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eeeeee;
  padding: 30px;
  border-radius: 3px; }
  .widget .docs-content .docs-text {
    -ms-flex-item-align: center;
        align-self: center;
    color: #969696; }
  .widget .docs-content span {
    font-weight: 600; }
  .widget .docs-content .docs-icon {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px; }

.widget .jobber-company-view ul li {
  margin-bottom: 20px; }
  .widget .jobber-company-view ul li:last-child {
    margin-bottom: 0; }
  .widget .jobber-company-view ul li span {
    color: #001935;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 600; }

/*****************************
  Dashboard
*****************************/
.user-dashboard-sidebar .jobber-user-info {
  border: 2px solid #eeeeee;
  padding: 20px;
  text-align: center; }

.jobber-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jobber-user-info .profile-avatar {
    position: relative;
    height: 205px;
    width: 205px;
    border-radius: 100%; }
    
    .jobber-user-info .profile-avatar i {
      font-size: 16px;
      color: #ed3237;
      position: absolute;
      background: #ffffff;
      border-radius: 100%;
      cursor: pointer;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      bottom: 72px;
      right: 39px; }

.upload-file .custom-file {
  width: 160px;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 10px; }
  .upload-file .custom-file .custom-file-label {
    background: #ed3237;
    padding: 0;
    color: #ffffff;
    height: 35px;
    font-weight: 400;
    line-height: 35px;
    text-align: center; }
    .upload-file .custom-file .custom-file-label:after {
      display: none; }

.custom-file .custom-file-input {
  height: 35px; }

/* user dashboard nav */
.user-dashboard-nav {
  border: 2px solid #eeeeee;
  padding: 2px;
  margin-top: 30px; }
  .user-dashboard-nav ul li {
    margin-bottom: 2px;
    background: #ed3237; }
    .user-dashboard-nav ul li:last-child {
      margin-bottom: 0px; }
    .user-dashboard-nav ul li a {
      color: #001935;
      padding: 15px 20px;
      background: #f6f6f6;
      display: block; }
      .user-dashboard-nav ul li a:hover {
        color: #ed3237; }
  .user-dashboard-nav ul li.active a {
    color: #ed3237; }

/* user dashboard info box */
.user-dashboard-info-box {
      padding: 20px  ;
      margin-top: 2%;
      margin-bottom: 30px  ;
      background-color: #ffffffc4;
      border-radius: 15px  ;
      border: 2px   dashed #a5a5a5;
      -webkit-border-radius: 15px  ;
      -moz-border-radius: 15px  ;
      -ms-border-radius: 15px  ;
      -o-border-radius: 15px  ;
}

.cover-photo-contact .cover-photo {
  position: relative; }
  .cover-photo-contact .cover-photo i {
    top: -10px;
    right: -10px;
    font-size: 24px;
    color: #ed3237;
    position: absolute;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer; }

.user-dashboard-info-box .search {
  position: relative; }
  .user-dashboard-info-box .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #ed3237;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 0 3px 3px 0px; }
  .user-dashboard-info-box .search input {
    padding-right: 65px;
    border-radius: 3px;
    height: 50px; }

.user-dashboard-table th p {
  color: #969696; }

.user-dashboard-table tr td {
  color: #969696;
  vertical-align: middle; }

.user-dashboard-table td li {
  margin: 0 4px; }
  .user-dashboard-table td li a.text-info {
    color: #186fc9; }
  .user-dashboard-table td li a:hover {
    color: #ed3237; }
  .user-dashboard-table td li a.text-primary:hover {
    color: #001935 !important; }

.user-dashboard-info-box .pricing-plan.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/* dashboard */
.user-dashboard-info-box .feature-info.bg-primary .feature-info-icon {
  border: none;
  background: #ffa133;
  color: #ffffff; }

.user-dashboard-info-box .feature-info.bg-dark .feature-info-icon {
  background: #002349;
  border: none; }

.user-dashboard-info-box .feature-info.bg-light .feature-info-icon {
  background: #ffffff;
  border: none; }

/* candidates-user */
.candidates-user-info .candidates-skills {
  padding: 15px; }
  .candidates-user-info .candidates-skills .btn {
    padding: 12px 20px; }

.candidates-profile-info .progress {
  height: 2px;
  bottom: 15px;
  margin: 0px; }
  .candidates-profile-info .progress .progress-bar {
    height: 2px; }

.candidates-profile-info .progress ~ .profile-avatar {
  margin-top: 15px; }

.user-dashboard-sidebar .progress .progress-bar-number {
  position: absolute;
  right: 10%;
  color: #969696;
  top: 10px; }

.candidates-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* candidates-feature-info */
.candidates-feature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .candidates-feature-info .candidates-info-icon {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px; }
    .candidates-feature-info .candidates-info-icon i {
      font-size: 24px; }
  .candidates-feature-info .candidates-info-content .candidates-info-title {
    margin-bottom: 0; }
  .candidates-feature-info .candidates-info-count {
    margin-left: auto;
    text-align: center;
    font-size: 24px;
    padding: 25px 0px;
    border-left: 1px solid white;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px; }

/* dashboard my resume */
.user-dashboard-info-circle {
  border: 2px solid #eeeeee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px; }
  .user-dashboard-info-circle i {
    color: #001935; }

.user-dashboard-info-box .user-dashboard-minus i {
  background: #001935;
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff; }

.user-dashboard-info-box .dashboard-timeline-info {
  position: relative; }

.user-dashboard-info-box .dashboard-timeline-edit {
  position: absolute;
  right: 0;
  top: 0; }

/* My Resume */
.profile {
  margin-bottom: 25px; }
  .profile .jobber-user-info {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .profile .jobber-user-info .profile-avatar {
      position: relative;
      height: 115px;
      width: 115px;
      border-radius: 100%;
      display: inline-block; }
      .profile .jobber-user-info .profile-avatar img {
        border-radius: 100%; }
      .profile .jobber-user-info .profile-avatar i {
        font-size: 16px;
        color: #ed3237;
        position: absolute;
        background: #ffffff;
        border-radius: 100%;
        cursor: pointer;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        bottom: 20px;
        right: -5px; }

.about-candidate {
  padding: 25px 0px; }
  .about-candidate .candidate-info {
    margin-bottom: 20px; }

.resume-experience {
  padding-left: 20px; }

/*****************************
	Blog
*****************************/
.blog-post .blog-post-details {
  padding: 25px; }
  .blog-post .blog-post-details .blog-post-time {
    margin-bottom: 10px; }
    .blog-post .blog-post-details .blog-post-time a {
      color: #969696;
      font-size: 13px;
      font-weight: 500; }
  .blog-post .blog-post-details .blog-post-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

/* blog-post 02 */
.blog-post .blog-post-category a,
.blog-detail .blog-post .blog-post-category a {
  color: #ed3237;
  font-weight: 600; }

.blog-post .blog-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0px;
  border-top: 2px solid #eeeeee; }
  .blog-post .blog-post-footer a {
    font-size: 12px;
    color: #969696; }
    .blog-post .blog-post-footer a:hover {
      color: #ed3237; }
      .blog-post .blog-post-footer a:hover i {
        color: #ed3237; }
  .blog-post .blog-post-footer i {
    padding-right: 5px;
    color: #ed3237; }

.blog-post .blog-post-footer .blog-post-author img {
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  width: auto;
  display: inline-block; }

.blog-post .blog-post-footer .blog-post-time,
.blog-post-author,
.blog-post-time,
.blog-detail .blog-post-comment,
.blog-post-share {
  margin: 0 8px; }

.blog-post .blog-post-details .blog-post-description {
  margin: 15px 0px; }

.blog-post .blog-post-details .btn-link i {
  padding-right: 0; }

/* blog-post-quote */
.blog-post-quote .blog-post-details .blog-post-category a {
  color: #ffffff; }

.blog-post-quote .blog-post-details .blog-post-link .btn-link {
  color: #ffffff; }
  .blog-post-quote .blog-post-details .blog-post-link .btn-link:hover {
    color: #001935; }

.blog-post-quote .blog-post-details .blog-post-title h5 a {
  color: #ffffff; }
  .blog-post-quote .blog-post-details .blog-post-title h5 a:hover {
    color: #001935; }

.blog-post-quote .blog-post-content .blog-post-footer {
  border-top: 2px solid rgba(0, 25, 53, 0.1); }
  .blog-post-quote .blog-post-content .blog-post-footer a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-post-quote .blog-post-content .blog-post-footer a:hover {
      color: #001935; }
      .blog-post-quote .blog-post-content .blog-post-footer a:hover i {
        color: #001935; }
      .blog-post-quote .blog-post-content .blog-post-footer a:hover span {
        color: #001935 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .blog-post-quote .blog-post-content .blog-post-footer i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-post-quote .blog-post-content .blog-post-footer span {
    color: #ffffff; }

.blog-post-quote .blockquote {
  padding: 40px 40px 0px 40px;
  margin-bottom: 0;
  border-left: 0; }
  .blog-post-quote .blockquote i {
    font-size: 30px;
    margin-bottom: 20px;
    color: rgba(0, 25, 53, 0.5); }

/* blog-post-you-tube // */
.blog-post.blog-post-you-tube iframe {
  width: 100%;
  height: 385px; }

/* post-without-image */
.post-without-image {
  border: 2px solid #eeeeee; }

/* sidebar */
.blog-sidebar .widget {
  margin-bottom: 50px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0px; }

.blog-sidebar .widget .widget-title {
  margin-bottom: 20px; }

.blog-sidebar .widget .search {
  position: relative; }
  .blog-sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #ed3237;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 0 3px 3px 0px; }
  .blog-sidebar .widget .search input {
    padding-right: 65px;
    border-radius: 3px;
    height: 50px; }

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 20px; }
  .blog-sidebar .widget ul.list-style li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #626262;
    width: 100%; }
    .blog-sidebar .widget ul.list-style li a:hover {
      color: #ed3237; }

.widget .search input {
  padding-left: 15px; }

/* recent-posts */
.blog-sidebar .widget .recent-posts a b {
  color: #001935;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog-sidebar .widget .recent-posts a:hover b {
  color: #ed3237; }

.blog-sidebar .widget .newsletter i {
  color: #ed3237;
  background: inherit; }

.blog-sidebar .widget .newsletter .newsletter-bg-icon i {
  font-size: 160px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: -20px;
  bottom: -35px; }

.blog-sidebar .widget .newsletter .form-check {
  cursor: pointer; }

.blog-sidebar .widget .newsletter label {
  cursor: pointer; }

.form-row .custom-control.custom-checkbox label {
  cursor: pointer; }

/* Subscribe & Follow */
.blog-sidebar .widget .social ul li {
  padding: 10px;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-sidebar .widget .social ul li .follow {
    background: #f6f6f6;
    padding: 3px 18px;
    font-size: 12px; }
  .blog-sidebar .widget .social ul li a {
    font-size: 12px;
    font-weight: 600; }
    .blog-sidebar .widget .social ul li a i {
      width: 15px; }

.blog-sidebar .widget .social ul .facebook a {
  color: #466ca9; }

.blog-sidebar .widget .social ul .facebook .follow:hover {
  background: #466ca9;
  color: #ffffff; }

.blog-sidebar .widget .social ul .twitter a {
  color: #20b5e6; }

.blog-sidebar .widget .social ul .twitter .follow:hover {
  background: #20b5e6;
  color: #ffffff; }

.blog-sidebar .widget .social ul .youtube a {
  color: #d92c20; }

.blog-sidebar .widget .social ul .youtube .follow:hover {
  background: #d92c20;
  color: #ffffff; }

.blog-sidebar .widget .social ul .instagram a {
  color: #181818; }

.blog-sidebar .widget .social ul .instagram .follow:hover {
  background: #181818;
  color: #ffffff; }

.blog-sidebar .widget .social ul .linkedin a {
  color: #13799f; }

.blog-sidebar .widget .social ul .linkedin .follow:hover {
  background: #13799f;
  color: #ffffff; }

/* popular-tag */
.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .blog-sidebar .widget .popular-tag ul li a {
    padding: 6px 20px;
    display: block;
    border: 1px solid #eeeeee;
    color: #969696; }
    .blog-sidebar .widget .popular-tag ul li a:hover {
      color: #ed3237;
      border-color: #ed3237; }

/* blog-detail */
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation .nav-links .nav-title {
    padding: 12px 20px; }
  .navigation .nav-links .pagi-text {
    display: inline-block;
    padding: 12px 25px;
    color: #969696;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.navigation .nav-links .nav-previous {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navigation .nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696; }
  .navigation .nav-links .nav-previous:hover {
    background: #f6f6f6; }
    .navigation .nav-links .nav-previous:hover .pagi-text {
      background: #ed3237;
      color: #ffffff; }
  .navigation .nav-links .nav-previous .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .navigation .nav-links .nav-previous .pagi-text {
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.navigation .nav-links .nav-next {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  margin-right: 0;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navigation .nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .navigation .nav-links .nav-next .pagi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #eeeeee; }
  .navigation .nav-links .nav-next:hover {
    background: #f6f6f6; }
    .navigation .nav-links .nav-next:hover .pagi-text {
      background: #ed3237;
      color: #ffffff; }
  .navigation .nav-links .nav-next .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.blog-detail .blog-post .blog-post-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* blockquote */
.blog-detail .blog-post .blog-post-content .blockquote {
  font-size: 16px;
  border-left: 10px solid #ed3237;
  padding-left: 30px;
  font-style: italic;
  display: block; }

/* Popular-Tags */
.blog-detail .blog-post-tags li {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 3px; }
  .blog-detail .blog-post-tags li a {
    color: #969696; }
  .blog-detail .blog-post-tags li:hover {
    background: #ed3237;
    border: 1px solid #ed3237; }
    .blog-detail .blog-post-tags li:hover a {
      color: #ffffff; }

/* share-box */
.share-box {
  position: relative;
  z-index: 99; }
  .share-box .share-box-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: 100%;
    background: #ed3237;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    display: block;
    min-width: 150px; }
    .share-box .share-box-social li {
      display: inline-block;
      float: left; }
      .share-box .share-box-social li:last-child a {
        padding-right: 0; }
      .share-box .share-box-social li a {
        padding: 0 8px;
        color: #ffffff !important;
        font-size: 12px;
        display: block; }
        .share-box .share-box-social li a:hover {
          color: #001935 !important; }
          .share-box .share-box-social li a:hover i {
            color: #001935 !important;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .share-box .share-box-social li a i {
          color: #ffffff !important;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          padding-right: 5px; }
          .share-box .share-box-social li a i:last-child {
            padding-right: 0; }
    .share-box .share-box-social:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #ed3237 transparent transparent transparent;
      content: "";
      position: absolute;
      left: 50%;
      bottom: -6px;
      z-index: 99;
      margin-left: -3px; }
  .share-box:hover .share-box-social {
    opacity: 1;
    visibility: visible;
    margin-bottom: 6px; }

/* share-box-white-bg */
.share-box.share-dark-bg .share-box-social {
  background: #000000;
  -webkit-box-shadow: 0px 34px 4px rgba(246, 246, 246, 0.04);
          box-shadow: 0px 34px 4px rgba(246, 246, 246, 0.04); }
  .share-box.share-dark-bg .share-box-social:before {
    border-color: #000000 transparent transparent transparent; }
  .share-box.share-dark-bg .share-box-social li a i {
    color: #ffffff !important; }
  .share-box.share-dark-bg .share-box-social li a:hover i {
    color: #ed3237 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/*****************************
    Not found 
*****************************/
.notfound-404 {
  height: 230px;
  position: relative;
  z-index: -1; }
  .notfound-404 h1 {
    font-size: 160px;
    margin: 0px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/bg/opps-404-bg-img.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center; }

/*****************************
	Footer
*****************************/
.footer {
  padding-top: 90px;
  margin-top: -100px;
  color: #626262; }
  .footer ul {
    margin: 0; }

.footer-shape {
  position: absolute;
  top: -100px; }

.footer-top-logo img {
  height: 34px; }

.footer .footer-link ul li {
  margin-bottom: 5px;
 }
  .footer .footer-link ul li:last-child {
    margin-bottom: 0px; }
  .footer .footer-link ul li a {
    color: #626262; }
    .footer .footer-link ul li a:hover {
      color: #ed3237; }

.footer .footer-contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px; }
  .footer .footer-contact-info ul li i {
    line-height: 24px; }
  .footer .footer-contact-info ul li span {
    padding-left: 15px;
    -ms-flex-item-align: top;
        align-self: top; }

.footer .footer-contact-info.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

  .footer-bottom { 
    color: #232323;
    padding: 12px;
    text-align: right;
}
  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .footer-bottom ul li {
      margin-right: 10px; }
      .footer-bottom ul li a {
        color: #969696;
        font-weight: 500; }
        .footer-bottom ul li a:hover {
          color: #ed3237; }

.social ul li a {
  font-weight: 600; }

.social ul li.facebook a {
  color: #094ecd; }

.social ul li.twitter a {
  color: #25d1e0; }

.social ul li.linkedin a {
  color: #0077b5; }

.social .facebook img {
	height:22px;
}

.social .instagram img {
	height:22px;
}

/*****************************
	Login 
*****************************/
.login-register fieldset {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 20px; }

.login-register legend {
  font-size: 13px;
  font-weight: 500;
  width: auto;
  padding: 0; }

.login-register .nav-tabs .tab-icon {
  color: #000000; }

.login-register .nav-tabs p {
  color: #000000; }

/* Social Login */
.social-login ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-login ul li {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .social-login ul li a {
      padding: 15px 20px;
      display: block;
      color: #ffffff;
      border-radius: 3px; }
  .social-login ul li.facebook a {
    background: #466ca9; }
  .social-login ul li.twitter {
    margin-right: 0; }
    .social-login ul li.twitter a {
      background: #20b5e6; }
  .social-login ul li.google a {
    background: #d34836; }
  .social-login ul li.linkedin {
    margin-right: 0; }
    .social-login ul li.linkedin a {
      background: #13799f; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1340px) {
  .banner-shape {
    bottom: -30px; }
  #slider .slider-content h1 {
    font-size: 60px; }
  .slider-category {
    margin-top: -60px; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 150px; }
  .job-search-item input.location-input {
    padding-right: 105px; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 8px; }
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px; } }

@media (max-width: 1199px) {
  .header.header-transparent + .banner {
    padding: 240px 0 155px 0; }
  .footer .btn.btn-app {
    padding: 12px 20px; }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 10px;
    padding: 12px 14px 18px; }
  .nav-tabs .nav-item .nav-link {
    margin-right: 10px;
    padding: 10px 25px; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%; }
  /* countdown */
  .countdown span {
    font-size: 60px;
    line-height: 60px; }
  .countdown-small.countdown span {
    font-size: 40px;
    line-height: 40px; }
  #slider .slider-content h1 {
    font-size: 48px; }
  /* index slider */
  .slider-category {
    margin-top: -40px; }
  /* job-search-item */
  .job-search-item .btn {
    padding: 18px 15px; }
  /* secondary-menu */
  .secondary-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 991px) {
  h1 {
    font-size: 34px; }
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  .container-fluid {
    padding: 0 25px; }
  /* Header */
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #001935; }
  .header-transparent {
    position: relative;
    background: #001935; }
  .header-transparent.style-2 {
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .header .is-sticky .add-listing {
    display: none; }
  /* Toggle Menu */
  #nav-icon4 {
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 20px; }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ed3237;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon4 span:nth-child(1) {
    top: 11px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(2) {
    top: 21px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(3) {
    top: 31px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 0px; }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 0px; }
  /* banner */
  .header.header-transparent + .banner {
    padding: 100px 0 100px 0; }
  .banner {
    padding: 100px 0; }
  .job-search-item .btn {
    margin-top: 0px; }
  .banner-shape {
    display: none; }
  .navbar-brand img {
    height: 24px; }
  /* blog */
  .blog-post .blog-post-details {
    padding: 25px 20px 20px; }
  .blog-post .blog-post-footer {
    padding: 25px 10px; }
  .blog-detail .blog-post .blog-post-footer {
    padding: 15px 0px; }
  .blog-detail .blog-post .blog-post-footer .blog-post-time {
    margin: 0 0px; }
  .secondary-menu ul li a {
    padding: 1px 10px; }
  /* share-box */
  .share-box .share-box-social {
    width: 165px; }
  .share-box .share-box-social li a {
    padding: 0 7px; }
  .widget .company-detail-meta .share-box .share-box-social {
    width: 145px; }
  /* footer */
  .footer {
    padding-top: 50px; }
  .footer-shape {
    display: none; }
  .footer-bottom {
    padding: 24px 0px; }
  .footer-top-logo img {
    height: 30px; }
  /* owl-nav */
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 35%; }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 35%; }
  .owl-nav-bottom-center .owl-nav .owl-prev {
    right: 60%; }
  .owl-nav-bottom-center .owl-nav .owl-next {
    left: 60%; }
  #slider .slider-content h1 {
    font-size: 34px; }
  #slider .slider-content h2 {
    font-size: 22px;
    line-height: 30px; }
  #slider .slider-content a.btn-link {
    padding: 0; }
  /* sidebar */
  .sidebar {
    margin-bottom: 40px; }
  .widget .company-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  /* 404 */
  .notfound-404 {
    height: 160px; }
  .notfound-404 h1 {
    font-size: 110px; }
  /* mfp-close */
  .mfp-image-holder .mfp-close {
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 10px;
    padding-right: 5px; }
  img.mfp-img {
    padding: 0; }
  /* secondary-menu */
  .sticky-top.secondary-menu-sticky-top {
    position: inherit;
    z-index: 9; }
  /* Popup */
  .social-login ul li a {
    padding: 15px; }
  .job-filter-tag {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
   .intr_cls{
     display: inline;
   }
  .fild_frm .form-group {
    width: 100% !important;
}
.whl_cls_pic523{
  right:0px !important;
}
.pic_selec632 {
    width: 100px !important;
    height: 100px !important;
}
button.ad_mre_pic25 {
  margin: 0px !important; 
  font-size: 9px !important;
  padding: 0px 7px !important;
}
  h1 {
    font-size: 32px !important; }
  h2 {
    font-size: 24px !important;
    line-height: 34px !important; }
  h3 {
    font-size: 22px !important; }
  h4 {
    font-size: 20px !important; }
  h5 {
    font-size: 18px !important;
    margin: 0px !important; }
  h6 {
    font-size: 17px !important; }
  .space-ptb {
    padding: 50px 0 !important; }
  .space-pt {
    padding-top: 50px !important; }
  .space-pb {
    padding-bottom: 50px !important; }
  .container {
    max-width: 100% !important; }
  .container-fluid {
    padding: 0 30px !important; }
  .section-title {
    margin-bottom: 30px !important; }
  .section-title p {
    margin-top: 20px !important; }
  .section-title-02 {
    margin-bottom: 30px !important; }
  .bg-holder-pattern {
    background-image: inherit !important; }
  .step-number {
    margin-bottom: 10px !important; }
  .step-number span:after {
    content: none !important; }
  .lead {
    font-size: 16px !important; }
  /* header-inner */
  .header-inner {
    padding: 50px 0 !important; }
  .header-inner.header-inner-big {
    padding: 50px 0 !important; }
  /* blog */
  .blog-post-quote .blockquote {
    padding: 20px 20px 0px 20px !important; }
  .progress {
    position: relative !important;
    overflow: inherit !important;
    height: 3px !important;
    margin: 40px 0px 20px !important; }
  .secondary-menu {
    padding: 10px 10px 0px 10px !important; }
  .secondary-menu ul li a {
    padding: 1px 8px !important; }
  .secondary-menu ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .blog-sidebar .widget {
    margin-bottom: 30px !important; }
  .banner-bg-slider-content .job-search-item .form-group {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important; }
  .banner-bg-slider-content .job-search-item input {
    padding-left: 20px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
    margin-right: 0px !important;
    margin-bottom: 16px !important; }
  /* category */
  .category-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important; }
  .category-item:nth-child(1n+3) {
    border-top: 1px solid #f6f6f6 !important; }
  .category-item:nth-child(2n+0) {
    border-right: 0 !important; }
  .social-login ul li {
    min-width: 100% !important; }
  .login-register .form-control {
    height: 40px !important; }
  .pagination {
    margin-bottom: 0 !important; }
  .pagination .page-item {
    margin: 0px; }
  /* job-list */
  .job-list {
    padding: 24px 20px; }
  /* employers-list */
  .employers-list {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .employers-list .employers-list-logo {
    margin: 0 0 25px 0;
    display: inline-block; }
  .employers-list .employers-list-details {
    text-align: center;
    margin-bottom: 15px; }
  .employers-list .employers-list-title {
    margin-bottom: 10px; }
  .employers-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial-content p {
    font-size: 16px; }
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 13px 10px; }
  .tab-pane .border-right {
    border: none !important; }
  .browse-job {
    display: block !important;
    text-align: center; }
  .style-01 ul {
    margin: 20px 0px; }
  .job-found {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #slider .slider-content h1 {
    font-size: 18px;
    margin-bottom: 10px; }
  #slider .slider-content h2 {
    font-size: 16px; }
  #slider .slider-content h6 {
    line-height: 18px;
    font-size: 14px; }
  /* feature-content */
  .feature-content {
    padding: 40px 20px; }
  .feature-info-03 {
    margin-bottom: 30px; }
  /* Banner */
  .search input {
    height: 60px; }
  .search a {
    padding: 14px 12px; }
  /* pricing */
  .pricing-plan {
    margin-bottom: 30px;
    margin-top: 30px; }
  /* index slider */
  .slider-category {
    margin-top: 60px; }
  .companies-counter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
  .slider-banner .carousel-control-next,
  .slider-banner .carousel-control-prev {
    display: none; }
  /* nav-tabs */
  .nav-tabs .nav-item .nav-link {
    margin-bottom: 10px; }
  .blog-sidebar .widget .newsletter .newsletter-bg-icon i {
    right: 0; }
  .job-tag li {
    margin-left: 0;
    margin-right: 10px; } }

@media (max-width: 575px) {
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  h1 {
    font-size: 26px; }
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding-top: 40px; }
  .space-pb {
    padding-bottom: 40px; }
  .lead {
    font-size: 14px; }
  .banner {
    padding: 60px 0; }
  .job-search-item input.location-input {
    padding-right: 40px; }
  .job-search-item .left-icon .detect:after {
    left: -27px;
    top: -20px; }
  .header.header-transparent + .banner {
    padding: 80px 0px 80px 0px; }
  .header .add-listing {
    display: none; }
  .agency-logo {
    display: none; }
  .container-fluid {
    padding: 0 15px; }
  .job-search-item .btn {
    padding: 14px 15px; }
  .job-search-item input {
    height: 50px; }
  .search input {
    height: 50px; }
  .search a {
    padding: 8px 12px; }
  .job-search-field .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 15px 20px; }
  .job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px; }
  /* feature-info */
  .feature-info-02,
  .feature-info-04 {
    display: block; }
  .job-img-01 {
    padding-right: 0px; }
  .job-img-02 {
    margin-top: 20px; }
  .popup-icon i {
    left: 50%; }
  .feature-info-rounded.text-left {
    display: block; }
  .feature-info-rounded.text-left .feature-info-icon {
    margin-bottom: 20px; }
  .job-found h6 {
    font-size: 14px; }
  /* blog */
  .blog-post-footer .blog-post-time,
  .blog-post-footer .blog-post-author,
  .blog-post-footer .blog-post-comment,
  .blog-post-footer .blog-post-share {
    display: inline-block; }
  .blog-post .blog-post-details .blog-post-description {
    margin: 15px 0px; }
  .blog-detail .blog-post .blog-post-content .blockquote {
    font-size: 14px;
    padding-left: 20px; }
  .blog-post .blog-post-footer .blog-post-time,
  .blog-post-author,
  .blog-post-time,
  .blog-detail .blog-post-comment,
  .blog-post-share {
    margin: 0 5px; }
  .navigation .nav-links {
    display: block; }
  .navigation .nav-links .nav-previous {
    width: 100%; }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px; }
  .megamenu .agency-logo .job-list {
    margin-bottom: 10px; }
  .megamenu .agency-logo .job-list .job-list-logo {
    margin-bottom: 0; }
  .blog-detail .blog-post-tags {
    display: block !important; }
  .candidate-banner .candidate-list .candidate-list-details {
    border-bottom: none; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    padding: 5px 0 0 50px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    display: none; }
  /* countdown */
  .countdown {
    margin: 0px 10px; }
  .countdown span {
    font-size: 24px;
    line-height: 24px; }
  .countdown p {
    font-size: 14px; }
  .countdown-small.countdown span {
    font-size: 20px;
    line-height: 20px; }
  /* companies-counter */
  .companies-counter {
    text-align: center;
    border: none !important; }
  .companies-info {
    padding-right: 0px; }
  .companies-counter .counter {
    width: 48%;
    padding: 15px !important; }
  /* footer */
  .footer {
    padding-top: 40px;
    margin-top: -80px; }
  .footer .btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-app {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* category */
  .category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .category-item:nth-child(1n+2) {
    border-top: 1px solid #f6f6f6; }
  .category-item:nth-child(1n+0) {
    border-right: 0; }
  /* nav-tabs */
  .nav-tabs .nav-item .nav-link {
    padding: 6px 8px !important;
    margin-right: 2px; }
  .job-shortby {
    margin-top: 20px; }
  .job-shortby .filter-btn {
    margin-top: 30px; }
  .nav-tabs.nav-tabs-border .nav-item {
    margin-right: 0 !important;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link {
    padding: 20px 15px !important; }
  .nav-tabs.nav-tabs-border .tab-icon {
    font-size: 24px;
    line-height: 24px; }
  .pagination {
    padding: 5px 8px; }
  .pagination .page-item .page-link {
    padding: 8px 10px; }
  .filter-btn .btn {
    padding: 12px 25px; }
  .social-login ul li a {
    padding: 10px; }
  .job-list {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px; }
  .job-list .job-list-logo {
    margin: 0 0 25px 0;
    display: inline-block; }
  .job-list .job-list-details {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  .similar-jobs-item.widget-box {
    padding-top: 30px; }
  .similar-jobs-item .job-list .job-list-details {
    border-bottom: 0;
    padding-bottom: 0; }
  .job-list.job-grid .job-list-details {
    border-bottom: 0; }
  .job-list .job-list-details .job-list-title {
    margin-bottom: 10px; }
  .job-list ul,
  .job-list.job-list-company ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .job-list .job-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .job-list .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }
  .job-list .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .job-list.job-list-company .job-list-favourite-time a {
    margin: 0 auto; }
  .employers-grid .employers-list-details {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  /* candidate-list */
  .candidate-list {
    display: inline-block; 
    border-bottom: 0;
    width: 100%;
    padding: 20px 20px; }
  .candidate-list .candidate-list-image {
    margin: 0 0 25px 0;
    display: inline-block; }
  .candidate-list.candidate-grid .candidate-list-image {
    margin-bottom: 30px;
    margin-right: 0px; }
  .candidate-list .candidate-list-details { 
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  .candidate-list.candidate-grid .candidate-list-details {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px; }
    .candidate-list .candidate-list-image {
      text-align: center;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%,0%);
      height: 150px !important;
      width: 150px !important;
  }
  .candidate-list .candidate-list-details .candidate-list-title {
    text-align: center;
    margin-bottom: 10px; }
  .candidate-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .candidate-list .candidate-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .candidate-list .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .candidate-list .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 0; }
  /* candidate-detail */
  .candidate-banner {
    padding: 60px 0; }
  .candidate-banner .candidate-list {
    padding: 0;
    border-bottom: inherit; }
  .candidate-banner .candidate-list:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: inherit; }
  /*secondary-menu */
  .secondary-menu {
    margin-bottom: 48px; }
  .secondary-menu ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 10px; }
  .secondary-menu ul li a {
    display: block;
    color: #969696;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1px 15px;
    border-radius: 3px; }
  .secondary-menu ul li a:hover,
  .secondary-menu ul li a.active {
    color: #ffffff;
    background: #ed3237; }
  /*jobber timeline */
  .jobber-candidate-detail .jobber-candidate-timeline {
    position: relative; }
  .jobber-candidate-detail .jobber-candidate-timeline:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #eeeeee; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 20px;
    top: -1px;
    bottom: 5px;
    height: 2px;
    background-color: #eeeeee; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
    border-radius: 50%;
    border: 12px solid white;
    z-index: 1;
    top: 5px;
    left: 9px;
    position: absolute; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
    font-size: 15px;
    top: -8px;
    left: -7px;
    position: absolute;
    color: #ed3237; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    display: table-cell;
    vertical-align: top;
    padding: 5px 0 0 70px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
    color: #ed3237;
    margin: 5px 0 0px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
    color: #001935;
    font-size: 13px;
    font-weight: 500; }
  .jobber-candidate-detail .jobber-candidate-timeline span.jobber-timeline-time {
    color: #969696 !important; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon i {
    font-size: 16px;
    color: #001935; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon {
    border: 2px solid #eeeeee;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    position: relative;
    margin-bottom: 20px; }
  /* sidebar */
  .sidebar .widget {
    padding-bottom: 20px; }
  .sidebar hr {
    margin-bottom: 20px; }
  .widget .company-detail-meta ul li {
    margin-right: 8px; }
  .widget .company-detail-meta ul li.linkedin a {
    padding: 10px 10px; }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 12px 18px !important; }
  .nav-tabs.nav-tabs-03 li {
    margin-bottom: 20px; }
  .nav-tabs.nav-tabs-03 li:after {
    border: none; }
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 30%;
    top: 30px; }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 30%;
    top: 30px; }
  .testimonial-content p {
    font-size: 14px; }
  .testimonial-item-02 .quotes {
    top: 35px;
    left: 30px; }
  .testimonial-center .testimonial-item-02 .testimonial-content {
    padding: 20px 30px 20px; }
  .owl-nav-top-center .owl-nav .owl-prev,
  .owl-nav-top-center .owl-nav .owl-next {
    display: none; }
  .owl-nav-bottom-center .owl-nav .owl-prev,
  .owl-nav-bottom-center .owl-nav .owl-next {
    display: none; }
  .blog-post .blog-post-footer {
    display: block; }
  .property-item-map-price span {
    display: block;
    margin-top: 2px; }
  /* dashboard */
  .dashboard-resume-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block !important; }
  #slider .slider-content a.btn-link {
    display: none; }
  .candidates-skills {
    display: inline-block; }
  .slider-category {
    margin-top: 30px; }
  /* 404 */
  .notfound-404 {
    height: 130px; }
  .notfound-404 h1 {
    font-size: 90px; } }

@media (max-width: 479px) {
  .slider-banner .carousel-item {
    height: 170px; }
  .slider-banner .carousel-item img {
    height: 100%; } }

@media (max-width: 370px) {
  .bootstrap-datetimepicker-widget {
    width: 250px !important; } }

@media (min-width: 1200px) {
  .border-xl-top-0 {
    border-top: 0 !important; }
  .border-xl-right-0 {
    border-right: 0 !important; }
  .border-xl-bottom-0 {
    border-bottom: 0 !important; }
  .border-xl-left-0 {
    border-left: 0 !important; }
  .border-xl-top {
    border-top: 1px solid #eeeeee !important; }
  .border-xl-right {
    border-right: 1px solid #eeeeee !important; }
  .border-xl-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-xl-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: 0 !important; }
  .border-lg-right-0 {
    border-right: 0 !important; }
  .border-lg-bottom-0 {
    border-bottom: 0 !important; }
  .border-lg-left-0 {
    border-left: 0 !important; }
  .border-lg-top {
    border-top: 1px solid #eeeeee !important; }
  .border-lg-right {
    border-right: 1px solid #eeeeee !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-lg-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 768px) {
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .border-md-top-0 {
    border-top: 0 !important; }
  .border-md-right-0 {
    border-right: 0 !important; }
  .border-md-bottom-0 {
    border-bottom: 0 !important; }
  .border-md-left-0 {
    border-left: 0 !important; }
  .border-md-top {
    border-top: 1px solid #eeeeee !important; }
  .border-md-right {
    border-right: 1px solid #eeeeee !important; }
  .border-md-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-md-left {
    border-left: 1px solid #eeeeee !important; }
  /* pricing */
  .pricing-plan {
    display: block;
    max-width: 100%; } }

@media (min-width: 576px) {
   .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .border-sm-top-0 {
    border-top: 0 !important; }
  .border-sm-right-0 {
    border-right: 0 !important; }
  .border-sm-bottom-0 {
    border-bottom: 0 !important; }
  .border-sm-left-0 {
    border-left: 0 !important; }
  .border-sm-top {
    border-top: 1px solid #eeeeee !important; }
  .border-sm-right {
    border-right: 1px solid #eeeeee !important; }
  .border-sm-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-sm-left {
    border-left: 1px solid #eeeeee !important; } }
    .font-9 ul {
      font-size: inherit;
      line-height: inherit;
  }
  p.lead.mb-4.mb-lg-5.font-weight-normal {
    font-size: 1.25rem;
}
h1.text-white.mb-3 {
  line-height: initial;
  letter-spacing: 0.2px;
}
.jobber-user-info .profile-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
h6.mb-0.text-muted.font-md small {
  font-size: 12px;
  color: black !important;
}
.faq_styl_cls11 h4{
  font-weight: 600;
  margin:unset;
}
.faq_styl_cls11 h6.mb-0{
  color: #001935;
  font-weight: 600;
  margin:unset;
}
.input-group.col-12.padd_cl_dt {
  margin-top: -5px;
  margin-bottom: 15px;
}
li.text-primary.txt_clr {
  color: #fdd928 !important;
  font-size: 11px;
  text-shadow: 6px 7px 11px #000000;
}
.header .is-sticky li.text-primary.txt_clr {
  color: #ff0100 !important;
}
.space-ptb30 {
  padding-top: 120px;
}
.bg-light.candidate-list, .space-ptb30.bg-light {
  padding-top: 80px !important;
}

/* new */

/*------------------------------------------------------------------
* Project:        Royal Love
* Author:         CN InfoTech
* URL:            https://themeforest.net/user/cn-infotech/portfolio
* Created:        01/01/2019
-------------------------------------------------------------------*/

/*
====================================
[ TABLE OF CONTENT ]
------------------------------------
1.0 - General Styles
2.0 - Typography
3.0 - Pre Loader
4.0 - Common Styles
5.0 - Navigation
6.0 - Header
7.0 - Banner
8.0 - About Us
9.0 - Wedding Event
10.0 - Important People
11.0 - Gallery
12.0 - Blog
13.0 - Gift Registry
14.0 - RSVP
15.0 - Footer

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
@font-face {
  font-family: 'MeriendaRegular';
  src: url('../fonts/MeriendaRegular.eot');
  src: url('../fonts/MeriendaRegular.eot') format('embedded-opentype'),
       url('../fonts/MeriendaRegular.woff2') format('woff2'),
       url('../fonts/MeriendaRegular.woff') format('woff'),
       url('../fonts/MeriendaRegular.ttf') format('truetype'),
       url('../fonts/MeriendaRegular.svg#MeriendaRegular') format('svg');
}


/* -- 1.0 - General Styles -- */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #444444;
  background: #fff;
}
html,

img {
  max-width: 100%;
}

a {}

a,
a>* {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  color: #ef4836;
}
a:hover {
  opacity: 0.5;
}

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


/* -- 2.0 - Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #fff;
  padding: 0px;
  margin: 0px 0 10px; 
  line-height: 1.5;
  text-align: center;
}
.section-title h3{
  font-weight: 800;
  color: #000000;
  padding: 0px;
  margin: 0px 0 0px;
  text-transform: capitalize;
  line-height: 1.5;
  text-align: left;
}
.matri_prof h6{
  font-weight: 600;
  color: #000000;
  padding: 5px;
  margin: 0px 0 10px;
  text-transform: capitalize;
  line-height: 1.5;
  text-align: left;
}
p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

input[type=text], input[type=password], 
input[type=email], input[type=url], 
input[type=tel], input[type=date], textarea, select {
  background-color: initial;
  color: #000000;
  border-color: #a2a2a2;  
  box-shadow: none;
}

label{font-weight: 400;}

/* -- 3.0 - Pre Loader -- */
.mb-4{
  font-weight: 800;
}

.preloader-area {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
/*LOADER-13*/  
.loader-13 .css-heart {
  position: absolute;
  background-color: red;
  -webkit-animation: star-fly-out 1s ease alternate infinite;
  animation: star-fly-out 1s ease alternate infinite;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.loader-13 .heart1 {
  top: 0;
  left: 30px;
}

.loader-13 .heart2 {
  left: 60px;
  top: 30px;
}

.loader-13 .heart3 {
  top: 60px;
  left: 30px;
}

.loader-13 .heart4 {
  left: 0;
  top: 30px;
}

.css-heart {
  position: absolute;
  /*width: 100px;
  height: 90px;*/
}    
.css-heart:before,
.css-heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #EC2328;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}    
.css-heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* ----------------     KEYFRAMES    ----------------- */   

@-webkit-keyframes star-fly-out {
  0% {
      top: 19px;
      left: 19px;
  }
  100% {}
}

@keyframes star-fly-out {
  0% {
      top: 19px;
      left: 19px;
  }
  100% {}
}

.seperator{
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.seperator.seperator-up {
  top: -1px;
  bottom: inherit;
  transform: rotate(180deg);
}

.home-2 header .seperator{
bottom: -72px;
transform: rotate(180deg);
}

@media(max-width: 991px){
.home-2 header .seperator{
  bottom: -50px;
}
}

@media(max-width: 767px) and (min-width: 640px){
.home-2 #wd-banner .seperator{bottom: -1px;}
}

@media(max-width: 640px){

.home-2 header .seperator{bottom: -40px;}
}

@media(max-width: 480px){

.seperator.seperator-up{top: -2px;}

.seperator{bottom: -6px;}

.home-4 .seperator{bottom: -1px;}

.home-2 header .seperator{bottom: -27px;}

.home-3 .seperator.seperator-up{top: -4px;}

.home-3 .seperator{bottom: -4px;}
}

@media(max-width: 360px){
.home-3 .seperator.seperator-up{top: -6px;}

.home-3 .seperator{bottom: -6px;}
}

@media(max-width: 320px){
.seperator{display: none;}
}


/* -- 4.0 - Common Styles -- */

.section-padding {
  padding: 75px 0 70px;
}
.section-top {
padding-top: 0;
}
.section-title {
  text-align: center;
  padding-bottom: 20px;
  margin-left: 2%;
}

.section-title h2 {
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}
.form-group{ 
      /* margin-left: 1%; */
      height: 65px;
      padding: 6px 12px; 
      border-radius: 8px;
      color: #666666;
      margin-bottom: 13px;
      box-shadow: none;
      color: black;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
}
.input-group-append{
  margin-top: -11%;
}
  
@media(max-width: 320px){
.section-title h2:before{top: 89px;}
}

.section-title p {
  font-size: 14px;
  color: #666666;
  margin: 15px auto 60px auto;
}

.section-background {
  position: relative;
}

.section-background:before {
  background-color: #EC2328;
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.button-group {
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  margin-top: 40px;
  left: 0;
  right: 0;
}

a.btn.btn-normal {
  background-color: #EC2328;
  color: #fff;
  padding: 8px 16px;
  border-style: solid;
  font-size: 14px;  
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}

a.btn.btn-normal:hover {
  border-color: #fff;
  background: transparent;
  transition: all ease-in-out 0.5s;
}

.button-group .btn i.fa {
  margin-left: 5px;
}

.section-more {
  text-align: right;
  padding: 40px 0;
}

.white{color: #fff;}

.container{position: relative;}

/* Home Style */


/* ====================== */
/*         Header         */
/* ====================== */

header#inner-navigation {
position: absolute;
  width: 100%;
}

.home-2 header#inner-navigation{
  position: relative;
}

.navbar-nav-wrapper {
padding-right: 50px;
}

.navbar.navbar-default.reveal-menu-home.sticky-nav,
.sticky-nav-white {
padding: 10px;
background: #000;
transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
-webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
-moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
-o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
-ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52); 
}

.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
.sticky-nav-white .logo a img, #inner-navigation .navbar.navbar-sticky-in .logo img {
width: 150px; 
transition: all ease-in-out 0.5s;
}

.reveal-menu-blog {
background: #FFFFFF !important;
padding: 15px !important;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); 
}

.reveal-menu-blog ul.nav.navbar-nav li a {
color: #444444 !important; 
}

.navbar.navbar-default {
padding: 0;
border-bottom: 0; 
}

.sticky-nav-white {
background-color: #FFFFFF !important; 
}

.sticky-nav-white ul.nav.navbar-nav li a {
color: #444444 !important; 
}

.reveal-menu-home {background-color: transparent; }

.reveal-menu-home ul.nav.navbar-nav li a {color: #444; }

.navbar.navbar-default ul.nav.navbar-nav{margin-top: 0;}

.navbar.navbar-default.sticky-nav ul.nav.navbar-nav{margin-top: 2px;}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child {border-bottom: none; } 

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a, #inner-navigation .nav.navbar-nav > li > a {
font-size: 15px;
font-weight: 700;
color: #FFF;
padding: 30px 0;
/*line-height: 43px;*/
position: relative;
text-transform: capitalize;
text-decoration: none;
background: transparent;
transition: all 0.5s;
text-transform: uppercase;
border-color: #999 !important;
}


#inner-navigation .sticky .nav.navbar-nav > li > a {
  color: #666666;
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li.active a, .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:hover {
background: none;
color:#ec2328!important;
transition: all ease-in-out 0.5s; 
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:before {display: none; }


.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li, #inner-navigation .nav.navbar-nav li {
  padding: 0;
  margin-bottom: 0;
  margin-left: 30px;
  margin-top: 10%;
}
.slicknav_menu .slicknav_nav, .slicknav_menu .slicknav_nav a:hover, .slicknav_menu .slicknav_nav ul li {
background: #fbfbfb;
}
.slicknav_menu .slicknav_nav a {
color: #666666 !important;
border-bottom: 1px solid #EEE;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.navbar.navbar-default .navbar-header {
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
}

.reveal-menu-blog .navbar-right {
  float: none !important;
  margin: 0 auto;
  width: 97%;
} 

.reveal-menu-home .navbar-right {
  margin: 0 auto; 
} 

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li, #inner-navigation .nav.navbar-nav li{margin-left: 10px;}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a, #inner-navigation .nav.navbar-nav > li > a{font-size: 13px;}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
  margin-bottom: 0;
  padding: 0; 
} 

 .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:first-child {
  margin-left: 0; 
} 
}

@media (max-width: 812px){
#inner-navigation .slicknav_nav{height: 265px; overflow-y: scroll; top: 96px; }
}

@media only screen and (max-width: 767px) {
.navbar.navbar-default .navbar-toggle {
  border-color: #ec2328;
  background-color: #ec2328; 
  margin-top: 10px; 
  margin-right: 0;
}

.navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF; 
} 

.navbar.navbar-default .navbar-toggle:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; 
}
.navbar.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #ec2328; 
} 

.navbar.navbar-default .navbar-collapse {
  background: #1F1D26;
  border: none;
  margin-top: 15px;
  max-height: 415px; 
} 

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a, #inner-navigation .nav.navbar-nav > li > a{
  color: #B6B3C4!important;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  }

.navbar.navbar-default ul.nav.navbar-nav{margin: 0;}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li{margin: 0;}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child a{border-bottom: 0;}
}

@media only screen and (max-width: 640px) {
.navbar.navbar-default .navbar-collapse {
  max-height: 225px; 
} 
}

@media only screen and (max-width: 360px) {
.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
.sticky-nav-white .logo a img {
  margin-top: 0px;
  width: 150px;
} 

.reveal-menu-home .logo a img {
  margin-top: 0px;
  width: 150px; 
} 
}
.logo {
  margin-top: 2%;
}
.navbar-sticky-in .logo {
  margin-top: 14px;
}
.logo a.sticky-logo, .navbar-sticky-in .logo a {
  display: none;
}
.navbar-sticky-in .logo a.sticky-logo{
display: block;
}
.home-2 .navbar-sticky-in .logo a{
display: block;
}

@media(max-width: 991px){
.navbar-sticky-in .logo{margin-top: 0}
}


/*Innerpage navbar*/

#inner-navigation .navbar {
  border-bottom: 0;
  transition: all ease-in-out 0.5s;
  position: relative;
}

#inner-navigation .navbar.navbar-default {
  margin:0;
  height: auto;
  background: transparent;
}

#inner-navigation .navbar-nav{display: inline-block;}


/* Main Menu Dropdown */

#inner-navigation .logo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#inner-navigation ul.nav-mini{
  padding-top: 3px;
  padding-right: 13px;
}

#inner-navigation ul.nav-mini li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  background: #00bcd4;
  border-radius: 5px;
  padding: 2px 10px;
}

#inner-navigation ul.nav-mini li:last-child{margin-right: 0px;}

#inner-navigation ul.nav-mini li i{color: #fff; padding-right: 5px;}

#inner-navigation .nav.navbar-nav {
  float: left;
  transition: all ease-in-out 0.5s;
  margin-right: 0;
}

#inner-navigation .nav.navbar-nav li a:hover, #inner-navigation  .nav.navbar-nav li.active > a{
  text-decoration: none;
  background: transparent;
  transition: all 0.5s;
  text-transform: uppercase;
  border-color: #999 !important;
}

#inner-navigation .nav.navbar-nav > li:last-child > a:after {
  display: none;
}

#inner-navigation .nav.navbar-nav li ul {
  z-index: 99999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 80px;
  left: -15px;
  width: 200px;
  display: none;
  background-color: #f7f7f7;
  border: 1px solid #EEE;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

#inner-navigation .nav.navbar-nav li ul li a {
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding: 14px 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #444;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

#inner-navigation .nav.navbar-nav li ul li a i {
  float: right;
}

#inner-navigation .nav.navbar-nav li > ul > li:last-child > a,
#inner-navigation .navbar-nav li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}

#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
  color: #444;
}

#inner-navigation .nav.navbar-nav li ul li:hover a, .nav.navbar-nav li ul li ul li:hover a {
  padding-left: 25px;
  padding-right: 15px;
  color: #ec2328;
}

#inner-navigation .nav.navbar-nav li ul li ul {
  position: absolute;
  left: 196px;
  top: -2px;
}

#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

#inner-navigation .nav.navbar-nav li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

#inner-navigation .nav.navbar-nav li ul li {
  display: block;
  text-align: left;
  margin-left: 0;
}

.slicknav_menu .slicknav_btn.slicknav_open:before, .slicknav_menu .slicknav_btn.slicknav_collapsed:before{
color: #fbfbfb;
}
.home-2 .slicknav_menu .slicknav_btn.slicknav_open:before, .home-2  .slicknav_menu .slicknav_btn.slicknav_collapsed:before{
color: #eb262a;
}


@media only screen and (max-width: 991px) {
  .logo-wrapper {
      width: 50%;
  }

  .logo img{float: left;}

  #inner-navigation .navbar-nav-wrapper {
      width: 0%;
  }
  #inner-navigation .navbar {
      margin: 0;
      padding: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
  }
  #inner-navigation .navbar-brand {
      line-height: 30px;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
  }
  #inner-navigation .navbar-arrow > ul > li .arrow-indicator,
  #inner-navigation .navbar-arrow ul ul > li .arrow-indicator {
      display: none;
  }

  #inner-navigation ul.nav-mini{padding-right: 0;}

  #inner-navigation ul.nav-mini li{margin-right: 5px; padding: 2px 6px;}
}

@media (max-width: 767px) {

  #inner-navigation .navbar-nav .open .dropdown-menu > li > a {
      line-height: 23px;
  }
  #inner-navigation .navbar.navbar-default {
      padding: 10px 0;
  }
}


/**
* Sticky Header
*/

#inner-navigation .navbar-sticky-in {
  z-index: 99;
  transition: all ease-in-out 0.5s;
  position: fixed;
  width: 100%;
  top:0;
}

#inner-navigation .navbar-sticky-in.navbar-default {
  background-color: #fbfbfb;
  box-shadow: 0 0 5px #ccc;
}

#inner-navigation .navbar-sticky-in.navbar-default .nav.navbar-nav{padding-top: 0px; margin-top: 0;}

#inner-navigation .navbar-sticky-in .navbar-nav > li > ul {
  top: 80px;
}

#inner-navigation .transparent-header .navbar-sticky-in {
  padding:0;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0px;
  border: none;
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

#inner-navigation .navbar.navbar-default{padding: 10px;}
.sticky .slicknav_btn.slicknav_open:before, .sticky  .slicknav_btn.slicknav_collapsed:before{color: #ec2328}

#inner-navigation .transparent-header .navbar-sticky-in{padding: 10px 0; background: transparent; border: 1px solid rgba(255, 255, 255, 0.2);}

#inner-navigation .slicknav_btn{top: 40px;}

 #inner-navigation .navbar-sticky-in.navbar-default .slicknav_btn{top: 40px;}

#inner-navigation .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{font-size: 21px; color: #fbfbfb;}
.home-2 #inner-navigation .slicknav_btn.slicknav_open:before, .home-2 .slicknav_btn.slicknav_collapsed:before{color: #ec2328;}
}

/* -- 6.0 - Header -- */
.single-slider {
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.single-slider:before {
  content: "";
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.slider-title {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}

.slider-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.slider-title h1 span {
  color: #EC2328;
}

.slider-title p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.owl-item.active .slider-title-animation {
  animation: slideInDown 0.5s;
}

.owl-item.active .slider-animation-up {
  animation: slideInUp 0.5s;
}

.slider-active .owl-nav div {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  font-weight: 300;
}

.owl-nav div.owl-next {
  left: auto;
  right: 70px;
  font-weight: 300;
  opacity: 1;
  transition: .9s;
}

.owl-nav div:hover.owl-next {
  color: #EC2328;
}

.owl-nav div.owl-prev {
  right: auto;
  left: 70px;
  font-weight: 300;
  opacity: 1;
  transition: .9s;
}

.owl-nav div:hover.owl-prev {
  color: #EC2328;
}

.owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i{font-size: 36px;}

.slider-active .owl-dots {
  position: absolute;
  left: 48%;
  bottom: 0;
}
.slider-active.owl-carousel .owl-dot{
  display: inline-block;
}
.slider-active.owl-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 4px;
  border-radius: 20px;
  background: #D5D5D5;
}
.slider-active.owl-carousel .owl-dot.active span {
  background: #EC2328;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}

/*-- Amimated Headline --*/

.animation-header-text span {
  padding: 0px!important;
}
/*-- Comming soon --*/
.coundown-area {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.coundown-title {
  color: #f1f1f1;
  font-size: 60px;
  padding-bottom: 20px;
}

.coundown-title span {
  color: #EC2328;
}

.coundown-subtitle {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #f1f1f1;
  padding-bottom: 30px;
  text-transform: lowercase;
}

.coundown_box {
  width: 130px;
  margin: 0 auto;
  height: 120px;
  border: 1px solid #fff;
  position: relative;
}

.coundown_box_time {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  top: 20%;
}

.coundown_box .coundown_box_time h2 {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 400;
}

.coundown_box .coundown_box_time p {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.coundown_box:before,
.coundown_box:after {
  content: '';
  top: 50%;
  height: 37px;
  width: 37px;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-bottom-left-radius: 3px;
}

.coundown_box:after {
  left: -19px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.coundown_box:before {
  right: -19px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/*Breadcrumn*/
.breadcumb {
  background-image: url(../images/header/breadcrumb1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.breadcumb-height {
  min-height: 280px;
}

.breadcumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .8;
  z-index: -1;
}
.breadcumb-bg-1::after{
  background: linear-gradient(0deg,#EC2328 -30%,#000000 30%);
  opacity: 0;
}
.col-lg-8.my-auto {
  display: block;
  width: 100%;
  margin: 165px auto 0px;
}
.page-breadcumb h2 {
  color: #fff;
}
.page-breadcumb p, .page-breadcumb a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0px auto 0;
}
.page-breadcumb a {
  color: #cccccc;
}
.page-breadcumb{

  margin-top: -5%;
}
/* -- Parallax Background -- */

.parallax {
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.parallax:before {
  content: "";
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}


/*====================== */
/*         Banner         */
/* ====================== */

#wd-banner {
  position: relative;
  padding: 0;
  height: 750px;
  overflow: hidden;
  /* background-color: #b20f3c;
  background-color: #e8d3c6; */
  background-color: #962328;
    /* background: linear-gradient(
45deg, #800080, #4B0082); */

}
.reg-input {
  font-size: 16px !important;
  padding: 0px 20px !important;
  font-weight: 500 !important;
  background-color: inherit !important;
}
.home-3 #wd-banner{height: auto;}

#wd-banner .s-list{position: relative;}

.black-overlay, .blue-overlay{
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.blue-overlay {
  background: linear-gradient(to right,rgb(199, 19, 26), rgba(0, 0, 0, 0.6));
}
/*background: linear-gradient(-54deg,#a870fe 10%,#EC2328 90%);*/
.black-overlay-se{
  /*background: #000;*/
  background: linear-gradient(-33deg, #000000 20%, #ffff0000);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
#wd-banner .banner_caption_text {
left:0;
right: 0;
margin: 0 auto;
position: absolute;
text-align: center;
top: 34%;
width: 50%; 
height: auto;
padding: 10px 0;
z-index: 2;
}
#wd-banner .banner_caption_text:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 19%;
  height: 100%;
}
#wd-banner .banner_caption_text:after{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 80%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 19%;
  height: 100%;
}

#wd-banner .swiper-pagination-bullet{
opacity: 1;
background: #fff;
height: 10px;
width: 10px;
}

#wd-banner .swiper-pagination-bullet-active{
background: #ec2328;
}

.home-1 #wd-banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.home-1 #wd-banner .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: 120px;
}

.heart-arrow {
  position: absolute;
  left: calc(25% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}
.heart-arrow span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(25% - 1px);
  opacity: .8;
  background-color: #EC2328;
  animation: animate-line-3 8s ease-in-out infinite;
  -moz-animation: animate-line-3 8s ease-in-out infinite;
  -webkit-animation: animate-line-3 8s ease-in-out infinite;
  -o-animation: animate-line-3 8s ease-in-out infinite;
  -ms-animation: animate-line-3 8s ease-in-out infinite;
}
.heart-arrow span, .heart-arrow2 span{
  color: #EC2328;
}
.heart-arrow1 span{
  color: #fff;
}
@keyframes animate-line-3{
  0%{opacity:0;top:0}    100%{top:120%;opacity:1;}
}
.heart-arrow1 {
  position: absolute;
  left: calc(50% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#dc0510;
}
.heart-arrow3 {
  position: absolute;
  left: calc(20% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#70f2ff;
}
.heart-arrow4 {
  position: absolute;
  left: calc(10% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#f7f7f7;
}
.heart-arrow5 {
  position: absolute;
  left: calc(30% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#00ff2b;
}
.heart-arrow6 {
  position: absolute;
  left: calc(60% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#0014ff;
}
.heart-arrow7 {
  position: absolute;
  left: calc(80% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  color:#d8ff00;
}
.heart-arrow1 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(50% - 1px);
  opacity: .8;
  background-color: #7bff00;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
}
.heart-arrow4 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(10% - 1px);
  opacity: .8;
  background-color: #ff3b3b;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
}
.heart-arrow3 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(20% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
  animation-delay: 1s;
}
.heart-arrow0 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(15% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
  animation-delay: 0.2s;
}
.heart-arrow5 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(35% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
  animation-delay: 0.2s;
}
.heart-arrow6 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(65% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-3 6s ease-in-out infinite;
  -moz-animation: animate-line-3 6s ease-in-out infinite;
  -webkit-animation: animate-line-3 6s ease-in-out infinite;
  -o-animation: animate-line-3 6s ease-in-out infinite;
  -ms-animation: animate-line-3 6s ease-in-out infinite;
  animation-delay: 0.5s;
}
.heart-arrow7 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(85% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
  animation-delay: 0.3s;
}
.heart-arrow0 span 
{
  color:red;
}
@keyframes animate-line-2{
  0%{opacity:0;bottom:0}    100%{bottom:120%;opacity:1;}
}
.heart-arrow2 {
  position: absolute;
  left: calc(75% - 1px);
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}
.heart-arrow2 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(75% - 1px);
  opacity: .8;
  background-color: #9c9c9c;
  animation: animate-line-3 5s ease-in-out infinite;
  -moz-animation: animate-line-3 5s ease-in-out infinite;
  -webkit-animation: animate-line-3 5s ease-in-out infinite;
  -o-animation: animate-line-3 5s ease-in-out infinite;
  -ms-animation: animate-line-3 5s ease-in-out infinite;
  animation-delay: 0.5s;
}
@keyframes animate-line-3{
  0%{opacity:0;top:0}    100%{top:120%;opacity:1;}
}
#wd-banner .banner_caption_text h2 {
  color: #fff;
  margin: 0;
  position: relative;
  font-weight: 800;
  font-size: 52px;
  padding: 0px 0 10px;
}

#wd-banner .banner_caption_text h3{color: #fff;}

#wd-banner.mt_video .banner_caption_text{width: 60%; top: 38%;}

#wd-banner.mt_video .banner_caption_text h1{font-size:60px; text-transform: uppercase; line-height: 1.3; margin-bottom: }

#wd-banner .banner_caption_text h1 span {
  font-size: 28px;
  display: block;
}

#wd-banner .banner_caption_text p{
  display: inline-block;
  font-size: 16px;
  background: #EC2328;
  color: #fff;
  font-weight: 600;
  padding:5px 20px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 10px;
  opacity: 75%;
  margin-top: 3%;
}
.text-date p span {
  font-size: 28px;
  padding-left: 15px;
}
#wd-banner.mt_video .banner_caption_text p{margin-top: 0px;}

#wd-banner .banner_caption_text h3 {
font-size: 28px;
font-weight: 800;
}

.home-4 #wd-banner .banner_caption_text h3{
font-size: 28px;
}

#wd-banner svg.wave-shape {
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  #wd-banner .banner_caption_text h2 {
      font-size: 65px; 
  } 
  .text-date h4{
      margin-top: 0;
  }
  #wd-banner .banner_caption_text:before, #wd-banner .banner_caption_text:after{
      top: 10px;
  }
}

@media only screen and (max-width: 991px) {
#wd-banner {position: relative; }

#wd-banner.mt_video .banner_caption_text{width: 80%;} 
}

@media only screen and (max-width: 767px) {
#wd-banner .banner_caption_text h2, #wd-banner.mt_video .banner_caption_text h2, #wd-banner.wd-slider-ot .banner_caption_text h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0; 
} 

#wd-banner .banner_caption_text h3 {
  font-size: 21px;
  margin-top: 15px; 
} 
}


@media only screen and (max-width: 639px) {
#wd-banner {background-position: 25% center !important; } 

#wd-banner .banner_caption_text h2,#wd-banner.mt_video .banner_caption_text h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative; 
} 

#wd-banner .banner_caption_text{top: 30%;}
}

@media only screen and (max-width: 480px) {

#wd-banner .banner_caption_text h2 span{font-size: 21px;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: -12px!important;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: -12px!important;}

#wd-banner .banner_caption_text h3, .home-4 #wd-banner .banner_caption_text h3 {font-size: 18px; }

#wd-banner .banner_caption_text .mt_btn_red, #wd-banner .banner_caption_text .mt_btn_green, #wd-banner .banner_caption_text input[type="submit"] {
  font-size: 12px; 
} 

#wd-banner .ps_indicators_txt_icon > .carousel-indicators{display: block;}
}

/* Slider Section */
.swiper-container {height: 100%;}

.swiper-slide {overflow: hidden; }

.slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: center; 
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: none !important; }

.swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before,
.swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
content: '\f105';
font-family: 'fontawesome';
font-size: 45px;
position: absolute;
right: 25px;
color: #fff; 
}

.swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
content: '\f104';
left: 25px; 
}
.swiper-pagination-bullet-active{
  background: #ffffff;
}

/*HOMEPAGE 2*/

.home-2 .top-head, .home-3 .top-head {
  background: #ffffff;
  position: relative;
}
.top-head-container {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.top-head ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.top-head ul li {
  display: inline-block;
}
.top-head .top-contact {
  display: inline-block;
  float: left;
  width: 50%;
}
.top-contact ul > li > a {
  font-weight: 500;
  font-size: 15px;
  margin-right: 20px;
  color: #666;
}
.top-contact ul > li > a:hover{
  color: #ec2328;
}
.top-contact ul li i.fa {
  color: #ec2928;
  padding-right: 5px;
  font-size: 16px;
}
.top-bar-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
}
.top-bar-right .social-link-t {
  display: inline-block;
}
.social-link-t ul li a {
  color: #666;
  /*border-bottom: 1px solid #666 !important;*/
  border: 1px solid #fbfbfb;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin-left: 10px;    
  transition: all ease-in-out .3s;
}
.social-link-t ul li a:hover{
  color: #ec2328;
  border: 1px solid #ec2328;
  transition: all ease-in-out .3s;
}

.home-2 .navbar-fixed-top {
  position: relative;
  background: #ffffff !important;
}
.home-2 #inner-navigation .nav.navbar-nav > li > a{
color: #666666;
}
.home-2 .wd-slide{
height: initial !important;
}
.home-2 .wd-slide #kenburns_061 {
  max-height: auto;
}
.home-2 .wd-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wd-slide #kenburns_061{
max-height: 630px;
}
#wd-banner.wd-slider-ot .banner_caption_text {
  top: 28%; 
  width: 100%;
}
#wd-banner.wd-slider-ot .banner_caption_text h2 {
  font-size: 48px;
}
#wd-banner.wd-slider-ot .banner_caption_text p{
font-size: 12px;
}
.wd-slider-ot .text-date h4{
margin-top: 5px;
font-size: 32px;
}
.wd-slide .ps_indicators_txt_icon > .carousel-indicators{
top: inherit;
bottom: 30px;
}
.wd-slide .ps_indicators_txt_icon > .carousel-indicators .active{
border-bottom: none;
color: #ec2328;
width: auto;
}
.wd-slide .ps_indicators_txt_icon > .carousel-indicators li{
font-size: 8px;
width: auto;
}
.wd-slide .ps_indicators_txt_icon > .carousel-indicators li:after{
content: "\f111";
}

.home-2 .quote-img img, .home-3 .quote-img img{
border: 10px solid #fbfbfb;
}

/*Carousel slider*/
.wd-slide .ps_control_txt_icon .carousel-control{
  top: 42%;
  width: auto;
  height: auto;
}
.ps_control_txt_icon .carousel-control.left span:after, .ps_control_txt_icon .carousel-control.right span:before{
display: none;
}
.wd-slide .ps_control_txt_icon .carousel-control > span{
font-size: 50px;
}

/*Homepage 3*/

.top-head.top-home-3 {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  background: #ffffff20;
}
.top-home-3 .dropdown-content{
display: none;
}
.home-3 .top-head-container {
border-bottom: none;
}
.home-3 #inner-navigation .navbar {
  /* top: 15px; */
  /* background: #ffffff2e; */
}
.home-3 #inner-navigation .navbar-sticky-in.navbar-default{
border-bottom: none !important;
top: 0 !important;
background: #fbfbfb !important;
}
.home-3 .top-contact ul > li > a {
color: #fbfbfb;
}
.home-3 .social-link-t ul li a {
color: #000000;
border: 1px solid #eee;
}
.home-3 .social-link-t ul li a:hover {
color: #ec2328;
border: 1px solid #ec2328;
transition: all ease-in-out .3s;
}
.home-3 .dropdown .dropbtn {
  background-color: transparent;
  color: #fbfbfb;
}
.home-3 .dropdown:hover .dropbtn {
  background-color: transparent;
}
.home-3 .wd-slide .ps_control_txt_icon .carousel-control{
top: 50%;
}
.home-3 #wd-banner.wd-slider-ot .banner_caption_text{
top: 20%;
}
/*Homepage planner*/
.home-planner #inner-navigation .navbar {
  background: #ffffff2e;
}

/* -- About Us -- */

#about-us {
  position: relative;
  padding-bottom: 0;
}

.home-1 #about-us{padding-top: 40px;}

.home-4 #about-us{padding-top: 65px;}

.section-title p {
  text-transform: none;
}

.section-title h2 span {
  color: #EC2328;
}

.about-text p {
  line-height:1.5;
  color: #666666;
  text-transform: none;
  width: 80%;
  margin: 0 auto 25px;
}

.about-item{position: relative; overflow: hidden;}

.about-item .a-caption {
  position: absolute;
  background: rgba(243, 56, 7, 0.92);
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  text-align: center;
  transform: translateY(100px);
}

.about-item:hover .a-caption{transition: all ease-in-out 0.5s; transform: translateY(0px);}

.single-about-item {
  text-align: center;
}

.about-slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}

.about-slider .owl-dot {
  background: #ddd;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.5s;
}

.about-slider .owl-dot.active {
  background: #008cba;
}

.the-couple {
  position: relative;
  min-height: 300px;
}
.couple-img {
  border-radius: 50%;
  display: inline-block;
  width: 212px;
  height: 212px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 8px solid #fff;
  box-shadow: 0 0 15px #eee;
}
.couple-img h4 {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  padding: 90px 7px;
  opacity: 0;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  transition: all ease-in-out .3s;
}
.the-couple:hover .couple-img h4{
  opacity: 0.7;
  transition: all ease-in-out .3s;
}
.couple-img:before{
  background: #fff;
  content: "";
  height: 70px;
  left: -155px;
  opacity: .2;
  position: absolute;
  top: 77%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  z-index: 1;
}
.the-couple:hover .couple-img:before{
  left: 40%;
  top: -14%;
}
.about-couple {
  position: absolute;
  top: 15px;
  right: 0;
  width: 65%;
  z-index: 0;
}

.about-couple.about-couple-1 {
  right: inherit;
  left: 0;
}

.about-couple h3 {
  display: inline-block;
  float: left;
  margin-left: 30px;
}

.home-4 .about-couple h3{font-size: 21px;}

.cp-detail {
  padding: 20px 30px;
  border: 8px solid #fff;
  margin-top: 45px;
  box-shadow: 0 5px 35px #e4e4e4;
  background: #fbfbfb;
  border-radius: 10px;
}
.cp-detail p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0;
}
.cp-social ul {
  display: inline-block;
  float: right;
  list-style: none;
  padding-left: 0;
}
.cp-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fbfbfb;
  border-radius: 50%;
  margin: 0 4px;
  transition: all .3s ease-in-out;
}
.cp-social li:hover{
  background: #ec2328;
  color: #fff;
  transition: all .3s ease-in-out;
}
.cp-social li a {
  color: #EC2328;
  font-size: 16px;
  padding: 8px;
  line-height: 30px;
  transition: all .3s ease-in-out;
}
.cp-social li a:hover{
  color: #fff;
  transition: all .3s ease-in-out;
}

/*About us inner*/

#about-us.aboutus-inner{padding-bottom: 70px;}

.aboutus-inner .the-couple {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.aboutus-inner .the-couple.couple-bride {
  margin-bottom: 0;
}
.aboutus-inner .about-couple {
  width: 80%;
  position: relative;
  float: right;
}
.couple-bride .couple-img, .couple-bride .about-couple h3 {
  float: right;
  padding-left: 0;
}
.aboutus-inner .couple-bride .about-couple, .couple-bride .cp-social ul {
  float: left;
}
.aboutus-page .the-quote {
margin-bottom: 80px;
}

section#about-us.aboutus{padding-bottom: 70px;}

/*Countdown*/
.the-countdown {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/abg-gray.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.the-countdown:before{
  content: "";
  position: absolute;
  right: -105px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: #fff;
  z-index: 1;
  transform: skewX(-20deg);
}

.the-countdown.layered-b .count-img i{border-color:#fbfbfb; }

.count-img {
  position: relative;
  z-index: 1;
}
.count-img:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  width: 240px;
  height: 240px;
  background-image: url(../images/rsvp/f12.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(320deg);
}
.count-img i {
  border: 3px solid #f8f8f8;
  position: absolute;
  right: 265px;
  top: 34px;
  border-radius: 50%;
  height: 106px;
  width: 106px;
  background: #fff;
  font-size: 71px;
  text-align: center;
  line-height: 1.4;
  color: #ed4144;
}
}

.count-titles {
  position: relative;
  z-index: 1;
  margin:0;
}
.count-titles h2 {
  color: #fff;
  margin-bottom: 20px;
}
.act-counter {
  display: inline-block;
  width: 101%;
  padding: 50px 0 0;
}
.act-counter #demo {
  position: relative;
  font-size: 56px;
  font-weight:600;
  color: #fff;
}
.act-counter #demo span {
  font-size: 14px;
  padding: 0 10px;
}

@media(max-width: 1100px){
.count-img i{right: 180px;}

.act-counter #demo{font-size: 72px;}
}

@media(max-width: 991px){

.count-img i{right: 100px; top: -24px;}  

.count-img:before{right: -10px; top: 0; height: 140px; width: 140px;}
}

/*The quote*/
.the-quote {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/gl-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.the-quote:before {
  content: "";
  position: absolute;
  left: -105px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: #fff;
  z-index: 1;
  transform: skewX(-20deg);
}
.quote-titles{
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
.quote-titles h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.quote-counter {
  position: relative;
  padding-left: 155px;
}
.quote-counter p {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  padding: 10px 0;
  font-family: 'Dosis', sans-serif;
}
.quote-counter p:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  left: 13%;
  top: 65px;
  font-size: 40px;
}
/*.quote-counter p:after{
  content: "\f10e";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 40px;
}*/
.quote-titles button.btn {
  margin: 0;
}
.quote-img {
  position: relative;
  z-index: 1;
}
.quote-img:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -40px;
  width: 270px;
  height: 270px;
  background-image: url(../images/rsvp/f1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(140deg);
}
.quote-img img {
  border: 10px solid #f8f8f8;
  position: absolute;
  left: 130px;
  top: -36px;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

@media(max-width: 1100px){
.quote-img img{width: 250px; height: 250px;}
}
/*Friends wishes'*/
.the-wishes {
  position: relative;
  padding:0 0 55px;
}

.home-3 .the-wishes {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/gl-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 70px;
}

.wish-titles {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}
.wish-titles h2 {
  color: #fff;
  margin-bottom: 20px;
}
.wish-titles .owl-carousel .owl-nav {
  display: none;
}
.the-wishes .testimony-slide {
  position: relative;
  margin-top: 25px;
}
.the-wishes .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 100px;
  height: 100px;
}
.the-wishes .testimony-slide figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.the-wishes .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}

.the-wishes .testimony-slide blockquote {
  border: none;
  margin:15px auto 20px;
  width: 60%;
  position: relative;
  border-radius: 4px;
}
.the-wishes .testimony-slide blockquote p {
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
}
/* -- Our Story -- */
section#our-story{
  position: relative;
  padding-bottom: 0;
}
.story-timeline {
  position: relative;
}
.story-timeline.story-time-mb {
  display: none;
}
.story-lt-rt {
  position: relative;
}
.story-lt-rt.story-lt {
  text-align: right;
}
.expand-story {
  display: inline-block;
  width: 91%;
  margin-top: 95px;
  padding: 0 30px 0;
  margin-right: 25px;
}
.story-rt .expand-story {
  margin-right: 0;
  margin-left: 25px;
}
.story-head h6 {
  padding: 0 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.expand-story p {
  font-size: 16px;
  position: relative;
  background: #fff;
  color: #666666;
  min-height: 155px;
  padding: 40px 20px;
  box-shadow: 0 5px 35px #e4e4e4;
  border-radius: 10px;
}
.expand-story p:after {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 35px;
  position: absolute;
  right: -22px;
  top: 22px;
  color: #fff;
  text-shadow: 20px 0px 24px #eee;
}
.story-rt .expand-story p:after { 
  right: initial;
  left: -22px;
  transform: rotate(180deg);
}
.story-head:before {
  content: "";
  position: absolute;
  bottom: -238px;
  right: 0;
  width: 2px;
  height: 250px;
  background: #ec2328;
  border-radius: 50%;
}
.story-rt .expand-story .story-head:before{
  right: inherit;
  left: 0;
}
.story-head {
  position: absolute;
  top: 0;
}
.story-lt .expand-story .story-head{
  right: -16px
}
.story-rt .expand-story .story-head{
  left: -16px;
}
.story-head h3 {
  margin-bottom: 10px;
}

.home-4 .story-head h3{font-size: 21px;}

.image-story {
  width: 80%;
  margin: 0 auto 80px;
}
.image-story:before {
  content: "";
  position: absolute;
  border: 2px solid #fbfbfbad;
  top: 10px;
  left: 65px;
  right: 66px;
  bottom: 10px;
  -webkit-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.image-story:hover:before{
  background: #fbfbfb52;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}


section.section-padding.our-story {
  padding-bottom: 0px;
}

/* -- Wedding Event -- */
.wedding-event {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
}
.wedding-event .section-title {
  position: relative;
  z-index: 1;
}
.wedding-event .section-title h2 {
  color: #333;
}

.event-dates{margin-top: 30px;}

.event-img {
  padding: 40px 80px;
  margin-top: 0;
  position: relative;
}
.event-img img {
  padding: 15px;
  background: #fbfbfb;
  border: 2px solid #eee;
  transform: rotate(-5deg);
  box-shadow: -16px 12px 60px #969696;
}
.event-img:before {
  content: "";
  position: absolute;
  top: -45px;
  right: -6px;
  background-image: url(../images/rsvp/f1.png);
  width: 50%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.event-img:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: -22px;
  height: 40%;
  width: 45%;
  background-image: url(../images/rsvp/f2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(0);
  z-index: 0;
}
.event-stack {
  position: relative;
  text-align: left;
  padding: 25px;
  background: #fbfbfb;
  z-index: 1;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 32px #eee;
  margin-bottom: 40px;
  border-radius: 22px;
}
.event-stack h3{
  padding-bottom: 10px;
  text-align: left;
}

.home-4 .event-stack h3{font-size: 21px;}

.event-stack ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.event-stack ul li {
  color: #bbbbbb;
  padding: 5px 15px 5px 0;
  font-size: 14px;
  display: inline-block;
}
.event-stack ul li i.fa {
  width: 15px;
  text-align: center;
}
.event-stack p {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 10px 8px 10px 0;
  margin-bottom: 0;
}
.event-stack a.read-btn {
  margin-top: 0;
}
.event-stack a.read-btn:hover {
  background: transparent;
  color: #ec2328;
  border-color: #ec2328;
}
.event-stack a.read-btn:hover i.fa {
  padding-left: 5px;
  transition: all ease-in-out .3s;
}
.event-stack button.btn {
  padding: 8px 14px;
  margin: 15px 0 5px;
  position: absolute;
  right: 29px;
  bottom: 35px;
}
.event-stack.event-left button.btn{
  right: inherit;
  left: 29px;
}
.wedding-event .modal-dialog .modal-content {
  display: block;
}
.wedding-event .modal-content .modal-body {
  padding: 0px;
}
.wedding-event .modal-content  .modal-body iframe {
  width: 100%;
}
.g-registry-inner {
  position: relative;
}
.g-registry-inner .owl-registry .owl-item img{
  border: 1px solid #eee;
  box-shadow: 0 0 32px #eee;
}

/*Important people*/
.imp-people{
  position: relative;
  overflow: hidden;
}
.important-people ul.nav.nav-tabs {
  margin-bottom: 50px !important;
  display: block;
  width: 55%;
  margin: 0 auto;
  border-bottom: none;
  border-radius: 4px;
}
.important-people ul.nav-tabs li a {
  border: 1px solid #ddd;
  background: transparent;
  color: #777;
  font-size: 20px;
  border-radius: 0;
  padding: 6px 16px;
  margin: 0 10px;
  border-radius: 10px;
}
.important-people ul.nav-tabs li a:hover{
  background: #8e0000;
  color: #ffffff;
  border-color: #555555;
  transition: all ease-in-out .3s;
}
.important-people ul.nav-tabs li.active a {
  color: #ffffff;
  background: #8e0000;
  border: 1px solid #555555;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
  border: 1px solid #ec2328;
}
.our-team {
  text-align: center;
  width:100%;
  margin: 0 auto;
}
.our-teams {
  text-align: center;
  width:80%;
  margin: 0 auto;
}
.team-img {
  overflow: hidden;
  position: relative;
  height: 240px;
  width: 240px;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 15px #ccc;
}

.teams-img {
  overflow: hidden;
  position: relative;
  height: 160px;
  width: 160px;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #bdb7b7;
  box-shadow: 0 0 15px #ccc;
}
.team-img:before{
  background: #fff;
  content: "";
  height: 70px;
  left: -150px;
  opacity: .2;
  position: absolute;
  top: 77%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  z-index: 1;
}
.teams-img:before{
  background: #fff;
  content: "";
  height: 70px;
  left: -150px;
  opacity: .2;
  position: absolute;
  top: 77%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  z-index: 1;
}
.our-team:hover .teams-img:before {
  left: 40%;
  top: -14%;
}
.teams-img img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #fbfbfb; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 03s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.our-team:hover .team-img:before {
  left: 40%;
  top: -14%;
}
.team-img img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #fbfbfb; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 03s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.link {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 35px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.team-img .link ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.our-team:hover .link {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  z-index: 1;
  background: #000000b3;
  padding: 98px 26px;
}


.link ul li {
  margin-bottom: 15px;
  display: inline-block;
}

.our-team .link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 2px 0;
  font-size: 16px;
  color: #fbfbfb;
  margin: 0 3px;
  background: #ec2328e6;
}

.our-team .link a:hover {
  background: #EC2328;
  color: #fff;
  border-color: #EC2328;
}

.our-team .team-content {
  padding: 10px 0 5px;
  position: relative;
}

.our-teams .team-content {
padding: 10px 0 5px;
width: 70%;
position: relative;
margin-left: 14%;
margin-top: -3%;
}
.our-team .team-content h4 {
  margin: 0;
  font-weight: 400;
  border: 1px solid #ddd;
  background: transparent;
  color: #777;
  font-size: 16px;
  border-radius: 0;
  padding: 6px 16px;
  margin: 0 10px;
  border-radius: 10px;
}
.our-teams .team-content h4 {
  margin: 0;
  font-weight: 400;
  border: 1px solid #ddd;
  background: transparent;
  color: #777;
  font-size: 16px;
  border-radius: 0;
  padding: 6px 16px;
  margin: 0 10px;
  border-radius: 10px;
}
.our-team .title {
  display: block;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 7px 0;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #666666;
}
.our-teams .title {
  display: block;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 7px 0;
}
.our-teams .post {
  display: block;
  font-size: 15px;
  color: #666666;
}
@media(max-width: 1100px){
.team-img{width: 200px; height: 200px;}

.our-team:hover .link{padding: 80px 0;}
}

@media(max-width: 991px){

.imp-people{padding-bottom: 50px;}

.our-team{margin-bottom: 30px;}

}

@media(max-width: 991px) and (min-width:641px ){
.team-img{width: 300px; height: 300px;}
}

@media(max-width: 639px){
.team-img{width: 250px; height: 250px;}
}


/*important-people inner*/
.people-inner .our-team {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 40px;
  border: 1px solid #eee;
  box-shadow: 0 0 32px #eee;
}

/* -- Gallery -- */

#the-gallery {
  position: relative;
  padding-bottom: 75px;
}

.portfolio-inner .mix {
  display: none;
  padding: 4px;
}

ul.gallery {
  padding: 0;
  list-style: none;
  margin-left: 8px;
  text-align: center;
  margin-bottom: 35px;
  min-width: 100px;
}

ul.gallery li {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  min-width: 115px;
  font-weight: 500;
}

ul.gallery li:hover {
  color: #fff;
  border: 1px solid #EC2328;
  -webkit-transition: .3s;
  transition: .3s;
  background: #EC2328;
}

ul.gallery li.active {
  border: none;
  color: #fff;
  border: 1px solid #EC2328;
  background: #EC2328;
}

.gallery .item {
  position: relative;
  overflow: hidden;
}

.portfolio-posts .mix:hover .item img {
  filter: grayscale(90%);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.gallery .item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff6e;
  opacity: 0;
  z-index: 2;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) .6s;
}
.gallery .item:hover::before {
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) .6s;
}
.mix .item i.fa {
  position: absolute;
  bottom: 20%;
  left: 47%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  color: #fbfbfb;
  opacity: 0;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  z-index: 4;
  background: #ec2328de;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-posts .mix:hover .item i.fa, .wide-gallery .mix .item:hover i.fa{
  bottom: 45%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

/*Gallery II*/
.wide-gallery .col-md-12 {
  padding: 0 5px;
}
.wide-gallery .col-md-4 {
  padding: 0 5px;
}
.drop-left .col-md-8 {
  padding-left: 9px;
}
.drop-left .col-md-4 {
  padding-left: 15px;
  padding-right: 0;
}
.drop-right .col-md-8 {
  padding-right: 8px;
}
.drop-right .col-md-4 {
  padding-right: 15px;
  padding-left: 0;
}
.wide-gallery .item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wide-gallery .item img{border-radius: 10px;}

.gallery-quote {
  padding: 5px 0;
  position: relative;
}
.gallery-quote h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  text-align: center;
}
/*BTN*/
 
.btn_red{
  background: #ec2328;
  color: #fff;
  border:none;
  padding: 8px 25px;
  border-radius: 0;
  margin: 15px 15px 15px 0;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  font-style: italic;
  border: 1px solid #ec2328;
}

.btn_red:hover{opacity: 0.9; color: #fff;}


/*shop*/

.our_store{background: #fbfbfb; padding: 0px 0 50px;}

.our_store .col-sm-3.col-xs-12{padding: 0 10px;}

.rt-product-wrapper { 
  transition: all 0.5s;
  margin-bottom: 30px;
}

.rt-product-wrapper:hover{
border-bottom-color: #ec2328;
transition: all 0.5s;
}

.rt-product-wrapper .product-image img{
transition: all 0.5s;
}

 

.product-thumbnail-wrapper {
  position: relative;
  overflow:hidden; 
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.rt-product-wrapper .product-label span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 15px;
  background: #333;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.rt-product-wrapper .product-label span.hot{
background:#eb262a;
text-align: center;
left: inherit;
right: 0;
}

.rt-product-meta-wrapper {
  text-align: center;
  background: #fff;
  padding: 28px 15px 30px;
}

.product-categories , .product-categories a{color: #ec2328a3;}

h3.product_title{margin: 15px 0; font-size: 24px;}

.rt-product-meta-wrapper del{opacity: 0.6; font-size: 16px;}

.rt-product-meta-wrapper ins {
  padding-left: 15px;
  text-decoration: none;
  font-size: 16px;
}

.rt-product-meta-wrapper .btn_red{margin-bottom: 0;}

.our_store .slick-prev, .our_store .slick-next {
  top: -50px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  height: 35px;
  width: 35px;
  margin-top: 0;
}

.our_store .slick-prev {
  right: 55px;
  left: inherit;
}

.our_store .slick-next{right: 10px;}

.our_store .slick-prev:before, .our_store  .slick-next:before{
font-size: 32px;
color: #666;
}

.our_store .slick-prev:hover, .our_store .slick-prev:focus, .our_store .slick-next:hover, .our_store .slick-next:focus,
.our_store .slick-prev:visited, .our_store .slick-next:visited{
  color: #666;
  outline: none;
  background: #eb262a;
  border-color:#eb262a;
  transition: all 0.5s; 
}

.our_store .slick-prev:hover:before, .our_store .slick-prev:focus:before, 
.our_store .slick-next:hover:before, .our_store .slick-next:focus:before{
color: #fff;
transition: all 0.5s;
}

@media(max-width: 1100px){
.rt-product-meta-wrapper{padding:28px 5px 30px;}
}

/*store detail*/

.store-detail{padding: 75px 0 80px;}

.store-detail .slider.slider-nav{margin-top: 15px;}

.store-detail .slider.slider-nav .slick-slide{opacity: 0.5;}

.store-detail .slider.slider-nav .slick-slide.slick-active{opacity: 1;}

.store-detail .slider.slider-nav .slick-prev, .store-detail .slider.slider-nav .slick-next{top: 45%;}

.store-detail .slider.slider-nav .slick-prev{left: 0;}

.store-detail .slider.slider-nav .slick-next{right: 0;}

.store-detail .slider.slider-nav .slick-prev:before, .store-detail .slider.slider-nav .slick-next:before{color:#eb262a; opacity: 1;}

.store-detail .rt-product-meta-wrapper{background: transparent; text-align: left; padding: 0;}

.store-detail span.rt-price-amount{font-weight: 600; font-size: 18px;}

.single-product-summary .product-details_short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 0;
}

.single-product-summary .product-details_short-description p{margin-bottom: 0;}

.single-product-summary form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 54px 0 0;
}

.quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  padding-right: 22px;
  margin: 0 15px 0 0;
  background: #fff;
}

.screen-reader-text {
  position: relative;
  width: auto;
  padding:14px 43px 8px 17px;
  display: inline-block;
  font-weight: 400;
}

input.quantity-input {
  padding: 2px 0 2px 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.single-product-summary button{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 19px;
  font-style: italic;
  line-height: 2em;
  font-weight: 400;
  padding: 10px 70px 9px;
  color: #fff;
  background-color: #eb262a;;
  border: none;
}

.single-product-summary .product_meta {
  margin: 54px 0 0;
}

.single-product-summary .product_meta>span {
  display: block;
  margin: 10px 0;
}

.single-product-summary .product_meta a, .single-product-summary .product_meta span {
  font-size: 11px;
  line-height: 1.82em;
  letter-spacing: .12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.single-product-summary .product_meta a:hover{color:#eb262a;}

.our_store.related_store{background: transparent;}

#store-tab-main .nav-tabs>li{margin: 0;}

#store-tab-main .nav-tabs>li>a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 17px 14px;
  font-size: 21px;
  font-weight: 300;
  color: #eb262a;
  font-style: italic;
  background: transparent;
  border-radius: 0;
  margin: 0;
  line-height: inherit;
  border: none;
}

#store-tab-main .nav-tabs>li:first-child>a{padding-left: 0;}

#store-tab-main .nav-tabs>li>a:after,  #store-tab-main .nav-tabs>li.active>a:after{
  content: '';
  width: 0;
  height: 1px;
  opacity: 0;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background-color: #eb262a;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  transform: translateX(-50%);
}

#store-tab-main .nav-tabs>li.active>a:after{opacity: 1; width: 100%;}

#store-tab-main .nav-tabs>li>a:hover:after{
  opacity: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}

#store-tab-main .nav-tabs>li>a:hover, #store-tab-main .nav-tabs>li.active>a:hover, 
#store-tab-main .nav-tabs>li.active>a, #store-tab-main .nav-tabs>li.active>a:focus{
  color: #eb262a;
  border: none;
  background: transparent;
}

#store-tab-main .tab-pane p{padding: 30px 0 0; margin: 0;}

.shopping-main {
  position: absolute;
  right: 0px;
}

.shopping-cart-holder .header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0 0;
}

.shopping-cart-holder .header-cart span.cart-icon path {
  fill: #fff;
}

#inner-navigation .navbar-sticky-in.navbar-default .shopping-cart-holder .header-cart span.cart-icon path,
.home-2 .shopping-cart-holder .header-cart span.cart-icon path{
fill: #000;
}

.shopping-cart-holder .header-cart:hover {
  color: #818491;
}

.shopping-cart-holder .header-cart .cart-number {
  position: relative;
  top: 0px;
  right: 10px;
  font-weight: 400;
  font-size: 10px;
  border-radius: 100%;
  background-color: #EC2328;
  color: #fff;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
}

.shopping-cart-dropdown {
  position: absolute;
  top: 80px;
  right:20px;
  width: 260px;
  background-color: #fff;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all .35s cubic-bezier(.53,.01,.18,1);
  -moz-transition: all .35s cubic-bezier(.53,.01,.18,1);
  transition: all .35s cubic-bezier(.53,.01,.18,1);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.03);
}

.shopping-cart-holder:hover .shopping-cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.shopping-cart-dropdown ul {
  margin: 22px 20px;
  padding: 0;
}


.shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.shopping-cart-dropdown ul li:first-child {
  padding-top: 0;
}

.shopping-cart-dropdown ul li:last-child {
  padding-bottom: 0;
}

.shopping-cart-dropdown .item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 76px;
  vertical-align: top;
}

.shopping-cart-dropdown .item-image-holder>a {
  display: block;
  border-radius: 100%;
  max-height: 76px;
  overflow: hidden;
}

.shopping-cart-dropdown .item-image-holder img {
  display: block;
}

.shopping-cart-dropdown .item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding-left: 14px;
}

.shopping-cart-dropdown .item-info-holder .product-title {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  line-height: 1.2em;
}

.shopping-cart-dropdown .item-info-holder .rt-price-amount, .shopping-cart-dropdown .item-info-holder .rt-quantity {
  display: inline-block;
  font-size: 21px;
  font-style: italic;
  color: #c78665;
  font-weight: 400;
  margin-top: 3px;
}

.shopping-cart-dropdown .item-info-holder .remove i{
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 22px;
  line-height: 1;
}

.shopping-cart-dropdown .cart-bottom {
  padding: 16px 0 0;
  border-top: 1px solid #e1e1e1;
}

.shopping-cart-dropdown .cart-bottom .subtotal-holder {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 17px;
}

.shopping-cart-dropdown .cart-bottom a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #EC2328;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-out,background-color .2s ease-out;
  -moz-transition: color .2s ease-out,background-color .2s ease-out;
  transition: color .2s ease-out,background-color .2s ease-out;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  width: 48%;
  float: left;
  color: #fff;
  margin: 0 1%;
}

.shopping-cart-dropdown .cart-bottom a:hover{
opacity: 0.9;
color: #fff;
}

@media(max-width: 991px){
.navbar-sticky-in .shopping-cart-holder .header-cart{padding-top: 13px;}
}

@media(max-width: 811px){
.shopping-main{right: 30px;}
}

/*checkout*/

.checkout-inner .checkout-coupon{
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 55px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
}

.checkout-inner .checkout-coupon a{float: right;}

.checkout-info, .checkout-order{margin-bottom: 20px;}

.checkout-info h3{margin-bottom: 10px;}

.checkout-info label{font-weight: 400; color: #999;}

.checkout-info label span{padding-left: 5px;}

.checkout-info label abbr[data-original-title], .checkout-infolabel abbr[title]{border: none;}

.checkout-info .form-control, .checkout-info textarea.form-control{
height: 42px;
box-shadow: none;
background: #fff;
border-color: #eeeeee;
}
.checkout-info .form-controls, .checkout-info textarea.form-controls{
  height: 42px;
  box-shadow: none;
  background: #fff;
  border-color: #eeeeee;
}
.checkout-info textarea.form-control{min-height: 174px;}

table.shop_table.rt-checkout-review-order-table{width: 100%;}

table.shop_table.rt-checkout-review-order-table tr{border: 1px solid #f1f1f1;}

table.shop_table.rt-checkout-review-order-table tr th, 
table.shop_table.rt-checkout-review-order-table tr td{padding:10px 15px; font-size: 15px; border: 1px solid #f1f1f1;}

table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total{
background: #fbfbfb;
}

.checkout-place-order button{margin:15px 0 0;}


/*cart*/

.cart-table-list thead{width: 100%;}

.cart-table-list th, .cart-table-list td{text-align: center;}

.cart-table-list .product-thumbnail img {
  width: 30%;
  margin-right: 15px;
}

.cart-inner .checkout-order{margin: 30px 0;}

.cart-table-list table td.actions .coupon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.cart-table-list .coupon input[type=text]{
  width: 250px;
  margin-left: 22px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 42px;
  padding-left: 10px;
}

.cart-table-list table td.actions .coupon button{
  color: #c78665;
  background-color: transparent;
  border: 1px solid #c78665;
  border-radius: 0px;
}

.cart-table-list table td.actions .coupon button.update_cart{
background: #ec2328;
color: #fff;
border-color: #ec2328;
}

.cart-table-list table td.actions .button {
  margin: 0 0 0 22px;
}

@media(max-width: 991px){

.cart-table-list .quantity-buttons{position: relative;}

.cart-table-list input.quantity-input{position: absolute; top: 9px; right: 8px;}
}

@media(max-width: 568px){
.cart-table-list table.shop_table.rt-checkout-review-order-table{display: inline-block; overflow-x: scroll;}
}

/*account*/
.account-inner {
  width: 50%;
  margin: 0 auto;
}

.account-inner input[type="checkbox"]{
display: inline-block;
}

p.lt-pswrd{margin-bottom: 20px;}

@media(max-width: 991px){
.account-inner{width: 80%;}
}

@media(max-width: 480px){
.account-inner{width: 100%;}
}
/* -- Blog -- */

#our-blog {
  position: relative;
  padding: 0 0 50px;
}

.home-3 #our-blog{padding-top: 75px;}

.blog-col {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #ffffff96;
  position: relative;
  overflow: hidden;
}

.blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-img img {
  width: 100%;
}

.blog-img:before {
  content: "";
  /*background: rgba(112, 150, 239, 0.48);*/
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  visibility: hidden;
}

.blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-col:hover .blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
  /* Standard syntax */
}

.blog-col:hover .blog-img:before {
  visibility: visible;
}

.blog-content{
  position: relative;
  padding: 25px 15px;
}

.blog-content.wide-blog{
  width: 50%;
}

.blog-col:hover .post-date {}

.post-date h6 {
  color: #bbbbbb;
  font-size: 14px;
  font-weight: normal;
  font-family: inherit;
  text-transform: uppercase;
  padding: 10px 0;
}

.blog-col h4 {
  margin-bottom: 0;
  text-transform: none;
  margin-left: 0px;
  line-height: 1.5;
  text-align: left;
}

.blog-col h4 a {
  color: #666666;
  font-weight: 600;
  transition: all ease-in-out .3s;
}
.blog-col h4 a:hover {
  color: #ec2328;
  transition: all ease-in-out .3s;
}
.blog-col p {
  color: #666;
  margin-bottom: 0px;
}

.blog-content a.read-btn:hover, .post_button_wrapper a.read-btn:hover{
  color: #ec2328;
  border-color: #ec2328;
  background: transparent;
}

.blog-content .info-bar {
  margin-bottom: 0px;
  padding: 15px 0;
  line-height: 1.5;
}

.blog-content .info-bar ul {
  margin: 0;
  padding: 0;
}

.blog-content .info-bar ul li {
  margin-right: 10px;
  display: inline-block;
}

.blog-content .info-bar ul li i {
  margin-right: 5px;
}

.blog-content .info-bar ul li a {
  color: #bbbbbb;
  text-transform: uppercase;
  transition: all ease-in-out .3s;
}
.blog-content .info-bar ul li a:hover {
  color: #ec3d42;
  transition: all ease-in-out .3s;
}

/*blog lists pages*/

#blog-list .blog-sidebar .bl-content .sidebar_lists, #blog-list .blog-sidebar .bl-content .posts.blog {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
.blog-sidebar {
  display: inline-block;
  width: 100%;
}
ul.sidebar_lists{
  margin: 0 !important;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li.widget {
  margin: 40px 0 0px 0;
  padding: 0 15px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border: 1px solid #f1f1f1;
  padding: 15px;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li.widget:first-child{
  margin-top: 0;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li h4.widgettitle, h4.widgettitle, h4.widgettitle {
  display: inline-block;
  text-align: left;
  position: relative;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
  background: #ec2328;
  width: 100%;
  padding: 12px 10px 12px;
  margin-bottom: 25px;
}
#blog-list .blog-sidebar .bl-content .posts.blog.withthumb, .blog_sidebar_wrapper .blog-sidebar .bl-content .posts.blog.withthumb {
  margin-bottom: 0;
}
.search-container form {
  position: relative;
}
.search-container input {
  width: 100%;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 5px 40px 5px 10px;
}
.search-container button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 14px;
  background: transparent;
  border-left: 1px solid #eee !important;
  border: none;
}
.search-container form:hover button {
  color: #ec2328;
  transition: all ease-in-out .3s;
}
.royalwedding_tags ul {
  padding: 0;
  list-style: none;
}
.royalwedding_tags ul li {
  display: inline-block;
}
.royalwedding_tags ul li a {
  padding: 0 20px;
  background: #eeeeee;
  color: #666666;
  position: relative;
  display: block;
  margin-bottom: 4px;
  margin-right: 4px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.royalwedding_tags ul li a:hover {
  color: #ec2328;
  border-color: #ec2328;
  background: #fbfbfb;
  transition: all ease-in-out .3s;
}
#blog-list .blog-sidebar .bl-content .posts.blog.withthumb li {
  line-height: 1.5em;
  border: 0;
  display: block;
  clear: both;
  background: none;
  width: 100%;
  float: left;
  margin: 0;
  padding-top: 10px;
}
#blog-list .blog-sidebar .bl-content .posts.blog.withthumb li:first-child{
  padding-top: 0;
}
.sidebar_lists .post_circle_thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 0;
}
.posts.blog .post_circle_thumb img {
  float: left;
  margin: 0 10px 2px 0;
  width: 70px;
  border-radius: 0px;
}
.bl-content .posts.blog li a, .page_content_wrapper .posts.blog li a {
  color: #666666;
  font-family: 'MeriendaRegular';
}
.bl-content .posts.blog li a:hover, .page_content_wrapper .posts.blog li a:hover, .bl_post_header .post_header_title a:hover {
  color: #ec2328;
  transition: all ease-in-out .3s;
}
.post_attribute, .comment_date, .post-date {
  padding: 0;
  margin-top: 0;
  color: #bbbbbb;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}
.mc4wp-form-fields input {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.mc4wp-form-fields input[type="email"] {
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #eee;
}
.mc4wp-form-fields input[type="submit"], .form-submit input[type="submit"], .cmt-btn a{
  background: #ec2328;
  border: 1px solid #ec2328;
  color: #fff;
  width: inherit;
  display: inline-block;
  padding: 6px 30px;
  transition: all ease-in-out 0.5s;
  border-radius:0;
}
.form-submit input[type="submit"]{
  width: initial;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 16px;
}
.mc4wp-form-fields input[type="submit"]:hover, .form-submit input[type="submit"]:hover, .cmt-btn a:hover{
  color: #ec2328;
  background: transparent;
  border-color: #ec2328;
  transition: all ease-in-out 0.5s;
}
li.royalwedding_Instagram ul.flickr {
  list-style: none;;
  padding: 0;
  float: left;
  display: block;
  clear: both;
  width: 100%;
}
.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 0;
  clear: none;
  width: calc(28% - 15px);
  box-sizing: border-box;
}
.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li img:hover {
  transform: translateY(-4px);
  transition: all ease-in-out .3s;
}
.royalwedding_social_posts ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.royalwedding_social_posts ul li {
  margin: 0 5px;
  display: inline-block;
}
.royalwedding_social_posts ul li a {
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: #000;
  border-radius: 250px;
  line-height: 40px;
  text-align: center;
  transition: all ease-in-out .1s;
}
.royalwedding_social_posts ul li a:hover {
  transform: translateY(-4px);
  transition: all ease-in-out .3s;
}
.social_wrapper.shortcode ul li.facebook a {
  background: #2D5F9A;
}
.social_wrapper.shortcode ul li.twitter a {
  background: #00C3F3;
}
.social_wrapper.shortcode ul li.flickr a {
  background: #FF0084;
}
.social_wrapper.shortcode ul li.pinterest a {
  background: #bd081c;
}
.social_wrapper.shortcode ul li.instagram a {
  background: #e23b61;
}
/*blog main content*/
.blog_sidebar_content .blog_main_post {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 15px;
  border: 1px solid #fbfbfb;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_sidebar_content .blog_main_post:hover {
  box-shadow: 0 5px 25px #dddddd;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.s ease-in-out;
}
.blog_main_post .blog_post_img.static {
  display: block;
  position: relative;
  width: 40%;
  float: left;
  overflow: hidden;
}
.blog_main_post .blog_post_img.static img {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog_main_post:hover .blog_post_img img {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_post_img .blog_date_infos {
  position: absolute;
  top: 5px;
  left: 5px;
}
.blog_date_infos ul {
  list-style: none;
  padding: 0;
}
.blog_date_infos ul li {
  color: #fff;
  background: #ec2328;
  padding: 10px 4px 14px;
  line-height: 15px;
  font-size: 20px;
  text-align: center;
}
.blog_date_infos li a {
  color: #fff;
}
.blog_date_infos ul li:first-child{
  border-bottom: 1px solid #fbfbfb;
}
.blog_date_infos ul li:last-child:hover {
  background: #333333c2;
  transition: all ease-in-out .3s;
}
.blog_date_infos ul li span {
  font-size: 10px;
}
.blog_main_post .blog_post_content_wrapper {
  display: block;
  width: 60%;
  float: right;
  padding-left: 15px;
}
.bl_post_header .post_header_title {
  margin: 10px 0;
}
.bl_post_header .post_header_title a {
  text-transform: initial;
  color: #666666;
  font-weight: 600;
}
.bl_post_header .post_detail.single_post {
  position: relative;
  margin-bottom: 5px;
}
.post_detail.single_post span a {
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
/*Blog pagination*/
.wrap-pagination {
  display: inline-block;
  width: 100%;

}
.blog-leftsidebar .wrap-pagination {
  text-align: right;
}

.blog-leftsidebar .col-md-8.col-sm-8.col-xs-12 {
  float: right;
}

.pagination {
  margin: 0 10px;
  float: left;
}
.blog-leftsidebar .wrap-pagination .pagination{
  float: inherit;
}
.blog-leftsidebar .wrap-pagination .pagination_detail{
  float: right;
}
.pagination a, .pagination span { 
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #777;
  background: #eeeeee;
  margin-right: 5px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 12px;
  transition: all ease-in-out .3s;
}
 
 
.pagination_detail {
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

/*Blog Grid View*/
.blog-grid .blog_sidebar_content .blog_main_post{
  min-height: 615px;
}
.blog-grid .blog_main_post .blog_post_img.static, .blog-grid .blog_main_post .blog_post_content_wrapper{
  width: 100%;
}
.blog-grid .blog_main_post .blog_post_content_wrapper{
  padding-left: 0;
  padding-top: 15px;
}
.blog-fullwidth .blog_sidebar_content {
  padding: 0 100px;
}
.blog-fullwidth .blog_main_post .blog_post_img.static{
  width: 35%;
}
.blog-fullwidth .blog_main_post .blog_post_content_wrapper{
  width: 65%;
}

/*Blog Detail Page*/
.blog_sidebar_content.blog_sidebar_detail {
  position: relative;
  padding: 15px 0 0;
}
.blog_sidebar_content.blog_sidebar_detail .blog_main_post{
  border: none;
  padding: 0;
}
.blog_sidebar_content.blog_sidebar_detail .blog_main_post:hover{
  box-shadow: none;
  transform: none;
}
.blog-detail .blog_main_post .blog_post_img.static, .blog-detail .blog_main_post .blog_post_content_wrapper {
  width: 100%;
}
.blog-detail .blog_main_post .blog_post_content_wrapper {
  padding-top: 20px;
  padding-left: 0;
}
#about_the_author {
  display: inline-block;
  padding: 0 0 40px 0;
}
#about_the_author .gravatar {
  float: left;
  margin-right: 20px;
  width: 100px;
}
.gravatar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
#about_the_author .gravatar img {
  max-width: 100%;
  height: auto;
}
#about_the_author .author_detail {
  float: left;
  width: calc(100% - 120px);
}
.author_label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #999;
}
#about_the_author .author_detail h4 {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0;
}
.ot-comments {
  padding-top: 20px;
}
span.comment-title {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  color: #666;
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
}
.ot-comments ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}
ul.comments-item li {
  position: relative;
  display: block;
  padding-left: 65px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f1f1f1;;
}
ul.comments-item li li:last-child, ul.comments-item li li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-item .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.comments-item a.comment-reply {
  float: right;
  font-size: 16px;
  color: #ec2328;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 1px solid #ec2328;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
}
.comments-item a.comment-reply:hover {
  background: #ec2328;
  color: #fbfbfb;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.comment-header h5.heading {
  margin: 10px 0;
}
.comments-item .comment-time {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 2px;
}
ul.comments-item ul {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px dashed #f1f1f1;
  margin-left: -20px;
}
.cmt-btn a {
  margin: 0;
}
.fullwidth_comment_wrapper {
  width: 100%;
  margin-top: 40px;
}
#respond.comment-respond {
  width: 100%;
  padding-top: 30px;
}
.fullwidth_comment_wrapper .comment-form{
  margin-top: 20px;
}
.comment-form label {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  text-align: left !important;
}
.fullwidth_comment_wrapper #commentform textarea {
  width: 100%;
  min-height: 120px;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url {
  float: left;
  width: 33.33%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
  border: 1px solid #eee;
  padding: 5px;
  font-size: 16px;
  width: 96%;
}
.bg-content-share {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.bg-content-share ul {
  padding-left: 0;
  list-style: none;
  float: right;
}
.bg-content-share ul li {
  display: inline-block;
}
.bg-content-share span {
  font-weight: 600;
  padding-right: 5px;
  font-size: 14px;
}
.blog-tags a {
  display: inline-block;  
  border: 1px solid #999;
  color: #666;
  padding: 0px 10px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  transition: all .3s;
}
.blog-tags a:hover {
  background: #ec2328;
  border-color: #ec2328;
  color: #fbfbfb;
  transition: all .3s;
}
.bg-content-share .blog-tags {
  display: inline-block;
  margin: 5px 0;
}
.social_wrapper.shortcode.light.small.blog-social-share {
  display: inline-block;
  float: right;
}
.royalwedding_social_posts .blog-social-share ul li a{
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

button.open-btn{
  background: transparent;
  border: none;
  color: #666;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}
button.open-btn:hover {
  color: #ec2328;
  transition: all 0.3s ease 0s;
}
.open-btn i.fa {
margin-left: 2px;
}
button.open-btn:hover i.fa {
  margin-left: 6px;
  transition: all 0.3s ease 0s;
}
a.read-btn {
  color: #666;
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}

a.read-btn:hover {
  color: #666;
  background: #EC2328;
}

.read-btn i.fa {
  margin-left: 5px;
}
.blog-content a.read-btn:hover i.fa, .post_button_wrapper a.read-btn:hover i.fa {
  padding-left: 5px;
  transition: all ease-in-out .3s;
}
.subscribe-area {
  background: #EC2328;
  bottom: -45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 99;
}

.subscribe-area-title {
  float: left;
  width: 38%;
  padding: 20px 25px;
  margin-right: 30px;
}

.subscribe-area-title h2 {
  color: #fff;
  font-size: 18px;
}

.subscribe-area-title p {
  color: #fff;
}

.email-subscribe {
  margin-top: 22px;
}

.subscribe-area input[type="email"] {
  background-color: #FCFCFC;
  border: none;
  width: 42%;
  padding: 7px;
}

.subscribe-area .email-subscribe input[type="submit"] {
  padding: 7px 25px 7px;
  margin-left: -4px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #F34580;
  font-size: 14px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

/*Gift registry*/
.g-registry {
  position: relative;
  padding: 0px 0 70px;
}

.g-registry.grunge {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/bg-gift.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  background-attachment: fixed;
  padding: 75px 0 80px;
}

.layover-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.layover-title h2{
  color: #fff;
  margin-bottom: 40px;
}
.owl-registry .item {
  padding: 0px 40px;
}
.owl-registry .owl-item img {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.owl-registry .owl-nav button {
  position: absolute;
  top: 15%;
}

.owl-registry.owl-theme .owl-nav [class*=owl-]:hover{
background: transparent;
}

.owl-registry.owl-theme .owl-nav [class*=owl-]:focus{outline: none;}

.owl-registry .owl-nav button.owl-prev{
  left: 0px;
}
.owl-registry .owl-nav button.owl-next{
  right: 0px;
}
.owl-registry .owl-nav button i.fa{
  color: #eb262a;
  opacity: 1;
}

.owl-registry .owl-nav button:hover i.fa{
opacity: 1;
}

@media(max-width: 767px){
.owl-registry .owl-nav button {
  top: 28%;
}
}

/*--- rsvp section ---*/

.rsvp {
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  position: relative;
}

.home-3 .rsvp{padding-top: 75px;}

.rsvp .section-title h2 {
  color: #333;
}
.rsvp-widgets {
  position: relative;
  padding: 0px 0 30px 0;
  z-index: 1;
  overflow: hidden;
}

.widget-rsvp {
  margin: 0px auto 20px;
  padding: 30px;
  position: relative;
}
.latest-posts-widget.widget.widget-register:before {
  content: "";
  position: absolute;
  right: -5%;
  top: -16%;
  background-image: url(../images/rsvp/1flv.png);
  width: 20%;
  height: 34%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-0);
  opacity: 24%;
}
.latest-posts-widget.widget.widget-rsvp:after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -45px;
  background-image: url(../images/rsvp/f12.png);
  width: 30%;
  height: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotateY(-175deg);
}
.widget-rsvp .widget-title {
  margin: 0px 0 60px;
  text-transform: capitalize;
  text-align: center;
  color: #333333;
  font-weight: 400;
  position: relative;
}

.home-4 .widget-rsvp .widget-title{font-size: 21px;}

.widget-rsvp .widget-title:after {
  background: #EC2328;
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  width: 20%;
  height: 2px;
  position: absolute;
}

.widget-content p {
  color: #888888;
  padding: 10px;
  margin-left: -10px
}

.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 30px;
  min-height: 32px;
  display: table;
}

.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #ffffff;
}

.rsvp a {
  color: #ffffff;
}

.info-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.contacts-widget .contacts-info-list > li .info-item {
  color: #888888;
  margin-bottom: 20px;
}
.ft-about-content form{
  text-align: center;
}
.ft-about-content .form-control {
  background: #fbfbfb;
  margin-bottom: 28px;
  border-color: none;
  height: 45px;
  border-radius: 10px;
  box-shadow: none;
  opacity: 50%;
  color: black;
}
.ft-about-content .form-controls {
  background: #fbfbfb;
  margin-bottom: 28px;
  border-color: none;
  height: 45px;
  border-radius: 10px;
  box-shadow: none;
  opacity: 100%;
  color: black;
}
.ft-about-contents form{
  text-align: center;
}
.ft-about-contents .form-control { 
  margin-bottom: 28px;
  border-color: none;
  height: 45px; 
  box-shadow: none; 
  color: black;
} 
.form-controls {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #888888;
  border-radius: 10px;
  color: #666666;
}


textarea.form-control {
  min-height: 90px;
  width: 100%;
  color: #2d2d2d !important;
}
textarea.form-controls {
  min-height: 160px;
  width: 100%;
}
.ft-about-content form button.btn {
  margin: 0px 0 0;
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 8px 25px;
  border-color: #999;
}
.ft-about-content form button.btn:hover{
  border-color: #EC2328;
}
.ft-about-contents form button.btn {
  margin: 0px 0 0;
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 8px 25px;
  border-color: #999;
}
.ft-about-contents form button.btn:hover{
  border-color: #EC2328;
}
 

.rsvp-copyright {
  font-size: 14px;
  color: #666;
  padding: 30px 0 25px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.rsvp-copyright .col-sm-12 {
  border-top: 1px solid #fafafa;
  padding-top: 25px;
}
.rsvp-copyright a {
  color: #EC2328;
}

.ft-about-content p {
  color: #666666;
}
.ft-about-contents p {
  color: #666666;
}

.ft-about-content {
  position: relative;
  z-index: 1;
  margin-top: 28%;
  width: 100%;
  margin: 0 auto;
  padding: 21px 8px;
  box-shadow: 0 0 40px #c7b0b0;
  margin-left: 0%;
}
.ft-about-contents {
  position: relative;
  z-index: 1;
  margin-top: 28%;
  width: 80%;
  margin: 0 auto;
  padding: 21px 8px; 
  margin-left: 12%;
}
ul.service-info-list {
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}

.service-info-list i.fa {
  padding-right: 10px;
}

ul.insta-info-list {
  padding-left: 0;
}

.insta-info-list li {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0;
}

/* -- rsvp -- */

/*Footer*/
.footer{
  position: relative;
}
.footer-widgets {
  position: relative;
  background: url(../images/footer/footer-couple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  min-height: 465px;
  background-attachment: fixed;
}
.footer-note {
  position: relative;
  padding: 145px 0;
  text-align: center;
  z-index: 1;
}
.footer-note:before {
  content: "";
  background: url(../images/footer/footer-c.png);
  position: absolute;
  top: 0;
  left: 33.3%;
  text-align: center;
  width: 35%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer-note h1 {
  color: #fbfbfb;
  position: relative;
}
.footer-note p {
  color: #fbfbfb;
  font-size: 25px;
  margin: 20px 0;
  position: relative;
}
.footer-copyright {
  font-size: 14px;
  background: #fbfbfb96;
  color: #333;
  font-weight: 600;
  padding:30px 0 30px;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.footer-copyright ul.social-media {
  margin: 22px 0px 28px 0px;
  padding: 0px;
  text-align: center;
}

.footer-copyright ul.social-media li {
  display: inline-block;
}

.footer-copyright ul.social-media li a {
  display: block;
  color: #666;
  line-height: 2.2;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #666;
  margin-right: 6px;
  transition: all ease-in-out 0.5s;
}

.footer-copyright ul.social-media li a:hover{
border-color: #eb262a;
color: #eb262a;
transition: all ease-in-out 0.5s;
}


.footer-copyright a {
  color: #EC2328;
}

.footer-copyright p{margin-bottom: 0; line-height: inherit;}

.footer-copyright p.para{font-size: 28px; font-weight: 500; font-family: 'Great Vibes', cursive;}


/*footer style-2*/

.footer-2 .footer{
  position: relative;
  background: #1B1B1B;
  color: #bbb;
}

.footer-2 .footer .footer-top {
  padding: 70px 0 70px;
}

.footer-2 .footer .footer-box p{margin-bottom: 20px; color: #bbb;}

.footer-2 .footer .footer-box .aboutus-info ul li i {
  padding: 0 10px 0 0px;
}

.footer-2 .footer .footer-box h5{margin-bottom: 30px; color: #fff; text-transform: capitalize;}

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

.footer-2 .footer .footer-box  ul.menu li a{
line-height: 2.5;
display: inline-block;
color: #bbb;
transition:  all 0.5s;
}

.footer-2 .footer .footer-box  ul.menu li a:hover{
color:#eb262a;
padding-left: 10px;
transition:  all 0.5s;
}

.footer-2 #widget-subscriptions .subscribe-inner .newsletter {
  margin-bottom: 30px;
}

.footer-2 #widget-subscriptions .subscribe-inner form {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
}

.footer-2 #widget-subscriptions form input.subscribe_email {
  width: 100%;
  display: block;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #666;
  background: transparent;
  color: inherit;
}

.footer-2 #widget-subscriptions form button.button {
  position: absolute;
  top: 0;
  right: 0px;
  line-height: 14px;
  padding-right: 0;
  padding-left: 0;
  width: 40px;
  height: 40px;
  outline: none;
  background: transparent;
  border-radius: 0;
  color: #BBB;
  border: none;
  box-shadow: none;
}

.footer-2 .footer .footer-bottom{padding: 30px 0; border-top: 1px solid #333;}

.footer-2 .footer .footer-bottom span a{color:#eb262a;}

.footer-2 .social-icons li {
  display: inline-block;
  padding:0 5px;
  list-style: none;
  text-align: center;
}

.footer-2 .social-icons li a {
  color: #bbb;
}

.footer-2 .social-icons li a:hover{
  color: #fbfbfb;
}

@media(max-width: 911px){
.footer-2 aside.footer-box {
  margin-bottom: 30px;
}

.footer-2 .footer .footer-top{padding-bottom: 40px;}

}

#scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #EC2328;
  background: #ffffffe0;
  cursor: pointer;
  border: 1px solid #EC2328;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#wd-banner.wd-slider-ot .banner_caption_text h2 {
  font-size: 29px;
  text-shadow: 0px 0px 12px #961616;
}
.profile-list{
  background-color: #d6d642 !important;
}
.bottom-right a{
  padding: 10px;
  text-align:right;
}
.footer_cont p{
  color: #ffffff !important;
  font-size:12px;
  font-weight: 500;
}
.social-link-t a{
  color: #ffffff !important;
}
 
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: -4%;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

._dt_whts745 {
  position: fixed;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
  z-index: 10000;
  }

  ._dt_whts745 img {
      width: 40px;
      animation-name: spin;
      animation-duration: 2000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
  }
  ._dt_whts745 {
      position: fixed;
      bottom: 25px;
      left: 25px;
      cursor: pointer;
      z-index: 10000;
  }
  @-ms-keyframes spin {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% { transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); }
      60% {transform: translateY(-15px);}
  }
  @-moz-keyframes spin {
      0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
      40% {-moz-transform: translateY(-30px);}
      60% {-moz-transform: translateY(-15px);}
  }
  @-webkit-keyframes spin {
      0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
      40% {-webkit-transform: translateY(-30px);}
      60% {-webkit-transform: translateY(-15px);}
  }
  @keyframes spin {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% { transform: translateY(-20px); -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); }
      60% { transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
  }

  .fa-calendar:before {
      content: "\f133";
  }

  .anim_sec {
      width: 100%;
  /* height: 100px; */
      animation-direction: normal;
      animation-name: example;
      animation-duration: 40s;
      animation-iteration-count: linear;
      animation: marquee 20s linear infinite;
      display: inline-block;
      -webkit-animation: marquee 20s linear infinite;
    }
    
    @keyframes marquee {
      0% {margin-left: 100%;}
      100% {margin-left: 0%;}
      } 
      .img_anim, .text_anim
      {
        display: inline-block;
        vertical-align: middle;
        position: relative;
      }
.img_anim{
  top: 10px;
  width: 100px !important;
}
    /* @keyframes example {
      from {margin-left:100%;}
      to {margin-left: 0%;}
     
    } */
    .text_anim { 
      margin-top: 30px;
      width: calc(100% - 100px) !important;
    }
    .text-left {
      text-align: left;
  }
.text-medium {
    font-weight: 400;
}
    .audio{
      width: 40px;
      animation-duration: 2000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      position: fixed;
      bottom: 90px;
      left: 20px;
    }
    .about_home h6{
      font-weight: 500;
      color: #8a7d7d;
      padding: 0px;
      margin: 0px 0 10px;
      text-transform: capitalize;
      line-height: 1.5;
      text-align: center;
  }
  .field-icon {
      float: left!important;
      margin-left: 4%!important;
      margin-top: -55px !important;
      position: relative !important;
      z-index: 2 !important;
    }
    
    .container{
      margin: auto;
    }
    .form-in_content{
      position: relative;
      z-index: 0;
      width: 100%;
      height: 100%;
    }
    .form-blur_bg{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      border-radius: 15px;
      z-index: 0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
}
    .form-content{
      margin-top: -4%;
    }

    .dropbtn h5{
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
    }
    
    .dropdown {
      position: relative;
      display: inline-block;
    }
    
    .dropdown-contents {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-contents a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    .dropdown-contents a:hover {background-color: #ddd;}

    .dropdown:hover .dropdown-contents {display: block;}
    .btn-block {
      display: block;
      width: 100%;
  }
  .d-flex.justify-content-end.reg_btn_box {
    margin-left: -12px;
    margin-right: -12px;
}
.text-grey
{
  color: grey !important;
}
.circle-segm {
      width: 35px;
      height: 35px;
      text-align: center;
      background-color: #ffffff;
      border-radius: 50px;
      line-height: 30px;
      font-weight: bold;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border: 3px   solid #d6d6d6;
      color: #4c4c4c;
} 
.flex-center {
  align-items: center; 
  justify-content: center;;
}
.form-back-main {
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; 
  min-height: 550px;
}
.lgn42_cnt_bx {
  min-height: 700px;
}
.dt_frm_cnf_btn {
  display: none; 
  z-index: 1000;
  position: relative;
}
.dt_frm_cnf_btn.actv {
  display: block; 
}
.prc_cmpl52 {
  position: relative;
} 
.prc_cmpl52 span.cnnc_ln71
{
  position: absolute;
  height: 10px;
  background-color: #d6d6d6;
  top: 12px;
  z-index: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.prc_fl52 .prc_cmpl52:last-child .cnnc_ln71 {
  display: none;
}
.dt_segm_bx7 {
  position: relative;
  z-index: 1;
}
.prc_cmpl52.actv.cmpl span.cnnc_ln71 {
  background: rgb(0 99 255); 
  width: 100%;
}
.prc_cmpl52.actv .circle-segm {
  background: rgb(0 99 255);
  color: white;
}  
.dt_segm_bx7 .text-grey {
  background-color: #ffffff9e;
  color: white;
  padding: 3px;
  font-size: 14px;
  border-radius: 30px;
  color: #414141 !important;
  margin-top: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  backdrop-filter: blur(5px);
}
.prc_cmpl52.actv:not(.cmpl) .text-grey
{
  background-color: #0063ff;
  color: white !important;
}
.prc_cmpl52.actv:not(.cmpl) .text-grey::before
{
  border-bottom:  5px solid #0063ff;
}
.dt_segm_bx7 .text-grey::before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff9e;
  position: absolute;
  top: -5px;
  left: 47%;
}
.form-row .col-12 .dt_uplbl_btn84
{
  background: #ececec;
  border: initial;
  color: #16c544;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 25px;
}
.form-row .col-12 .dt_uplbl_btn84.actv
{
  /* background: #ececec;
  border: initial; */
  background: #408700;
  border: initial;
  opacity: 1;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #000000 !important;
  background-color: #b1b1b1;
  border-color: #cccccc;
} 
.navbar .navbar-nav .nav-link.nav-color {
  color: #ffffff;
  font-weight: 600;
}
section.space-ptb30.bg-light.part_pref p {
  color: white;
}
.rgst_dt_bx74 input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:  #5b5b5b;
  font-weight: 400;
}
.rgst_dt_bx74  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:   #5b5b5b;
  font-weight: 400;
   opacity:  1;
}
.rgst_dt_bx74  input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #5b5b5b;
   font-weight: 400;
}
.rgst_dt_bx74  input.form-control::placeholder { /* Most modern browsers support this now. */
   color:  #5b5b5b;
   font-weight: 400;
}
.rgst_dt_bx74 .dt_disp_dt p.bg-light.p-2 {
  background: #00000061!important;
  color: #fff;
}
div#Package h2.title, .section-title p {
  color: white;
} 
.navbar .navbar-nav .nav-link.nav-color {
  color: #000;
}
.trm_mbl_bx
{
  padding: 30px 10px 20px;
  color:white;
}
#Package a.btn.btn-outline {
  color: white;
}
.container-fluid.position-relative.bg-sub-bnr
{
  overflow: hidden;
}
.mk_pref_dt_box7 .form-group
{
  height: auto;
  margin-bottom: 0;
}
.mk_pref_dt_box7 .innr_bx_mnu745 {
   padding-bottom: 5px;
}
.mk_pref_dt_box7 textarea.form-control.prntr_exp845
{
  color: #2b2b2b !important;
}
.mk_pref_dt_box7 .tg_dt_cls8  {
  width: 27px;
}
.dropdown-menu.dropdown-menu-right.bind_prfl_dt {
  top: 55px; 
}
.dropdown-menu.dropdown-menu-right.bind_notif_dt
{
  top: 50px;
}
.sidebar.fltr_list75_dt .widget, form#prfl_fltrFRM .widget { 
  border-radius: 5px;
  padding: 30px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 10px;
  background-color: #ffffffba;
  backdrop-filter: blur(10px);
}
form#prfl_fltrFRM .widget .widget-title h6 {
  margin-bottom: 0;
  color: black;
}
._mrtl_state_sl75 input, ._mrtl_state_sl75 label {
  vertical-align: middle;
  margin-right: 5px;
} 
.empty_dt_st11 {
  padding: 50px 0px !important;
}
.paymn75_b .pricing-plan {
  background-color: #ffffff4a;
  border-radius: 10px;
  padding: 30px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  backdrop-filter: blur(15px);
}
a.h_lnk_py {
  color: #212121;
}
.widget-box.clk_prof_list {
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 25px;
}
.head_reg_cl11 .navbar-dark .navbar-nav .nav-link.lnk_lgn81 {
  color: #ffffff;
}
.bd_reg_mn11::before
{
  content: '';
  background: url('/assets/images/register_banner.jpg') no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 0;
  background-size: cover !important;
}
body.bd_reg_mn11.bg_drop_bx::before
{ 
  background: url('/assets/images/listing_banner.jpg') no-repeat;
}
body.bd_reg_mn11.bg_no_bx::before
{ 
  background: initial;
}
.bd_reg_mn11.bg_drop_bx::after
{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1;
  backdrop-filter: blur(3px);
}
.form-back-main
{ 
  position: relative; 
  background-color: #ffffff78;
  backdrop-filter: blur(20px);
  top: 0;
  left: 0;
  z-index: 10;
}
/* section.audio_sec {
  display: none;
} */
.page-content._hpg_tmpl7 {
  position: relative;
  z-index: 100;
  min-height: 750px;
}
footer.footer.mt-0 {
  z-index: 100;
  position: relative;
  background-color: #ffffffb0;
  backdrop-filter: blur(10px);
}
.feature-info-content .text-dark {
  color: #222 !important;
  font-weight: 600; 
}
.col-12.blk_frm95 h4 {
  color: black;
}
.dt_vw__lstb745 ._prd_cnt_bx {
  background-color: #ffffffc2;
  border-radius: 5px;
  margin-left: 0px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.dt_vw__lstb745 ._prd_cnt_bx h6.mb-0 {
  text-align: right;
  color: #434343;
}
footer.footer .border-bottom
{
  border-bottom-color: #d9d9d9 !important;
}
ul.pagination {
  background-color: #ffffff9e;
  margin-left: 5px;
  display: block;
  width: 99%;
}
.nav_base ul.dropdown-menu {
  top: 50px;
  position: relative;
}
i.mdi.mdi-bell.notf_icnb81 {
  font-size: 25px !important;
}
span.notf_cnt.actv {
display: inline-block;
}
span.notf_cnt
{
  display: none;
  border-radius: 30px;
  font-size: 11px;
  background-color: red;
  color: white;
  width: 24px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 15px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  -ms-border-radius: 30;
  -o-border-radius: 30;
}
.nav_base ul.nav.navbar-nav {
  background-color: white;
  border-radius: 10px;
  padding: 0px 25px;
  margin-top: -8px;
  box-shadow: 0px 2px 5px #0000003b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.profile-avatar.ic_avtr_bx {
  margin-top: 10px;
  border-radius: 100%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  margin-left: 55px;
}
.pack_mn_dt_frm8 {
  padding: 30px 15px;
  border-radius: 10px;
  background-color: #ffffffb0;
  backdrop-filter: blur(10px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 495px;
}
.pack_mn_dt_frm8 h2.title, .pack_mn_dt_frm8 p {
  color: black !important;
  text-align: left;
}
.rg_thnk_frm h1 {
  color: black !important;
}
.rg_thnk_frm h6, .rg_thnk_frm h3
{
  color: #1d1d1d !important;
}
.rg_thnk_frm a 
{
  color: #464cfe !important;
}
.rg_thnk_frm a.lg_btn_456 
{
  color:white !important;
  background-color: #464cfe;
  border:none;
}
.pack_mn_dt_frm8 a.btn.btn-outline {
  color: #fff !important;
  border: none;
  background-color: #464cfe;
}
.package_reg_frm {
  top: 60px;
  position: relative;
}
.pricing-list li { 
  padding: 5px;
}
.part_pref {
  margin-top: 30px;
}
.dt_en_disp_mn84.prtnr_prf_dt7 {
  background-color: white;
}
.candidate-list-option {
  line-height: 21px;
}
.cnd_img_bx74 {
  position: relative;
  padding: 20px;
}
.candidate-list img.img-fluid {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.small-font {
  font-size: 13px;
}
.jobber-candidate-detail h5.mb-3 {
  color: black;
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px !important;
}