/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: auto !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-boxf;
  box-sizing: border-box;
  outline: none;
}
iframe {
  border: 0;
}

.disablescroll {
  overflow-y: hidden;
}

/* ==================================================
   Basic Styles
================================================== */

html,
body {
  height: 100%;
}

html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;

  -webkit-transition: color 0.1s linear 0s;
  -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #666666;
}
a img {
  border: none;
}
a > img {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
img,
object,
embed,
audio,
video {
  max-width: 100%;
}
img {
  height: auto;
}
strong,
.strong {
  color: #010101;
  font-size: 8pt;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3px;
  background: #e7e6e6;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px;
}
i,
em,
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  float: left;
  margin: 0 25px 0 0px !important;
}
.align-right {
  float: right;
  margin: 0 0 0 25px !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #ffffff;
}
.through {
  text-decoration: line-through;
}
.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  color: #2b2b2b;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}
h4 {
  font-size: 15px;
  text-transform: uppercase;
}
h5 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
h6 {
  font-size: 12px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2b2b2b;
  text-decoration: none;
}
.huge {
  font-size: 10em;
}
p {
  margin: 0 0 15px 0;
}
p.md {
  font-size: 16px;
  line-height: 22px;
}
p.lg {
  font-size: 30px;
  line-height: 1.2em;
}
.big {
  font-size: 200%;
  line-height: 1.5em;
}
.thin {
  font-weight: 300;
}
.title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 120%;
}
hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}
hr.sm {
  display: inline-block;
  margin: 5px 0 15px 0;
  width: 40px;
  height: 2px;
  border: 0;
  background: #eee;
}
hr.md {
  display: inline-block;
  margin: 5px 0 15px 0;
  width: 120px;
  height: 2px;
  border: 0;
  background: #eee;
}
hr.lg {
  display: inline-block;
  margin: 5px 0 15px 0;
  width: 200px;
  height: 2px;
  border: 0;
  background: #eee;
}
hr.fw {
  display: block;
  clear: both;
  margin-top: 0;
  width: 100%;
  height: 2px;
  border: 0;
  background: #eee;
}
hr.fw.thin {
  height: 1px;
}
ul.inline {
  margin: 10px 0;
}
ul.inline > li {
  display: inline-block;
  margin-right: 10px;
}
ul.inline > li i.fa {
  margin-right: 2px;
}
ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #e6e9ed;
  color: #666666;
  text-decoration: none;
}
ul.nav-list-primary > li a:hover {
  text-decoration: none;
}
ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}
dl {
  margin: 10px 0;
}
dl dt {
  font-weight: 700;
}
address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px;
}
address.ico p {
  margin: 0;
  padding-bottom: 10px;
}
address.ico span {
  display: inline-block;
  padding-left: 20px;
}
.cursive {
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
} 
.size_style label {
  color: #6a6a6a;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: 600;
}
label.size_note,
.sign_note {
  font-size: 11px;
  text-align: justify;
  font-weight: normal;
  line-height: 1.5;
}
.sign_note {
  color: #9a9a9a;
  display: inline-block;
  padding: 0;
}
.sign_note p {
  margin: 0;
  font-size: 12px;
}
.sign_note .tooltip {
  font-size: 14px !important;
}
.custom-radio label {
  font-size: 11pt;
  line-height: 1;
  margin-bottom: 0;
}
.custom-control.custom-radio {
  text-align: left;
}
.plug_style label,
.board_style label {
  color: #6a6a6a;
  font-size: 13pt;
  margin-bottom: 0;
  display: block;
  text-align: left;
  padding-left: 10px;
}
.plug_style label {
  padding: 0;
}
.form-control {
  margin-bottom: 20px;
}
.form-group {
  margin: 0;
  display: inline-block;
  width: 100%;
}
textarea.form-control {
  border-radius: 2px;
  resize: none;
  height: 90px;
  border: 1px solid #f3f3f3;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #aeaeae;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aeaeae;
}
::placeholder {
  color: #aeaeae;
}
.ico,
.ico-social {
  font-style: normal;
  font-weight: normal;
}
img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
img.alignleft:before,
img.alignleft:after {
  display: table;
  content: " ";
}

