

@font-face {
    font-family: 'belgium';
    src: url('/assets/font/BRBELRT0.TTF') format('truetype');
}

.msie #hero .carousel-container {
    display: block;
    top: 250px;
}

.msie #hero .container.backdrop {
    background-color: rgba(17, 17, 17, 0.68);
}

.msie .not-msie {
    display: none !important;
}

form .g-recaptcha > div {
    margin: 0px auto 30px auto;
}
form .g-recaptcha.is-invalid > div {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-color: #d9232d;
}


/*--------------------------------------------------------------
# Logo in slide
--------------------------------------------------------------*/

#hero h1.logo_1 { font-family:belgium; color:#ff6600; font-size:5.5rem; font-weight:normal; line-height:1; padding:0; margin:0 }
#hero h2.logo_2 { font-family:belgium; color:#a5c3de; font-size:2.5rem; font-weight:normal; line-height:1; padding:0; margin:0 0 1em 0 }

/* < md */
@media (max-width: 768px) {
#hero h1.logo_1 { font-size:2.75rem }
#hero h2.logo_2 { font-size:1.25rem }
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.curl {
    position: relative
}
.curl::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg, #fff3 0%, #fff0 35%, #fff0 65%, #fff3 100%);
    border-radius: inherit;
}

.silver {
    background: linear-gradient(121deg, #8e8e8e 0%, #fdfdfd 15%, #fdfdfd 25%, #8e8e8e 50%, #8e8e8e 55%, #fdfdfd 75%, #fdfdfd 85%, #8e8e8e 100%);
}
.transparent {
    background: linear-gradient(121deg, #fcfcfc 0%, #e4e4e4 30%, #fcfcfc 66%, #e1e1e1 100%);
    /*    background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #fafafa 25%, transparent 25%, transparent 75%, #fafafa 75%, #fafafa 100%),linear-gradient(45deg, #fafafa 25%, #eee 25%, #eee 75%, #fafafa 75%, #fafafa 100%);
*/
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/assets/img/preloader.gif) center center no-repeat #fff;
    z-index: 20;
}

.basket-link {
    font-size: 2rem;
    color: #556270;
}
.basket-link .badge {
    font-size: .75rem;
    vertical-align:middle;
}

/*.btn-select {
    background: #d9232d;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}
.btn-select:hover {
    background: #e1444d;
    color:#fff;
}*/
.btn-select {
    white-space: nowrap
}

    .btn-select .btn.active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-select .btn:not(.active):hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
/*very small*/
@media (max-width: 450px) {
    .btn-select .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
}

.template {
    display: none !important;
}

html.notouch .touch-only {
    display: none
}
html.touch .notouch-only {
    display: none
}

.form-control::-webkit-input-placeholder {
    color: #bbb;
}
.form-control:-ms-input-placeholder {
    color: #bbb;
}
.form-control::-ms-input-placeholder {
    color: #bbb;
}
.form-control::placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control + i {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
}
.form-control:invalid {
    border-color: #d9232d;
}
.form-control:valid + i {
    display: block;
    color: #4caf50;
}
.form-control:invalid + i {
    display: block;
    color: #d9232d;
}
.form-control:invalid + i::before {
    content: "\f026"
}

ul.list {
    list-style: none;
    padding: 0;
}
ul.list li {
    padding: 10px 0 0 28px;
    position: relative;
}
ul.list i {
    left: 0;
    top: 12px;
    position: absolute;
    font-size: 20px;
    color: #d9232d;
}


/*--------------------------------------------------------------
# galley
--------------------------------------------------------------*/
.gallery-help {
    position:sticky;
    top:72px;
    z-index:100;
    transition:all linear .5s;
    height:0;
    overflow:visible;
    opacity:0;
}
.gallery-help > div {
    text-align: center;
    background: #fff;
    padding: 10px;
}
.gallery-help .icofont-touch {
    vertical-align: middle;
    font-size: 40px;
    color: #d9232d
}
.gallery-help.gallery-help-visible {
    opacity: 1;
}
.gallery-help.gallery-help-closed {
    opacity: 0 !important;
}
.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.gallery figure {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 50%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: solid 5px transparent;
    position:relative;
}
.gallery figcaption {
    font-size: 16px;
    line-height: 26px;    
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
    position: absolute;
    top: 0rem;
    width: 100%;
    padding: .2rem .6rem;
    text-align: center;
    z-index: 1;
    color: #fff0;
    background: #0000;
}
.gallery figcaption:empty {
    display:none
}
.gallery figcaption.dark {
    color:#0000;
    background: #fff0;
}
.gallery figure:hover figcaption {
    color:#ffff;
    background:#0008;
}
.gallery figure:hover figcaption.dark {
    color:#000f;
    background:#fff8;
}
.gallery img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    max-width: 100%;
    transform-origin: center center;
    --gallery-zoom:2;
}
.gallery img+img {
    opacity:0;
}
.gallery figure:hover img {
    transform: scale(calc(var(--gallery-zoom)));
}
.gallery figure:hover img + img {
    opacity:1;
}
.gallery-small figure {
        max-width: 50%;
        flex: 0 0 50%;
        padding-top: 25%;
}
/* < xs */
@media (max-width: 450px) {
    .gallery-small figure {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 50%;
    }
}
/* md*/
@media (min-width: 768px) {
    .gallery figure {
        max-width: 50%;
        flex: 0 0 50%;
        padding-top: 25%;
    }
}
/* xl*/
@media (min-width: 1200px) {
    .gallery:not(.gallery-small) figure {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        padding-top: 16.66666%;
    }
}

