
.foundation-section {
  position:relative;
  padding:80px 0 50px ;
}


.foudation-part-heading h2 {
  margin: 35px 0px ;
    font-size: 30px ;
}

.foudation-part2 {
  padding: 50px 0px;
}
.foudation-part1-1{
      padding: 50px 0px;

}

.sec-title .sub-heading{
       padding: 10px 0px 10px !important;
  }
  


@media screen and (max-width: 767px) {
    
       .sec-title  .span-two{
      display:  block !important;
}
.sec-title  .span-one{
          display: none !important;
    
}

  .sec-title h4 {
    font-size: 14px !important;
  }


  .sec-title .sub-heading{
    font-size: 17px !important;
      padding: 20px 0px 20px !important;
  }
  

.foudation-part-heading h2 {
  margin: 80px 0px;
    margin-bottom: 35px;
  font-size: 20px !important;
}
.sec-title h2 {
  color: #000;
  font-size: 20px !important;
  line-height: 42px;
  letter-spacing: -0.16px;
  white-space: nowrap;
  font-family: 'Cinzel', serif;
  font-weight: 500;
}
.container-pagination {
  position: relative;
  width: auto;
  height: 0px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px 150px;
  display: none !important;
}
}

.container-pagination {
  position: relative;
  width: auto;
  height: 0px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px 150px;
    background: transparent !important;

}
.container-pagination .pagination {
  position: relative;
  height: 60px;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}
.container-pagination .pagination li {
  list-style-type: none;
  display: inline-block;
}
.container-pagination .pagination li a {
 position: relative;
  padding: 20px 25px;
  text-decoration: none;
  color: #866b48;
  font-weight: 500;
  background: #fae7c9;
  border: 1px solid #fff;
}
.container-pagination .pagination li a:hover,
.container-pagination .pagination li.active a {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #866b48;}


.about-section::before {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:50%;
  background-repeat:no-repeat;
  background-position:center right;
  background-image:url(../images/icons/shape.png);
  content:""
}
.about-section .content-column {
  position:relative;
  margin-bottom:0px;
  z-index:1
}
.about-section .content-column .inner-column {
  position:relative;
  padding-left:70px
}
.about-section .content-column .sec-title {
  margin-bottom:40px
}
.about-section .content-column .list-style-two {
  margin-bottom:40px
}
.about-section .content-column .btn-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.about-section .content-column .info-btn {
  position:relative;
  display:block;
  font-size:22px;
  padding:8px 0;
  padding-left:90px;
  color:#181818;
  text-align:left;
  font-weight:800;
  white-space:nowrap;
  line-height:20px;
  margin-right:30px
}
.about-section .content-column .info-btn small {
  display:block;
  font-size:16px;
  font-weight:400;
  color:#6a6a6a;
  margin-bottom:10px
}
.about-section .content-column .info-btn i {
  position:absolute;
  left:0;
  top:50%;
  margin-top:-34px;
  line-height:68px;
  height:68px;
  width:68px;
  text-align:center;
  border-radius:50%;
  color:#886c48;
  background-color:#edf0f5;
  font-size:24px
}
.bounce-y{
  animation: bounce-y 10s infinite linear;
}@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.about-section .content-column .info-btn:hover {
  color:#886c48
}
.about-section .image-column {
  position:relative;
  margin-bottom:0px
}
.about-section .image-column .inner-column {
  position:relative;
  padding-right:110px
}
.about-section .image-column .inner-column:before {
  position:absolute;
  right:65px;
  top:70px;
  width:451px;
  height:381px;
  background-image:url(../images/pattern-5.png);
  content:"";
  animation: bounce-y 10s infinite linear;
}
.about-section .image-column .image-1 {
  position:relative;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:0
}.bounce-x {
  -webkit-animation:bounce-x 10s infinite linear;
  animation:bounce-x 10s infinite linear
}@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50% {
    -webkit-transform:translateX(30px);
    transform:translateX(30px)
  }
  100% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50% {
    -webkit-transform:translateX(30px);
    transform:translateX(30px)
  }
  100% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}