img.alignleft:after {
  clear: both;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */

.btn {
  border-width: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-default {
  border-width: 1px;
  box-shadow: none;
  text-shadow: none;
  width: 50%;
  padding: 2px 5px;
  border-color: #f3f3f3;
}
.checkers-overlay {
  background: url(img/checkers.png) repeat;
}
.pattern-overlay {
  background: url(img/pattern.png) repeat;
}

.img-thumbnail img:hover,
.img-thumbnail:hover {
  opacity: 0.9;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: url(img/dropdown-arrow.png) no-repeat !important;
  background-position: right center !important;
  background-color: #fff !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: normal !important;
}
select::-ms-expand {
  display: none;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
  overflow-x: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
html,
body {
  width: 100%;
  height: 100%;
}
body .body {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
body.classic {
  background: #fff;
}
body.gallery {
  background: url(img/ajax-loader-dark.gif) no-repeat center center fixed
    #040204;
}
body.boxed {
  background: #fff;
}
body.landing:after {
  display: none;
}
.top-header {
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.top-header > .container {
  position: relative;
}
.site-header h1.logo {
  padding-top: 5px;
}
.logo a {
  text-decoration: none;
}
.site-header .menu-toggle {
  font-size: 18px;
  margin: 25px 0 0 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .menu-toggle:focus {
  outline: 0;
}
.main {
  position: relative;
  top: 70px;
  z-index: 2;
}
body.personal .main {
  top: 0;
}
.content {
  padding: 40px 0 60px;
}
body.gallery .content {
  padding-top: 0;
  padding-bottom: 40px;
}
.recent-portfolio a {
  text-decoration: none;
}
.related-projects h3 {
  color: #fff;
}
.sidebar .related-projects h3 {
  color: #1a1717;
}
.tp-boxed {
  background-color: #f5f7fa;
}

.post.standard {
  margin-bottom: 40px;
}
.page-footer {
  background-color: #f5f7fa;
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.about-block {
  width: 100%;
  background-image: url(img/ag-square.png);
  background-repeat: repeat;
}
.static-pages {
  margin-top: 0;
}
.error-404 {
  margin-top: 80px;
}

/* Sidebar */
.widget {
  margin-bottom: 40px;
}
.widget a {
  text-decoration: none;
}
.widget a:hover img {
  opacity: 0.9;
}
.widgettitle {
  margin-bottom: 5px;
}
.widget ul > li {
  border-bottom: 1px solid #e6e9ed;
  padding: 10px 0;
  color: #999999;
}
.widget ul > li a {
  display: inline-block;
  text-decoration: none;
}
.widget ul > li a i {
  margin-right: 5px;
}
.widget ul > li:first-child {
  padding-top: 0;
}
.widget ul > li a:hover {
  text-decoration: none;
}
.afwidgtit {
  margin-bottom: 20px !important;
}
.widget.instafeed_widget ul li,
.widget.flickr_widget ul li {
  width: 31%;
  margin-right: 2.33%;
  margin-bottom: 20px;
  float: left;
  border-bottom: 0;
  padding: 0;
}
.flickr_widget_alt ul li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
.widget.instafeed_widget ul li a,
.widget.flickr_widget ul li a,
.widget.flickr_widget_alt ul li a,
.widget.recentposts_widget li a {
  display: inline;
}
.widget.instafeed_widget li:nth-child(3n + 3),
.widget.flickr_widget li:nth-child(3n + 3) {
  margin-right: 0;
}
.widget.flickr_widget_alt ul li {
  border-bottom: 0;
  padding: 0;
}
.flickr_widget_alt li:nth-child(2n + 2) {
  margin-right: 0;
}
.twitter_widget a {
  text-decoration: none;
}
.widget.recentposts_widget li {
  margin-bottom: 20px;
  border-bottom: 0;
  padding: 0;
}
.widget.recentposts_widget li h5 {
  margin-bottom: 10px;
}
.widget.recentposts_widget .readmore {
  font-size: 13px;
}
.widget .social-icons li {
  border-bottom: 0;
}
.widget .social-icons li a {
  text-align: center;
}
#googleMap iframe {
  width: 100%;
}
#googleMap {
  height: 100%;
}
#googleMap img {
  max-width: none;
}
.contact-info a {
  text-decoration: none;
  border-bottom: 2px solid;
}
#message .alert {
  padding-left: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/

/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
  margin-bottom: 35px;
}

.accordion-group {
  margin-bottom: 8px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.accordion-toggle {
  cursor: pointer;
}
.accordion-toggle:hover {
  text-decoration: none;
}

.progress {
  margin-bottom: 15px;
  height: 20px;
  border-radius: 3px;
  background-color: #e6e9ed;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
/* For Touch Devices */
.touch .site-header {
  position: absolute;
  top: 0;
}
.touch .body {
  position: static;
}

@media only screen and (max-width: 900px) {
  .right-sidebar {
    margin-top: 40px;
  }
  #googleMap {
    height: 250px !important;
  }
  .contactForm {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .contact-info {
    width: 50%;
    float: left;
  }
  .contact-info .col-md-4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .menu-toggle {
    margin-right: 20px;
  }
  #googleMap {
    height: 200px !important;
  }
  .copyrights-col-left {
    display: none;
  }
  .project-nav a {
    background: none;
  }
  .touch body.contact .body,
  .touch body.contact body {
    overflow-y: scroll !important;
  }
  .contactForm {
    width: 100%;
    margin-right: 0;
  }
  .contact-info {
    width: 100%;
  }
}
/* For Retina Devices */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Typography */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header span {
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.section-header h2{
       /* changed */ 
	line-height:90%;
}
.accordion-primary .acc {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.accordion-primary.accordion-small .acc {
  margin-left: -5px;
  margin-right: -5px;
}

.accordion-primary .my-faq-item {
    /* changed */
     width: 100%;
     margin-bottom: 25px;
    /* changed */
     padding: 20px;
     gap:12px;
    /* changed */
     background-color: #fbfbfb;
    /* changed */
     border-radius: 12px;
    /* changed */
     border: 1px solid #eeeeee;
}

.accordion-primary.accordion-full .my-faq-item {
  width: 100%;
}

.accordion-primary.accordion-small .my-faq-item {
  padding: 0 5px;
}

.accordion-primary .my-faq-item .header {
  padding: 10px 15px;
  /* changed */ 
  border-bottom: 0px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.accordion-primary.accordion-small .my-faq-item .header h3 {
  font-size: 20px;
}

.accordion-primary .my-faq-item .header .arrow {
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666;
  width: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion-primary .my-faq-item .header.active .arrow {
  transform: rotate(-180deg);
}

.accordion-primary .my-faq-item .header i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  height: 12px;
  line-height: 10px;
  margin-top: -6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #999999;
}

.accordion-primary .my-faq-item .header.active i {
  transform: rotate(-180deg);
}

.accordion-primary .my-faq-item .body {
  display: none;
  padding: 15px;
  border-top: 0;
}

.accordion-primary .my-faq-item .body ul {
  list-style: inherit;
  padding-left: 25px;
  line-height: 1.2em;
}

.accordion-primary .my-faq-item .body ul li {
  margin-bottom: 10px;
}

b {
  font-weight: 700;
}

/* Heading Section */
#heading-section {
  padding: 5px 0;
}
#heading-section h2 {
  /* changed */
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 15px 0 0 0;
  text-transform: uppercase;
}

#heading-section h3 {
  font-size: 22px;
  font-weight: 400;
  color: #ff7ac7;
  position: relative;
  top: -15px;
}
/* End Heading Section */

/* Our Reviews Section changed */
div.review h2 {
  text-align: center; 
  color: black;  
  font-size: 40px;
  font-weight: 600;  
  text-transform: uppercase;
  padding: 10px 0 0px;
  letter-spacing: 0px;
  text-transform: uppercase; 
}

/* My Imagination Section */
#my-imagination-section {
  padding: 100px 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2f2f2f;
  font-weight: 400;
}

#my-imagination-section h2 {
	   /* changed */
	color: #000;
  font-size: 40px;
  font-weight: 600;
  padding: 10px 0 0px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#my-imagination-section h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
#my-imagination-section .box h3 {
	/* changed */	
	color: #000;
  text-transform: uppercase;
  text-align: left;
}

#my-imagination-section h3 span {
  font-size: 22px;
  color: #777;
}

#my-imagination-section .box {
  padding: 12px 8px 12px;
  margin-bottom: 30px;
  text-align: justify;
}
/* New: My inspiration Section */
#my-inspiration-section {
  padding: 0 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2f2f2f;
  font-weight: 400;
}

