html {
  scroll-behavior: smooth;
} 
body, html{
    font-family: 'Montserrat', sans-serif;
}
p, li{
    font-size: 16px; 
}
h1, h2, h3, h4, h5, h6{
    color: #011144;
	font-family: 'Playfair Display', serif;
}
.space20{
    height: 20px;
    min-height: 20px; 
    clear: both;
}

/*button styles*/
.btn-pbtheme {
    background: linear-gradient(-45deg, #501d04, #fd5a0d);
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 28px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition: all linear 400ms;
    border: none;
}
.btn-pbtheme:before {
    background: #501d04;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    transform: scaleX(0);
    transform-origin: 51%;
    transition-property: transform;
    transition-duration: 0.3s;
    border-radius: 4px;
    border: none;
}
.btn-pbtheme:hover:before {
    transform: scaleX(1);
}
.btn-pbtheme:hover {
    color: #fff;
}



/*Header menu section styles*/
.topbar {
    background: #edf1f2;
    padding: 10px 0;
}
.topbar .tp-rtinf ul {
    margin-bottom: 0;
}
.topbar .tp-rtinf ul li {
    font-weight: 600;
    font-size: 12px;
}
.topbar .tp-rtinf ul li a {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
}
nav.navbar {
    margin-bottom: 0;
    background: #fff;
    z-index: 2;
    border: 0;
}
ul.nav.navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 36px 12px;
    letter-spacing: 0.2px;
}
a.navbar-brand {
    font-weight: 600;
    color: #333 !important;
    font-size: 28px;
    letter-spacing: 0.2px;
    margin-top: 10px;
    margin-right: 10px;
}
a.navbar-brand img {
  height: 80px;
  width: auto;
  margin: -16px 60px 0 0;
}
nav.navbar:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 28.5%;
    background: #fff;
    z-index: -1;
}
ul.nav.navbar-nav li ul.dropdown-menu li a {
    padding: 8px 20px;
	transition: .4s; 
}
ul.nav.navbar-nav.navbar-right li button, span.continf-btn button {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 26px 10px;
    background: transparent;
    border: transparent;
    letter-spacing: 0.6px;
  position: absolute;
  right: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
ul.nav.navbar-nav.navbar-right li:focus, span.continf-btn button:focus{
    border-color: transparent;
}
ul.nav.navbar-nav.navbar-right li button:before, span.continf-btn button:before {
    position: absolute;
    content: '';
    left: -6px;
    top: 11px;
    height: 70%;
    width: 110%;
    border: 1px solid #efefef;
    transition: all 0.4s ease-in-out;
    background: transparent;
    z-index: -1;
    background: #cda776;
}
ul.nav.navbar-nav.navbar-right li button:hover, span.continf-btn button:hover {
    color: #fff;
}
ul.nav.navbar-nav.navbar-right li button:hover:before, span.continf-btn button:hover:before {
    background: #b9915d;
}
ul.nav.navbar-nav.navbar-right li button:focus, span.continf-btn button:focus{
    outline: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #edf1f2;
}

.form-enqinfo .modal-header h4 {
    font-weight: 600;
}
.form-enqinfo .modal-dialog .modal-content {
    background: aliceblue;
    padding: 10px 20px 30px;
}
.form-enqinfo form button.btn{
    background: #cda776;
    color: #fff;   
    float: right;
    padding: 8px 30px;
    font-size: 18px;
    line-height: 1.2;
}
.form-enqinfo form input, .form-enqinfo form select {
    background: aliceblue;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #e6e4e4;
    height: 40px;
}
.form-enqinfo form textarea {
    background: aliceblue;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #e6e4e4;
    max-width: 100%;
    width: 100%;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #ff5f7c42 !important;
	color: #333;
}


/*Slider section styles*/

.sliderwrap {
    position: relative;
    overflow: hidden;
}

.main-slideinf.slide1-infimg, .main-slideinf.slide2-infimg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.main-slideinf:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: rgb(34 37 44 / 80%);
    z-index: 0;
}
.slidecont-inf {
    position: absolute;
    top: 35%;
    width: 100%;
}
.slidecont-inf p.inencount {
    background: #d7b399;
    position: absolute;
    font-size: 50px;
    padding: 10px;
    top: -100px;
}
.slidecont-inf h1 {
    text-transform: capitalize;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 100;
    font-size: 32px;
    line-height: 1.4; 
}
.slidecont-inf h1 span {
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    font-weight: 600;
    position: relative;
    z-index: 1;
	font-family: 'Playfair Display', serif;;
}
.slidecont-inf h1 span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.slidecont-inf p.key-impot {
    color: #fff;
    font-weight: 500;
}
.slidecont-inf a.btn {
    background: #cda776;
    margin: 20px 0;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.slidecont-inf a.btn:hover {
    background: #b9915d;
}
.sliderwrap #homesliding  .owl-nav {
    background: #edf1f2;
    padding: 5px;
    position: relative;
    height: 50px;
}
.sliderwrap #homesliding .owl-nav .owl-prev {
    position: absolute;
    right: 100px;
    background: #22252c;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
}
.sliderwrap #homesliding .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    background: #22252c;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
}
.sliderwrap .metaslider .caption-wrap {
    position: absolute;
    bottom: 70%;
    left: 0;
    background: transparent;
    color: white;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}


