/*-- Font Start --*/
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yellowtail';
    src: url('../font/Yellowtail-Regular.woff2') format('woff2'),
        url('../font/Yellowtail-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Broadway Flat';
    src: url('../font/BroadwayFlat-Italic.woff2') format('woff2'),
        url('../font/BroadwayFlat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Broadway Flat';
    src: url('../font/BroadwayFlat-Regular.woff2') format('woff2'),
        url('../font/BroadwayFlat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Broadway Flat 3D';
    src: url('../font/BroadwayFlat3D-Regular.woff2') format('woff2'),
        url('../font/BroadwayFlat3D-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Broadway Flat 3D';
    src: url('../font/BroadwayFlat3D-Italic.woff2') format('woff2'),
        url('../font/BroadwayFlat3D-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Broadway Flat 3D Filled';
    src: url('../font/BroadwayFlat3DFilled-Regular.woff2') format('woff2'),
        url('../font/BroadwayFlat3DFilled-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}








/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Roboto';font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto';
    line-height: 1.5em;
}
.textcontent p{
    text-align: justify;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
    font-family: 'Roboto';
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Broadway Flat';
font-weight: 400;

}

.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}
.button {
  width: 170px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}

.button-2 {
  color: #fff;
  border: 3px solid #880215;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #880215 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #890215;
}
.main{
    overflow: hidden;
}
/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    background: #c48341;
}
.top-header-area {
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    padding: 10px 15px;
}
.top-header-area a {
    color: #fff;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
.rightmenubox {
    width: 40%;
}

.classy-menu {
    width: 40%;
}

.breakpoint-off .classynav ul {
    padding: 0px;
}

.breakpoint-off .classynav {
    justify-content: right;
}

.logo-se {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.nav-brand img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -17%);
    -ms-transform: translate(-50%, -17%);
    transform: translate(-50%, -17%);
    max-width: 100px;
     transition: all 0.3s ease-in-out;
    z-index: 1;
}
.headercta span {
    font-family: 'Broadway Flat';
    font-size: 30px;
    color: #ffffff;
    margin-right: 5px;
    font-weight: 200;
    letter-spacing: 2px;
}

.headercta a {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Broadway Flat 3D';
    font-weight: 200;
    letter-spacing: 2px;
}
.dark .classynav ul li .dropdown li a:hover {
    color: #ffffff;
    background: #c48341;
}
/*-- Header Top End --*/
.bannersec{
    position: relative;
}
.banner-image{
    line-height: 0;
}
.bannersec .hoverbanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.bannersec:hover .hoverbanner{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.logo-se:after {
    content: "";
    height: 180px;
    width: 250px;
    background: #c48341;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -17%);
    -ms-transform: translate(-50%, -17%);
    transform: translate(-50%, -17%);
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    border: 1px solid #fff;
    border-top: 0px;
    transition: all 0.3s ease-in-out;
}

.classy-nav-container:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10px;
}

.classy-nav-container:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
}
.banner-image img{
    width: 100%;
}
.aboutsec {
    background-color: #f9eabf;
    position: relative;
}

.titlebox h2 {
    font-size: 60px;
    letter-spacing: 3px;
    margin: 0px;
    font-weight: 400;
}

.titlebox {
    margin-bottom: 20px;
}
.aboutsec:after{
    content: "";
    height: 300px;
    width: 150px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/15percent.png);
}
.aboutsec:before{
    content: "";
    height: 300px;
    width: 84%;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-image: url(../img/15percent.png);
    z-index: 0;
}
.old-button {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: none;
  border: 2px solid #2f2e2a;
  padding: 10px 30px;
  box-shadow: 4px 4px #2f2e2a;
  transition-property: transform, box-shadow, outline-offset;
  transition: 100ms ease-in;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.old-button:hover {
  cursor: pointer;
  color: #c48341;
  border: 2px solid #c48341;
  padding: 10px 30px;
  box-shadow: 4px 4px #c48341;
}
.old-button:focus-visible {
  outline-offset: 12px;
  outline: 2px dotted #2f2e2a;
}
.old-button:active {
  box-shadow: 2px 2px #c48341;
  transform: scale(0.99);
  color: #c48341;
  border-color: #c48341;
}
.textcenter p,
.textcenter h2{
    text-align: center;
}
.service-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    align-items: flex-start;
}

.servicele {
    width: 50%;
    padding-right: 20px;
    position: relative;
}

.servicere {
    width: 50%;
}
.servicesec {
    background-color: #c48341;
    background-image: url(../img/bg-texture.png);
}
.service-img img {
    border: 2px solid #f9eabf;
    box-shadow: 10px 10px #f9eabf;
    transition-property: transform, box-shadow, outline-offset;
    transition: 100ms ease-in;
}

.sv-title {
    width: 90%;
    background: #f9eabf;
    padding: 20px;
}

.sv-title h3 {
    margin: 0px;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 200;
}
.servicere ul li {
    font-size: 20px;
    color: #f9eabf;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f9eabf8c;
    position: relative;
}

.servicere ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.servicere ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #3c4253;
    display: block;
    position: absolute;
    left: -18px;
    top: 8px;
    box-shadow: 2px 2px #f9eabf;
    transition-property: transform, box-shadow, outline-offset;
    transition: 100ms ease-in;
}
.btnboxarrow a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.btnboxarrow {
    position: absolute;
    left: 20px;
    bottom: -25px;
}

