@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');
body {
    letter-spacing: 0.5px;
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
}
p{
 font-family: 'Arial Th';
}
body.offcanvas-active {
    overflow: hidden;
}
.container {
    max-width: 1200px;
    width: 100%;
}
.heading {
    text-align: center;
    margin-bottom: 50px;
}
.title h3 {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
}
.heading h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #4f6719;
}

/* Icon 0 */

 .toggler-button {
  width: 30px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}



/* Icon 2 */

.toggler-button {
}

.toggler-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggler-button span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.toggler-button span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.toggler-button span:nth-child(1), .toggler-button span:nth-child(2) {
  top: 0px;
}

.toggler-button span:nth-child(3), .toggler-button span:nth-child(4) {
  top: 10px;
}

.toggler-button span:nth-child(5), .toggler-button span:nth-child(6) {
  top: 20px;
}

.toggler-button.open span:nth-child(1),.toggler-button.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggler-button.open span:nth-child(2),.toggler-button.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggler-button.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

.toggler-button.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

.toggler-button.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.toggler-button.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.toggler-button.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

.toggler-button.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

/*--------------------------Header -----------------------------*/

.top-header {
    background: #c4d8e5;
    padding: 0px 0px;
}
.header-text span {
    padding-right: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.top-left a {
    font-size: 14px;
    color: #222;
    padding-right: 12px;
    text-decoration: none;
    font-weight: 500;
}
.top-left a span {
    padding-right: 5px;
}
.social-icon a {
    background: #fff;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}
header {
    background: #fff;
}

.logo a {
    font-family: 'Arial Th';
    display: inline-block;
    padding: 10px 0px;
    font-size: 60px;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.logo {
    margin: 50px 0px;
    display: block;
}

.navigation ul {
    padding: 0px;
}
/*.navigation ul li{
    display: inline-block;
    padding: 0px 15px;
}*/
.navigation ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
   font-family: 'Arial Th';
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
}

.nav-link {
    padding: 0rem 1rem;
}

.navigation ul li a.active{
    border-bottom: 2px solid#222
} 
.navigation ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #222;
    transition: width .3s;
}

/*.navigation ul li a:hover::after {
    width: 100%;
    //transition: width .3s;
}
*/


.heading h2{
        font-family: 'Arial Th';
    display: block;
    padding: 10px 0px;
    font-size: 50px;
    color: #000;
    text-decoration: none;
    font-weight: 800;
}

.heading h4{
    font-weight: normal;
     font-size: 26px;
     text-transform: uppercase;
    font-family: 'Arial Th';
}
.studio-project-sec{
    margin-bottom: 15px;
}
.studio-project-sec {
    position: relative;
    overflow: hidden;
}
.studio-project-sec  img{
    position: relative;
    overflow: hidden;
    transition: 0.5S;
}
.studio-project-sec  img:hover{
    transform: scale(1.1);
}

.studio-project-sec h5 {
    border: 1px solid#222;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    background: #fff;
    font-family: 'Arial Th';
    text-transform: uppercase;
}
.clients-associations{
    padding: 0px 200px; 
}
.clients-sec{
    margin-bottom: 25px;
/*    border: 1px solid#ccc;*/
    text-align: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.clients-sec img{
    width: 80%;
    position: relative;
    overflow: hidden;
    transition: 0.5S;
}
.clients-sec img:hover{
    transform: scale(1.1);
}

.features  {
       padding: 0px 200px;  
}
.features-sec{
    margin-bottom: 25px;
/*    border: 1px solid#ccc;*/
    text-align: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.features-sec img{
    width: 80%;
    position: relative;
    overflow: hidden;
    transition: 0.5S;
}
.features-sec img:hover{
    transform: scale(1.1);
}


.about-us{
    padding: 50px 0px;
}
.about-img{
    text-align: center;
}
.about-cn p {
    font-size: 17px;
    text-align: justify;
}
.about-cn a{
    color: #222;
        font-family: 'Arial Th';
}
.abouts{
    margin: 0px 200px;
}








.studio-project{
    padding: 50px 150px;
}
.project-sec-info p{
    text-align: justify;
    font-size: 17px;
}
.about-cn p a{
    color: #000;
    padding-right: 10px;
}
.about-cn p i{
    padding-right: 5px;
}


.project-gallery {
    padding: 0 150px;
}
.project-gallery a{
    color: #000;
}
.project-gallery-sec{
    margin-bottom: 25px;
}
.project-gallery-sec img{
    width: 100%;
    height: 250px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


.footer{
    background: #f3f3f3;
    padding: 50px 0px;
}

.footer-widget h4{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Arial Th';
}
.footer-contact a{
    display: block;
    text-decoration: none;
    color: #000;
    line-height:32px;
}

.footer-widget ul{
    padding: 0px;
    margin: 0px;
}
.footer-widget ul li {
    display: block;
    line-height: 25px;
}

.footer-widget ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
   font-family: 'Arial Th'; 
}
.footer-contact h4{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Arial Th';
}

.footer-contact ul{
  padding: 0px;
    margin: 0px;
}
.footer-contact ul li{
    list-style: none;
}
.footer-contact ul li a{font-family: 'Arial Th';}



.mini-footer{
    background: #ddd;
    padding: 5px 0px;
    text-align: center;
}
.mini-footer p{
    margin-bottom:0px;
    font-family: 'Arial Th';
}


section.section.contact_us {
    padding: 50px 0px;
}



.contact-us-info{
text-align: center;
margin-bottom: 30px;
padding: 25px 25px;
}
.contact-us-info span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-us-info a{
    color: #000;
    text-decoration: none;
}
button.btn.send-message {
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 0px;
    padding: 12px 25px;
    font-weight: 500;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form label{
    margin-bottom: 5px;
}
.collaborations-info h4{
    font-size: 26px;
}

.collaborations-info p {
    margin-bottom: 0px;
    font-size: 20px;
}
.collaborations-ct {
    padding: 80px 100px;
}
.collaborations-info a{
    color: #000;
    font-weight: 700;
    font-size: 20px;
}


.main .main_content {
  margin: 100px 0 40px;
  column-gap: 20px;
  width: 100%;
}
.main .main_content .picture_wrapper {
  margin-bottom: 20px;
}
.main .main_content .picture_wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* responsive */
@media (min-width: 1200px) {
  .main_content {
    column-count: 3;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_content {
    column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main_content {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .main_content {
    column-count: 1;
  }
}



.fine-art-bg p{
  text-align: justify;
  padding: 0px 180px;
  line-height: 36px;
  font-size: 21px;
}

.fine-art-sec img{
  width: 100%;
}

.left-{
  padding-left: 30px;
}
.fine-art-sec.pr {
    position: relative;
    margin-left: 100px;
    margin-top: 200px;
}

.fine-art-sec img.pa {
    position: absolute;
    left: 0;
    width: auto;
}
.fine-art-sec.pa img {
   width: 100%!important;
}

.fine-art-sec.three {
    margin-right: 180px;
}
.fine-art-sec.four {
   position: absolute;
}
.fine-art-sec.five {
    margin-top: -250px;
    margin-left: 150px;
}
.fine-art-sec.six {
    margin-left: 100px;
}
.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 10px;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 18px;
}


.fadeIn-bottom{
  top: 80%;
}


.product-dis h4{
  font-size: 21px;
  margin-top: 15px;
}
.product-dis p{
  margin-bottom: 0px;
}

.fine-art{
  padding: 0px 200px;
}
.fine-art-sec img{
  width: 100%;
}

.fine-art-sec{
  margin-bottom: 35px
}





4. Moderate &Controlled

5. Yes

6. Yes

7. From Franchisor

8. Yes

9. Yes

10. Yes

11. High

12. Pre-Selected

13. Yes

14. Yes


.elementskit-pricing-btn-wraper {
    display: none;
}
ul.elementskit-pricing-lists li {
    border-bottom: 1px dashed#6c5e5e;
    padding-bottom: 16px;
    /* line-height: 36px; */
}