/*--------------------------------------------------------------
# bpac
--------------------------------------------------------------*/

.bpac-design {
    position: relative;
    padding: 0;
    color: #222;
    background-color: #fff;
    border: solid 1px transparent;
    transition: background-color 0.4s, color 0.4s;
    margin: 0;
    box-sizing: content-box;
}
.bpac-on-white {
    border-color:#ddd;
}
.bpac-fold::after {
    content:"";
    position:absolute;
    left:50%;
    top:0;
    height:100%;
    width:0;
    border-right:dashed 4px #ccc;
}
.bpac-rounded {
    border-radius: calc(var(--zoomed) * 16px);
}
.bpac-shadow {
    box-shadow: 0px 0px 30px #9999;
}

.bpac-field {
    position: absolute;
    overflow: visible;
    user-select: none;
    font-family: Arial;
    line-height: 1.1;
    display: grid;
    align-content: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    padding: 1px; /*estimate of ptouch editor*/
    border-radius: .25rem;
    border: solid 1px transparent;
    box-sizing: border-box;
}
.bpac-field.bpac-align-top {
    align-content: start;
}
.bpac-field.bpac-align-center {
    align-content: center;
}
.bpac-field.bpac-align-bottom {
    align-content: end;
}
.bpac-field.bpac-justify-left {
    justify-content: left;
}
.bpac-field.bpac-justify-center {
    justify-content: center;
}
.bpac-field.bpac-justify-bottom {
    justify-content: right;
}
.bpac-field.bpac-justify-left > div {
    text-align:left;
}
.bpac-field.bpac-justify-center > div {
    text-align:center;
}
.bpac-field.bpac-justify-bottom > div {
    text-align:right
}