#my-inspiration-section h2 {
	color: #000;
    font-size: 40px;
    font-weight: 600; 
  padding: 10px 0 0px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#my-inspiration-section h3 {
	color: #000;	
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
#my-inspiration-section .box h3 {
  color: #5761ff;
  text-transform: uppercase;
  text-align: left;
}

#my-inspiration-section h3 span {
  font-size: 22px;
  color: #777;
}

#my-inspiration-section .box {
  padding: 12px 8px 12px;
  margin-bottom: 30px;
  text-align: justify;
}
/* My FAQ Section */
#my-faq-section {
  padding: 100px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2f2f2f;
}

#my-faq-section h2 {
/* changed */	
    color: #000000;
/* changed */
    font-size: 40px;
  padding: 10px 0 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

#my-faq-section h3 {
  /* changed */
    color: #5761fe;
  /* changed */
  font-weight:500;
  line-height: 1.2em;
  margin-bottom: 0;
}

#my-faq-section h3 span {
  font-size: 16px;
  color: #777;
  display: block;
}

#my-faq-section .faq-featured-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
   /* changed */
  max-width:1155px;
   /* changed */  
  margin:auto; 
}

#my-faq-section .faq-featured-area .faq-featured-item {
  width: 25%;
  padding: 10px;
  text-align: center;
}