.about-section .image-column .image-1 img {
  width:100%
}
.about-section .image-column .image-2 {
  position:absolute;
  right:0;
  bottom:20px;
  margin-bottom:0;
  border-radius:10px;
  overflow:hidden;
  border:5px solid #fff;
  -webkit-box-shadow:0 10px 60px rgba(0,0,0,.1);
  box-shadow:0 10px 60px rgba(0,0,0,.1)
}
.about-section .image-column .image-2 img {
  width:100%
}
.about-section .experience {
  position:absolute;
  left:-110px;
  bottom:60px;
  min-width:140px;
  background:#886c48;
  padding:10px 20px 15px;
  border-radius:0px 10px 10px 0px;
  -webkit-box-shadow:0 15px 60px rgba(68,67,67,.08);
  box-shadow:0 15px 60px rgba(68,67,67,.08)
}
.about-section .experience::before {
  position:absolute;
  right:-20px;
  bottom:0;
  border-left:20px solid var(--border-theme-color2);
  border-top:20px solid transparent;
  content:""
}
.about-section .experience .inner {
  position:relative;
  padding-left:0px
}
.about-section .experience .icon {
  position:absolute;
  left:0;
  top:3px;
  font-size:64px;
  color:#fff
}
.about-section .experience .text {
  position:relative;
  font-size:16px;
  line-height:20px;
  color:#fff;
  font-family: 'Cinzel', serif;
}
.about-section .experience strong {
  position:relative;
  margin-top:7px;
  font-size:24px;
  line-height:1.2em;
  color:#fff;
  font-weight:700;
  display:block
}
.about-section-two {
  position:relative;
  padding:120px 0 70px
}
.about-section-two .content-column {
  position:relative;
  margin-bottom:40px;
  z-index:1
}
.about-section-two .content-column .inner-column {
  position:relative;
  padding-left:70px
}
.about-section-two .content-column .sec-title {
  margin-bottom:40px
}
.about-section-two .content-column .theme-btn {
  margin-top:20px
}
.about-section-two .content-column .float-text {
  position:absolute;
  right:-120px;
  bottom:40px;
  font-size:100px;
  color:var(--theme-color3);
  letter-spacing:.2em;
  text-transform:uppercase;
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
  font-weight:300;
  -webkit-transform-origin:top right;
  transform-origin:top right
}
.about-block {
  position:relative;
  margin-bottom:30px
}
.about-block .inner-box {
  position:relative
}
.about-block .inner-box:hover .icon {
  color:var(--theme-color1)
}
.about-block .icon {
  display:block;
  font-size:62px;
  color:var(--theme-color2);
  line-height:1em;
  margin-bottom:5px;
  -webkit-transition:all 300ms ease;
  transition:all 300ms ease
}
.about-block .title {
  margin-bottom:5px
}
.about-section-two .image-column {
  position:relative;
  margin-bottom:35px
}
.about-section-two .image-column .inner-column {
  position:relative;
  padding-right:110px;
  padding-bottom:60px
}
.about-section-two .image-column .image-1 {
  position:relative;
  display:inline-block;
  margin-bottom:0
}
.about-section-two .image-column .image-1:before {
  position:absolute;
  right:-55px;
  top:-45px;
  width:100px;
  height:185px;
  background-image:url(../images/icons/dots-3.png);
  content:""
}
.about-section-two .image-column .image-1 img {
  border-radius:10px
}
.about-section-two .image-column .image-2 {
  position:absolute;
  right:0;
  bottom:0;
  margin-bottom:0
}
.about-section-two .image-column .image-2:before {
  position:absolute;
  right:100px;
  top:-80px;
  width:20px;
  height:60px;
  background-color:#886c48;
  content:""
}
.about-section-two .image-column .image-2 img {
  width:100%;
  border-radius:15px
}
.about-section-two .experience {
  position:absolute;
  left:-85px;
  top:40px;
  width:170px;
  height:170px;
  background:#886c48;
  border-radius:50%
}
.about-section-two .experience .inner {
  position:relative;
  text-align:center;
  padding:30px
}
.about-section-two .experience .inner:before {
  position:absolute;
  right:30px;
  bottom:10px;
  border-left:20px solid transparent;
  border-bottom:20px solid var(--border-theme-color2);
  content:""
}
.about-section-two .experience .icon {
  position:relative;
  display:block;
  font-size:68px;
  color:#fff;
  margin-bottom:5px
}
.about-section-two .experience .text {
  position:relative;
  font-size:18px;
  font-weight:700;
  line-height:20px;
  color:#fff
}
.about-section-three {
  position:relative;
  background-color:var(--theme-color3);
  padding:120px 0 0
}
.about-section-three .content-column {
  position:relative;
  margin-bottom:50px;
  z-index:1
}
.about-section-three .content-column .inner-column {
  position:relative;
  padding-left:90px
}
.about-section-three .image-column {
  position:relative
}
.about-section-three .image-column .inner-column {
  position:relative;
  margin-left:-370px
}
.about-section-three .image-column .image-box {
  position:relative
}
.about-section-three .image-column .image-box .image {
  margin-bottom:0
}
.about-section-three .image-column .image-box img {
  width:100%
}
.about-section-three .info-box {
  position:relative;
  padding-left:185px;
  margin-bottom:40px;
  padding-top:10px;
  min-height:80px
}
.about-section-three .info-box .image {
  position:absolute;
  left:0;
  top:0;
  width:155px;
  border-radius:10px;
  overflow:hidden
}
.about-section-three .info-box .title .num {
  font-size:30px;
  font-weight:700;
  margin-left:10px;
  color:var(--theme-color2)
}
.skills {
  position:relative;
  margin-bottom:40px
}
.skills .skill-item {
  position:relative;
  margin-bottom:25px
}
.skills .skill-item:last-child {
  margin-bottom:0
}
.skills .skill-item .skill-header {
  position:relative;
  margin-bottom:0
}
.skills .skill-item .skill-header .skill-title {
  font-size:16px;
  font-weight:700;
  margin-bottom:10px
}
.skills .skill-item .skill-bar {
  position:relative;
  width:100%;
  height:13px;
  border-radius:5px
}
.skills .skill-item .skill-bar .bar-inner {
  position:relative;
  width:100%;
  height:13px;
  background:#fff;
  border-radius:10px
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position:absolute;
  left:0;
  top:0;
  height:13px;
  width:0;
  -webkit-transition:all 3000ms ease;
  transition:all 3000ms ease;
  border-radius:10px;
  background-color:#886c48
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position:absolute;
  right:0;
  bottom:100%;
  font-size:14px;
  font-weight:400;
  color:#767676;
  line-height:25px;
  margin-bottom:10px
}
.about-section-four {
  position:relative;
  padding:120px 0 70px
}
.about-section-four::before {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:50%;
  background-repeat:no-repeat;
  background-position:center right;
  background-image:url(../images/icons/shape.png);
  content:""
}
.about-section-four .content-column {
  position:relative;
  margin-bottom:40px;
  z-index:1
}
.about-section-four .content-column .inner-column {
  position:relative;
  padding-left:70px
}
.about-section-four .content-column .sec-title {
  margin-bottom:20px
}
.about-section-four .content-column .title {
  font-size:22px;
  line-height:2em;
  color:var(--theme-color2);
  font-weight:400;
  margin-bottom:40px
}
.about-section-four .content-column .info-btn {
  position:relative;
  display:block;
  font-size:18px;
  padding:8px 0;
  padding-left:95px;
  color:#181818;
  text-align:left;
  font-weight:800;
  line-height:20px;
  margin-bottom:50px
}
.about-section-four .content-column .info-btn small {
  display:block;
  font-size:18px;
  font-weight:400;
  color:#6a6a6a;
  margin-bottom:10px
}
.about-section-four .content-column .info-btn i {
  position:absolute;
  left:0;
  top:50%;
  margin-top:-35px;
  line-height:72px;
  height:70px;
  width:70px;
  text-align:center;
  border-radius:50%;
  color:#886c48;
  background-color:#f6f6f6;
  font-size:28px
}
.about-section-four .content-column .info-btn:hover {
  color:#886c48
}
.about-section-four .image-column {
  position:relative
}
.about-section-four .image-column .inner-column {
  position:relative;
  padding-bottom:90px
}
.about-section-four .image-column .bg-shape {
  position:absolute;
  left:-80px;
  top:-40px;
  width:540px;
  height:540px;
  background-image:url(../images/icons/shape-1.png);
  -webkit-animation:fa-spin 60s infinite linear;
  animation:fa-spin 60s infinite linear
}
.about-section-four .image-column .image-1 {
  position:relative;
  height:495px;
  width:495px;
  border-radius:50%;
  overflow:hidden;
  margin-bottom:0;
  border:5px solid #fff
}
.about-section-four .image-column .image-1 img {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.about-section-four .image-column .image-2 {
  position:absolute;
  right:0;
  bottom:0;
  margin-bottom:0;
  border-radius:50%;
  overflow:hidden;
  height:309px;
  width:309px;
  border:5px solid #fff
}
.about-section-four .image-column .image-2 img {
  width:100%
} .about-section .experience {
    left:0
  }
  .about-section-four .content-column .inner-column,
  .about-section .content-column .inner-column {
    padding-left:0
  }

  .sec-title h2{
    color: #000;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.16px;
  white-space: nowrap;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  padding: 10px 0px 10px;
  }

 



 .text p{
    font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  white-space: normal;
  margin-bottom:5px;
  font-weight: normal;
  text-align: left;
  }
  .about-section .image-column .image-2 img{
    width: auto;
  height: 200px;
  }

  .section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #846a45;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.work-porcess-area {
   padding-bottom: 80px;background: #f7f7f7;
 }