.bpac-field {
    overflow: hidden;
}
.bpac-field:not(.bpac-editable) {
    pointer-events: none;   /*to disable any auto-tel links*/
}
.bpac-field > div {
    overflow: visible;  /* this is required for rescale function */
    white-space: pre;   /*default is single line wrap*/
}
.bpac-field.bpac-multiline > div {
    white-space: pre-wrap;
}
.bpac-field.bpac-90deg {
    /*transform: rotate(90deg);*/
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.bpac-field.bpac-270deg {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    transform-origin:center center;
}
.bpac-field.bpac-invert {
    border-radius: 0;
}
.bpac-field.bpac-editable:hover {
    user-select:text;
}
.bpac-field.bpac-editable:not(.focus):hover {
    background-color: #cde2ff88 !important;
}
.bpac-field.bpac-editable.bpac-invert:not(.focus):hover {
    background-color: #0056d888 !important;
}
.bpac-field.bpac-editable > div:focus {
    outline: none;
}
.bpac-field.bpac-editable.focus {
    border-color: #80BDFF;
    outline: 0;
    box-shadow: 0 0 2px 4px #007bff80;
}
.bpac-design.bpac-rounded .bpac-field.bpac-invert[bpac-name="headline"] { /*special:LOST*/
    border-top-right-radius: calc(var(--zoomed) * 14px);
    border-bottom-right-radius: calc(var(--zoomed) * 14px);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #d9232d;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e1444d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: white;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  padding-bottom: 10px;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-family: belgium;
  font-size: 40px;
  color: #ff6600;
  margin: -8px 0 0 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  white-space:nowrap;
}

#header .logo a {
    color: #ff6600;
}

/* < lg */
@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 12px 0 12px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #556270;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #d9232d;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #556270;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #d9232d;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.banner-button {
  margin: 5px 0 0 25px;
  background: #d9232d;
  color: #fff;
  border-radius: 4px;
  padding: 8px 30px 9px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.banner-button:hover {
  background: #e1444d;
  color: #fff;
}

/* < lg */
@media (max-width: 991px) {
    .banner-button {
        margin: 5px 0 0 0px;
        padding: 6px 18px;
    }
}

/* < xs */
@media (max-width: 450px) {
    .banner-button {
        padding: 6px 6px;
    }
    #header .logo {
        font-size:30px;
        margin-top:0px;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1.5;
  cursor: pointer;
  text-align: right;
  vertical-align:middle;
}

.mobile-nav-toggle i {
  color: #556270;
  vertical-align:middle;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #556270;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #d9232d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(63, 73, 83, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}*/

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 70px;
  right: 70px;
}

/* <= sm */
@media (max-width: 576px) {
    #hero .carousel-container {
        left: 30px;
        right: 30px;
    }
}

#hero .container {
  text-align: center;
}

#hero .container.backdrop {
    background: #111b;
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    max-width: 600px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  /*font-weight: 700;*/
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 28px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center center;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

/* < lg */
@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

/* < lg */
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

/* < md */
@media (max-width: 768px) {
  #hero .container.backdrop {
    padding: 1rem 1rem;
  }
  #hero h2 {
    font-size: 32px;
  }
}

/* < xs */
@media (max-width: 450px) {
    #hero .container.backdrop {
        padding: 1rem 1rem;
    }

    #hero h2 {
        font-size: 24px;
    }
}

#hero .carousel-item .container.topward {
    position: relative;
    top: -50px;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  #hero .carousel-item .container.topward {
      top: -100px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Currency
--------------------------------------------------------------*/

.currency-symbol { 
    font-size:20px; 
    line-height:1;
}
.faq .currency-select {
    display: inline;
    margin: 0 auto 20px auto;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  white-space:nowrap;
}

.section-title h2::after {
  content: "";
  width: 120px;
  max-width:40%;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

@media (max-width: 370px) {
    .section-title h2::after {
        display: block;
        margin: 10px 0;
        width:100%;
    }
}

.section-title p {
  margin: 1rem 0 !important;
  margin: 0;
  font-size: 36px;
/*  font-weight: 700;*/
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
  line-height:1.2
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 86px;
}

/*@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}*/

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
/*  .breadcrumbs {
    margin-top: 58px;
  }*/
  .breadcrumbs .d-flex {
    display: block !important;
  }
/*  .breadcrumbs h2 {
    margin-bottom: 10px;
  }*/
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .icons { font-size: 32px }
.about .icons > * { vertical-align:middle }
.about .icons img { max-width:32px; max-height:35px; height:auto; line-height:1 }


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-list {
    column-count: 1;
    column-gap: 2rem;
}

/* > md */
@media (min-width: 768px) {
    .services-list {
        column-count: 2;
    }
}

.services-list > div {
    break-inside: avoid-column;
    padding: 1rem 0 1rem 0;
}

.services-list > div:last-child {
    padding-bottom: 0;
}

.services .icon-box {
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #d9232d;
}

.services .colours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin-left:70px;
}