#my-faq-section .faq-featured-area .faq-featured-item h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 15px;
}

#my-faq-section .faq-featured-area .faq-featured-item .faq-featured-item-inner {
  -webkit-box-shadow: 2px 8px 17px -6px rgba(225, 225, 225, 1);
  -moz-box-shadow: 2px 8px 17px -6px rgba(225, 225, 225, 1);
  box-shadow: 2px 8px 17px -6px rgba(225, 225, 225, 1);
  padding: 15px;
  /* changed */  
  min-height: 410px;
}

#my-faq-section .faq-featured-area .faq-featured-item .icon {
  display: block;
  margin: 0 auto 15px;
  width: 75px;
}
.faq-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f4f4f4;
  /* changed */
  background-color: #FFF;
  /* changed */
  padding: 50px 0 100px;
}

a:hover,
.navigation > ul > li:hover > a,
.navigation > ul > li > ul > li:hover > a,
.navigation > ul > li > ul > li > ul > li:hover > a,
.navigation > ul > li > ul > li > ul > li > ul > li:hover > a,
.text-primary,
.btn-primary .badge,
.btn-link,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
p.drop-caps:first-child:first-letter,
.accent-color,
.post-more,
ul.nav-list-primary > li a:hover,
.mfp-title a,
.grid-item.post .continue-reading,
.grid-item.post h3 a:hover,
.grid-item.post .post-footer a:hover,
.meta-data a:hover,
.post.format-link:hover .link-icon,
.twitter_widget a,
.widget.recentposts_widget .readmore,
.fact-ico,
blockquote p,
.about-box .about-cont h4,
.contact-info i.fa,
.pricing-column h3,
.project-info h4,
.action-port .gallery-permalink {
  color: black;
}
.twitter_widget a:hover,
.widget.recentposts_widget .readmore:hover {
  opacity: 0.9;
}
p.drop-caps.secondary:first-child:first-letter,
.accent-bg,
.fa.accent-color,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading,
.carousel-indicators .active,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
hr.sm,
hr.md,
hr.lg,
.flex-control-nav a:hover,
.flex-control-nav a.flex-active,
.accordion-heading .accordion-toggle.active,
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li.active a,
.page-actions-block a:hover,
.page-actions-block a.inverse,
.media-box .zoom span,
.media-box .expand span,
.secondary-header,
.features.colored li .icon,
.swiper .swiper-slide .permaurl,
.post.format-quote a.quote-box,
.about-block,
.tag-cloud a,
.pricing-column.highlight h3,
.page-header {
  background-color: black;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.next-prev-nav a:hover,
.tag-cloud a:hover {
  background: black;
  opacity: 0.9;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading,
.fc-event,
.post.format-link:hover .link-icon {
  border-color: black;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body,
.navigation > ul > li:hover {
  border-top-color: black;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body,
.contact-info a {
  border-bottom-color: black;
}
/* Color Scheme Specific Classes */

/* The 2021 Custom Neon Fonts */


@keyframes colorSpin {
  0% {
    background-position: 0% 4%;
  }
  50% {
    background-position: 100% 97%;
  }
  100% {
    background-position: 0% 4%;
  }
}
.WordSection1 .col-md-6:first-child {
  padding-left: 0;
  padding-right: 22px !important;
}
.WordSection1 .col-md-6 {
  float: left;
  margin-top: 20px;
}
.WordSection1 h2,
.WordSection1 h1 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: unset;
  text-align: left;
  line-height: 1em;
  margin: 25px 0 10px;
}
.WordSection1 h2.tpH,
.WordSection1 h1.tpH {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #ff7ac7;
}
.WordSection1 h2.h2faq {
  font-size: 36px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.WordSection1 .col-md-6 p {
  margin-bottom: 15px !important;
  text-align: justify;
  font-size: 16px;
}
.WordSection1 .col-md-6 div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.WordSection1 .col-md-6 div img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
.WordSection1 .col-md-6 div p {
  display: table;
}
.WordSection1 .col-md-6 p.tp {
  margin-left: 20px;
}
.WordSection1 h2 span {
  color: #666;
  font-size: 20px;
}
.WordSection1 p.tac {
  color: #8c8c8c;
  font-style: italic;
  font-size: 14px;
  margin: 20px, 1px, 0px, 6px;
  text-align: left;
}

gold {
  color: #d4af37;
}

#result_table td {
  background: #ffffff;
}

.social-icons a {
  margin: 0 0 0 5px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #222;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #d5768a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

td > img {
  height: 28px;
  cursor: pointer;
}

.btn:hover,
.btn.active {
  box-shadow: 0px 0px 5px #a2e6ff, 0px 0px 10px #a2e6ff;
  opacity: 1;
}

.loader-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader-back-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#message-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader-back.loading,
.loader-back-image.loading,
#message-back.loading {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  z-index: 9990;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding-bottom: 70px;
  padding-top: 70px;
  /* 	border-radius: 10px; */
  /* 	box-shadow: 0px 0px 20px #a2e6ff; */
  /* 	border: 1px solid #000; */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.image_wrapper {
  border: none !important;
  width: 100%;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  background: rgba(0, 0, 0, 0);
}

.image_wrapper > img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#myRange {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.25rem;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 5px;
  box-shadow: inset 2px 2px 10px #3f3f3f;
}

#myRange:hover {
  opacity: 1;
}

#myRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background-image: url(img/favicon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid black;
}

#myRange::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  background-image: url(img/favicon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
}