.btnboxarrow a i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btnboxarrow a img {
    width: 50px;
}
.btnboxarrow a span {
    position: absolute;
    width: max-content;
    color: #fff;
    font-family: 'Yellowtail';
    font-size: 21px;
    left: 56px;
    top: 8px;
    background: #b13614;
    padding: 0px 15px;
    border-radius: 10px;
}
.whyusbg-img{
    background-image: url(../img/whyussec.jpg);
    background-size: cover;
    background-position: center top;
    min-height: 85vh;
}
.whyuspbox {
    padding: 60px 40px;
}
.whyuspointarea {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.whypoint {
    width: calc(50% - 10px);
}

.whypoint-icon {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9eabf;
}

.whypoint-icon img {
    width: 100%;
    max-width: 60px;
}

.whyuspoint-content h3 {
    font-size: 22px;
    color: #b13614;
    letter-spacing: 1px;
    min-height: 50px;
}

.whyuspoint-content {
    margin-top: 20px;
}

.whyuspoint-content p {margin: 0px;}

    /* Styles for lightbox */
    :root {
      --lightbox-bg-color: #292929;
      --lightbox-caption-text-color: white;
      --lightbox-controls-color: white;
      --lightbox-controls-hover-color: #bf40bf;
     
    }

/* Styles for lightbox */
#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #292929eb;
  opacity: 0; /* Initial opacity set to 0 */
  transition: opacity 0.5s; /* Cross-fade transition */
  z-index: 99999;
}

/* Container for the image and caption */
#lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
 width:60vw;
  height: 100%;
    max-height: calc(100vh - 100px); /* Adjusted to accommodate the caption */
  display: block;
  margin: 0;
  opacity: 0; /* Initial opacity */
  transition: opacity 0.5s; /* Cross-fade transition */
  object-fit: contain;
  aspect-ratio:4/3;
}

#lightbox-caption {
    display: none;
}

#close, #prev, #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 50%);
  border: none;
  padding: 10px;
  border-radius: 0;
  color: var(--lightbox-controls-color);
}

#lightbox #close {
  top: 35px;
  right: 20px;
  width:35px;
  height:35px;
}

#lightbox #close:hover {
    background: rgba(178, 34, 52, 0.95);
}
#lightbox #close  {
    text-indent: -9999px;
    cursor: pointer
}
#lightbox #close:after, .close-button:before {
    content: ""'';
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: .3s ease-out
}
#lightbox #close:after {
    transform: rotate(45deg);
    transition: .3s ease-out
}
#lightbox #close:hover:after, .close-button:hover:before {
    transform: rotate(180deg)
}

