@font-face {
  font-family: "MohrRounded-SemiBold";
  src: url("../fonts/MohrRounded-SemiBold.eot");
  src: url("../fonts/MohrRounded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MohrRounded-SemiBold.svg#MohrRounded-SemiBold") format("svg"), url("../fonts/MohrRounded-SemiBold.ttf") format("truetype"), url("../fonts/MohrRounded-SemiBold.woff") format("woff"), url("../fonts/MohrRounded-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'amalfi_coastregular';
  src: url("../fonts/amalfi_coast-webfont.eot");
  src: url("../fonts/amalfi_coast-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amalfi_coast-webfont.woff2") format("woff2"), url("../fonts/amalfi_coast-webfont.woff") format("woff"), url("../fonts/amalfi_coast-webfont.svg#amalfi_coastregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'vivaldiitalic';
  src: url("../fonts/vivaldii-webfont.eot");
  src: url("../fonts/vivaldii-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivaldii-webfont.woff2") format("woff2"), url("../fonts/vivaldii-webfont.woff") format("woff"), url("../fonts/vivaldii-webfont.ttf") format("truetype"), url("../fonts/vivaldii-webfont.svg#vivaldiitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  color: #5d5d5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-control:focus {
  outline: 0;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #bf2130;
}

a:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #373b4d !important;
}

p {
  line-height: 1.3;
  line-height: 30px;
  font-size: 0.95rem;
  color: #5d5d5d;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1;
}

.mar_top_30 {
  margin-top: 30px;
}

.mar_top_50 {
  margin-top: 50px;
}

.mar_bottom_50 {
  margin-bottom: 50px;
}

.mar_bot_100 {
  margin-bottom: 100px !important;
}

.mar_top_350 {
  margin-top: 350px;
}

.pad_top_30 {
  padding-top: 30px;
}

.pad_top_50 {
  padding-top: 50px;
}

.pad_top_200 {
  padding-top: 200px;
}

.pad_top_300 {
  padding-top: 300px;
}

.pad_top_350 {
  padding-top: 350px;
}

.form-control {
  border: 1px solid #dbe4ef;
  border-radius: 0px;
  text-align: left;
  height: 45px;
  padding-left: 1em;
  background-color: #fff;
  font-size: 0.9rem;
}

.form-control:focus {
  border: 2px solid #373b4d;
}

textarea {
  resize: none;
}

textarea.form-control {
  height: 115px !important;
  padding-top: 1em;
}

/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/
header {
  background: #fff;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--color-secondary);
}

.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0;
  margin-left: 2em;
}

.navbar .dropdown a i {
  font-size: 0.6rem;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul a {
  padding: 8px 0px;
  font-size: 0.7rem;
  text-transform: none;
  font-weight: 550;
  color: #1b1f21;
  display: block;
  text-transform: uppercase;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar ul li {
  position: relative;
  margin: 0 1em;
}

.navbar ul li.current-menu-item a {
  color: #bf2130;
}

.navbar ul li a {
  padding: 12px 10px;
  font-weight: 550;
  color: #1b1f21;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.navbar ul li a i {
  font-size: 1.5rem;
}

.navbar ul li a.ful_red_btn {
  background: #f36972;
  color: #fff;
}

.navbar ul li a:hover {
  color: #bf2130;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar ul li a.active {
  color: #bf2130;
}

.navbar ul li a.active.ed_active {
  background: #f36972;
  color: #fff;
}

/**

* Mobile Navigation 

*/
.mobile-nav-toggle {
  font-size: 2rem;
  cursor: pointer;
  top: 25px;
  position: fixed;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 25px;
  color: #222;
  display: none;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.mobile_show {
  display: none;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  margin-left: 0;
  width: 100%;
}

.navbar-mobile a {
  padding: 10px 20px;
  color: #556270;
  font-size: 1.2rem;
  display: block;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
}

.navbar-mobile .mobile_show {
  display: block;
}

/*Banner Video*/
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c6d4;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c6d4;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c6d4;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c6d4;
}

.codrops-icon:first-child {
  margin-left: 0;
}

/* Related post item */
.media-item {
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.8;
  border-radius: 60px/100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  font-weight: normal;
  margin: 0;
  padding: 0.5em;
}

/* items */
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  grid-column: span 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.item:nth-of-type(even) {
  margin: 0 auto;
}

/* .item:first-of-type { */
/* grid-column: span 1; */
/* } */
.item__svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin: 0 auto;
}

.item__clippath,
.item__deco,
.item__img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.item__meta {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.item__number {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12.5% 0 0 3em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.item__specimen {
  font-size: 5em;
  font-weight: 500;
  line-height: 0.9;
  vertical-align: text-bottom;
  letter-spacing: -0.025em;
}

.item__reference {
  font-size: 1.25em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.item__title {
  font-size: 1.3em;
  font-weight: 600;
  width: 100%;
  margin: 1em 0 0 0;
  text-align: center;
  letter-spacing: 0.125em;
  color: #fff;
}

.item__subtitle {
  font-size: 1em;
  font-weight: 500;
  margin: 0.5em 0 0;
  text-align: center;
  letter-spacing: 0.15em;
  opacity: 0;
}

/* Individual styles */
.item--style-1 .item__deco {
  fill: #dcdcde;
}

.item--style-2 .item__deco {
  fill: #404040;
}

.item--style-3 .item__deco {
  fill: #fff;
}

.item--style-3 .item__title {
  color: #131314;
}

.item--style-4 .item__deco {
  fill: #dcdcde;
}

.item--style-5 .item__deco {
  fill: #404040;
}

.item--style-6 .item__deco {
  fill: #dcdcde;
}

.item--style-7 .item__deco {
  fill: #fff;
}

.item--style-7 .item__title {
  color: #131314;
}

.item--style-8 .item__deco {
  fill: #404040;
}

.item--style-9 .item__deco {
  fill: #dcdcde;
}

@media screen and (max-width: 60em) {
  .item:first-of-type {
    grid-column: span 2;
  }
}

@media screen and (max-width: 40em) {
  .codrops-header__title {
    font-size: 1em;
  }
  .item__number {
    font-size: 0.75em;
  }
  .item__svg {
    min-height: 360px;
  }
}

.logo_box {
  position: absolute;
  left: 4%;
  top: 3%;
}

.login_form .form-control {
  border: 1px solid #dbe4ef;
  background-color: #f1f7ff;
}

.mw-100 {
  min-width: 120px;
}

.btn-login {
  background: #bf2130;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  padding: .375rem .75rem;
  font-size: 15px;
  border-radius: 0px;
  border: 2px solid #bf2130;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-login:hover {
  border: 2px solid #bf2130;
  background: transparent;
  color: #bf2130;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.accnt_reg {
  color: #444;
  font-size: 0.9rem;
  margin-top: 1em;
}

.content_form a {
  color: #ce0518;
  font-size: 0.9rem;
}

.form-check label {
  font-size: 0.9rem;
  cursor: pointer;
}

.design_2 .form-control {
  border-radius: 0px;
  background: #fff;
  border: 1px solid #bec5cf;
}

.design_2 .login_cart .login_pad {
  width: 50%;
  margin: 2em auto;
}

.design_2 .login_form {
  text-align: center;
}

.design_2 .login_form h2 {
  font-family: "Cinzel";
  margin: 0;
  font-size: 2.8rem;
}

.design_2 .login_form h4 {
  font-size: 0.8rem;
  color: #be000d;
  font-family: "Cinzel";
  font-weight: 600;
}

.design_2 .btn-login {
  border-radius: 0;
  background: #be000d;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 2px solid #be000d;
  padding: 10px 30px;
  color: #fff;
}

.design_2 .btn-login:hover {
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #be000d;
  border: 2px solid #be000d;
}

.design_2 .logo_box {
  left: 0%;
  top: 0%;
  position: relative;
  width: 25%;
  margin: 0 auto;
}

.design_2 .footer_box {
  position: absolute;
  bottom: 10px;
  right: 22%;
  margin: 0em auto;
  text-align: right;
  width: 100%;
  padding-left: 0;
  display: none;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check-input:checked {
  background-color: #373b4d;
  border-color: #373b4d;
}

.content_form .nav-pills {
  width: 100%;
  border: 1px solid #be000d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content_form .nav-pills .nav-item {
  width: 50%;
  border-radius: 0;
}

.content_form .nav-pills .nav-item .nav-link.active {
  background: #be000d;
  color: #fff;
}

.content_form .nav-pills .nav-item .nav-link {
  width: 100%;
  border-radius: 0;
  letter-spacing: 1px;
  color: #373b4d;
}

.content_form .nav-pills .nav-item .nav-link.active {
  background: #be000d;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff !important;
  border: 1px solid #dbe4ef !important;
  border-radius: 0px !important;
  cursor: text;
  min-height: 45px !important;
}

.form_recuirtment label {
  font-weight: 550;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.inside_banner {
  background: url(../img/banner_inside.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.inside_banner.client_banner {
  background: url(../img/banner_inside.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.inside_banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.inside_banner .footer_box p {
  color: #fff;
}

.box_list {
  /* position: absolute; */
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 2em;
  z-index: 99;
  margin-top: 8em;
  margin-bottom: 2em;
  border-radius: 0px;
}

.inside_head {
  text-align: center;
  margin: 0em auto 2em auto;
}

.inside_head h4 {
  font-size: 1.5rem;
  font-weight: 550;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
}

.sub_head {
  position: relative;
  z-index: 9;
}

.sub_head h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 45px;
  background: #f2f6fc;
  border-radius: 0px;
  border: 1px solid #dbe4ef;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 3px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 45px;
  line-height: 40px;
  color: #999;
  border-radius: 0px;
  font-weight: 300;
  font-size: 0.9rem;
}

.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 45px;
  background: #ddd;
  color: #222;
  /* font-weight: 700; */
  z-index: 25;
  font-size: 13px;
  line-height: 45px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.file-upload-wrapper:hover:before {
  background: #920412;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  background: #f2f6fc;
}

.submit_box .btn {
  padding: .375rem .75rem;
}

.content--related {
  font-size: 0.85em;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2em;
  padding: 10em 0;
  text-align: center;
  letter-spacing: 0.05em;
  -ms-grid-columns: 260px [auto-fill];
  grid-template-columns: repeat(auto-fill, 260px);
  grid-gap: 4em;
}

.content--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}

.right_panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.right_panel img {
  width: 100%;
}

.content_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  margin-top: 0em;
}

.round_icon_1 {
  position: absolute;
  background: #ddd;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  opacity: 0.3;
  top: 13%;
  left: 30%;
}

.round_icon_2 {
  position: absolute;
  background: #ddd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  bottom: 13%;
  left: 5%;
}

.round_icon_4 {
  position: absolute;
  background: #ddd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  bottom: 26%;
  left: 43%;
}

.round_icon_3 {
  position: absolute;
  background: #ddd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  top: 13%;
  left: 20%;
}

.login_form h5 {
  font-size: 0.8rem;
  margin: 0;
  padding-left: 4.3em;
  position: relative;
  color: #ce0518;
  font-family: "Cinzel";
  font-weight: 600;
}

.login_form h5:after {
  content: "";
  background: #ce0518;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 6px;
}

.footer_box {
  position: relative;
  bottom: 0;
  /* left: 50%; */
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 2em;
  z-index: 99;
}

.footer_box.login_foot {
  position: absolute;
}

.footer_box p {
  margin: 0;
  font-size: 0.8rem;
}

.login_form h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #373b4d;
  margin: 0.3em 0;
}

.content--related > p {
  grid-column: 1 / -1;
}

.main_banner {
  height: 85vh;
  overflow: hidden;
  background-image: url(../img/banner_inside.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main_banner.client_landing_banner {
  background-image: url(../img/banner_inside.jpg);
  height: 85vh;
  overflow: visible;
}

.main_banner.client_landing_banner .banner_lft {
  top: 40%;
}

.main_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.banner_lft {
  /* display: flex; */
  position: absolute;
  padding: 0em;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.banner_rht {
  /* display: flex; */
  position: relative;
}

.banner_rht .banner_show img {
  width: 100%;
}

.banner_head h3 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  letter-spacing: 1px;
  font-family: "Cinzel";
}

.banner_head p {
  color: #fff;
  width: 50%;
  margin: 0.5em auto;
  font-size: 1.2rem;
}

.search_box {
  background: #ddd;
  position: relative;
  width: 100%;
  right: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
          box-shadow: 0px 0px 25px 0px #dddddd8c;
}

.search_box .form-control {
  height: 65px;
}

button.btn.btn-search {
  position: absolute;
  top: 3px;
  background: #bf2130;
  color: #fff;
  padding: 1em 3em;
  font-size: 1rem;
  text-transform: uppercase;
  right: 5px;
}

.play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#bf2130 50%, rgba(195, 30, 49, 0.5) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(195, 30, 49, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #bf2130;
  -webkit-transform: scale(20);
          transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------

# About Us

--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #bf2130;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  color: #bf2130;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #bf2130;
}

.btn-oly-bor {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  color: #bf2130;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #bf2130;
}

.btn-oly-bor:hover {
  background: #bf2130;
  color: #fff;
  text-decoration: none;
}

.about .content .btn-learn-more:hover {
  background: #bf2130;
  color: #fff;
  text-decoration: none;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f9f9;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
  line-height: 25px;
}

/*--------------------------------------------------------------

# Services

--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  -webkit-box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
          box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 0px;
  border-bottom: 5px solid #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.services .icon-box img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.services .icon-box .icon_profile {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 1em;
}

.services {
  position: relative;
  overflow: visible;
}

.services .icon-box {
  position: relative;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services .icon-box h5 {
  font-size: 0.8rem;
  margin-top: 5px;
}

.services .icon-box h5 span {
  font-weight: 550;
}

.services .icon-box p span {
  font-weight: 550;
}

.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #bf2130;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #fff;
  position: relative;
  z-index: 99;
}

a.view_pro {
  font-size: 0.8rem;
  text-decoration: underline !important;
  color: #222;
  margin-top: 2em;
  display: block;
  color: #bf2130;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  position: relative;
  z-index: 99;
}

.services .icon-box h4 a {
  color: #444;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  font-size: 1.1rem;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  color: #444;
}

.services .icon-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.services .icon-box:hover h4 a {
  color: #bf2130;
}

/*--------------------------------------------------------------

# Cta

--------------------------------------------------------------*/
.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/call_action.jpg") fixed center center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/call_action.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Cinzel";
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px;
  background: #bf2130;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #444;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*--------------------------------------------------------------

# Faq

--------------------------------------------------------------*/
.faq {
  padding: 0;
}

.faq .content {
  padding: 60px 100px 0 100px;
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #848484;
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-list {
  padding: 0 100px 60px 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fefefe;
  -webkit-box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
          box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #bf2130;
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #bf2130;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .faq {
    /* img {

        padding-top: 30px;

      } */
  }
  .faq .content {
    padding-top: 30px;
  }
  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------

# Testimonials

--------------------------------------------------------------*/
section .testimonials {
  padding: 80px 0 50px 0px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e4e6ea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f9f9f9;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #bf2130;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #bf2130;
}

/*--------------------------------------------------------------

# Contact

--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 32px;
  color: #bf2130;
  float: left;
  line-height: 1;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #282828;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
}

/*--------------------------------------------------------------

# Pricing

--------------------------------------------------------------*/
.pricing {
  background-color: #f9f9f9;
}

.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  -webkit-box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
          box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}

.pricing .box h4 {
  font-size: 42px;
  color: #bf2130;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 20px 0;
  list-style: none;
  color: #282828;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #bf2130;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 5px;
  border: 2px solid #bf2130;
  color: #bf2130;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #bf2130;
  color: #fff;
}

.pricing .recommended {
  border-color: #bf2130;
}

.pricing .recommended .btn-buy {
  background: #bf2130;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #00b371;
  border-color: #00b371;
}

.pricing .recommended-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #edfbf0;
  color: #bf2130;
  border-radius: 50px;
}

a.woocommerce-button.btn.btn-outline-primary.view{
    width: 100%;
}
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/
#footer {
  background: #bf2130;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 50px 0 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #231717;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  padding: 0;
  margin: 0 0 40px 0;
  color: #231717;
}

#footer .social-links {
  margin: 0 0 20px 0;
}

#footer .social-links i {
  font-size: 30px;
  color: #231717;
}

#footer .section-title {
  padding-bottom: 0;
}

#footer .section-title h2 {
  display: inline-block;
  color: #231717;
}

#footer .credits {
  margin-bottom: 1em;
}

#footer .credits p {
  margin: 0;
  color: #231717;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #bf2130;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .social-links a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .social-links a:hover i {
  color: #444;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a:hover {
  color: #bf2130;
}