input {
  color: black;
}

.logo {
  height: 70px;
}

.logo img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.features.colored > li > span > img {
  width: 100%;
}

.main-menu-wrapper {
  background: #ffffff;
}

body {
  height: auto;
  padding-bottom: 0px;
}

.custom {
  height: auto;
  width: 100vw;
}
.fa-facebook + a:before,
.fa-instagram + a:before {
  content: " ";
}

.details {
  overflow: hidden;
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: scale(0.1);
  -webkit-filter: scale(0.1);
  -moz-filter: scale(0.1);
  -ms-filter: scale(0.1);
  -o-filter: scale(0.1);
}

.details.show {
  display: block;
}
/* Stylesheets and Google fonts import */

gold {
  color: #d4af37;
}

#result_table td {
  background: #ffffff;
}

.btn:hover,
.btn.active {
  box-shadow: 0px 0px 5px #8e8e8e, 0px 0px 10px #8e8e8e;
  opacity: 1;
}

.loader-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader-back-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#myRange {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.25rem;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 5px;
  box-shadow: inset 2px 2px 10px #3f3f3f;
}

#myRange:hover {
  opacity: 1;
}

#myRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background-image: url(img/favicon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid black;
}

#myRange::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  background-image: url(img/favicon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
}

input {
  color: black;
}