/*About us section styles*/
.infoabtinnsechome {
    padding: 60px 0;
}
.bgbang-imginfshw {
    position: relative;
    z-index: 1;
}
.bgbang-imginfshw:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2021/02/bg-dot.jpg) repeat;
    z-index: -1;
	opacity: .2;
}
.bgbang-imginfshw:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(/wp-content/uploads/2024/01/abs-home-img2.png) no-repeat;
    background-position: left top;
    background-size: contain;
}
.bgbang-inted7 {
    padding: 100px;
    z-index: 2;
}
.bgbang-inted7 img {
    z-index: 9;
    margin-left: 200px;
    box-shadow: -30px 30px 60px 0 rgba(0,0,0,0.5);
}
.infoabtinnsechome .ainabt-msgconteinf {
    margin-top: 0;
}


.infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno {
    color: #cda776;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno:before {
    position: absolute;
    content: '';
    left: 24%;
    top: 38%;
    height: 2px;
    width: 40px;
    background: #b9915ddb;
}
.infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno:after {
    position: absolute;
    content: '';
    left: 24%;
    top: 60%;
    height: 2px;
    width: 25px;
    background: #b9915ddb;
}
.infoabtinnsechome#srajana-ks .ainabt-msgconteinf p.innsml-abtinno:before {
    left: 64%; 
}
.infoabtinnsechome#srajana-ks .ainabt-msgconteinf p.innsml-abtinno:after {
    left: 64%; 
}

.infoabtinnsechome .ainabt-msgconteinf h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 10px 0 20px;
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;;
    text-transform: capitalize;
    line-height: 1.2;
}
.infoabtinnsechome .ainabt-msgconteinf h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.infoabtinnsechome .ainabt-msgconteinf p {
    font-size: 18px;
    line-height: 1.6;
	text-align: justify;
}
.infoabtinnsechome .ainabt-msgconteinf a.btn {
    background: #cda776;
    color: #fff;
    padding: 10px 25px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}


/*Services inner section styles*/
.hmeservices-infwpsec {
    padding: 60px 0;
    background: #eef1f2;
    position: relative;
    overflow: hidden;
}
.hmeservices-infwpsec .hmeserv-infblk {
    position: relative;
    z-index: 1;
}
.hmeservices-infwpsec .hmeserv-infblk:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.hmeservices-infwpsec .hmeserv-infblk h2 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4px;
}
.hmeservices-infwpsec .hmeserv-infblk h2:before {
    position: absolute;
    content: '';
    left: 26%;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #33333391;
}
.hmeservices-infwpsec .hmeserv-infblk h2:after {
    position: absolute;
    content: '';
    left: 26%;
    top: 60%;
    height: 2px;
    width: 25px;
    background: #33333391;
}
.hmeservices-infwpsec .sec-infhdin p {
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    color: rgba(0,0,0,0.1);
    font-weight: 700;
    letter-spacing: 10px;
    transform: rotate(270deg);
    position: absolute;
    right: 80px;
    top: 0;
    white-space: nowrap;
    transform-origin: center right;
}
.hmeallinone-servbx {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    transition: all 0.5s linear;
    z-index: 1;
    padding: 20px;
    margin: 0 5px;
    background: #fff;
}
.allinone-servbx-count p {
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 50px;
    color: rgba(177, 177, 177, 0.2);
    transition: all 0.5s linear;
}
.allinone-servbx-count p:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #333;
    left: -20%;
    top: 50%;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.hmeallinone-servbx:hover .allinone-servbx-count p:after {
    width: 25px;
    left: 0;
}
.allinone-content-bx h4 {
    font-weight: 600;
    margin-top: 0;
    line-height: 1.4;
    min-height: 50px;
}

.allinone-content-bx p {
    font-size: 14px;
    margin: 20px 0;
}
.allinone-content-bx a.btn.btn-link {
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
.allinone-content-bx a.btn.btn-link:before {
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    width: 80%;
    position: absolute;
    z-index: -1;
    border-radius: 0 50% 15px 0;
    transition: all 0.4s ease-in-out;
    background: #d7b39a;
}
.hmeallinone-servbx:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 50%;
    opacity: 0.4;
    z-index: -1;
    display: block;
    transition: all 0.4s ease-in-out;
    background: rgb(215 179 154 / 21%);
}
.hmeallinone-servbx:hover {
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}
.hmeallinone-servbx:hover:after {
    height: 200%;
}
.hmeallinone-servbx .allinone-servbx-icon img {
    height: 60px;
    width: auto;    
    margin: 0px 0px 30px;
    transition: all 0.4s ease-in-out;
}
.hmeallinone-servbx:hover .allinone-servbx-icon img {
    animation: bounce-in-fwd 1.1s both;
}

@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/*All projects section styles*/
.all-projinnwpsec {
    padding: 60px 0;
    text-align: center;
}
.all-projinnwpsec .innallprojwp h2 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    position: relative;
}
.all-projinnwpsec .innallprojwp h2:before {
    position: absolute;
    content: '';
    left: 38%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #33333391;
}
.all-projinnwpsec .innallprojwp h2:after {
    position: absolute;
    content: '';
    right: 38%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #33333391;
}
.all-projinnwpsec .allproj-innocarsl img {
    transition: all 0.4s ease-in-out;
}
.allproj-innocarsl #projo-slides .owl-nav .owl-prev {
    position: absolute;
    left: 47.2%;
    bottom: -40px;
    background: transparent;
    color: #333;
    padding: 4px 10px;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 600;
}
.allproj-innocarsl #projo-slides .owl-nav .owl-next {
    position: absolute;
    right: 47.2%;
    bottom: -40px;
    background: transparent;
    color: #333;
    padding: 4px 10px;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 600;
}


