/*@import"https://fonts.googleapis.com/css2?family=Italiana&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@100;200;300;400;500;600&display=swap";*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');
html,
body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
/*    font-family: "Outfit", sans-serif;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 30px;
    overflow-x: hidden
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0
}

button,
input,
select,
textarea {
/*    font-family: "Outfit", sans-serif*/
font-family: 'Prompt', sans-serif;
}

b,
strong {
    font-weight: 600
}

*,
*: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,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px
}

.container-custom {
    max-width: 1366px;
    margin: 0px auto;
    padding: 0 15px
}

.container-fluid {
    max-width: 100%;
    margin: 0px auto
}

.container.small {
    max-width: 850px;
    padding: 0 20px
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-light {
    font-weight: 300
}

.text-medium {
    font-weight: 400;
    color: #262423 !important
}

.text-bold {
    font-weight: 600
}

.text-bolder {
    font-weight: 700
}

.text-black {
    color: #000
}

.text-white {
    color: #fff !important
}
.text-gray{
    color: #b5b5b5;
}

.text-orange {
    color: #946e3c
}

.text-brown {
    color: #4f2b14
}

.fontItaliana {
    font-family: "Italiana", serif
}

.fontOutfit {
    font-family: "Outfit", sans-serif
}

.fontOpensans {
    font-family: "Open Sans", sans-serif
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.img-full {
    width: 100%;
    height: auto
}

.center-block {
    float: none!important;
    margin: 0 auto
}

.bg-white {
    background-color: #fff
}

.bg-off-white {
    background-color: #f8f8fa
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.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%
}

.col-12-5 {
    width: 20%
}

.w100 {
    width: 100%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w30 {
    width: 30%
}

.w20 {
    width: 20%
}

.cred {
    color: red
}

.h100 {
    height: 100%
}

.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,
.w30,
.w70,
.w20 {
    float: left
}

.mg-5 {
    margin: 5px
}

.mg-10 {
    margin: 10px
}

.mg-20 {
    margin: 20px
}

.mg-30 {
    margin: 30px
}

.mg-tp-5 {
    margin-top: 5px
}

.mg-tp-10 {
    margin-top: 10px
}

.mg-tp-20 {
    margin-top: 20px
}
.mg-tp-30 {
    margin-top: 30px
}
.mg-tp-40 {
    margin-top: 40px
}

.mg-tp-50 {
    margin-top: 50px
}

.mg-bt-5 {
    margin-bottom: 5px
}

.mg-bt-10 {
    margin-bottom: 10px
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-30 {
    margin-bottom: 30px
}
.mg-bt-40 {
    margin-bottom: 40px
}
.mg-bt-50 {
    margin-bottom: 50px
}

.mg-rt-5 {
    margin-right: 5px
}

.mg-rt-10 {
    margin-right: 10px
}

.mg-rt-20 {
    margin-right: 20px
}

.mg-rt-30 {
    margin-right: 30px
}

.mg-lt-5 {
    margin-left: 5px
}

.mg-lt-10 {
    margin-left: 10px
}

.mg-lt-20 {
    margin-left: 20px
}

.mg-lt-30 {
    margin-left: 30px
}
.pd-x-10{
    padding: 0 10px;
}
.pd-x-20{
    padding: 0 20px;
}
.pd-x-30{
    padding: 0 30px;
}
.pd-x-40{
    padding: 0 40px;
}
.pd-x-50{
    padding: 0 50px;
}
.pd-x-15{
    padding: 0 15px;
}
.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-20 {
    padding: 20px
}

.pd-30 {
    padding: 30px
}

.pd-tp-5 {
    padding-top: 5px
}

.pd-tp-10 {
    padding-top: 10px
}

.pd-tp-20 {
    padding-top: 20px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-bt-0 {
    padding-bottom: 0px!important
}
.pd-bt-5 {
    padding-bottom: 5px
}

.pd-bt-10 {
    padding-bottom: 10px
}

.pd-bt-20 {
    padding-bottom: 20px!important
}

.pd-bt-30 {
    padding-bottom: 30px
}

.pd-rt-5 {
    padding-right: 5px
}

.pd-rt-10 {
    padding-right: 10px
}

.pd-rt-20 {
    padding-right: 20px
}

.pd-rt-30 {
    padding-right: 30px
}

.pd-lt-5 {
    padding-left: 5px
}

.pd-lt-10 {
    padding-left: 10px
}

.pd-lt-20 {
    padding-left: 20px
}

.pd-lt-30 {
    padding-left: 30px
}

.h500 {
    height: 500px
}

.h600 {
    height: 600px
}

.h700 {
    height: 700px
}

.h800 {
    height: 800px
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.pos-fix {
    position: fixed
}
.fn-18{
    font-size: 18px;
}

.fn-20{
    font-size: 20px;
}

.fn-22{
    font-size: 22px;
}
.fn-24{
    font-size: 24px;
}
.fn-26{
    font-size: 26px;
}
.bottom {
    bottom: 0
}

.top {
    top: 0
}

.left {
    left: 0
}

.right {
    right: 0
}

.visible-md {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-xs {
    display: none !important
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after,
.clearfix {
    clear: both
}

.disptable {
    display: table;
    height: 100%
}

.dispblock {
    display: block
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.Yoverflowhidden {
    overflow-y: hidden
}

.Xoverflowhidden {
    overflow-x: hidden
}

.overflowhidden {
    overflow: hidden
}

section {
    float: left;
    width: 100%
}

.padding {
    padding: 70px 0
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0 0px 0;
    z-index: 9999;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

header.active {
    background-color: rgba(0,0,0,0.71);;
    z-index: 100000;
/*    -webkit-box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px*/
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}


header.active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(30px);
    fill-opacity: 0;
}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px
}

header .upper .ctc-wrapper {
    margin-right: 20px
}

header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px
}

header .lower .nav-links {
    text-align: right;
    margin-top: 8px
}

header .lower .nav-links a {
    display: inline-block;
    padding: 23px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
/*header.active .lower .nav-links a {
    color: #000;
}
header .lower .nav-links a.active {
    color: #fff;
    font-weight: 600
}*/

header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + 12px);
    right: 15px;
    background-color: #efece7;
    padding: 35px 10px 10px;
    display: none
}

header .form-container .frmclose {
    display: none
}

header .form-container .thankyou {
    margin-bottom: 10px;
    text-align: center
}

.call-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    right: 2px;
    top: 4px
}

header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px
}

.opacity-18 {
    opacity: .18 !important
}

header .form-container .thankyou {
    margin-bottom: 10px
}

.bar1,
.bar2,
.bar3 {
    -webkit-transition: .4s;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 4px);
    transform: rotate(-45deg) translate(-5px, 5px);
    width: 28px !important
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -2px);
    transform: rotate(45deg) translate(-4px, -6px);
    width: 28px !important
}

.brand-logo {
    margin-top: 7px
}

footer {
    float: left;
    width: 100%;
    color: #fff
}

footer p {
    font-size: 14px;
    line-height: 28px;
    opacity: .7
}

footer a {
    color: #fff
}

footer a img {
    vertical-align: middle
}

footer .upper {
    background-color: #2b2b2b;
    padding: 10px 0
}

footer .lower {
    background-color: #0f0800;
    padding: 11px 0;
    font-size: 12px;
    position: relative;
    z-index: 9
}

#home{
    background-color: #111319;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/banner.png");
        background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
    animation: zoom-in-zoom-out 80s ease-in-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.banner-content{
    margin-top: 250px;
}
span.line {
    width: 57px;
    height: 1px;
    background-color: #636363;
    display: inline-block;
    vertical-align: middle;
}

span.dot-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #4C897A;
    vertical-align: middle;
    margin: 15px;
}
.banner-subheading {
    font-size: 26px;
    line-height: 43px;
    color: #717171;
}

.banner-heading {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
        color: #000;
}
.banner-heading span {
/*    color: #4C897A;*/
     color: #D5B36B; 
}

.social-link-wrap {
    position: absolute;
    left: -90px;
    top: 250px;
    width: 50px;
}

.social-inner ul {
    list-style: none;
    text-align: center;
}

.social-inner ul li {
    display: block;
    margin: 38px 0;
}

.social-inner ul li a svg {
/*    width: 23px;*/
}
.social-inner ul li a svg path {
/*    fill: #fff;*/
}

.dotcircle{
    color: #4C897A;
    font-size: 100px;
}


.bg-gray{
    background-color: #111319;
}
.box-icon {
    width: 78px;
    float: left;
}
.box-icon  svg path{
    fill: #4C897A;
}
.box-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 20px;
    margin-top: 0px;
}
.qodef-m-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
/*    margin-top: 12px;*/
}
.qodef-m-title span{
color: #D5B36B;
transition: all 0.6s ease-in-out;
}