.services .colours > div {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all ease-in-out 0.3s;
    margin: 0 .1rem .1rem 0rem;
    border: solid 1px #eee;
}

.services .colours > div::before {
    content: "A";
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 1rem;
    border-radius: 5px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align:center;

}
.portfolio .portfolio-item.featured {
    border: solid 1px #4caf50;
    margin-top: -1.5rem;
    z-index:1;
    margin-left: 0;
    margin-right: 0;
}
.portfolio .portfolio-item .selected {
    opacity:0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: 600;
    white-space:nowrap;
}
.portfolio .portfolio-item.featured .selected {
    background: #4caf50;
    color: #fff;
    opacity: 1;
    padding:1rem 0;
}
.portfolio .portfolio-item.featured .portfolio-wrap {
    background: #4caf5045;
    padding: .5rem;
}

html.notouch .portfolio .portfolio-item:not(.featured):hover .portfolio-info {
    opacity: 1;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d9232d;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: visible;
  z-index: 1;
  text-align:center;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  border: solid 1px #ddd;
  margin: 0;
  height: 120px;
  max-width: 100%;
}
.portfolio .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.portfolio .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}


/*--------------------------------------------------------------
# order page sections
--------------------------------------------------------------*/
.order section {
    transition: height ease .5s;
}
.order .section-title {
    padding-bottom: 20px
}
.order .icofont-touch {
    vertical-align: middle;
    font-size: 40px;
    color: #d9232d
}
/* >= md*/
@media (min-width: 768px) {
    .order .special section {
        width: 50%;
    }
    .order .special .order-preview {
        display: block;
        width: 50%;
        float: right;
        top: 6rem;
        margin: 60px 0;
        position: sticky;
        padding: 0 0 0 2rem !important;
        overflow: visible;
    }
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4caf50;
}

.order-diameter .custom-diameter {
    position:relative;
    width: 14rem; 
    max-width: 100%;
    padding-right:2.6rem;
}
.order-diameter .custom-diameter input {
    text-align:right;
}
.order-diameter .custom-diameter i {
    left:0;
    right:unset;
}
.order-diameter .custom-diameter span {
    position: absolute;
    right: 0;
    top:0;
    padding: .375rem 0;
}
.order-diameter fieldset + i {
    display: none;
    position: absolute;
    left: 15px;
    top: -1.5rem;
    line-height: 1.5;
}
.order-diameter fieldset.invalid + i {
    display: block;
    color: #d9232d;
}
.order-diameter fieldset.invalid + i::before {
    content: "\f026"
}
.order-diameter fieldset .custom-control-label span {
    font-style:italic;
    font-size:smaller;
    margin-left:.5rem;
    color:#aaa;
    white-space:nowrap;
}
.order-diameter fieldset .custom-control-label span::before {
    content: "("
}
.order-diameter fieldset .custom-control-label span::after {
    content: "mm dia.)"
}