.profile_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.profile_banner .profile_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.profile_banner .profile_details h2 {
  font-size: 1.5rem;
  color: #1b1f21;
  font-weight: 550;
}

.profile_banner .profile_details h4 {
  font-size: 0.9rem;
}

.profile_banner .profile_details .ref {
  margin-top: 1.5em;
}

.profile_banner .profile_details .ref h5 {
  font-size: 1rem;
}

.profile_banner .status_profile {
  position: absolute;
  right: 0;
  top: 0%;
}

.profile_banner .status_profile h6 {
  font-weight: 550;
  font-size: 0.9rem;
}

.profile_banner .status_profile h6 .status_color {
  color: #bd9422;
}

.profile_banner .status_profile h5 {
  font-weight: 550;
  font-size: 1.3rem;
}

.price_of_product {
  margin-top: 1em;
}

.price_of_product h5 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #BF2130;
}

.price_client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.quantity_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3em;
}

.quantity_list input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  margin-right: 1em;
  height: 40px;
}

.location_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8em;
}

.location_det h5 {
  margin-right: 1em;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location_det h5 i {
  font-size: 18px;
  color: #BF2130;
  margin-right: 2px;
}

.btn-red {
  background: #BF2130;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: #fff;
}

.download_res {
  margin-top: 1em;
}

.years_of_exper {
  margin-top: 3em;
}

.years_of_exper .expe_details {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.years_of_exper h4 {
  font-weight: 550;
  color: #231717;
  font-family: "Cinzel";
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}

.years_of_exper p {
  font-size: 0.9rem;
  line-height: 1.65;
}

.years_of_exper .content_exper {
  margin-bottom: 1.2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding: 5px;
}

.years_of_exper .content_exper h5 {
  font-size: 0.9rem;
  font-weight: 550;
  color: #1b1f21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.years_of_exper .content_exper h5 .yr_ex {
  margin-left: 1em;
  font-weight: 400;
}

.years_of_exper .content_exper h5 span i {
  border-radius: 0;
  border: 1px solid #d1d0d0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  font-size: 16px;
  color: #BF2130;
  background: #d1d0d0;
}

.years_of_exper .content_exper p {
  font-size: 0.9rem;
}

.booking_interview h5 {
  font-size: 1rem;
}

.booking_interview h5 span {
  font-weight: 550;
}

.slot_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slot_list .slot_box {
  border: 1px solid #cecece;
  padding: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
  text-align: center;
  margin: 10px 5px;
}

.slot_list .slot_box.active {
  background: #1b1f21;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #1b1f21;
  margin-top: 0;
}

.slot_list .slot_box.active p {
  color: #fff;
}

.slot_list .slot_box.active p:after {
  border: none;
}

.slot_list .slot_box p {
  font-size: 0.9rem;
  font-weight: 550;
  margin: 0;
  position: relative;
}

.slot_list .slot_box p:after {
  content: "";
  border: 1px solid #cecece;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50px;
  left: 7px;
  top: 25%;
}

.booking_interview {
  margin-bottom: 2em;
}

span.ref {
  font-size: 0.8rem;
  font-weight: 450;
  text-align: right;
  width: 100%;
  display: block;
  text-transform: capitalize;
}

.styled-input {
  float: left;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.styled-input.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  height: auto;
}

.styled-input label {
  color: #9B9B9B;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}

.styled-input.multi label {
  padding: 5px 0 0;
}

.styled-input.active {
  border: 1px solid #D0E5BA;
  -webkit-box-shadow: inset 0 -2px 4px 0 #D5EEBB;
  box-shadow: inset 0 -2px 4px 0 #D5EEBB;
}

.styled-input .icon--check,
.styled-input .icon--error,
.styled-input .chevron-down {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.styled-input .icon--check,
.styled-input .icon--error {
  display: none;
}

.styled-input .icon--check {
  right: 0%;
}

.styled-input input.success ~ .icon--check,
.styled-input input.error ~ .icon--error {
  display: inline-block;
}

.styled-input label.error,
.styled-input input:focus ~ label.error,
.styled-input input#fn:valid ~ label.error,
.styled-input input#ln:valid ~ label.error {
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  color: #ff523d;
  top: 53px;
  left: -3px;
}

.styled-input.multi.error {
  margin-bottom: 20px;
}

.styled-input.multi > div {
  position: relative;
  width: 100%;
  border-right: 2px solid #ccc;
}

.styled-input.multi > div:nth-last-of-type(1) {
  border-right: 0;
}

.styled-input.multi > div input,
.styled-input.multi > div label {
  padding-left: 12px;
}

.styled-input.multi > div input {
  padding-top: 10px;
}

.styled-input input:focus,
.styled-input textarea:focus,
.styled-input select:focus {
  outline: none;
}

.styled-input input,
.styled-input textarea,
.styled-input select {
  color: #4A4A4A;
  border: 0;
  width: 90%;
  font-size: 15px;
  padding-top: 10px;
  background: transparent;
}

.styled-input select {
  width: 100%;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  left: 11px;
  font-weight: 550;
}

/* Focus Label */
.styled-input input:focus ~ label,
.styled-input input#fn:valid ~ label,
.styled-input input#ln:valid ~ label,
.styled-input input#city[filled="true"]:valid ~ label,
.styled-input #select-state label {
  font-size: 13px;
  letter-spacing: 1.56px;
  color: #4A3B8F;
  top: -12.8px;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .styled-input.multi > div input {
    padding-top: 18px;
  }
  .styled-input.multi label {
    padding: 7px 0 0;
  }
  .styled-input input#fn:valid ~ label,
  .styled-input input#ln:valid ~ label,
  .styled-input input#city[filled="true"]:valid ~ label,
  .styled-input.multi input:focus ~ label,
  .styled-input #select-state label {
    top: -9px;
  }
  .styled-input.multi.error {
    margin-bottom: 30px;
  }
  .styled-input label.error,
  .styled-input input:focus ~ label.error,
  .styled-input input#fn:valid ~ label.error,
  .styled-input input#ln:valid ~ label.error {
    font-size: 13px;
    top: 53px;
  }
}