.logo {
  height: 70px;
}

.logo img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
  -webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.features.colored > li > span > img {
  width: 100%;
}

.main-menu-wrapper {
  background: #ffffff;
}

.site-header {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1502;
  top: 0;
  left: 0;
}

body {
  height: auto;
  padding-bottom: 0px;
}

.custom {
  height: auto;
  width: 100vw;
}

.custom_tab > li.active > a {
  background: none;
  border: none;
  border-bottom: 2px solid #ff7ac7;
}
h4#board_price {
  margin: 0;
  font-size: 12px;
}

.tool-bottom .form-group {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
button.btn.btn-static {
  background: #000;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 0;
  font-size: 9px;
}
.btn-static i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
span.btn_text {
  display: inline-block;
  vertical-align: middle;
  color: #c6c3c3;
  text-align: center;
  margin-left: 10px;
}
.btn_text_head {
  font-size: 13px;
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.fa-facebook + a:before,
.fa-instagram + a:before {
  content: " ";
}

.details {
  overflow: hidden;
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: scale(0.1);
  -webkit-filter: scale(0.1);
  -moz-filter: scale(0.1);
  -ms-filter: scale(0.1);
  -o-filter: scale(0.1);
}

.details.show {
  display: block;
  filter: scale(1);
  -webkit-filter: scale(1);
  -moz-filter: scale(1);
  -ms-filter: scale(1);
  -o-filter: scale(1);
}


@font-face {
  font-family: "porto-icons";
  src: url("../fonts/porto-icons.woff2") format("woff2"),
    url("../fonts/porto-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Magento-style CSS */
.row {
  margin-right: 0;
  margin-left: 0;
}

.message .success {
  background: #e5efe5;
  color: #006400;
}
.message .success p {
  padding: 10px 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  margin-left: 20px;
  background: url("../images/success.jpg") no-repeat left center;
}
.message .error {
  background: #fae5e5;
  color: #e02b27;
}
.message .error p {
  padding: 10px 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  margin-left: 20px;
  background: url("../images/error.jpg") no-repeat left center;
}

div.split-view div.preview-container {
  position: sticky;
}

.before-after-slider-container {
  margin:30px auto
}

.before-after-slider-container img {
  width:100%;
  display:block;
  max-width: none;
}

.before-after-slider {
  width:100%;
  position:relative;
  overflow:hidden;
}

.before-after-slider-container .after-image {
  display:block
}

.before-after-slider-container .before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

.before-after-slider-container .before-after-resizer {
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  top: 0;
  height: 100%;
  z-index: 2;
  left: calc(50% - 18PX);
}

div.left-arrow-resizer {
  padding-right: 6px;
}

.left-arrow-resizer svg {
  display: block;
  transform: rotate(180deg);
}

.left-arrow-resizer svg path {
  fill: rgb(87, 97, 254);
  stroke: transparent;
}

div.right-arrow-resizer {
  padding-left: 6px;
}

.right-arrow-resizer svg {
  display: block;
}

.right-arrow-resizer svg path {
  fill: rgb(87, 97, 254);
  stroke: transparent;
}

div.resizer-vertical-line {
  width: 6px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
  background-color: rgb(87, 97, 254);
  cursor: ew-resize;
}

div.search-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  opacity: 1;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.search-form .search-close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  background: 0 0;
  border: none;
  font-size: 40px;
  cursor: pointer;
}

.search-form .form.minisearch {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inherit;
  text-align: center;
}

.search-form .input-text {
  margin-bottom: 0 !important;
}

.search-form .search-category {
  background-color: #fff;
  width: 190px !important;
  margin-right: 5px;
  border-radius: 6px;
  position: inherit !important;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 900px) {
  .search-form .form.minisearch {
    display: flex;
    margin-bottom: 0px;
    margin-top: 100px;
  }

  .search-form .search-close {
    right: 20px;
    top: 40px;
  }
}


.form-input,
.form-multiselect,
.form-select,
.form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 2px solid #0000;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.form-input::-webkit-date-and-time-value {
    min-height: 1.5em
}

.form-input::-webkit-datetime-edit,
.form-input::-webkit-datetime-edit-day-field,
.form-input::-webkit-datetime-edit-hour-field,
.form-input::-webkit-datetime-edit-meridiem-field,
.form-input::-webkit-datetime-edit-millisecond-field,
.form-input::-webkit-datetime-edit-minute-field,
.form-input::-webkit-datetime-edit-month-field,
.form-input::-webkit-datetime-edit-second-field,
.form-input::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}


.form-input,
.form-multiselect,
.form-select,
.form-textarea {
    width: 100%;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 230 237/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(14 23 38/var(--tw-text-opacity));
    outline: 2px solid #0000 !important;
    outline-offset: 2px !important
}

.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(67 97 238/var(--tw-border-opacity));
    --tw-ring-color: #0000
}