.order-color .colours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.order-color .colour-wrap {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
    margin: .5rem;
    border: solid 1px transparent;
}
.order-color .colour-wrap::before {
    content: "A";
}
.order-color [data-id] {
    margin: .5rem 0;
    width: 4rem;
    text-align: center;
    position: relative;
    top:0rem;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    transition: all ease-in-out 0.3s;
    border:solid 1px transparent;
}
.order-color .selected {
    width: 4rem;
    font-size: .8rem;
    padding: .1rem;
    left: -1px;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: .5rem;
    background: transparent;
    color: #444;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    text-align: center;
    overflow: visible;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    border-radius: 5px;
    border: solid 1px #ddd;
    font-weight: bold;
}
.order-color .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    margin-left: -2.5rem;
    margin-top: -3rem;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.order-color [data-id]:not(.featured):hover .btn {
    opacity:1;
}
.order-color [data-id]:not(.featured):hover .colour-wrap {
    /*opacity: .5;*/
}
.order-color [data-id].featured {
    z-index: 50;
    border-color: #4caf50;
}
.order-color [data-id].featured .btn {
    opacity:0;
}
.order-color [data-id]:not(.featured):hover {
    z-index: 100
}
.order-color [data-id]:not(.featured):hover .colour-wrap {
    transform: scale(1.5);
        box-shadow: 0px 0px 12px #999; 
}
.order-color [data-id]:not(.featured):hover .selected {
    opacity: 1;
}
.order-color [data-id].featured {
    top: -2rem;
    background: #4caf5045;
    border-color: #4caf50;
}

.order-color [data-id].featured .selected {
    background: #4caf50;
    color: #fff;
    opacity: 1;
    top:100%;
    margin-top: 0rem;
    border-color: #4caf50;
    border-radius:0 0 5px 5px;
    font-weight:normal;
}
.order-color [data-id] .selected .icofont-tick-mark {
    display: none;
    margin-right: .3rem;
    line-height: 1.5;
}
.order-color [data-id].featured .selected .icofont-tick-mark {
    display: inline;
}
/* >= sm */
@media (min-width: 576px) {
    .order-color [data-id] {
        margin: .75rem 0;
        width: 5.5rem;
    }
    .order-color .selected {
        padding: .2rem;
        font-size: .9rem;
        width: 5.5rem;
    }
    .order-color .colour-wrap {
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
        font-size: 3.25rem;
    }
}
/* >= md*/
@media (min-width: 768px) {
    .order-color [data-id] {
        margin: 1rem 0;
        width: 7rem;
    }
    .order-color .selected {
        font-size: 1rem;
        padding: .3rem;
        width: 7rem;
    }
    .order-color .colour-wrap {
        height: 5rem;
        width: 5rem;
        line-height: 5rem;
        font-size: 4rem;
    }
    .order-diameter fieldset .custom-control-label span::after {
        content: "mm diameter)"
    }
}

.portfolio-help {
    position: sticky;
    top: 72px;
    z-index: 100;
    transition: all linear .5s;
    height: 0;
    overflow: visible;
    opacity: 0;
}
.portfolio-help > div {
    text-align: center;
    background: #fff;
    padding: 10px;
}
.portfolio-help .icofont-touch {
    vertical-align: middle;
    font-size: 40px;
    color: #d9232d
}
.portfolio-help.portfolio-help-visible {
    opacity: 1;
}
.portfolio-help.portfolio-help-closed {
    opacity: 0 !important;
}


.order-design .bpac-design {
    transition: all ease-in-out 0.3s;
}
.order-design [data-id]:not(.featured):hover {
    z-index: 100
}
html.notouch .order-design [data-id]:not(.featured):hover .bpac-design {
    transform: scale(1.3);
    box-shadow: 0px 0px 30px #999; /* fat border but without affecting positioning */
}
.order-design [data-id] .selected .icofont-tick-mark {
    line-height: 1.5;
    margin-right: .3rem;
}
.order-design .portfolio-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-right: -25px;
    margin-left: -25px;
}
.order-design .portfolio-item {
    margin:.5rem;
}

.order-text .form-grid {
    display: grid;
    grid-template-columns: min-content auto;
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
}
.order-text .form-grid > div {
    position: relative
}