@media (max-width: 991px) {
  .no-pad-left-10 {
    padding-left: 15px !important;
  }
  .examples [class^="col-"] {
    padding: 0;
  }
  .styled-input.multi > div {
    background-color: #fff;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 16px 16px 8px 11.2px;
    height: 50px;
  }
  .styled-input.multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
  }
  .styled-input.multi > div label {
    padding: 12px 0 0 12px;
  }
  .styled-input.multi > div input:valid ~ label,
  .styled-input.multi > div input:focus ~ label,
  .styled-input.multi #select-state > label {
    padding-top: 15px;
  }
  .styled-input.multi > div input {
    padding-left: 0;
    padding-top: 2px;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .styled-input select {
    left: 0;
    padding-top: 2px;
  }
  .styled-input.multi.error {
    margin-bottom: 0;
  }
  .styled-input.multi > div.error {
    margin-bottom: 30px;
  }
  .styled-input.multi > div.error label.error {
    padding-top: 0;
  }
}

/* Button */
.no-pad-left-10 {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .no-pad-left-10 {
    padding-left: 15px;
    margin-left: 0;
  }
}

.form-area .serach-btn {
  border: none;
  font-size: 16px;
  background: #bf2130;
  text-align: center;
  color: white;
  letter-spacing: 1.01px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
}