:is(.dark .form-input),
:is(.dark .form-multiselect),
:is(.dark .form-select),
:is(.dark .form-textarea) {
    --tw-border-opacity: 1;
    border-color: rgb(23 38 60/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 50/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(136 142 168/var(--tw-text-opacity))
}

:is(.dark .form-input:focus),
:is(.dark .form-multiselect:focus),
:is(.dark .form-select:focus),
:is(.dark .form-textarea:focus) {
    --tw-border-opacity: 1;
    border-color: rgb(67 97 238/var(--tw-border-opacity))
}

.form-input-lg,
.form-multiselect-lg,
.form-select-lg,
.form-textarea-lg {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.form-input-sm,
.form-multiselect-sm,
.form-select-sm,
.form-textarea-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: .75rem;
    line-height: 1rem
}

label {
    margin-bottom: .375rem;
    display: block;
    font-weight: 600;
}

[dir=rtl] select {
    background-position: left .5rem center
}

.has-error .form-input,
.has-error .form-multiselect,
.has-error .form-select,
.has-error .form-textarea,
.has-error .multiselect__tags {
    --tw-border-opacity: 1;
    border-color: rgb(231 81 90/var(--tw-border-opacity));
    background-color: #e7515a14;
    --tw-text-opacity: 1;
    color: rgb(231 81 90/var(--tw-text-opacity))
}

.has-error .form-input::-moz-placeholder,
.has-error .form-multiselect::-moz-placeholder,
.has-error .form-select::-moz-placeholder,
.has-error .form-textarea::-moz-placeholder,
.has-error .multiselect__tags::-moz-placeholder {
    color: #e7515ab3
}

.has-error .form-input::placeholder,
.has-error .form-multiselect::placeholder,
.has-error .form-select::placeholder,
.has-error .form-textarea::placeholder,
.has-error .multiselect__tags::placeholder {
    color: #e7515ab3
}

.has-error .form-input:focus,
.has-error .form-multiselect:focus,
.has-error .form-select:focus,
.has-error .form-textarea:focus,
.has-error .multiselect__tags:focus {
    --tw-border-opacity: 1;
    border-color: rgb(231 81 90/var(--tw-border-opacity))
}

.flex-1 {
    flex: 1 1 0%
}