/*Wt we do section styles*/
.wtwedo-allinoneinse {
    padding: 60px 0;
    background: #f6f7f8;
    text-align: center;
}
.wtwedo-allinoneinse .wtwedo-inf h2 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    position: relative;
    z-index: 1;
	font-family: 'Playfair Display', serif; 
}
.wtwedo-allinoneinse .wtwedo-inf h2:before {
    position: absolute;
    content: '';
    left: 26%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.wtwedo-allinoneinse .wtwedo-inf p {
    position: relative;
    color: #cda776;
  font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
}
.wtwedo-allinoneinse .wtwedo-inf p:before {
    position: absolute;
    content: '';
    left: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #cda77699;
}
.wtwedo-allinoneinse .wtwedo-inf p:after {
    position: absolute;
    content: '';
    right: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #cda77699;
}
.wtwedo-allinoneinse .wtwedo-inbx {
    background: #fff;
    padding: 30px 16px;
    position: relative;
    height: 180px;
}
.wtwedo-allinoneinse .wtwedo-inbx img {
    height: 60px;
    width: auto;
    margin-top: 10px;
	transition: .4s;
    opacity: 0.4; 
}
.wtwedo-allinoneinse .wtwedo-inbx:hover img {
    transform: rotateZ(5deg);
    opacity: 1;
}
.wtwedo-allinoneinse .wtwedo-inbx h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 0.4px;
    font-size: 16px;
}
.wtwedo-allinoneinse .wtwedo-inbx p {
    font-size: 13px;
    line-height: 1.6;
}
.wtwedo-allinoneinse .wtwedo-inbx:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 160px;
    width: 100%;
    background: url(/wp-content/themes/bigbang-studio/img/particle.svg) top center no-repeat;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}
.wtwedo-allinoneinse .wtwedo-inbx:hover:before {
    transform: scale(1.12);
}
.wtwedo-inbx .line {
    max-width: 55px;
    position: absolute;
    top: 44%;
    right: -15%;
    z-index: 1;
}
.wtwedo-inbx .line svg {
    max-width: 100%;
}