.form-area .serach-btn:hover {
  background: #c30013;
  -webkit-box-shadow: -2px -2px 4px -4px rgba(0, 0, 0, 0.02), 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: -2px -2px 4px -4px rgba(0, 0, 0, 0.02), 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.form-area .serach-btn:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .form-area .serach-btn {
    height: 60px;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .form-area .serach-btn {
    padding: 7px 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: -12px;
    margin-bottom: 20px;
  }
}

.banner_search {
  position: absolute;
  top: -45px;
  width: 70%;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #1b1f21;
  padding: 13px;
}

.banner_search.profile_list_search {
  position: relative;
  top: 0;
  margin: 0em auto 4em auto;
  width: 90%;
  background: #bf2130;
}

.banner_search.profile_list_search .form-area .serach-btn {
  background: #1b1f21;
}

.banner_search.profile_list_search .form-area .serach-btn:hover {
  background: transparent;
  border: 2px solid #1b1f21;
}

.checkout_table .table {
  background: #fff;
  vertical-align: middle;
}

.checkout_table .table th {
  text-transform: uppercase;
}

.checkout_table .table td {
  font-weight: 550;
  color: #5d5d5d;
}

.cart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_list h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
}

.cart_list p {
  font-size: 0.85rem;
  font-weight: 550;
  margin: 0;
}