#lightbox #prev {
  left: 20px;
}

#lightbox #next {
  right: 20px;
}

#close:hover, #prev:hover, #next:hover {
  color: #c48341;
  transition: all 0.5s ease-in-out;
}

/* Demo styles */

.top-title {
    width: 90vw;
  max-width: 1200px;
  margin:0 auto;
  padding-bottom:50px;
}

.gallery {
  width: 100vw;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px; /* Row gap */
  column-gap: 60px; /* Column gap */
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit: cover;
  border: 1px solid #eee;
  border: 2px solid #c48341;
  box-shadow: 10px 10px #c48341;
  transition-property: transform, box-shadow, outline-offset;
  transition: 100ms ease-in;
  line-height: 0px;
}

.gallery img:hover {
  transform: scale(1.05) translateY(-5px);

}
.owrgallerysec {
    background-color: #f9eabf;
    position: relative;
}
.owrgallerysec:after{
    content: "";
    height: 300px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/15percent.png);
	z-index:-1;
}
.imageboxab img {
    max-width: 680px;
    margin-top: -90px;
    margin-bottom: -79px;
    margin-right: 0px;
}

.imageboxab {
    text-align: center;
}

.aboutsec  .contentbox {
    position: relative;
    z-index: 1;
}

.aboutsec .container {
    z-index: 1;
    position: relative;
}
.leftsvbox {
    padding-right: 60px;
}

.rightsvbox {
    padding-left: 60px;
}
.bannerwaveshap {
    position: absolute;
    bottom: -1px;
    z-index: 1;
}
.contactsec{
    background-color: #435464;
    background-image: url(../img/bg-texture.png);
    position: relative;
    z-index: 1;
}
.colorw p, .colorw h2{
    color: #fff;
}
.contact-boxleft {
    margin-top: -91px;
    max-width: 520px;
    position: relative;
    margin-left: 70px;
}

.contact-boxleft .contentbox {
    position: absolute;
    max-width: 390px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 100%;
}

.contact-boxleft .contentbox .titlebox {
    margin-bottom: 0px;
}
.form-boxarea {
    padding: 50px;
    position: relative;
    padding-bottom: 0;
}

.form-boxarea .headingbox .h2 {
    color: #435463;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 10px;
    word-spacing: -2px;
}

#contact-form .form-group input, #contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #f9eabf;
    background: #ffffff;
    box-shadow: none;
    outline: none;
    padding: 20px 20px;
    color: #000000;
    margin-bottom: 23px;
    padding-left: 50px;
    border: 2px solid #c48341;
    box-shadow: 7px 7px #c48341;
    transition-property: transform, box-shadow, outline-offset;
}

#contact-form .form-group textarea {
    height: 110px;
}
#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
#contact-form .form-group input::-ms-input-placeholder,
#contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000000;
}
#contact-form .form-group {
    position: relative;
}

#contact-form .form-group i {
    position: absolute;
    left: 15px;
    color: #c48341;
    top: 22px;
    font-size: 20px;
}
.formimg {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}

form#contact-form {
    position: relative;
    z-index: 1;
}