/*What we guarantee section styles*/
.wtwegrntee-secwp {
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.wtwegrntee-secwp .wtwegrnt-inbx {
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 4px 20px 2px #efefef;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
}
.wtwegrntee-secwp .wtwegrnt-inbx img {
    height: 60px;
    width: auto;
}
.wtwegrntee-secwp .wtwegrnt-inbx h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    transition: all 0.4s ease-in-out;
}
.wtwegrntee-secwp .col-md-2 {
    width: 19.8%;
    padding-left: 8px;
    padding-right: 8px;
}
.wtwegrntee-secwp .wtwegrntee-inf p {
    color: #cda776;
  font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
.wtwegrntee-secwp .wtwegrntee-inf h2 {
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: 0.6px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.wtwegrntee-secwp .wtwegrntee-inf h2:before {
    position: absolute;
    content: '';
    left: 20%;
    top: 0;
    height: 100%;
    width: 60%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.wtwegrntee-secwp .wtwegrntee-inf {
    text-align: center;
}
.wtwegrntee-secwp .wtwegrnt-inbx:hover h4 {
    color: #cda776;
}
.wtwegrntee-secwp .wtwegrnt-inbx:hover {
    box-shadow: 0px 4px 20px 2px #b9915d38;
}


/*Home CTA Section styles*/
.hmectasec {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: url(/wp-content/uploads/2021/02/modern-interior-design.jpg) fixed no-repeat;
    background-size: cover;
}
.hmectasec .innohome-cta {
    padding: 60px 50px;
    background: #ffffffde;
    box-shadow: -30px 30px 60px 0 rgba(0,0,0,0.5);
}
.hmectasec .innohome-cta p.infoatim {
    color: #cda776;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.hmectasec .innohome-cta p.normtxtinf {
    margin: 20px 0;
}
.hmectasec .innohome-cta a.btn {
    background: #cda776;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


/*Home best projects section styles*/
.orbest-infwpsec {
    padding: 60px 0 20px;
}
.orbest-infwpsec .ourbest-pjsinfhd p {
    color: #cda776;
  font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
.orbest-infwpsec .ourbest-pjsinfhd h2 {
    font-weight: 800;
    margin-top: 5px;
    letter-spacing: 0.6px;
    color: #333;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
	font-family: 'Playfair Display', serif;
}
.orbest-infwpsec .ourbest-pjsinfhd h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.orbest-infwpsec .ourbest-pjsinfhd a.btn {
    background: #cda776;
    color: #fff;
    padding: 10px 25px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.orbest-infwpsec .ourbest-pjsinfhd {
    margin-bottom: 30px;
}
.allbest-pjsinfimg .pj-infimginbx {
    position: relative;
    overflow: hidden;
    background: rgb(34 37 44);
}
.allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow {
    position: absolute;
    bottom: 20px;
    left: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow h4 {
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
    color: #cda776;
}
.allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow p {
    margin-bottom: 0;
    color: #fff;
}
.allbest-pjsinfimg .pj-infimginbx:hover .pj-infshow-hvrshow {
    opacity: 1;
}
.allbest-pjsinfimg .pj-infimginbx .pginfimg-shw {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.allbest-pjsinfimg .pj-infimginbx .pginfimg-shw img {
    width: 100%;
    height: auto;
}
.allbest-pjsinfimg .pj-infimginbx:hover .pginfimg-shw {
    opacity: 0.2;
}
.allbest-pjsinfimg .pj-infimginbx:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.allbest-pjsinfimg .pj-infimginbx:hover:before {
    opacity: 1;
}
.allbest-pjsinfimg .pj-infimginbx a.infbtn {
    position: absolute;
    right: 30px;
    bottom: 0px;
    font-size: 55px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    color: #cda776;
}
.allbest-pjsinfimg .pj-infimginbx:hover a.infbtn {
    opacity: 1;
}
.allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow .locatologo img {
    height: 150px;
    width: auto;
    opacity: 0.5;
    position: absolute;
    left: 75%;
    bottom: 200px;
}
#allinone-services .allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow .locatologo img {
    height: 100px;
    width: auto;
    opacity: 0.5;
    position: absolute;
    left: 10%;
    bottom: 70px;
}



/*client new section styles*/
.clients-infwpsec {
    padding: 60px 0;
    text-align: center;
}
.clients-infwpsec .cl-inhdinf p {
    position: relative;
    color: #cda776;
  font-weight: 600;
}
.clients-infwpsec .cl-inhdinf p:before {
    position: absolute;
    content: '';
    left: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #cda77694;
}
.clients-infwpsec .cl-inhdinf p:after {
    position: absolute;
    content: '';
    right: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #cda77694;
}
.clients-infwpsec .cl-inhdinf h2 {
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
}
.clients-infwpsec .cl-inhdinf h2:before {
    position: absolute;
    content: '';
    left: 26%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/themes/bigbang-studio/img/splash.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}
.clients-infwpsec .cl-logsing ul {
    margin-bottom: 0;
}
.clients-infwpsec .cl-logsing ul li {
    margin: 0 25px;
}
.clients-infwpsec .cl-logsing ul li img {
    height: 80px;
    width: auto;
    transition: all 0.4s ease-in-out;
}
.clients-infwpsec .cl-logsing ul li:hover img {
    transform: scale(1.1);
}



/*Clients testimonial section styles*/
.client-testinf .media img.media-object {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
}
.client-testinf .media .media-body {
    text-align: left;
}
.client-testinf {
    position: relative;
    margin: 10px;
    box-shadow: 1px 1px 20px 3px #efefef;
    padding: 50px 30px;
    overflow: hidden;
    border-radius: 4px;
}
.client-testinf .starsreview {
    position: absolute;
    right: 20px;
    top: 20px;
}
.client-testinf .starsreview i.fa {
    color: #cda776;
    font-size: 18px;
    margin: 0 1px;
}
.client-testinf .media .media-body h4.media-heading {
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
}
.client-testinf .media .media-body p {
    font-size: 14px;
    margin-bottom: 0;
}
#testimonials .owl-prev {
    position: absolute;
    left: -5%;
    top: 40%;
    background: #ffe0e6;
    height: 40px;
    width: 40px;
    color: #cda776;
    line-height: 40px;
    font-size: 22px;
}
#testimonials .owl-next {
    position: absolute;
    right: -5%;
    top: 40%;
    background: #ffe0e6;
    height: 40px;
    width: 40px;
    color: #cda776;
    line-height: 40px;
    font-size: 22px;
}
.client-testinf .quote-ico {
    position: absolute;
    left: -10px;
    top: -20px;
    font-size: 60px;
    opacity: 0.1;
    color: #cda776;
}

.sp-testimonial-free {
    position: relative;
    margin: 10px;
    box-shadow: 1px 1px 20px 3px #efefef;
    padding: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    display: none;
}
/* .clients-infwpsec .sp-testimonial-free-section .sp-testimonial-item img {
    width: 60px;
    height: 60px;
} */
.clients-infwpsec .sp-testimonial-free-section .tfree-client-testimonial p.tfree-testimonial-content {
    font-size: 14px;
    margin-bottom: 0;
}
.clients-infwpsec #sp-testimonial-free-wrapper-109 .sp-testimonial-free-section .tfree-client-name {
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
    color: #011144;
}
.clients-infwpsec #sp-testimonial-free-wrapper-109 .sp-testimonial-free-section .tfree-client-rating {
    position: absolute;
    top: 10px;
    right: 10px;
}
.clients-infwpsec #sp-testimonial-free-wrapper-109 .sp-testimonial-free-section .tfree-client-rating i.fa {
    margin: 0px 4px 0 0;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px 0;
}


/*Footer sections styles*/
.foot-uppersc {
    padding: 80px 0 30px;
    /*background: #3639a3;*/
    background: #cda776;
    /*background: linear-gradient(to top, #1a1919, #9c2d09);*/
    color: #fff;
    position: relative;
    overflow: hidden;
}
.foot-uppersc .ft-infbx-abs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.foot-uppersc h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: 0.6px;
}
.foot-uppersc .inn-footsecdp p span {
    font-weight: 600;
    display: block;
    color: #fff;
    letter-spacing: 0.4px;
}
.foot-uppersc .inn-footsecdp p {
    font-size: 14px;
    line-height: 1.8;
}
.foot-uppersc h3 span {
    font-weight: 600;
    text-transform: uppercase;
}
.foot-uppersc .inn-footsecdp p a {
    color: #fff;
    text-decoration: none;
}

.foot-lowersc {
    /*background: #303290;*/
    background: #d9415d;
    color: #fff;
    padding: 30px 0 40px;
}
.foot-lowersc .foot-abtinfo h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}
.foot-lowersc .foot-abtinfo img {
    height: 60px;
    width: auto;
    margin: 0 0 20px;
    filter: grayscale(1) brightness(10);
}
.foot-lowersc .foot-abtinfo p {
    font-size: 14px;
}
.foot-lowersc .ft-lnsin h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-transform: uppercase;
}
.foot-lowersc .ft-lnsin ul {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: circle;
}
.foot-lowersc .ft-lnsin ul li {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}
.foot-lowersc .ft-lnsin ul li:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -10px;
    height: 80%;
    width: 1px;
    border: 1px dashed #d3c0c447;
}
.foot-lowersc .ft-lnsin ul li a {
    color: #f2f2f2;
    text-decoration: none;
}
.foot-lowersc p.cpyrt {
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
    color: #eee;
}
.foot-lowersc p.cpyrt i.fa {
    color: #fff;
}
.foot-lowersc p.cpyrt a {
    color: #fff;
    text-decoration: none;
}