.product_profile {
  width: 70px;
  height: 70px;
}

.cart_total {
  text-align: right;
  margin-top: 2em;
}

.product_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_box span {
  margin-right: 10px;
}

.product_box .product_profile {
  margin-right: 10px;
}

.product_box p {
  font-size: 1rem;
  margin: 0;
}

.apply_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 40%;
  text-align: center;
  padding: 10px;
}

.apply_coupon input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.apply_coupon .btn-login {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  background: #1b1f21;
  border: 2px solid #1b1f21;
}

.apply_coupon .btn-login:hover {
  background: #757575;
  border: 2px solid #757575;
  color: #fff;
}

.cart_list label.pay_delivery {
  background: #ddd;
  width: 100%;
  text-align: left;
  padding: 6px;
  font-size: 0.9rem;
  margin-top: 1em;
  font-weight: 550;
}

.req {
  color: red;
}

.cart_content p {
  font-size: 0.9rem;
  line-height: 25px;
  margin: 0.5em 0;
}

.cart_page .cart_total {
  padding: 30px;
  background: rgba(255, 255, 255, 0.43);
}

.inside_prof_list .icon-box {
  margin-bottom: 1.5em;
}

.related_items {
  margin-top: 8em;
  margin-bottom: 5em;
}

.related_items .related_list {
  text-align: center;
}

