/*==================================================
    General
==================================================*/

html,body{
  padding: 0;
  margin: 0; 
  height: 100%; 
 
}  
body{    
  background-color:#fff;
  
  margin:0;
  padding:0;  

  position: relative;
  overflow-x: hidden;

  overscroll-behavior: contain;
}

.modal-open{
  touch-action: none; 
  overscroll-behavior: contain;
}
 

.modal-backdrop{
  overscroll-behavior: contain;
}

.pc body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  image-rendering: -webkit-optimize-contrast;
}

 

@media (max-width:991.98px){}
 
a{
  color:inherit;
  text-decoration: none; 
  transition: all 0.2s ease-in-out;
}
a:hover{ text-decoration: none; color:var(--brown);  }
 
.star{ color: #bc0000 }

.form-control,
.form-select{
 -webkit-appearance: none;
   
  padding:0 15px;

  color:var(--black);
  font-weight:400; 
  font-family:inherit; 
  font-size: var(--f-10);

  height:52px;
  line-height:50px;  
  background:#fff;
  border-color:#fff;
  border-radius: 0;   
 
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
  
.form-control:disabled, 
.form-control[readonly] {
background: #e2e2e2;
border-color: #c7c7c7;
} 

.form-control:focus { 
  background-color:#fff;
  border-color:var(--blue-2);
  outline: 0;
  box-shadow:none
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 18px 15px;
  background-repeat: no-repeat;
}

textarea.form-control{
  height: 150px;
  line-height: normal;
  padding-top: 10px; 
}
textarea.h-200{
  height: 200px;
} 
.form-group{
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.form-group label.title{
  text-align: left;
  display: block; 

  font-weight: 600;
  font-size: var(--f-10); 
  margin-bottom:2px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
} 
  
.form-group label.title .star{
  color:#ED1C24;
  margin-right: 3px;
}

.form-group span.error{
  color:#ED1C24;
  font-size: 14px;
  padding-top: 3px;
}
 
.form-group .group{
  position: relative;
  display: block;
} 
.form-group .group .icons{
  position: absolute;
  top: 0 !important;
  right: 15px;
  bottom: 0 !important;
} 
.form-group .group .icons.left{
  left: 10px;
  right: auto;
}
.form-group .group .icons.left + .form-control{
  padding-left: 35px;
}
  
.form-control::-webkit-input-placeholder {
  color: var(--gray-2);
  font-weight: inherit;
  opacity:1; 
}

.form-control::-moz-placeholder {
  color: var(--gray-2);
  font-weight: inherit;
  opacity:1; 
}

.form-control:-ms-input-placeholder {
  color: var(--gray-2);
  font-weight: inherit;
  opacity:1; 
}

.form-control::-ms-input-placeholder {
  color: var(--gray-2);
  font-weight: inherit;
  opacity:1; 
}

.form-control::placeholder {
  color: var(--gray-2);
  font-weight: inherit;
  opacity:1; 
} 
.form-check .form-check-input{
  width: 16px;
  height: 16px;
  margin-right: 10px; 
  border-width: 1px;
  position: relative;
  top: 3px;
}
.form-check label{
  margin-bottom:0;
  font-weight: 400;
  font-size: inherit;
  padding-top: 3px; 
}
.form-check-input:checked[type=checkbox],
.form-check-input.rounded:checked[type=radio] { 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
  
.btn{
  position: relative; 
  padding:0 25px;   
  font-size: var(--f-10); 
  font-weight: 600; 
  /*height:33px;
  line-height: 31px; */
  height: 40px;
  line-height: 38px;
  border-radius:50px;  
  background-color: var(--brown);
  border-color: var(--brown);
  transition: all 0.25s ease-in-out;
  color: #343331;
  text-transform: uppercase;
  overflow: hidden;
} 
 
.pc .btn:hover{  
  background-color:#DDCEBA;
  border-color:#DDCEBA;
} 
   
.btn[disabled]{
  border-color: #D4EAEA;
  background-color:#D4EAEA;
  color:#A1C9C9;
  line-height: 56px;
  pointer-events: none;
  opacity: 1;
} 
.btn.disabled, .btn:disabled{opacity: 0.35; pointer-events: none;}
.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 
.btn-link, 
.btn-link:hover, 
.btn-link:focus, 
.btn-link:active{
  background-color: transparent;
}
.btn:focus,.btn:active,
button:focus,button:active{}

.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
} 
.buttons{
  display: block; 
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
} 
 
.buttons.center .btn{
  margin: 0 auto;
}
.buttons.d-flex {
  -ms-flex-pack: center;
justify-content: center;
}
.buttons.d-flex .btn{
  margin: 0 7px; 
}
 
 
svg path,
svg rect,
svg line,
svg circle,
svg polygon{ 
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
} 

@media (max-width:1750px) {}

@media (max-width:1550px) {}

@media (max-width:1440px) { }

@media (max-width:1024px) { }

@media (max-width:991.98px) {}

@media (max-width:576px) { }
/*==================================================
    Icon Setup
==================================================*/  

.icons{
  display:inline-block;
  position:relative;
  vertical-align:middle; 
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.icons.before:before,
.icons.before:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.btn .icons.before:before{ opacity: 1; }
.btn .icons.before:after{ opacity: 0; }
.pc .btn:hover .icons.before:before{ opacity: 0; }
.pc .btn:hover .icons.before:after{ opacity: 1; }
 
/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
  height:5px;
  vertical-align:top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}



.arrow-left{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.arrow-right{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);  
}

.arrow-up{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.arrow-down{
   margin-left:1px; 
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}
 
 
.container-fluid{
  max-width:100%; 
  padding-left:50px;
  padding-right:50px; 
  position: relative;
  z-index: 9;  
}

.container{ 
  max-width:calc(1320px + 100px); 
  padding-left:50px;
  padding-right:50px; 
  position:relative;
  z-index:9; 
}

.section-target{
  position: absolute;
  top:0px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.section{
  display: block;
  position: relative;
}
 

@media (max-width:1550px) { }

@media (max-width:1440px) { }

@media (max-width:1280px) {}

@media (max-width:1199px) {
  .container-fluid,
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
 
@media (max-width: 576px) {
  .container,
  .container-fluid{ 
    padding-left:20px;
    padding-right: 20px;
  } 
}
   
.compensate-for-scrollbar{ margin-right: 0 !important } 
.compensate-for-scrollbar .header{ right: 0 } 
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }


.fancybox-button--arrow_left > div,
.fancybox-button--arrow_right > div,
.fancybox-button--zoom,
.fancybox-button--play{opacity: 0 !important; pointer-events: none;} 
/*==================================================
    Header Setup
==================================================*/  
 
:root {    

  --bs-body-color:var(--black);
  --bs-body-text-align:left;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.4;
  --bs-body-font-size:var(--f-15);
  --bs-body-font-family:'Inter', sans-serif;
     
  --black:#000000;   
  --grey:#808080;
  --white:#ffffff; 

  --f-60:50px;
  --f-57:57px;
  --f-40:35px;
  --f-25:var(--f-24);
  --f-24:24px; 
  --f-21:21px;
  --f-20:20px;
  --f-18:18px;
  --f-15:15px;
  --f-14:14px;
  --f-13:13px;
  --f-12:12px;

  --animate-duration-2s: all 0.2s ease-in-out;
  --animate-duration-35s: all 0.35s ease-in-out;
  --animate-duration-40s: all 0.40s ease-in-out;
  --animate-duration-45s: all 0.45s ease-in-out;
   
  --f-300:200;
  --f-400:300;
  --f-500:400;
  --f-600:500; 
  --f-700:600; 
} 

/*
font-family: 'Work Sans', sans-serif;
*/

b, strong{
  font-weight: bold; 
  font-family: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{   
  margin:0;  
  color:inherit;  
  font-weight: 700;
  font-style: normal; 
  line-height: 1.1;   
  position: relative;
}   
.nowrap{ white-space: nowrap; }
.f-18{font-size: var(--f-18);}
.f-12{font-size: var(--f-12);}
.red{color: red;}

.h1,h1{
  font-size: var(--f-60);
}

.h2,h2{
  font-size: var(--f-40);
}

.h3,h3{
  font-size: var(--f-24); 
}

.h4,h4{
  font-size: var(--f-21); 
}

.h5,h5{
  font-size: var(--f-15); 
}

.h6,h6{
  font-size: var(--f-15); 
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  :root{
    --f-300:300;
    --f-400:400;
    --f-500:500;
    --f-600:600; 
  }

} 
 
@media (max-width:1400px) {
  :root{
    --f-60:43px;
    --f-57:57px;
    --f-40:29px;
    --f-24:22px;
    --f-20:18px;
  }
}
 
@media (max-width:1199px) {
  :root{
    --f-60:32px;
    --f-57:50px;
    --f-40:28px;
    --f-24:20px; 
    --f-20:16px;
    --f-18:15px;
    --f-15:14px
  }
}

@media (max-width:991.98px) {
  :root{ }
}

@media (max-width:767px) {
  :root{ }
 
}

@media (max-width:576px) {
  :root{
    --f-60:25px;
    --f-57:27px;
    --f-40:22px;
    --f-24:17px; 
    --f-20:15px;
    --f-18:14px;
    --f-15:14px
  }
}
  

.header,   
.navbar-brand,
.navbar-brand img{ 
   -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     transition: all 0.35s ease-in-out;
}
 

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:20px 0;
  height: auto;
  z-index: 1040;      
  display: block;     
  background-color: #fff;
  border: 1px solid #fff;
}
.scrolling .header{
  padding:25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.header .container,
.header .container-fluid{  
  display: flex;   
  align-items: center;
  justify-content: space-between;
} 
 
.navbar-brand{
  margin:auto 0; 
  padding: 0;  
  position: relative; 
  width:128px;
  flex-shrink: 0;
}
.navbar-brand a{
  display: block;
  position: relative;
}
.navbar-brand img,
.navbar-brand svg{width: 100%; height: auto;} 

@media (min-width:768px) {
  .header{
    padding: 30px 0;
  }
  .nav-main {
    margin:auto;
    margin-right:-20px;
  }
  .nav-main li a{
    display: block;
    padding:0 20px 0;
    font-size: var(--f-21);
    font-weight: 700;
    position: relative;
  }
  .nav-main li a span{
    display: inline-block;
    position: relative;
  }
  .nav-main li a span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom:0px;
    background-color: #000;
    transition: all 0.25s;
  }
  .nav-main li.active a span:before,
  .pc .nav-main li a:hover span:before{
    width: 100%;
  }

  /*home*/
  .nav-main-home {
    margin:auto;
    margin-right:-20px;
  }
  .nav-main-home li a{
    display: block;
    padding:0 20px 0;
    font-size: var(--f-21);
    font-weight: 700;
    position: relative;
    color:var(--white) !important;
  }
  .nav-main-home li a span{
    display: inline-block;
    position: relative;
  }
  .nav-main-home li a span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom:0px;
    background-color: #fff;

    transition: all 0.25s;
  }
  .nav-main-home li.active a span:before,
  .pc .nav-main-home li a:hover span:before{
    width: 100%;
  }
}

@media (min-width:768px) {
  .header{
    padding: 45px 0;
  }
  .nav-main{margin-right: -30px;}
  .nav-main li a{
    padding:0 30px;
  }

  .nav-main-home{margin-right: -30px;}
  .nav-main-home li a{
    padding:0 30px;
  }
}

@media (max-width:767px) {
  .navbar-brand{
    width: 110px; 
  }

  .scrolling .header{
    padding:20px 0
  }

  .header .nav-main{display: none;}
  .header .nav-main-home{display: none;}

  
  .btn.btn-icon{
    padding: 0 !important;
    border:0 !important;   
    z-index: 1060; 
    border-radius: 0;
    position: relative; 
    margin: auto;
    margin-right: 0;
    right:0;
    top: 0; 
    width: auto; 
    height: auto;
    background-color:transparent !important;
    overflow: visible; 
 
  }

  .btn.btn-icon{ 
    opacity: 1 !important
  }
  .btn-icon:before{display: none;}
  .btn-icon .group{
    display: block;
    position: relative;
    width:25px;
    height:17px;
    margin:auto
  }
  .btn-icon .group span{
    height: 2px;

    position: absolute;
    left: 0;
    right: 0;
    border-radius: 10px;
    -webkit-transform-origin: 25px, 1px;
    -ms-transform-origin: 25px, 1px;
    transform-origin: 25px, 1px
  }
  .btn-icon .group span:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background:#ccc;
    transition: all 0.25s ease-in-out;
  } 
  

  .btn-icon .group span:nth-child(1) {
      top: 0;
      -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }

  .btn-icon .group span:nth-child(2) {
      top: 7px; 
      -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }

  .btn-icon .group span:nth-child(3) {
      top: 14px;
      -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }
  

  .nav-opened .btn-icon span:nth-child(1):beforee { width: 100% !important }
  .nav-opened .btn-icon span:nth-child(2):before { width: 100% !important }
  .nav-opened .btn-icon span:nth-child(3):before { width: 100% !important }

  .nav-opened .btn-icon .group span:nth-child(1) {
      -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
      transform: rotate(45deg) translate3d(5px, 5px, 0)
  }

  .nav-opened .btn-icon .group span:nth-child(2) {
      -webkit-transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: scaleX(0) translateZ(0);
      transform: scaleX(0) translateZ(0)
  }

  .nav-opened .btn-icon .group span:nth-child(3)  {
      -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
      transform: rotate(-45deg) translate3d(5px, -5px, 0)
  }

  
  .navbar-slide{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1035;
    background-color: #fff;
  
    padding: 20px 20px; 

    opacity: 0;
  
    pointer-events: none;
    transition: .5s ease-in-out;
    
  }
e
  .navbar-slide-home{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1035;
    background-color: #000;
  
    padding: 20px 20px; 

    opacity: 0;
  
    pointer-events: none;
    transition: .5s ease-in-out;
    
  }

  .nav-opened .header{border-bottom: 1px solid #fff;}

  .nav-opened .navbar-slide{
    opacity: 1;
    pointer-events: all;
  }

  .nav-opened .navbar-slide-home{
    opacity: 1;
    pointer-events: all;
  }
  .navbar-inner{
    display: flex;
    width: 100%;
    height: 100%;
  }
  .nav-main{
    flex-direction: column;
    margin: auto;
    padding-bottom: 60px;
  }
  .nav-main li{
    width: 100%;
    text-align: center;
  }
  .nav-main li a{
    display: block;
    font-weight: 700; 
    font-size:25px; 
    padding: 10px 0;
    text-align: center;
  }

  .nav-main-home{
    flex-direction: column;
    margin: auto;
    padding-bottom: 60px;
  }
  .nav-main-home li{
    width: 100%;
    text-align: center;
  }
  .nav-main-home li a{
    display: block;
    font-weight: 700; 
    font-size:25px; 
    padding: 10px 0;
    color:#000 !important;
    text-align: center;
  }
 
 

}
@media (max-width:576px) {
  .navbar-brand{
    width: 100px; 
  }
}
    
/*==================================================
   Section
==================================================*/  
 
.page{
  display: block;
  position: relative;
  overflow: hidden;  
  padding-top:129px;
}
 
@media (max-width:1400px){ 
  .page{
    padding-top: 126px;
  }
}

@media (max-width:1199px){ 
  .page{
    padding-top: 123px;
  }
}

@media (max-width:767px){ 
  .page{
    padding-top:93px;
  }
}
  
@media (max-width:576px){ 
  .page{
    padding-top:73px;
  }
}
  
 
.preload{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1090; 
  display:flex;   
} 


.loader {
  width: 40px;
  height:40px;
  margin:  auto;
  display: block;
  border-top: 3px solid var(--black);
  border-right: 3px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  border-left: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  animation: spin 1s infinite linear;
}
 
 
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.section-full{
  min-height: 100vh;
  min-height: calc(var(--vhs, 1vh) * 100) !important;
  display: flex;
}
 
.background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.device .background.parallaxie{
  background-attachment: scroll !important;
  background-position: center center !important;
}

@media (max-width:1199px) {
  .background.parallaxie{
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
 
.section{
  padding:40px 0;
  position: relative;
}

.section.h-full{
  min-height: 100vh;
}

.section-title{ 
  display: block;
  position: relative; 
  padding:0 0 70px;
 
}    
 
.section-title-home{
  height:calc(100vh - 70px)
}

.card{
  border:0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
.card-photo{
  position: relative;
  overflow: hidden;
  display: block; 

  background-color: #000;
}

.card-photo .photo{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease 0s;  
}
.card-photo .photo img{
  width: 100%
}

.card-photo.rounded,
.card-photo.rounded .photo{
  border-radius: 10px;
}
 
.card-link{
  position: absolute !important;
  top: 0;
  left: 0; 
  right: 0;
  height: 100%;
  z-index: 100;
}
.card h3,
.card p,
.card .card-body{transition: all 0.2s ease 0s;}

.pc .link:hover{ color: var(--grey);}
strong{font-weight: 500;}
 
@media (max-width: 1440px){}

@media (max-width:767px){
  .section-title{
    padding-bottom: 40px;
  }

  .section-title-home{
    height:calc(100vh - 40px)
  }
}

@media (max-width: 576px){
  .section{
    padding: 25px 0;
  } 

  .section-title{
    padding-bottom: 30px;
  }
}
 
/*==================================================
   Home
==================================================*/ 

@media (min-width: 1500px){
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px){
  .row{
    margin-left: -7px;
    margin-right: -7px;
  }
  .row>*{
    padding-left: 7px;
    padding-right: 7px;
  }
  .section-title-home{
    height:calc(100vh - 40px)
  }
}

.intro{
  color:#fff;
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
  
}
.card-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-gallery .card-photo .photo{
  height: 100%;
  background-color: #000;
}
.card-gallery .card-title{
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 0;
}
.card-gallery.lg {height: 100%;}
.card-gallery.lg .card-photo {
  height: calc(100% - 38px)
}
.pc .card-gallery:hover .photo{ transform: scale(1.1);}
.viewall{
  display: flex;
  padding: 100px 0 100px;
}
.viewall a{
  font-size: var(--f-21);
  font-weight: 700;
  margin: auto;
  position: relative;
}
.viewall a:before{}

.viewall a:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom:0px;
  background-color: #000;
  transition: all 0.25s;
}
.pc .viewall a:hover:before{ 
  width: 100%;
}

@media (max-width: 1400px){
  .card-gallery.lg .card-photo {
    height: calc(100% - 35px);
  }
  .viewall{ 
    padding: 60px 0;
  }
}

@media (max-width: 991.98px){ 
  .card-gallery.lg{
    margin-bottom: 25px;
    height: auto;
  }
}

@media (max-width: 670px){
  .gallery-gird .row{
    margin-left: -8px;
    margin-right: -8px;
  }
  .gallery-gird .row>*{
    padding-left: 8px;
    padding-right: 8px;
  }

  .viewall{ 
    padding:40px 0;
  }
}


/*==================================================
   About
==================================================*/ 

.article h2{
  margin-bottom: 20px;
}
.article p{
  margin-bottom: 20px;
}

.nav-list{
  flex-direction: column;
}
.nav-list li{
  width: 100%;
  font-weight: 700;
  font-size: var(--f-18);
}
.pc .nav-list li a:hover{color: var(--grey);}

hr{opacity: 1; background-color: #000; margin: 20px 0;}

.nav-menu{
  margin: auto 4rem;
  position: relative;
  top: 7px;
}
.nav-menu li a{ 
  padding: 10px 60px;
  color: #000;
}
.nav-menu li a.active{
  color: #000;
  text-decoration: underline; 
  
}
.pc .nav-menu li a:hover{color:#AFAFAF;}

.category-list{
  justify-content:flex-start;
  display: flex;
  margin: 0 -20px;
}
.category-list > div{
  padding: 0 20px;
}
@media (max-width:1199px){
  .nav-menu{
    margin: auto 3rem;
    top: 2px;
  }
  .nav-menu li a{ 
    padding: 10px 40px;
  }
}

@media (max-width:991.98px){
  /*.category-list{
    margin: 0 -10px;
  }
  .category-list > div{
    width: 33.333%;
    padding: 0 10px;
  }*/
  .category-list .nav-list li{
    font-size: var(--f-14);
  }
}
@media (max-width:670px){
  .category-list{
    flex-direction: column;
  }
  .nav-menu{
    margin: auto 0;
    margin-left: auto;
  }
  .nav-menu li a{
    padding: 10px 20px;
  }

  hr{
    margin: 15px 0;
  }
}
/*==================================================
   Team
==================================================*/ 
.card-team{
  display: flex;
  flex-direction: column;
  font-size: var(--f-14);
}
.pc .card-team:hover .photo{ transform: scale(1.1);}
.card-team .card-body{
  padding: 0 0;
}
.card-team .hgroup{
  display: block;
  padding: 25px 0 20px;
}
.card-team h4{
  margin-bottom: 10px;
  font-weight: 500;
}

.card-team h6{
  font-size: var(--f-14);
  color: var(--grey);
  font-weight: 500;
  margin-bottom: 0; 
}

/*==================================================
   Work Details
==================================================*/ 

.work-details{
  display: block;
  font-size: var(--f-15);
}
.fs-12{font-size:var(--f-12);}
.fs-14{font-size:var(--f-14);}
.grey{color: var(--grey);}


/* ---- grid ---- */
.work-gallery{
  margin-left: 30px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
} 
/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  height: auto;
  float: left; 
  padding: 5px;
}

.grid-item a{
  display: block;
  overflow: hidden;
}
.grid-item img{
  transition: all 0.5s;
}
.pc .grid-item:hover img{
  transform: scale(1.11);
}

.grid-item--100 { width:  100%; } 

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }
.grid-item a{display: block;}
.grid-item img{width: 100%;}

@media (max-width:991.98px){
  .work-gallery{margin: 0; padding-top: 20px;}
}
/*==================================================
   footer
==================================================*/ 

.footer{
  
  margin-top:35px;
}
.footer > .container-fluid{
  padding-top: 35px;
  padding-bottom: 35px;
}


.footer-links{
 
  display: flex;
  font-size: var(--f-15);
  padding-top:25px;

}
.footer-links .cols:first-child{
  padding-right:85px;
}
.pc .footer-links a:hover{color: var(--grey);}

.footer .copyright{
  font-size:var(--f-12);
  text-align: left;
}

@media (max-width: 1400px){
  .footer-links > .container-fluid{
    padding: 45px 0;
  }
}

@media (max-width: 670px){
  .footer{
    margin-top: 30px;
    text-align: center;
  }
  .footer > .container-fluid {
    padding-top:35px;
    padding-bottom: 35px;
  }
  .footer-links .cols:first-child{
    padding-right: 0;
  }
  .footer-links{
    padding-top:20px;
    flex-direction: column;
  }

  .footer .navbar-brand{
    margin-left: auto;
    margin-right: auto;
  }
}


/*=========Cookie Policy=========*/

.cookie-policy{
  
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding:25px 0; 
  color: #fff;
  font-size:var(--f-14);
  font-weight: 500;
  z-index: 1080;  
  background-color: #000;

  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;

  -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 0, 100%);
    transform: translate3d(0, 0, 100%);
}
 
.cookie-policy.cookie-show{
  -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookie-policy a{  
  text-decoration: underline;
}
.pc .cookie-policy a:hover{
  opacity: 0.7;
}
.cookie-policy .cols:nth-child(1){
  max-width:900px;
  padding-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.cookie-policy .cols:nth-child(2){
  margin: auto;
  margin-right: 0;
}

.cookie-policy .container-fluid{
  display: flex; 
  margin: 0; 
}
.cookie-policy .buttons{
  padding: 0;
  display: flex; 
}
.cookie-policy .btn{
  background-color: transparent;
  border-color:#fff;
  text-transform: uppercase;
  color: #fff;
  font-size:var(--f-14);  
  border-radius: 100px;
  width: 150px;
  height:32px;
  line-height:30px;
  padding:0;
  margin-left:15px
}
.pc .cookie-policy .btn:hover{
  background-color: #fff;
  border-color: #fff;
  color:#000;
}
  
@media (max-width:1280px){ 
   
  .cookie-policy .cols:nth-child(1){
    padding-right: 80px;
  }
  .cookie-policy .cols br{display: none;}

  
  .cookie-policy .cols:nth-child(2){
    margin-top: auto;
    margin-bottom: auto;
  }

 
}

@media (max-width:991.98px){
  .cookie-policy .cols:nth-child(1){
    padding-right: 0px;
  }
  .cookie-policy .container-fluid{
    display:block;
  }

  .cookie-policy .btn{
    height:24px;
    line-height:24px;
    margin-left: 0;
    margin-right:10px
  }
  .cookie-policy .buttons{
    padding-top: 15px;
  }
}

@media (max-width:710px){
   
  .cookie-policy .container-fluid{ 
    flex-direction: column;
  }
  .cookie-policy .cols:nth-child(1){
    padding-right: 0;
    padding-top:0;
  }
  .cookie-policy .cols:nth-child(2){
    margin-left: 0;
    padding-bottom: 10px;
   
  }
  .cookie-policy .buttons{
    padding-top:35px;
    padding-bottom: 0;
    text-align: right;
    justify-content: center;
  }
 
}
@media (max-width:710px){
  .cookie-policy{font-size: 12px;}
  .cookie-policy .cols:nth-child(2){
    margin-left: 0; 
    padding-bottom: 0;
   
  }
  .cookie-policy .buttons{
    padding-top:15px;
  }
  .cookie-policy .btn{
    font-size:10px
  }
}


/*==================================================
   Util
==================================================*/ 
.text-black{
  color: var(--black);
}

.text-white{
  color: var(--white);
}

.pt-60{
  padding-top: 60px;
}

.filter-white{
  fill:white;
}

.filter-black{
  filter: gray saturate(0%) brightness(70%) contrast(1000%);
}