.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    padding-top: 40px;
}

.work-porcess-area .process-info .single-process {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding:auto;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 45px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(132, 106, 69, 0.53);
    -o-box-shadow: 0 10px 30px 0 rgba(132, 106, 69, 0.53);
    -moz-box-shadow: 0 10px 30px 0 rgba(132, 106, 69, 0.53);
    -ms-box-shadow: 0 10px 30px 0 rgba(132, 106, 69, 0.53);
    box-shadow: 0 10px 30px 0 rgba(132, 106, 69, 0.53);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.single-process img{
  height: 70px;
  margin-bottom: 20px;
}

.work-porcess-area .process-info .single-process.first {
    background: #846a45;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background: #846a45;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #846a45;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #846a45;
}
.work-porcess-area .process-info .single-process::afte{
  display: none;
}
@media only screen and (max-width: 767px) {
    
  
     .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process{
        margin-top: 30px;
    }
    .work-porcess-area .section-title h2{
        margin-bottom: 5px;
    }
    .section-header h2 {
    font-size: 30px;
}

}


@media screen and (max-width: 767px){
  
  .about-section {
  padding: 45px 0 25px;
}
.our_team {
  padding-bottom: 25px;
  }
  .process-driven {
  padding: 40px 0 0;
}
.work-porcess-area .process-info {
  padding-top: 7px;
}
.work-porcess-area {
  padding-bottom: 55px;
}
.about-section .image-column .inner-column{
  margin-bottom: 20px;
}
.about-section .image-column .inner-column::before{
  display: none;
}
}

.sec-title h4 {
  color: #000;
  font-size: 32px !important;
  line-height: 42px;
  letter-spacing: -0.16px;
  white-space: nowrap;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-align: center;
}

 

.sec-title  .span-two{
      display: none;
}
.sec-title  .span-one{
      display: inline-block;
}

.sub-seaction{
    padding:0px 0px 50px !important;
}