/*Footer sections styles*/
footer.main-footerwbok {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fffbf5;
}
footer.main-footerwbok:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/shape-1.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .2;
}
footer.main-footerwbok .inft-showlogo {}
footer.main-footerwbok .inft-showlogo img {
    height: 60px;
    width: auto;
    margin: 0 0 20px;
}
footer.main-footerwbok .infoot-abtcomp {}
footer.main-footerwbok .infoot-abtcomp p {
    font-size: 16px;
    color: #353535;
    line-height: 26px;
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
footer.main-footerwbok .inft-addresshw {}
footer.main-footerwbok h4 {
        font-weight: 800;
    font-size: 20px;
    margin: 0 0 16px;
    font-family: 'Playfair Display', serif;
}
footer.main-footerwbok .inft-addresshw address {
  font-size: 16px;
  color: #131313;
  line-height: 26px;
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
footer.main-footerwbok .inft-contdetails {}
footer.main-footerwbok .inft-contdetails p {
    margin: 0 0 10px;
    color: #151515;
}
footer.main-footerwbok .inft-contdetails p i.fa {
    color: #b9915d;
}
footer.main-footerwbok .inftr-socials {}
footer.main-footerwbok .inftr-socials .socio-inlns {}
footer.main-footerwbok .inftr-socials .socio-inlns ul {
    margin: 0;
    padding: 0;
}
footer.main-footerwbok .inftr-socials .socio-inlns ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
footer.main-footerwbok .inftr-socials .socio-inlns ul li a {
}
footer.main-footerwbok .inftr-socials .socio-inlns ul li a i.fa {
  color: #fff;
  background: #cda776;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.inftr-lastcpybar {
    background: #b9915d;
    padding: 20px 0;
    color: #fff;
}
.inftr-lastcpybar .cpyrtrw {
    align-items: center;
}
.inftr-lastcpybar .cpyrtrw p.cpyrtinf {
    font-size: 14px;
    margin: 0;
}
.inftr-lastcpybar .cpyrtrw p.cpyrtinf a {
    color: #fff;
    text-decoration: underline;
}
.inftr-lastcpybar .infeat-cpylinks {
    text-align: right;
}
.inftr-lastcpybar .infeat-cpylinks ul {
    margin: 0;
  display: inline;
  padding: 0;
}
.inftr-lastcpybar .infeat-cpylinks ul li {
    margin: 0 0px 0 14px;
  display: inline-block;
}
.inftr-lastcpybar .infeat-cpylinks ul li a {
    color: #fff;
    font-size: 14px;
  font-weight: 600;
    text-decoration: none;
}
.inftr-lastcpybar .infeat-cpylinks ul li a:hover {
    text-decoration: underline;
}


/*About us webpage section styles*/
.norm-innerbnrslde {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #1a0206, #cda776);
}
.norm-innerbnrslde:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2024/01/slideo-sarvam.png)top center no-repeat fixed;
    background-size: cover;
    opacity: 0.2;
}
.norm-innerbnrslde#projcts:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2024/01/slide-img5.png) bottom center no-repeat fixed;
    background-size: cover;
    opacity: 0.2;
}
.norm-innerbnrslde h1 {
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 6px;
}
.norm-innerbnrslde h1 span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.norm-innerbnrslde p.lead {
    color: #fff;
    margin-bottom: 0;
}


.complt-proc {
    padding: 60px 0;
    background: #f0f8ffa3;
    position: relative;
    overflow: hidden;
}
.complt-proc:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 50px 50px;
    opacity: 0.03;
}
.complt-proc .comp-prochd {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.complt-proc .comp-prochd:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    background: #cda776;
    height: 2px;
    width: 40px;
}
.complt-proc .comp-prochd:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    background: #000000;
    height: 2px;
    width: 14px;
    border-radius: 50%;
}
.complt-proc .comp-prochd h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px;
}
.complt-proc .comp-prochd p.lead {
    margin-bottom: 20px;
}

.comproc-detwp {
    background: #f0f8ffa3;
    position: relative;
    overflow: hidden;
	padding: 60px 0;
}
.comproc-detwp.onecomprocdet1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/uploads/2021/02/meet1.jpg) center center no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.comproc-detwp.onecomprocdet1:hover:before {
    transform: scale(1.025);
}

.comproc-detwp.altcomprocdet2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/uploads/2021/02/booking2.jpg) center center no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.comproc-detwp.altcomprocdet2:hover:before {
    transform: scale(1.025);
}

.comproc-detwp.onecomprocdet3:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/uploads/2021/02/place-order3.jpg) center center no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.comproc-detwp.onecomprocdet3:hover:before {
    transform: scale(1.025);
}

.comproc-detwp.altcomprocdet4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/uploads/2021/02/working-execution4.jpeg) center center no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.comproc-detwp.altcomprocdet4:hover:before {
    transform: scale(1.025);
}

.comproc-detwp.onecomprocdet5:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(/wp-content/uploads/2021/02/move-in5.jpg) center center no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.comproc-detwp.onecomprocdet5:hover:before {
    transform: scale(1.025);
}

