@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&amp;family=Playfair+Display:wght@400;500;600&amp;display=swap');
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  font-family: 'Manrope', sans-serif;
  font-display: swap;
  background-color:#fff;
  /*overflow-x: hidden;*/
}
a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
  /*transition: 0.2s ease;*/
}
b,
strong {
  font-weight: 700;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}
input,
textarea,
select {
  font-family: 'Manrope', sans-serif;
      display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

}

.selldof .btn{
  width: unset;
}

p{
  font-size: 16px;
  line-height: 26px;
}
.container-fluid {
  max-width: 95%;
  margin: 0px auto;
  padding: 0 0px;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}
.container-w-1300{
  max-width: 1300px;
}
.container.small {
  max-width: 850px;
  padding: 0 20px;
}
.container.medium {
  max-width: 1000px;
  padding: 0 20px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}

.text-medium {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-bolder {
  font-weight: 800;
}
.text-black {
    font-weight: 400;
    color: #000
}
.text-lightpink{color: #DFCBB5;}
.text-grey {
  color: #B1B1B1;
}
.text-light{
  color: #383D41;
}
.text-white {
  color: #fff !important;
}
.text-fade{
  color: #12324780;
}
.text-brown{color: #84533A;}
.text-dark {
  color: #060C12;
}
.text-greyish{
  color: #C1C8CC;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.center-block {
  margin: 0 auto;
}
.bg-white {
  background-color: #fff;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.col-12-5 {
  width: 20%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.margintop-20 {
  margin-top: 20px;
}
.margintop-30 {
  margin-top: 30px;
}
.margintop-40 {
  margin-top: 40px;
}
.margintop-50 {
  margin-top: 50px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}
.col-md-offset-2 {
  margin-left: 16.66666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333333%;
}
section {
  float: left;
  width: 100%;
}
.padd-r{padding-right: 20px;}
.padd-l{padding-left: 20px;}
.padding {
  padding: 70px 0px;
}
.padding-top {
  padding: 120px 0 70px 0;
}
.padd-10{
  padding-top: 10px;
}
.padd-20{
  padding-top: 20px;
}
.padd-30{
  padding-top: 30px;
}
.padd-100{
  padding-top: 100px;
}
.padd-top{
  padding: 10px 0;
}

.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-xs {
  display: none ;
}
.visible-sm {
  display: none;
}
.hidden-xs {
  display: block ;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.displayblock{
  display: block;
}

.displayinline{
  display: inline-block;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.parallaxbg {
  background-attachment: fixed;
}
.disptable {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.visible-xs {
  display: none;
}
.hidden-lg {
  display: none;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.vert-middle {
  vertical-align: middle;
}
.disp-block {
  display: block;
}
.center-block {
    float: none !important;
    display: block;
    margin: 10px auto 0;
}

.manrope{font-family: 'Manrope', sans-serif;}
.playfair{font-family: 'Playfair Display', serif;}