.related_items .related_list .related_show {
  padding: 1em 2em;
}

.related_items .related_list .produ_amnt {
  color: #bf2130;
}

.related_items .related_list .produ_amnt h5 {
  font-size: 1rem;
  margin-bottom: 1em;
  color: #212529;
}

/*--------------------------------------------------------------

# Recent Blog Posts Section

--------------------------------------------------------------*/
.recent-posts article {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 1.1rem;
  font-weight: 550;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--color-default);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recent-posts .post-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.partner-logo {
  padding: 4em;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

.login_content {
  text-align: center;
  margin-bottom: 1em;
  background: #be000d;
  padding: 1.5em 12em;
}

.login_content p {
  font-size: 1.1rem;
  line-height: 30px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.client_price_list .profile_details {
  width: 100%;
}

.client_price_list .profile_details .price_cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.client_price_list .profile_details .price_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  text-align: right;
}

.client_price_list .profile_details .price_right .location_det {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_price_list .profile_details .price_right .location_det h5 {
  margin-left: 1em;
  margin-right: 0em;
}

.order-line {
  background: #bababa;
  width: 1px;
  height: 100vh;
  left: 0%;
  position: relative;
  margin: 0 auto;
  top: 0%;
}

.service_banner {
  position: relative;
  overflow: visible;
  padding-top: 6em !important;
  background: #BF2130;
  padding-bottom: 3em;
}

.service_banner .section-title h2,
.service_banner .section-title p {
  color: #fff;
}

.service_banner .banner_serv_blog .service_startup {
  margin-top: 1em;
}

.service_banner .banner_serv_blog .service_startup h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
}

.inside_prof_list .section-title h2 {
  font-weight: 550;
}

.accordion-button:not(.collapsed) {
  color: #bf2130;
  font-weight: 550;
  background: transparent;
}

.accordion-item {
  border: none !important;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
          box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.accordion-button:not(.collapsed)::after {
  background-image: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #5d5d5d !important;
  border: 1px solid #5d5d5d !important;
  border-radius: 0 !important;
  font-size: 0.8rem !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 30px !important;
}

.qualify_list ul li a {
  color: #5d5d5d;
}

.qualify_list ul li.del-list a {
  text-decoration: underline !important;
  font-size: 14px;
  color: #bf2130;
}

.qualify_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: s;
      -ms-flex-pack: s;
          justify-content: s;
}

.qualify_list ul {
  margin-right: 2em;
}

.qualify_list ul li {
  margin-right: 1px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a.list-group-item {
  border-radius: 0 !important;
}

.woocommerce-notices-wrapper {
  text-align: center;
}

.woocommerce-notices-wrapper p {
  text-align: center;
}

.message_box {
  text-align: center;
}

.message_box a {
  color: #bf2130;
  text-decoration: underline !important;
}

.message_box p {
  font-size: 1rem;
}

.woocommerce-message {
  border-top-color: #bf2130;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-message::before {
  content: close-quote;
}

.logout_box .box_list {
  padding: 5em;
}

.bookly-form .picker__holder {
  width: 390px !important;
  border-radius: 0px !important;
}

.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .picker__frame,
.bookly-form .bookly-service-step .bookly-week-days label,
.bookly-form .bookly-repeat-step .bookly-week-days label,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-square,
.bookly-form .bookly-pagination > li.active {
  background-color: #262829 !important;
}

.inside_banner .bookly-form .bookly-btn {
  background-color: #bf2130 !important;
  border-radius: 0px !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

.inside_banner .bookly-form .bookly-btn span {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.picker__day {
  padding: 1em 0 !important;
}

.picker__header {
  margin-top: 0 !important;
  padding: 10px 0 !important;
}

.bookly-form .picker__nav--prev,
.bookly-form .picker__nav--next {
  top: 7px;
}

.bookly-columnizer .bookly-hour {
  background: white !important;
  cursor: pointer;
  margin: 10px 5px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.bookly-columnizer .bookly-column {
  min-width: 127px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bookly-day.bookly-js-first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-radius: 0px !important;
}

.bookly-form input[type="text"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
  padding: 6px 7px 5px !important;
  height: 45px !important;
  border-radius: 0 !important;
}

.bookly-form-group > label {
  display: inline-block;
  font-weight: 600;
  padding: 0 !important;
  margin: 0 !important;
  color: #231717 !important;
}

.bookly-details-step .bookly-form-group textarea {
  height: 105px !important;
}

.bookly-form .bookly-label-error {
  color: #bf2130 !important;
}

.bookly-form input[type="text"].bookly-error {
  border: 2px solid #bf2130 !important;
}

.bookly-columnizer .bookly-time-screen {
  width: 100%;
}

.inside_banner .bookly-form .picker--focused .picker__day--selected {
  border: 1px solid #bf2130 !important;
  color: #fff !important;
  border-radius: 0px !important;
  background: #bf2130 !important;
}

.box_list.second_round {
  width: 50%;
}

.alert {
  position: fixed;
  top: 0;
  right: 6em;
  font-size: 0.8rem;
  border-radius: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
  z-index: 99;
}

.woocommerce-error {
  border-top-color: #f8d7da;
  position: fixed;
  width: auto;
  bottom: 1em;
  right: 1em;
  z-index: 999999;
  background: #f8d7da;
  left: auto;
  margin: 0 auto;
}

.woocommerce-error li {
  color: #842029;
  font-weight: 400;
  font-size: 0.9rem;
}

.btn.btn-outline-primary {
  background: #bf2130;
  color: #fff;
  border: 1px solid #bf2130;
  border-radius: 0;
}

.price {
  font-weight: 900;
}

.woocommerce table.shop_table {
  border-radius: 0;
  background: #fff;
}

.woocommerce table.shop_table th {
  color: #231717;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a {
  background: #bf2130 !important;
  color: #fff !important;
  border: 1px solid #bf2130 !important;
  font-size: 1rem;
  border-radius: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 40%;
  text-align: right;
}

.cart_totals table tr td,
.cart_totals table tr th {
  text-align: right;
}

.cart_totals h2 {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
}

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}

.coupon input {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.cart_totals table th,
.cart_totals table td {
  font-size: 0.9rem;
}

.woocommerce a.remove {
  background: #787878;
  color: #fff !important;
}

.select2-container .select2-selection--single {
  height: 45px !important;
  border: none !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 45px !important;
  font-size: 0.9rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.woocommerce form .form-row input.input-text {
  line-height: normal;
  height: 45px !important;
  border: none !important;
  font-size: 0.9rem !important;
  padding-left: 15px !important;
}

.cart_page h3 {
  font-size: 1.2rem;
  font-weight: 550;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
  margin-bottom: 1em;
}

.woocommerce form .form-row label {
  font-weight: 550;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.woocommerce-checkout-payment p {
  font-size: 0.9rem;
}

.woocommerce-checkout-payment .btn-primary {
  width: 100%;
  border-radius: 0;
  background: #bf2130;
  border: 1px solid #bf2130;
}

.woocommerce-additional-fields {
  margin-top: 1em;
}

.woocommerce-additional-fields h3 {
  margin-bottom: 0.5em;
}

.woocommerce-orders-table tbody td a {
  font-size: 0.8rem;
  padding: 7px 22px;
}

.btn.btn-outline-primary {
  background: #bf2130;
  color: #fff;
  border: 1px solid #bf2130;
  border-radius: 0;
  padding: 7px 30px;
}

header.woocommerce-Address-title.title h3 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  margin: 0 !important;
  line-height: 25px;
}

.woocommerce-account .addresses .title .edit {
  color: #fff !important;
  text-decoration: underline !important;
}

header.woocommerce-Address-title.title {
  background: #bf2130;
  padding: 0.5em;
  margin-bottom: 1em;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
  margin-top: 2em;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
  font-size: 1.3rem;
  font-weight: 550;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
}

.woocommerce form .form-row span em {
  font-size: 0.8rem;
}

.woocommerce-info {
  border-top-color: #212529;
}

.woocommerce-info::before {
  color: #212529;
}

nav.woocommerce-MyAccount-navigation a.active {
  background: #231717;
  border: 1px solid #231717;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

nav.woocommerce-MyAccount-navigation a:hover {
  background: #231717;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff !important;
}

.woocommerce-order-details h2 {
  font-size: 1.2rem;
  font-weight: 550;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
}

section.woocommerce-order-details {
  padding-top: 0;
}

p.woocommerce-notice.woocommerce-notice--success {
  background: #bf2130;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}

table thead th {
  background: #231717;
  color: #fff !important;
  font-size: 0.9rem;
}

table tbody td {
  font-size: 0.8rem;
  text-transform: capitalize;
}

.woocommerce ul.order_details li {
  font-weight: 500;
}

p.order-again {
  text-align: center;
}

p.order-again a {
  background-color: #bf2130 !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  height: 45px;
  border: none;
  padding-left: 15px;
  font-size: 0.9rem;
}

.order_view p {
  background: #bf2130;
  color: #fff;
  padding: 10px;
  margin-bottom: 2em;
}

.order_view p span {
  font-weight: bold;
}

.woocommerce-customer-details {
  padding-top: 0;
}

.woocommerce-customer-details h2 {
  font-size: 1.2rem;
  font-weight: 550;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 1px;
  color: #231717;
}

section.woocommerce-order-details {
  padding-bottom: 0;
}

section.woocommerce-customer-details address {
  border: none !important;
  padding: 0.56em 0 !important;
  color: #1b1f21;
}

.no-preview {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
  width: auto;
  font-style: italic;
}

label.error {
  color: #bf2130;
}
/*# sourceMappingURL=style.css.map */