.order .plain-box {
    border: solid 3px black;
    max-width: 10rem;
    height: 4em;
    margin: 20px auto 20px auto;
}
.order .mini-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mini-box {
    display: inline-grid;
    justify-content:center;
    grid-column-gap:10px;
    grid-row-gap:10px;
    grid-template-columns: 4rem 4rem;
    vertical-align:middle;
}
.mini-box > span {
    display:inline-block;
    margin:0;
    border: solid 3px black;
    width: 4rem;
    height: 2rem;
}
.order [data-id=rounded] .plain-box {
    border-radius: 10px;
}
.order .order-instructions .form-group,
.order .order-instructions textarea {
    height: 100%
}

/*--------------------------------------------------------------
# status
--------------------------------------------------------------*/

.status #Thankyou .btn {
    margin-top: -4px;
    /*transition: all .3s ease-in-out;*/
}
.status #Thankyou label {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
}
.status #Thankyou .form-control {
    margin-top:.25rem;
}
.status #Thankyou .form-control:disabled {
    background: inherit
}


/*--------------------------------------------------------------
# basket
--------------------------------------------------------------*/
.basket {
    display: grid;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.basket .shipping, .basket .duty, .basket .total {
    width:100%;
    display: inline-grid;
    grid-template-columns: 1fr minmax(4rem,min-content);
    justify-self: end;
    grid-column-gap: 1rem;
    text-align: left;
    position: relative;
    padding: 1rem 0 0 0;
    margin: 0;
    border-radius: 4px;
    background: white;
    border-bottom: solid 2px #eee;
}
.basket .paypal {
    width:100%;
    display: inline-grid;
    grid-template-columns: 1fr;
    justify-self: end;
    text-align: left;
    position: relative;
    padding: 1rem 0 0 0;
    margin: 0;
    background: white;
}
.basket .another {
    height:auto;
    border-bottom: solid 2px #eee;
}

.basket .line {
    display: inline-grid;
    grid-template-columns: auto min-content minmax(4rem,min-content);
    grid-template-rows: [row1-start] auto [row1-end row2-start] auto [row2-end];
    grid-template-areas: "header1 header2 header3" "design quantity price";
    grid-column-gap: 1rem;
    text-align: left;
    position: relative;
    padding: 1rem 0 0 0;
    margin: 0;
    border-radius: 4px;
    background: white;
    border-bottom: solid 2px #eee;
}
.basket .template + .line {
    padding-top:0;
}
.basket .total {
    border-bottom: none;
}
.basket h4 {
    display:inline-block;
    margin-top:2px;
    line-height: 1.5;
}
.basket h4 span {
    font-weight:normal;
    font-size:1rem;
    line-height:1;
}
.basket h4 i {
    margin-right:5px;
    font-size:20px
}
.basket .line dl {
    display: none;
    grid-template-columns: auto auto;
    align-content: start;
    font-size:smaller;
}
.basket .line-each {
    text-align: right;
    white-space: nowrap;
    font-size: smaller;
    color: #aaa;
    font-style:italic;
}
.basket .line-each span {
    font-size:inherit !important
}
.basket .bpac-shadow {
    box-shadow:15px 15px 30px #9999;
}
.basket h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
}
.basket .line .details {
    position: relative;
    display: inline-flex;
    flex-flow: wrap;
    vertical-align: top;
    grid-column-start: 1;
    grid-column-end: 3;
}
.basket .good, .basket .bad {
    margin-top: .15rem;
    white-space:normal !important;

}
.basket .line .bpac-design {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: none;
    border-bottom: none;
    z-index:1;
}
.basket .line .bpac-design.rounded {
    border-radius: 25px !important;
}
.basket .line-qty {
    margin-right: .4rem
}
.basket .line-qty select {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 1.5rem;
    line-height: 1;
    height: auto;
    min-width:4rem;
}
.basket .line-qty .input-group {
    flex-wrap: nowrap
}
.basket .line-price span, .basket .total span {
    font-size: 1.3rem;
}
.basket .line-design {
    margin-bottom: .5rem;
}
.basket .details {
    margin-bottom: 1.5rem;
}
.basket .details dl {
    margin:0;
}
.basket .details dt {
    margin-right: .5rem;
    font-weight:normal;
}
.basket .details dd {
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 0;
}
.basket .details dt:after {
    content: ":"
}
.basket .line-price { 
    text-align:right 

}
#Empty {
    display: grid;
    justify-content: center;
}
.basket .paypal {
    min-height: 155px;
    width: 100%;
    background: url('/assets/img/preloader.gif') center no-repeat;
}
.basket #Paypal > * {
    background-color: #fff;
}
.basket .region-select {
    white-space: nowrap
}
.basket .region-select .btn.active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.basket .region-select .btn:not(.active):hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