.comproc-detwp .comproced-cont {
    padding: 0 20px 0 0;
}
.comproc-detwp .comproced-cont h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
}
.comproc-detwp:hover .comproced-cont h3 {
    color: #cda776;
}
.comproc-detwp .comproced-cont p i.fa.fa-check {
    color: #cda776;
}
.comproc-detwp .comproced-cont h4 {
    font-weight: 600;
    font-size: 19px;
}
.comproc-detwp .comproced-cont button {
    background: #cda776;
    border: 0;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.comproc-detwp .comproced-cont h4 i {
    color: #cda776;
}
.comproc-detwp .comproced-cont p {
    font-size: 18px;
    text-align: justify;
}
.comproc-detwp .comproced-cont hr {
    width: 50px;
    margin-left: 0;
    border-color: #cda776;
    margin-top: 0;
    margin-bottom: 30px;
}


/*Our team section styles*/
.team-infrawpsec {
    padding: 40px 0 20px;
    border-bottom: 1px solid #efefef;
}
.team-infrawpsec .ourtm-inf {
    text-align: center;
}
.team-infrawpsec .ourtm-inf p {
    position: relative;
    color: #cda776;
    margin-bottom: 0px;
    font-size: 16px;
}
.team-infrawpsec .ourtm-inf p:before {
    position: absolute;
    content: '';
    left: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #ff5f7c9e;
}
.team-infrawpsec .ourtm-inf p:after {
    position: absolute;
    content: '';
    right: 41%;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #ff5f7c9e;
}
.team-infrawpsec .ourtm-inf h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
}
.ourtm-innobx img {
    border-radius: 20px;
    margin-bottom: 20px;
}
p.ourtm-nme {
    padding-left: 30px;
    color: #000839;
    font-size: 18px;
    margin-bottom: 0;
}
p.ourtm-designate {
    color: #a0a4ab;
    font-size: 12px;
    padding-left: 30px;
}
.ourtm-innobx {
    padding: 20px;
}
.ourtm-infdt .mt-60 {
    margin-top: 60px;
}





/*FAQ section styles*/

.abtfaqs-wpsec {
    padding: 60px 0;
}
.abtfaqs-wpsec h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
}
.abtfaqs-wpsec h2:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 20px;
    background: #cda776;
    height: 2px;
    width: 40px;
}
.abtfaqs-wpsec h2:after {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0px;
    background: #000000;
    height: 2px;
    width: 15px;
    border-radius: 50%;
}
.abtfaqs-wpsec .panel-group {
    margin-bottom: 0;
}
.abtfaqs-wpsec .panel .panel-heading {
    background: transparent;
    border: 0;
    padding: 0px 5px 5px;
}
.abtfaqs-wpsec .panel {
    border: 0;
    margin-bottom: 20px;
    background: #f0f8ffad;
    padding: 20px 30px;
    box-shadow: 4px 3px 12px 2px #eeeeee;
}
.abtfaqs-wpsec .panel .panel-body {
    border-top: 0 !important;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 5px 0;
}
.abtfaqs-wpsec .panel .panel-heading h4 {
    font-weight: 600;
    font-size: 18px;
}
.abtfaqs-wpsec .panel .panel-heading h4 a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.abtfaqs-wpsec .panel:hover .panel-heading h4 a {
    color: #cda776;
}



/*Contact Us Section styles*/
.gmap-infwp {
    padding: 30px 0;
}

.social-indoinf a {
    color: #cda776;
}
.social-indoinf a i.fa {
    font-size: 20px;
    margin: 0 12px;
}
.contactform-infwp {
    padding: 30px 0 60px;
}
.contactform-infwp .reachus-inf h3, .contactform-infwp .inn-wpform h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
}
.contactform-infwp .reachus-inf h3:before, .contactform-infwp .inn-wpform h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 15px;
    background: #000;
    border-radius: 50%;
}
.contactform-infwp .reachus-inf h3:after, .contactform-infwp .inn-wpform h3:after {
    position: absolute;
    content: '';
    left: 20px;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background: #cda776;
    border-radius: 50%;
}

.contactform-infwp .reachus-inf {
    padding: 50px;
    background: #f0f8ffb5;
    border-radius: 4px;
    box-shadow: 1px 4px 20px 4px #efefef;
}
.contactform-infwp .reachus-inf address i, .contactform-infwp .reachus-inf p i {
    color: #cda776;
    font-size: 20px;
}
.contactform-infwp .reachus-inf hr {
    width: 40px;
    margin-left: 0;
    border-color: #ff5f7c47;
    margin: 0 0 30px;
}
.contactform-infwp .inn-wpform form input, .contactform-infwp .inn-wpform form select {
    background: #f0f8ffb5;
    height: 40px;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 10px 15px;
}
.contactform-infwp .inn-wpform form textarea {
    background: #f0f8ffb5;
    width: 100%;
    border: 0;
    max-width: 100%;
    box-shadow: none;
    padding: 10px 15px;
}
.contactform-infwp .inn-wpform form button {
    background: #cda776;
    padding: 8px 28px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: 0;
}

