
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

/* UNIVERSAL */
.mb-0,.my-0{
  margin-bottom: 0!important;
}
.pb-0,.py-0{
  padding-bottom: 0!important;
}
.pt-0,.py-0{
  padding-top: 0!important;
}
.mt-0,.my-0{
  margin-top: 0!important;
}
.mb-0,.my-0{
  margin-bottom: 0!important;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  /* font-size: 100%; */
  font-size: 14px;
  /* padding: 3em 0; */
}

/* ROOT FONT STYLES */

* {
  font-family: "Work Sans", sans-serif;
  color: #4f4f4f;
  line-height: 1.5;
}

.text-white *{
  color: white!important;
}

.icon-group>img{
  width: auto;
}
.bg-multiple-image, .header-bottom{
  color: #4f4f4f;
}
* {
  box-sizing: border-box;
}
.text-danger{
  color: red !important;
}

.content-service>.bg-light {
  background-color: #f8f9fa!important;
}
section {
  padding: 4.4375rem 0;
}

:focus {
  outline: 0;
}


.sub-menu>li>a{
  font-size: 0.9rem;
}
/* START TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.5em;
  margin: 1.2rem 0;
  padding: 0;
}

h1 {
  font-family: "Marcellus", serif;
  font-size: 3.125rem;
}

h2 {
  font-family: "Marcellus", serif;
  font-size: 2.8125rem;
}

h3 {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
}

h4 {
  font-family: "Marcellus", serif;
  font-size: 1.875rem;
}

h5 {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
}

h6 {
  font-family: "Marcellus", serif;
  font-size: 0.875rem;
}

p {
  font-size: 1.25rem;
  font-weight: 200;
  font-weight: 400;
}

.width-100p {
  width: 100%;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 500;
}

.font-heavy {
  font-weight: 700;
}

.title {
  font-family: "Marcellus", serif;
}
.body-text {
  font-family: "Work Sans", sans-serif;
}

.subtitle {
  margin: auto;
  text-align: center;
}

.sub-title {
  font-family: "Work Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.label {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  display: block;
}

.smaller-text {
  font-size: 0.5em;
}

.medium-text {
  font-size: 1.75rem;
}

.bigger-text {
  font-size: 4.375rem;
}

/* END TYPOGRAPHY */

/* ==== COLOR STYLE ==== */
.color-brand {
  color: #61435b;
}

.color-brand-hover {
  color: #72526c;
}

.accent-color {
  color: #fedb48;
}

.heading-color {
  color: #4e3a2f;
}

.text-color {
  color: #9d9d9d;
}

.light-color {
  color: #e5e3e3;
}

.text-white {
  color: #ffffff !important;
}

.bg-brand {
  background: #61435b;
}

.bg-brand-opacity {
  background: #61435bf5;
}

.bg-brand-hover {
  background: #72526c;
}

.bg-accent {
  background: #fedb48;
}

.bg-danger {
  background: #dc3545;
}

.bg-success {
  background: #198754;
}

.bg-warning {
  background: #ffc108;
}

.bg-light {
  background: #e5e3e3;
}

.bg-dark {
  background: #212529;
}

.bg-texture {
  background-image: url(../assets/bg-texture.jpg);
  background-size: cover;
  position: relative;
  background-position: right;
}

.bg-multiple {
  background-image: url(../assets/bg-multiple.png);
  background-size: 100% 100%;
  position: relative;
  /* background-position: right; */
  background-size: cover;
  background-position: 20%;
}

.bg-texture:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #582c50ad;
}

/* ==== LIST STYLE ==== */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  display: inline-block;
}



/* ==== FLEX STYLE ==== */
.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-beetwen {
  justify-content: space-between;
}

/* ==== BUTTON SYSTEM ==== */

.btn-default {
  border: 0;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-size: 1.25rem;
  text-transform: uppercase;
  /* color: #61435b; */
}

.btn-mini {
  padding: 0.3rem 0.7rem;
  font-size: 0.6rem;
}

.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.btn-regular {
  padding: 1rem 1.1rem;
  font-size: 1rem;
}

.btn-large {
  padding: 1.6rem 1.8rem;
  font-size: 1.2rem;
}

.btn-x-large {
  padding: 2.1rem 2rem;
  font-size: 1.5rem;
}

.btn-jumbo {
  padding: 2.4rem 2.2rem;
  font-size: 1.8rem;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.justify {
  text-align: justify;
}

/* form default */

.form-default input,
.form-default select,
.form-default textarea {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 100%;
  padding: 0.7rem 1rem;
}

.form-default .btn-default {
  padding: 1rem;
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-top: 2rem;
}

/* ==== GRID SYSTEM ==== */

.card-wrapper {
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.faqcontainer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.hidden-lg {
  display: none;
}

.show-xs {
  display: none;
}
.show-sm {
  display: none;
}
.show-md {
  display: none;
}
.show-lg {
  display: none;
}

.form-control{
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	height: 39px;
}

/* Hero Innerpage */
.heroinnerpage {
  position: relative;
  margin-top: -4.6rem;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
}

.heroinnerpage:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000a1;
}

.heroinnerpage .container {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
}

.hero-text-inner p,
h1 {
  line-height: 1;
  margin: 1rem 0 1rem;
}
h1 {
  margin-top: 0;
}

.hero-text-inner .btn-default {
  margin-top: 1rem;
}

.content-featured-project .slick-next{
	right: -10px !important;
	z-index: 99;
}
.content-featured-project .slick-prev{
	left: -10px !important;
	z-index: 99;
}

.portfolio .card .thumbnails{
	min-height: 390px;
}

@media only screen and (min-width: 33.75em) {
  /* 540px */
  .container {
    width: 90%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (max-width: 540px) {
  .show-xs {
    display: block;
  }
}

@media only screen and (min-width: 541px) and (max-width: 768px) {
  .show-md {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .show-md {
    display: block;
  }
}

@media only screen and (min-width: 1280px) {
  .show-lg {
    display: block;
  }
}

@media only screen and (min-width: 64em) {
  /* 1024px */
  .container {
    width: 100%;
    max-width: 60rem;
    padding: 0 0px;
  }
  .faqcontainer {
    width: 100%;
    max-width: 60rem;
  }
}

@media only screen and (min-width: 78em) {
  /* 1221 (Desktop)*/
  .container {
    width: 100%;
    max-width: 76.3125rem;
    padding: 0 0px;
  }
  .faqcontainer {
    width: 100%;
    max-width: 76.3125rem;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faqcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
  }
  .slide-featured-container{
	padding-bottom:50px;
  }
  .slide-featured-container .slide-featured{
    margin: 0;
  }
  .portfolio .card .thumbnails{
	min-height: 0;
  }
  .row.img-brand .col-2{
	width: 33.33%;
	max-width: 33.33%;
	flex: 0 0 33.33%;
	min-width: 33.33%;
  }
}

/* @media only screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }
} */

/* /////// Custom //////////// */
/* .box {
  background: #eaeaea;
  text-align: center;
  padding: 0.6em;
  display: block;
  overflow: hidden;
}

.text-color .box {
  background: transparent;
}

.button li {
  padding: 0 0.4em;
}

.grid .row {
  padding: 1rem 0;
}

.form-input .box {
  width: 50%;
  background: transparent;
}

form.form-default {
  text-align: left;
}

.card h2.title {
  background: #d39e6b;
  padding: 1rem;
  color: #fff;
}

.background-color li {
  padding: 0 1rem;
}

.card-box {
  width: 65px;
  height: 30px;
} */

.thumbnails img {
  width: 100%;
}