.box-inner .box-icon  svg {
    transition: all 0.6s ease-in-out;
}
.box-inner:hover .box-icon  svg {
    transform: scale(1.1);
}
.box-inner:hover .qodef-m-title span {
    color: #4C897A;
}

.project-content{
    padding: 70px 80px;
}
.circle-title:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #D5B36B;
    border-radius: 50%;
    z-index: 0;
    left: 60px;
    top: 50px;
}
.zindex{
    position: relative;
    z-index: 2;
}






/*
.marquee {
  --duration: 60s;
  --gap: 0px;

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
  width: 100%;
  height: 370px;
  padding: 10px;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}*/
.project-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
    overflow: hidden;
}
.project-wrap:hover .project-inner{
    bottom: 0;
}
.project-inner {
    position: absolute;
    bottom: -75px;
    background-color: rgba(0,0,0,0.7);
    padding: 30px 50px;
    backdrop-filter: blur(5px);
    transition: all 0.6s ease-in-out;
}
.project-inner h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.project-inner p {
/*    color: #fff;*/
    line-height: 26px;
    margin-top: 17px;
}
.project-inner a {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.img-click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.wdt-content-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: left;
    justify-content: center;
    justify-items: center;
}
.wdt-content-media-group {
    margin-bottom: 5px;
}
.wdt-content-item .wdt-content-counter {
/*    color: #DD4242;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 6.5em;
    font-weight: bold;
    -webkit-transition: var(--wdt-elementor-base-transition);
    transition:all 0.6s ease-in-out;
        font-family: 'Prompt', sans-serif;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.wdt-content-item:hover .wdt-content-counter{
    color:#4C897A;
    -webkit-text-stroke: 1px #4C897A;
}
.wdt-content-item .wdt-content-detail-group {
    position: relative;
    width: 100%;
    max-width: 200px;
    text-align: left;
}
.wdt-content-item .wdt-content-title h5 {
    display: block;
    font-size: 26px;
    font-weight: 400;
    margin-top: -8px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Prompt', sans-serif;
}

.img-patch1 {
    position: absolute;
    left: 0px;
    width: 80px;
    opacity: 0.2;
}

.img-patch2 {
    position: absolute;
    top:-50px;
    right: 0px;
    width: 80px;
    opacity: 0.2;
    transform: rotate(180deg);
}
.img-patch3{
    position: absolute;
    top: -155px;
    right: 0px;
    width: 80px;
    opacity: 0.2;
    transform: rotate(180deg);
}
.top-1{
    top: -100px;
/*    width: 150px;*/
    opacity: 0.2;
}
.sec-heading{
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.sec-desc{
    line-height: 26px;
    font-size: 16px;
}
.br-rt-lt{
    border-left:1px solid gray;
    border-right:1px solid gray;
}
.service-wrap{
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
.overlay-img{
    overflow: hidden;
}
.overlay-img img{
    margin-bottom: -9px;
}   
.overlay-img a:after, .overlay-img.service-img:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
/*    background-color: rgba(76,137,122,0.4);*/
    width: 100%;
    height: 100%;
    opacity: 1;
    border-top: 160px solid rgba(76,137,122,0.7);
    border-left: 160px solid rgba(76,137,122,0.7);
    border-bottom: 160px solid rgba(76,137,122,0.7);
    border-right: 160px solid rgba(76,137,122,0.7);
    transition: all .6s ease-in-out;
}
.service-wrap:hover .overlay-img:after,.grid-item a:hover:after{
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
/*    z-index: -1;*/
}
.service-wrap p{
    min-height: 180px;
}
.bg-service{
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.service-wrap .sec-heading{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
     transition:all 0.6s ease-in-out;
}
.service-wrap:hover .sec-heading{
    color: #4C897A!important;
    color: #D5B36B!important;
}
.numbers{
    padding: 150px 0;
}

.awards{
    height: 750px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.awards-overlay{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.awards h2 {
    font-size: 180px;
    letter-spacing: 20.24px;
    color: #000;
    opacity: 0.4;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 200px;
    text-align: right;
    animation: marquee 30s infinite normal linear;
}
@keyframes marquee {
    to {
        transform: translateX(-100%);
    }
}
.awards .banner-heading{
    font-size: 40px;
    line-height: 50px;
}
.client-logo-list .slick-slide div{
    height: 120px;
    width: 200px;
    margin: 50px auto;
    position: relative;

}
.client-logo-list .slick-slide > div > div{
    background-color: #fff;
}
.client-logo-list .slick-slide img{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact-form .form-control{
    width: 100%;
    height: 44px;
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px;
}



.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.privacy-policy-heading {
    font: normal normal 700 30px/42px "Open Sans", sans-serif;
    color: #9c4502;
    margin-top: 80px
}

.privacy-policy-page {
    width: 100%;
    min-height: 100vh;
    padding: 100px 0 70px
}

.privacy-text {
    font: normal normal 500 18px/28px "Open Sans", sans-serif;
    color: #000;
    margin-top: 20px
}

.grid-item {
display: inline-block;
    height: 259px;

    overflow: hidden;
    text-align: center;
    width: 400px;
}
.grid-item img{
    width:100%;
    height:auto;
/*    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    
}

.filters ul {
    list-style: none;
    padding: 20px 10px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    margin: 0 0px;
    border-radius: 0px;
    background-color: #232323;
}

.filters li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
    color: #b6b6b6;
    text-decoration: none;
}
.filters li a:hover{
    color:#fff;
}

.filters li:hover {
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    border-radius: 15px;
}

.filters li.active a{
    color: #e3ca66;
    border: 1px solid #e3ca66;
    border-radius: 15px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    padding: 10px 25px;
    
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
    text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.grid-item {
  margin-bottom: 10px;
}
.isotope{
    height: auto!important;
    margin: auto;
    text-align: center;
}
.mfp-wrap,.mfp-bg{
    z-index: 999999!important;
}
.portfolio{
    height: 450px;
    padding-top: 200px;
}

.theme-btn{
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #D5B36B;
    color: #000;
    cursor: pointer;
}


.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}


.whatsapp-links {
    position: fixed;
    right: 53px;
    bottom: 13px;
    z-index: 9999;
}

.whatsapp-links #whatsapp_chat {
    width: 50px;
}
#overlay, .footer-link{
    display: none;
}
div#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}
div#popup {
    width: 400px;
    margin: 35px auto;
    background-color: #fff;
    padding-bottom: 30px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    cursor: pointer;
}
label.error {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0;
    bottom: -14px;
}
.form-group {
    position: relative;
}