.contactform-infwp .inn-wpform form label {
    width: 100%;
}
.contactform-infwp .inn-wpform form label span input, 
.contactform-infwp .inn-wpform form label span select, 
.contactform-infwp .inn-wpform form label span textarea {
    font-weight: 300;
    font-size: 14px;
}
.contactform-infwp .inn-wpform form label span textarea {height: 80px;}
.contactform-infwp .inn-wpform form input.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    background: #cda776 !important;
    padding: 8px 28px !important;
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.form-enqinfo#myModal-genenq form label, .form-enqinfo#myModal-genenq form label input, .popup-infshwform form label, .popup-infshwform form input {
    width: 100%;
}
.popup-infshwform form label {
  color: #333;
  line-height: 1.6;
}
.form-enqinfo#myModal-genenq form label span input, 
.form-enqinfo#myModal-genenq form label span select, 
.form-enqinfo#myModal-genenq form label span textarea,
.popup-infshwform form input, .popup-infshwform form select, .popup-infshwform form textarea {
    font-weight: 300;
  font-size: 14px;
  background: aliceblue;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #e6e4e4;
  height: 40px;
  padding: 10px 20px;
}
.form-enqinfo#myModal-genenq form label span select, .popup-infshwform form select {width: 100%;}
.form-enqinfo#myModal-genenq form label span textarea, .popup-infshwform form textarea {
  height: 80px;
  width: 100%;
    max-width: 100%;
}
.form-enqinfo#myModal-genenq form input.wpcf7-form-control.wpcf7-submit, .popup-infshwform form input.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    background: #cda776 !important;
    padding: 8px 28px !important;
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.pum-container.pum-responsive.pum-responsive-medium {
  border-radius: 4px;
  padding: 60px 60px 20px;
  margin-left: -20% !important;
  width: 50% !important;
}
.popup-infshwform h4 {
    font-weight: 600;
    color: #011144;
    text-decoration: underline;
    margin: 5px 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.pum-theme-92 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    padding: 8px;
    color: #000000 !important;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px !important;
    font-style: inherit;
  line-height: 16px !important;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgb(255 95 124 / 28%) !important;
}
.pum-theme-92, .pum-theme-default-theme {
    background-color: rgb(25 24 24 / 86%) !important;
}

/*Services webpage section styles*/
.services-links {
    background: #edf1f2;
    padding: 10px 0;
}
.services-links p.shortlinktxt {
    margin-bottom: 0;
    font-weight: 600;
    color: #cda776;
    text-decoration: underline;
}
.services-links ul {
    margin-bottom: 0;
}
.services-links ul li a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.services-links ul li {
    border-right: 1px solid #333;
    padding: 0 20px;
}
.services-links ul li:last-child {
    border-right: 0;
}
.services-links ul li:hover a {
    color: #cda776;
    text-decoration: underline;
}