/* xs */
@media (max-width: 576px) {
    .basket .line-qty select {
        padding-right: 1.4rem;
        padding-left: .3rem;
        min-width: 3.5rem;
    }
    .basket .line .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .basket .line-qty .input-group {
        width: 7rem;
    }
}
/*sm */
@media (min-width: 576px) {
    .basket .good, .basket .bad {
        margin-top: .38rem;
    }
}
/* md*/
@media (min-width: 768px) {
    .basket .another {
        height: 0;
        border-bottom: none;
    }
    .basket .line, .basket .duty, .basket .shipping, .basket .total {
        grid-column-gap: 4rem;
    }
    .basket .duty, .basket .shipping, .basket .total, .basket .paypal {
        width: 23rem;
    }
    .basket .line .details {
        grid-column-end: 3 !important;
    }
    .basket .line dl {
        font-size: inherit;
    }
    .basket .line-each {
        font-size: inherit;
    }
    .basket .line dl {
        display: grid;
    }
}
/* xl */
@media (min-width: 1200px) {
    .basket .line .details {
        grid-column-end: 2 !important;
    }
}


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 50px;
    display: block;
    background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: white;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px transparent;
    transition: all 0.3s ease-in-out;
}
.pricing .box.featured {
    border-color: #4caf50
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

/* <= sm */
@media (max-width: 576px) {
    .order-type .pricing h3 {
        font-size: 22px;
        padding: 15px 15px;
    }
}

.pricing h4 {
  font-size: 36px;
  color: #d9232d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .featured .btn-buy {
    display: none
}
.pricing .featured .btn-wrap {
    color: #fff;
    background: #4caf50;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.pricing .selected {
    display:none;
    white-space:nowrap;
}
.pricing .selected .icofont-tick-mark {
   margin-right:.3rem;
   line-height:1.5;
}
.pricing .featured .selected {
    display:block
}
.pricing .btn-buy {
  background: #d9232d;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.pricing img { max-width:100%; max-height:100px }
.pricing .flag img { max-width:60%; max-height:none; float:left }
.pricing .flag .detail { float:right; width:40%; text-align:left; padding-left:5px; }
.pricing .flag ul { clear:both; margin-top:5px }

.pricing .btn-buy:hover {
  background: #e1444d;
}

.pricing .featured h3 {
    color: #fff;
    background: #4caf50;
    transition: all 0.3s ease-in-out;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d9232d;
  color: #fff;
}


.pricing ul {
    text-align:left;
    list-style: none;
    padding: 0;
}

.pricing ul li {
    padding: 0 0 0 28px;
    position: relative;
}

.pricing ul i {
    left: 0;
    top: 2px;
    position: absolute;
    font-size: 20px;
    color: #d9232d;
}
.pricing .detail {
    font-size: 14px
}

@media (max-width: 600px) {

    .order-type .pricing .box {
        text-align: left;
        position: relative;
    }

    .order-type .pricing > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-type .pricing .box .detail {
        width: 50%;
        float: left;
        clear: left;
    }

    .order-type .pricing .box .pic {
        max-width: 50%;
        float: left;
        clear: left;
        margin-right: 0 !important;
        min-width:8rem;
    }

    .order-type .pricing .box ul {
        width: 50%;
        position: absolute;
        padding-left: 10px;
        top: 5rem;
        right: 0;
    }

    .order-type .pricing .box .btn-wrap {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: .5rem;
    }
    .order-type .pricing .box .selected {
        padding: 8px;
        margin: 0;
    }
    .order-type .pricing .advanced {
        display: none;
    }
    .order-type .pricing .flag img {
        position: absolute;
        max-width: 50%;
        max-height: 140px;
        /*left:-8px;*/
    }

    .order-type .pricing .flag .detail,
    .order-type .pricing .mini .detail {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 10px;
        float: right;
    }

    .order-type .pricing .flag ul,
    .order-type .pricing .mini ul {
        position: relative;
        top: unset;
        left: unset;
        float: right;
        clear: right;
        width: 50%;
        padding-left: 5px;
    }

    .order-type .pricing .mini .detail {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 10px;
        float: right;
    }
}






/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid white;
    text-align: justify;
}
.faq .faq-item h4 {
    text-align:left;
}
.faq .faq-item .faq-icon {
    color: #d9232d; /* color: #dee2e6;*/
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 12px 0 0 0;
    margin: 0;
}
#custom .faq-item .faq-icon {
    color: #d9232d;
}
.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
    font-family: "Poppins", sans-serif;
}