.form-boxarea .headingbox {
    position: relative;
    z-index: 1;
}
.formsubmit .old-button{
        border: 2px solid #ffffff;
    padding: 10px 30px;
    box-shadow: 4px 4px #ffffff;
    transition-property: transform, box-shadow, outline-offset;
    transition: 100ms ease-in;
    color: #ffffff;
    background: #c48341;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Broadway Flat';
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400;
}
.contact-onfoimg {
    max-width: 490px;
    position: absolute;
    bottom: -10px;
    left: -180px;
}
.sectionfino {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.sectionfino span {
    display: block;
    font-family: 'Broadway Flat';
    font-size: 60px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 0px;
}

.sectionfino a {
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'Broadway Flat 3D';
    font-weight: 200;
    line-height: 70px;
}
.sectionfino p {
    display: block;
    font-family: 'Broadway Flat';
    font-size: 40px;
    color: #f9eabf;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0px;
    margin-bottom: 10px;
}
.testimonialsec {
    background-color: #f9eabf;
    position: relative;
}
.testimonialsec:before{
    content: "";
    height: 300px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/15percent.png);
}
.testimonialsec:after{
    content: "";
    height: 300px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/15percent.png);
}
.testimonialsec .container{
    position: relative;
    z-index: 1;
}

  .testimonial-section {
    padding: 40px 20px;
    background: #f9f9f9;
    text-align: center;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .testimonial-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .testimonial-content {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: center;
  }

  .star-rating i {
    color: #f5a623;
    margin-right: 4px;
    font-size: 28px;
  }
.testimonial-card {
    margin-top: 50px;
    margin-bottom: 30px;
    min-height: 350px;
}

.testishape {
    position: relative;
    max-width: 300px;
    margin: -43px auto 20px;
}

.testishape .testimonial-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 0px;
}

.star-rating {
    text-align: center;
}
.swipedote .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: #3c4253;
    display: block;
    border: 2px solid #c48341;
    box-shadow: 2px 2px #c48341;
    transition-property: transform, box-shadow, outline-offset;
    transition: 100ms ease-in;
    border-radius: 0;
}
.testimonialsec  .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
}
.faqsec {
    background-color: #f9eabf;
    position: relative;
    border-top: 5px solid #c48341;
    background-image: url(../img/bg-texture.png);
}
.faqsec-img {
    text-align: center;
    margin-top: -75px;
}
.faq-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}
.faq-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-question {
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 15px 40px;
  background: #435464;
  font-size: 1.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  border-radius: 60px;
  font-size: 22px;
  font-weight: 600;
}
.faq-question:hover {
  background: #c48341;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 15px; /* horizontal padding always, vertical starts at 0 */
  transition: max-height 0.3s ease;
  border-radius: 30px;
}
.faq-answer.open {
}
.icon {
  font-size: 30px;
  transition: transform 0.3s ease;
  font-family: 'Broadway Flat';
  font-weight: bold;
}
.faq-question.active .icon {
  transform: rotate(0deg);
}
.faqsec:after{
    content: "";
    height: 50%;
    width: 20%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/15percent.png);
}
.faqsec:before{
    content: "";
    height: 50%;
    width: 20%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/15percent.png);
}
.faqsec .container{
    position: relative;
    z-index: 1;
}
.faq-answer p {
    margin: 0px;
}
.footersec{
    background-color: #435464;
    background-image: url(../img/bg-texture.png);
    position: relative;
        padding-top: 60px;
    padding-bottom: 20px;
}
.ft-logo-se {
    position: relative;
    text-align: center;
    width: 160px;
    height: 160px;
    margin: -120px auto 0;
    background: #faecc6;
    border-radius: 100%;
    padding: 20px;
    border: 2px solid #c48341;
    box-shadow: 0px 9px #c48341;
    transition-property: transform, box-shadow, outline-offset;
}

.ft-logo-se .nav-brand img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    max-width: max-content;
    height: 100%;
    max-height: 120px;
}

.ft-logo-se a.nav-brand {
    display: inline-block;
}
.ft-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}

.ft-con-item {
    text-align: center;
    width: 33%;
    display: flex;
    align-items: center;
}

.ft-cion {
    height: 100px;
    width: 100px;
    background: #faecc6;
    border-radius: 100%;
    padding: 20px;
    border: 1px solid #fff;
    border: 2px solid #c48341;
    box-shadow: -6px 3px #c48341;
    min-width: 100px;
}
.ft-con-item span {
    padding-left: 20px;
    text-align: left;
}

.ft-con-item span h5 {
    font-size: 30px;
    color: #f9ebc5;
    margin-bottom: -2px;
}