.interiorserv-wpsec {
    padding: 60px 0 0px;
}
.interiorserv-wpsec h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 28px;
    color: #cda776;
    position: relative;
}
.interiorserv-wpsec h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 20px;
    background: #cda776;
    height: 2px;
    width: 40px;
}
.interiorserv-wpsec h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    background: #000000;
    height: 2px;
    width: 14px;
    border-radius: 50%;
}
.interiorserv-wpsec p.lead {
    margin-bottom: 8px;
}
.interiorserv-wpsec .typo-inf h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.interiorserv-wpsec .typo-inf .typoinf-wpsec {
    background: #edf1f252;
    padding: 30px;
    box-shadow: -2px 1px 20px 4px #edf1f2;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec:hover {
    box-shadow: -2px 1px 20px 4px #cda77636;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: underline;
    letter-spacing: 0.2px;
    transition: all 0.4s ease-in-out;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec:hover h4 {
    color: #cda776;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec img {
    border-radius: 4px;
    box-shadow: -2px 1px 20px 4px #edf1f2;
    transition: all 0.4s ease-in-out;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec a.btn {
    background: #cda77626;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 8px 25px;
    transition: all 0.4s ease-in-out;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec:hover a.btn {
    background: #cda776;
    color: #fff;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec p {
    text-align: justify;
    margin: 20px 0;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec .typoinfserv-img {
    overflow: hidden;
}
.interiorserv-wpsec .typo-inf .typoinf-wpsec:hover .typoinfserv-img img {
    transform: scale(1.2) rotate(3deg);
}


/*Customer stories style section*/
.cl-reviewinfdet .cs-storiesvid video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 10px 20px 2px #c7c7c7;
}

.services-catoinf {
    border-left: 2px solid #29166f;
    box-shadow: 2px 2px 40px rgba(41, 22, 111, 0.2784313725490196);
    padding: 30px;
    border-radius: 4px;
    background: #fbfbfb;
    text-align: left;
}
.services-catoinf h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}
.services-catoinf ul {
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    list-style: none;
}
.services-catoinf ul li {
    margin-bottom: 8px;
}
.services-catoinf ul li a {
    transition: all 0.4s ease-in-out;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
.wtwedo-allinoneinse .col-md-2 {
    width: 16.6%!important;
}

/* Whatsapp icon styles */
.wtsup-icoshw {
    position: fixed;
    bottom: 40px;
    right: 16px;
    z-index: 999;
}
.wtsup-icoshw img {
    height: 50px;
    width: auto;
}



@media (max-width: 1450px){
    .allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow h4{
        font-size: 16px;
    }
    .allbest-pjsinfimg .pj-infimginbx .pj-infshow-hvrshow p{
        font-size: 14px;
    }
    .allbest-pjsinfimg .pj-infimginbx a.infbtn{
        font-size: 35px;
    }
    .allproj-innocarsl #projo-slides .owl-nav .owl-prev {
        left: 45.5%;
    }
    .allproj-innocarsl #projo-slides .owl-nav .owl-next {
        right: 46.5%;
    }
}


@media (max-width: 1024px){
  ul.nav.navbar-nav li a {
    padding: 36px 5px;
  }
  ul.nav.navbar-nav.navbar-right li button, span.continf-btn button {
    padding: 25px 5px;
  }
  .slidecont-inf {
    top: -100px;
  }
  .bgbang-inted7 {
    padding: 50px;
  }
  .bgbang-inted7 img {
      margin-left: 135px;
  }
  .infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno:before {
    left: 51%;
  }
  .infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno:after {
      left: 51%;
  }
  .hmeallinone-servbx {
    padding: 55px 15px 30px 15px;
  }
  .allinone-servbx-count p:after {
      left: -25%;
  }
  .wtwedo-allinoneinse .wtwedo-inbx {
      padding: 30px 10px;
  }
  .wtwedo-allinoneinse .wtwedo-inbx:before {
    left: 12px;
    height: 150px;
    width: 85%;
  } 
  .clients-infwpsec .cl-inhdinf p:before {
      left: 39%;
  }
  .clients-infwpsec .cl-inhdinf p:after {
      right: 39%;
  } 
/*  SEVICES */
  .interiorserv-wpsec .typo-inf .typoinf-wpsec {
    padding: 20px;
  }
  
}

@media (max-width: 768px){
  p{
    font-size: 14px;
  }
  .topbar .tp-rtinf ul {
    margin-left: -20px;
  }
  .topbar .tp-rtinf ul li {
    font-size: 11px;
  }
  a.navbar-brand img {
      height: 45px;
  }
  ul.nav.navbar-nav li a {
    padding: 10px 5px;
  }
  .clients-infwpsec .sp-testimonial-free-section .sp-tfree-client-image img {
    margin-bottom: 10px;
  }
  .clients-infwpsec #sp-testimonial-free-wrapper-109 .sp-testimonial-free-section .tfree-client-rating {
    top: 90px;
    right: 65px;
  }
  ul.nav.navbar-nav.navbar-right li button, span.continf-btn button {
    display: none;
  }
  .sliderwrap {
    padding: 15px 0;
  }
  .metaslider .slides img {
    height: 25rem!important;
  }
  .slidecont-inf {
    top: -40px;
  }
  .slidecont-inf h1 {
    font-size: 24px;
  }
  .slidecont-inf h1 span {
      font-size: 34px;
  }
  .slidecont-inf a.btn {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
  }
  .infoabtinnsechome {
    padding: 30px 0;
  }
  .infoabtinnsechome .ainabt-msgconteinf p.innsml-abtinno {
    margin-top: 15px;
  }
  .bgbang-inted7 {
    padding: 20px;
  }
  .bgbang-inted7 img {
    margin-left: 100px;
    width: 70%;
  }
  .infoabtinnsechome .ainabt-msgconteinf h2 {
    font-size: 30px;
    margin: 15px 0 20px;
  } 
  .infoabtinnsechome .ainabt-msgconteinf p {
      font-size: 14px;
  } 
  .hmeservices-infwpsec .hmeserv-infblk:before {
    width: 100%;
  }
  .hmeservices-infwpsec .hmeserv-infblk h2:before {
    left: 90%;
  }
  .hmeservices-infwpsec .hmeserv-infblk h2:after {
    left: 90%;
  }
  .allinone-content-bx p {
      min-height: 50px;
  } 
  .hmeservices-infwpsec {
      padding: 30px 0;
  }
  .wtwegrntee-secwp .col-md-2 {
      width: auto;
  }
  .orbest-infwpsec {
    padding: 40px 0;
  }
  .ourbest-pjsinfhd .col-md-4.text-right {
    margin-top: -80px;
  }
  .orbest-infwpsec .ourbest-pjsinfhd a.btn {
      padding: 7px 20px;
  } 
  .wtwedo-allinoneinse {
    padding: 30px 0;
  }
  .wtwedo-allinoneinse .wtwedo-inf p:before {
      left: 25%;
  } 
  .wtwedo-allinoneinse .wtwedo-inf p:after {
      right: 25%;
  }
  .wtwedo-allinoneinse .wtwedo-inf h2 {
    font-size: 30px;
  }
  .wtwedo-inbx .line {
      display: none;
  }
  .wtwedo-allinoneinse .wtwedo-inbx:before {
      left: 25px;
  } 
  .wtwedo-allinoneinse .wtwedo-inbx h4 {
      margin-top: 45px;
  } 
  .clients-infwpsec {
      padding: 30px 0;
  } 
  .clients-infwpsec .cl-inhdinf p:before {
    left: 22%;
  }
  .clients-infwpsec .cl-inhdinf p:after {
    right: 22%;
  }   
/*  SERVICES */
  .services-links ul li a{
    font-size: 20px;
      float: left;
  }
  .interiorserv-wpsec {
    padding: 40px 0 0px;
  }
/* CUSTOMER STORIES  */
  .services-catoinf {
      margin-top: 20px;
  }
  .abtfaqs-wpsec {
    padding: 30px 0;
  }
/*  PORTFOLIO */
  .allbest-pjsinfimg .pj-infimginbx {
      margin-top: 15px;
  }
/*  ABOUT US */
  .complt-proc {
      padding: 30px 0;
  }
  .comproc-detwp .comproced-cont {
    padding: 70px 40px;
  }
  .comproc-detwp.onecomprocdet1:before {
    opacity: 0.2;
  }
  .comproc-detwp.altcomprocdet2:before {
    opacity: 0.2;
  }
  .comproc-detwp.onecomprocdet3:before {
    opacity: 0.2;
  }
  .comproc-detwp.altcomprocdet4:before {
    opacity: 0.2;
  }
  .comproc-detwp.onecomprocdet5:before {
    opacity: 0.2;
  }
/*  CONTACT US */
  .contactform-infwp .reachus-inf h3, .contactform-infwp .inn-wpform h3 {
    margin-top: 25px;
  }
}
  