.faq .faq-item .faq-item p {
    font-size: 15px;
}

.faq .colours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.faq .colours > div {
    display: inline-block;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    transition: all ease-in-out 0.3s;
    margin: .2rem;
    border: solid 1px #eee;
}
.faq .colours > div::before {
    content: "A";
}
.popover-header.rounded { 
    background-color:inherit 
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial-list {
    column-count: 1;
    column-gap: 2rem;
}

/* > md */
@media (min-width: 768px) {
    .testimonial-list {
        column-count: 2;
    }
}

.testimonial-list > div {
    break-inside: avoid-column;
    padding: 1rem 0 1rem 0;
}
.testimonial-list > div:last-child {
    padding-bottom: 0;
}
.testimonial-list > div >div {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

.testimonial-list .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonial-list h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonial-list h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 .5rem 0;
}

.testimonial-list i {
    color: #f8d1d3;
    font-size: 46px;
    display: inline-block;
    line-height: 0.5;
    vertical-align: bottom;
    position: relative;
    bottom: -6px;
    margin: 0 5px 0 0;
}


.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/
.guide .section-title > p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.guide .section-title > p > span:first-child {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.guide .section-title > p > * {
    vertical-align:middle
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #d9232d !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #d9232d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #d9232d;
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e1444d;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8795a4;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #a4afba;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #d9232d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #c1c8d0;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #c1c8d0;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #d9232d;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid #edeff1;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #d9232d;
  border: 1px solid #d9232d;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #6b7b8d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #6b7b8d;
}

.blog .sidebar .categories ul a:hover {
  color: #d9232d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #292f36;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #c1c8d0;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #515d6a;
  padding: 30px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
/*#footer .footer-top .footer-info a {
    color: inherit
}
#footer .footer-top .footer-info a:hover {
    color: #d9232d
}*/

#footer .footer-top h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: belgium;
  font-weight: normal;
}
#footer .footer-top .footer-info h3 {
  font-family: belgium;
}

#footer .footer-top {
    line-height: 1;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}


/* >= xs */
@media (min-width: 450px) {
    .ml-xs-1 {
        margin-left: 0.25rem !important;
    }
    .ml-xs-3 {
        margin-left: 1rem !important;
    }
}
/* >= sm */
@media (min-width: 576px) {
}
/* >= md*/
@media (min-width: 768px) {
}
/* >= lg */
@media (min-width: 992px) {
}
/* >= xl */
@media (min-width: 1200px) {
}