.ft-con-item span a {
    color: #fff;
    font-size: 20px;
}
.ft-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    padding: 14px 30px;
    justify-content: space-between;
    border-radius: 30px;
    border: 2px solid #fff;
    box-shadow: -6px 3px #ffffff;
}

.ft-menu ul {
    gap: 35px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.ft-menu h4 {
    margin: 0px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
    margin-right: 19px;
    font-size: 24px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.ft-menu ul  li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.ftmainm {
    display: flex;
}
.bottombar {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.viewdesktop{
    display: block !important;
}
.viewmobile{
    display: none !important;
}



/*-- Inner Page Start --*/

.inner-bannersec {
    background-color: #435464;
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
    background-image: url(../img/innerbanner-img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-bannersec:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    opacity: 0.2;
    background-image: url(../img/innerbanner-img2.png);
    z-index: 0;
}
.inner-bannersec .container{
    position: relative;
    z-index: 1;
}
.inner-bannersec .titlebox h2{
    color: #f9eabf;
    font-family: 'Broadway Flat 3D';
    font-size: 80px;
    line-height: normal;
}
.innerpagepading{
        padding: 80px 0px 110px;
}
.contactinnerpage {
    background-color: #f9eabf;
}
.ccpg-hd {
    display: flex;
    align-items: center;
}

.ccpg-hd h3 {
    font-size: 70px;
}
.ccttswse p {
    color: #000;
}

.ccpage-img {min-width: 200px;width: 100%;padding-right: 40px;}
.ccp-info ul {
    margin: 0px;
    margin-top: 10px;
    padding: 25px;
    border-radius: 30px;
    border: 2px solid #3c4253;
    box-shadow: 7px 7px #3c4253;
}

.ccp-info ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c4253;
}

.ccp-info ul li i {
    height: 40px;
    width: 40px;
    background: #3c4253;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #c48341;
    font-size: 17px;
    min-width: 40px;
}

.ccp-info ul li a {
    font-weight: bold;
    color: #3c4253;
    font-size: 21px;
}

.ccp-info ul li:last-child {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
}
.contactpagecontent iframe {
    border-radius: 30px;
    margin-top: 30px;
    border: 1px solid #3c4253;
}
.contactinnerpage .formimg img{
        -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
}
.serviceinner {
    position: relative;
    background-color: #f9eabf;
}
.iinnersevox .service-main {
    margin-top: 20px;
}

.iinnersevox .service-main .servicele {
    width: 100%;
    text-align: center;
    padding: 0px;
    background: #435464;
    border-radius: 10px;
}

.iinnersevox .service-main .servicele .sv-title {
    width: 100%;
    background: transparent;
}

.iinnersevox .service-main .servicele .service-img img {
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.iinnersevox .service-main .servicele .sv-title h3 {
    color: #f9eabf;
    min-height: 60px;
}

.iinnersevox .service-main .servicele .btnboxarrow {
    bottom: -20px;
    left: 30%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/*-- Inner Page End --*/

.googlerevier {
    text-align: center;
}

.googlerevier a {
    display: inline-block;
    margin-top: 40px;
    max-width: 180px;
    width: 100%;
}

.googlerevier a img {
    width: 100%;
}

.btnimg img{
    max-width:250px;
}
.textcenter {
    text-align: center;
}
.servicele .servicere {
    width: 100%;
    text-align: left;
    min-height: 440px;
    padding: 30px 20px 30px 0px;
}
.servicele .servicere ul li:before{
        background: #c48341;
}
.innerpgfaq .faq-question {
    color: #c48341;
    background: #ffffff;
    border: 2px solid #c48341;
    box-shadow: 7px 7px #c48341;
    transition-property: transform, box-shadow, outline-offset;
}

.innerpgfaq .faq-answer {
    background: #c48341;
}

.innerpgfaq .faq-answer p {
    color: #fff;
}
.bbb-logo img {
    max-width: 80px;
}

.bbb-logo {
    margin-top: 30px;
}
.paginationbox {
    margin-top: 40px;
}

.paginationbox .page-item.active .page-link {
    background: #c48341;
    border-color: #c48341;
}

.paginationbox .page-link {
    color: #231b34;
}
.aboutsec .row.align-items-center {
    margin-bottom: 30px;
}

.aboutsec .row.align-items-center:last-child {
    margin-bottom: 0px;
}
/*-- Responsive Start --*/

@media only screen and (min-width: 1023px) and (max-width: 1920px){
.sticky .nav-brand img {
    max-width: 60px;
     transition: all 0.3s ease-in-out;
}

.sticky .logo-se:after {
    top: -10px;
    height: 120px;
    width: 220px;
     transition: all 0.3s ease-in-out;
}
}

@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.rightmenubox{
    display: none;
}
.logo-se{
        width: 20%;
        display: inline-block;
}
.nav-brand img {
    height: 120px;
    width: auto;
}
.logo-se:after {
        height: 140px;
    width: 140px;
}
.ft-contact-info {
    flex-wrap: wrap;
}
.ft-con-item {
    width: 100%;
}
.imageboxab img {
    margin: 0px;
    max-width: 100%;
    margin-bottom: -80px;
}
.aboutsec  .single-image {
    margin-top: 30px;
}
.rightsvbox {
    padding-left: 15px;
}
.leftsvbox {
    padding-right: 15px;
}
.servicesec .titlebox {
    margin: 0px;
    margin-bottom: -30px;
}
.whyusbg-img{
        min-height: 65vh;
}
.contact-boxleft{
        margin: -91px auto 30px;
}
.contact-onfoimg{
    display: none;
}
.ftmainm {
    flex-wrap: wrap;
}

.ft-menu h4 {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px;
    border: none;
}

.ft-menu {
    flex-wrap: wrap;
}

.ft-menu ul {
    margin: 0 auto;
}

ul.dg-branddesktsocicon {
    margin-top: 10px;
}
  .gallery img:hover {
     transform: none;
  }
    .gallery{
       grid-template-columns: repeat(2, 1fr);
       position: relative;
       z-index: 1;
  }
  .titlebox h2{
    text-align: center;
  }
  .sectionfino {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.contact-boxleft .contentbox {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 250px;
    margin: 0 auto 0;
}

.contact-boxleft .contentbox .titlebox h2 {
    margin-top: -118px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 50px;
}
.testimonial-card{
    min-height: 380px;
}
/*-- Inner Page Start --*/
.contactpagecontent iframe {
    margin-bottom: 30px;
}
.iinnersevox .service-main{
    margin-top: 0;
    margin-bottom: 50px;
}
.reverceboxsv {
    flex-direction: column-reverse;
}
.innercontentabsv.aboutsec .single-image{
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #3c4253;
}
.innercontentabsv.aboutsec .row:last-child .single-image{
    margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
}
.absendbox .contentbox {
        text-align: center;
    }
    .innerboxmobileimg img {
        max-width: 140px;
        margin: 30px auto 0;
    }
    .innerboxmobileimg .single-image {
        text-align: center;
    }
	    .absendbox .titlebox {
        margin-bottom: 10px;
    }
	    .absendbox p {
        text-align: center;
    }
/*-- Inner Page End --*/


}

@media only screen and (min-width: 320px) and (max-width: 766px){ 
.ipad{width:100%}
.rightmenubox{
    display: none;
}
.logo-se{
        width: 40%;
        display: inline-block;
}
.nav-brand img {
    height: 90px;
    width: auto;
}
.logo-se:after {
        height: 110px;
        width: 100px;
}
.ft-contact-info {
    flex-wrap: wrap;
    gap: 20px;
}
.ft-con-item {
    width: 100%;
}
.imageboxab img {
    margin: 0px;
    max-width: 100%;
    margin-bottom: -80px;
}
.aboutsec  .single-image {
    margin-top: 30px;
}
.rightsvbox {
    padding-left: 15px;
}
.leftsvbox {
    padding-right: 15px;
}
.servicesec .titlebox {
    margin: 0px;
    margin-bottom: -10px;
}
.whyusbg-img{
        min-height: 65vh;
}
.contact-boxleft{
        margin: -81px auto 30px;
}
.contact-onfoimg{
    display: none;
}
.ftmainm {
    flex-wrap: wrap;
}

.ft-menu h4 {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px;
    border: none;
}

.ft-menu {
    flex-wrap: wrap;
}

.ft-menu ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

ul.dg-branddesktsocicon {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}
  .gallery img:hover {
     transform: none;
  }
    .gallery{
       grid-template-columns: repeat(2, 1fr);
       position: relative;
       z-index: 1;
       row-gap: 30px;
       column-gap: 30px;
  }
  .titlebox h2{
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.5px;
  }
  .viewdesktop{
    display: none !important;
    }
    .viewmobile{
        display: block !important;
    }
    .servicele {
    width: 100%;
}

.servicere {
    width: 100%;
    margin-top: 40px;
}

.service-main {
    margin-top: 40px;
}
.whyuspbox {
    padding: 40px 10px;
}
.whypoint {
    width: 100%;
    text-align: center;
}
.whypoint-icon {
    margin: 0 auto;
}

.whyuspoint-content h3 {
    min-height: auto;
}
.contact-boxleft .contentbox {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 250px;
    margin: 0 auto 0;
}

.contact-boxleft .contentbox .titlebox h2 {
    margin-top: -118px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 50px;
}

.sectionfino p {
    font-size: 30px;
    letter-spacing: 1.0px;
}

.sectionfino span {
    font-size: 40px;
}

.sectionfino a {
    font-size: 60px;
}

.form-boxarea .headingbox .h2 {
    font-size: 38px;
}

.form-boxarea {
    padding: 40px 20px 0px;
}

.faq-question {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 15px 40px 15px 20px;
    position: relative;
}

.faq-item {
    margin-bottom: 10px;
}

.ft-menu ul li {
    display: block;
    width: 100%;
}

ul.dg-branddesktsocicon li {
    width: 30px;
    text-align: center;
}
.faq-question .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq-question.active .icon {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.sectionfino {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*-- Inner Page Start --*/
.contactpagecontent iframe {
    margin-bottom: 30px;
}
.ccpg-hd {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.ccpg-hd h3 {
    font-size: 40px;
}

.ccttswse {
    margin-top: 30px;
}

.ccpage-img {
    padding: 0px;
}
.innerpagepading {
    padding: 40px 0px 110px;
}
.inner-bannersec .titlebox h2{
    font-size: 50px;
}
.inner-bannersec{
        padding-top: 80px;
    padding-bottom: 30px;
}
.iinnersevox .service-main{
    margin-top: 0;
    margin-bottom: 50px;
}
.serviceinner .row .col-sm-12:last-child .iinnersevox .service-main{
    margin-bottom: 0px;
}
.iinnersevox .service-main .servicele .sv-title h3{
    min-height: inherit;
}
.reverceboxsv {
    flex-direction: column-reverse;
}
.absendbox .contentbox {
        text-align: center;
    }
    .innerboxmobileimg img {
        max-width: 140px;
        margin: 30px auto 0;
    }
    .innerboxmobileimg .single-image {
        text-align: center;
    }
	    .absendbox .titlebox {
        margin-bottom: 10px;
    }
	    .absendbox p {
        text-align: center;
    }
/*-- Inner Page End --*/
.testimonial-card{
    min-height: auto;
}
.servicele .servicere{
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
}
.innercontentabsv.aboutsec .single-image{
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #3c4253;
}
.innercontentabsv.aboutsec .row:last-child .single-image{
    margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
}
	.ab-h2 h2{
		    font-size: 40px;
    letter-spacing: 1px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px;
	}
}
