@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&family=Libre+Baskerville:wght@400;700&family=Plus+Jakarta+Sans:wght@200;300;400;500;600&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');


body {
  overflow-x: hidden;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-display: swap;
  overflow-x: hidden;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
}

b,
strong {
  font-weight: 700;
}

*,
*:after,
*:before {
  -webkit-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: "Inter", 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.selldof .btn {
  width: unset;
}

p {
  font-size: 16px;
  line-height: 26px;
}

.container-fluid {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  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-uppercase {
  text-transform: uppercase;
}

.text-black {
  color: #000;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-grey {
  color: #797979;
}

.text-orange {
  color: #78562b;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #024;
}

.text-light {
  background-color: #79BB6B;
  border-style: solid;
  border-width: 1px;
  border-color: #00000033;
}

.text-dark {
  background-color: #becfd1;
  border-style: solid;
  border-width: thin;
  border-color: #00000033;
}

.center-block {
  margin: 0 auto;
  float: unset !important;
}

.img-full {
  width: 100%;
  height: auto;
}

.bg-cover {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.margintop-15 {
  margin-top: 15px;
}

.margintop-20 {
  margin-top: 20px;
}

.margintop-30 {
  margin-top: 30px;
}

.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 {
  float: left;
}

section {
  float: left;
  width: 100%;
}

.padding {
  padding: 70px 0px;
}

.padd-5 {
  padding-top: 5px;
}

.padd-10 {
  padding-top: 10px;
}

.padd-20 {
  padding-top: 20px;
}

.padd-30 {
  padding-top: 30px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.visible-xs,
.visible-portrait-ipad {
  display: none !important;
}

.hidden-xs {
  display: block !important;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after,
.clearfix {
  clear: both;
}

.inter {
  font-family: "Inter", sans-serif;
}

.baskerville {
  font-family: "Libre Baskerville", serif;
}

.bentham {
  font-family: "Bentham";
}

.noto {
  font-family: "Noto Serif Display";
}

.jakarta {
  font-family: "Poppins", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.timesnewroman {
  font-family: "Times New Roman", Times, serif;
}
