/*-- 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 End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Roboto';font-size: 16px;background-color: #fff;}

h1, h2, h3, h4, h5, h6 {
    color: #4b885c;
    font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    line-height: 1.5em;
}
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: 'Roboto';
}

.dg-top-pd{
  padding-top:100px;
}
.dg-bottom-pd{
  padding-bottom:100px;
}
.dg-both{
  padding:100px 0px;
}
.textcenter h1, .textcenter h2, .textcenter p, .textcenter h3, .textcenter h4{
    text-align: center;
}
.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;
}

/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
.top-header-area {
    background-color: #fefbf2;
    padding: 0px 15px;
}
.top-header-area a {
    color: #4b885c;
}
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-right: 1px solid #00290721;
    height: 40px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 0;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    background-size: cover;
    background: transparent;
}
.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: #4b885c;
    fill: #4b885c;
}
.social-icons a:last-child {
    border: none;
}
.sticky nav#ourNav {
    padding: 12px 20px;
}
.logo-se:before {
}

.logo-se a.nav-brand {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    max-width: 100%;
    height: 240px;
    width: 370px;
    display: block;
    border-bottom: 5px solid #ebbe65;
    padding: 30px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #ffffff !important;
}
.ctaaction span b {
    display: block;
}

.ctaaction a {
    display: flex;
    align-items: center;
}

.ctaaction a i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fefbf2;
    color: #fff;
    font-size: 24px;
    min-width: 40px;
    background: linear-gradient(-75deg, #f7e39c, #be9448);
}

.ctaaction b {
    text-transform: uppercase;
}

.ctaaction {
    padding-left: 20px;
}
.ctaaction a:hover{
    background: transparent !important;
}
.logo-se {
    width: 370px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.sticky .logo-se {
    width: 330px;
    position: relative;
}

.sticky .logo-se::before {
    width: 250px;
}

.sticky .logo-se a.nav-brand {
    height: 220px;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}
/*-- Header Top End --*/

/*-- Banner Start --*/
.bannerslide .bannertextbox {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
    max-width: 800px;
    z-index: 9;
}
.bannertextbox h2 {
    font-size: 54px;
    color: #4b885c;
    font-weight: 900;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: 2px 12px 12px #00000026;
}

.bannertextbox p {
    color: #fff;
}
.buttonb {
  cursor: pointer;
  font-size: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  outline: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn1 {
  background: linear-gradient(135deg, #f6c462, #d78f00);
}
.btn1:hover {
  background: linear-gradient(135deg, #f6c462, #d78f00);
  transform: translateY(-3px);
  color: #fff;
}
.arrowslider .owl-nav button{
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
    border: none;
    color: #fff !important;
    background: #4b885c !important;
}
.arrowslider .owl-nav button.owl-prev {
    top: 50%;
    left: -20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.arrowslider .owl-nav button.owl-next {
    top: 50%;
    right: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.bannerslide .bannertextbox .btn1 {
    background: #fff;
    color: #000;
}
.bannerslide .bannertextbox .btn1:hover{
      background: linear-gradient(135deg, #f6c462, #d78f00);
    color: #fff;
}*/
.img-box-banner{
    position: relative;
}
.img-box-banner:after {
    content: "";
    height: 230px;
    width: 100%;
    display: block;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(255 255 255), /* strong white at the top */ rgb(255 255 255 / 38%) 40%, rgba(255, 255, 255, 0) 100% /* fully transparent at the bottom */);
    filter: blur(0px);        /* softens the edge (adjust to taste) */
    z-index: 1;
    border-radius: 0px;
}
/*-- Banner End --*/

/*-- Section 2 Start --*/
.sec2-imgbox {
 background: #f5f5f5;
    padding: 30px 30px 30px 30px;
    display: flex;
    align-items: flex-start;
    min-height: 260px;
    margin-top: 70px;
    border: 1px solid #4b885c;
    flex-wrap: wrap;
    justify-content: center;
}
.sec2-iconimg {
    width: 100px;
    min-width: 100px;
    background: #4b885c;
    padding: 20px;
    border-radius: 100%;
    margin: -80px auto 20px;
}
.sec2-iconimg img.lazy {
    filter: brightness(0) invert(1);
}
.sec2-contentbox h3 {
    font-size: 20px;
    color: #4b885c;
    text-align: center;
}
.sec2-contentbox p{
    margin-bottom: 0px;
    text-align: center;
}
/* .sec2points .col-lg-6:nth-child(1) .sec2-imgbox {
    border-right: none;
}
 */
/* .sec2points .col-lg-6:last-child .sec2-imgbox {
    border: none;
} */
.sec2points {
    position: relative;
    z-index: 1;
}
/* Hide form by default */
.modal-backdrop-custom {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.modal-backdrop-custom.show {
  display: flex;
  opacity: 1;
}

.popup-form-container {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s ease;
  width: 700px;
}

.modal-backdrop-custom.show .popup-form-container {
  transform: scale(1);
  opacity: 1;
}
.popup-form{
    width: 100%;
    max-width: 100%;
    background: #fff8ea !important;
}

.btn-close-custom {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: #333;
}
.popup-form-container h4 {
    color: #4b885c;
}

.input {}

.popup-form-container input, .popup-form-container textarea {
    border: 1px solid #4b885c;
    padding: 10px 20px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4b885c73;
}

.btn-close-custom {
    background: #4b885c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
}
/*-- Section 2 End --*/

/*-- Section 3 Start --*/
.single-pointbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    justify-content: space-between;
}

.point-imgbox {
    width: calc(50% - 10px);
    border-radius: 10px;
    overflow: hidden;
    line-height: 0px;
    border: 5px solid #f0bb51;
}

.point-content {
    width: calc(50% - 10px);
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    background: #4b885c !important;
    border: 5px solid #f0bb51;
}
.point-content p{
    color: #fff;
}
.point-imgbox img {
    height: 350px;
    object-fit: cover;
}
.arrrowbtn a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrrowbtn span {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
}
.arrrowbtn a:hover i{
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg, #f6c462, #d78f00);
}
.arrrowbtn i {
    height: 45px;
    width: 45px;
    color: #fefbf2;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg, #f6c462, #d78f00);
}
/*-- Section 3 End --*/

/*-- Section 4 Start --*/
.ctasecbox {
    background-position: left;
    background: #4b885c !important;
}
.ctasecbox p{
    color: #fff;
}
.ctasecbox h2{
    color:#fefbf2;
    font-size: 42px;
    font-weight: 400;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-content p {
    font-size: 26px;
    margin-bottom: 10px;
}
.ctafbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    border-right: 2px solid #f0bb51;
}
/*-- Section 4 End --*/

/*-- Section 5 Start --*/
.counter-box i {
  color: white;
}
.counter-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.counter-box p {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.counter-box {
    text-align: center;
}

.iamgecountereimg {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #fefbf2;
    padding: 17px;
    border-radius: 100%;
}
/*-- Section 5 End --*/

/*-- Section 6 Start --*/
.testimonial-section {
  background-color: #f5f5f5;
}
.testimonial-section .section-subtitle {
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 500;
}
.testimonial-section .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.testimonial-section .highlight {
  color: #5ca68b;
}
.testimonial-carousel .testimonial-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border: 1px solid #00290721;
  margin-top: 20px;
  margin-bottom: 20px;
	    min-height: 410px;
}
.testimonial-carousel .testimonial-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.testimonial-carousel .testimonial-stars {
  font-size: 18px;
  color: #ffc107;
  margin-bottom: 10px;
}
.testimonial-carousel .testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.textitopbox {
    text-align: center;
}
.textitopbox .text-muted{
    color: #000 !important;
}

.testimonial-stars ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*-- Section 6 End --*/

/*-- Footer Start --*/
.dg-footer {
    background-color: #4b885c;
    background-image: url(../img/footer-bg-img.jpg);
    background-size: cover;
    border-top: 1px solid #00290721;
    border-bottom: 1px solid #00290721;
}
.dg-ft-content {
    padding: 50px 0px 20px 0px;
}

.ft-meu .h3 {
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #fefbf2;
    margin-bottom: 10px;
}

.ft-menulist li a {
    color: #000000;
}

.ft-menulist li {
    position: relative;
    margin-bottom: 10px;
}

.ft-menulist li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #000000;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -22px;
    top: 8px;
}
.ft-menulist li:hover:after{
    background: #4b885c;
}
.ft-menulist li a:hover{
    color: #4b885c;
}
.ft-info li {
    position: relative;
    border: 1px solid #4b885c;
    padding: 20px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #fff;
    color: #000000;
    padding-left: 30px;
}

ul.ft-info {
    padding: 0px;
    margin: 0px;
}

.ft-info li a {
    color: #000000;
}

.ft-info li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100%;
    border: 1px solid #e5f4ee;
    background: linear-gradient(135deg, #f6c462, #d78f00);
}
.ft-content {
    color: #000000;
    margin-top: 10px;
}
.dg-ftlogo .social-icons {
    margin-top: 20px;
}

.dg-ftlogo .social-icons a {
    color: #fefbf2;
    border: 1px solid #fefbf2;
    background: #000;
    border-radius: 5px;
}


.dg-ft-col1 .social-icons a svg {
    color: #fefbf2;
    fill: #fefbf2;
}
.bottombar {
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #4b885c !important;
}
.dg-mapbox {
    line-height: 0px;
}
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.mobile-ctickybtn {
    display: none;
}
/*-- Footer End --*/

.desktopbanner{
    display: block !important;
}
.mobilebanner{
    display: none !important;
}
.steplistbox ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.steplistbox {
    margin-top: 30px;
}

.steplistbox ul li {
    background: #f5f5f5;
    width: 33.333%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 15px;
    border: 1px solid #00290721;
    min-height: 90px;
    border-left: 3px solid #4b885c;
}

.steplistbox ul li span {
    font-size: 40px;
    font-weight: 600;
    color: #4b885c;
    background: -webkit-linear-gradient(#4b885c, #86bf87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steplistbox ul li p {
    margin: 0px;
}

/*.stepssec {
    background: #e5f4ee;
}*/
.dg-ftlogo img.lazy {
    max-width: 240px;
}
.dg-ftlogo .nav-brand {
    margin-bottom: 20px;
    display: inline-block;
}
.footermap iframe {
    border-radius: 15px;
}
.contacform-img {
    text-align: center;
}

.contacform-img img {
    max-width: 530px;
    margin-bottom: -4px;
}
.consaltationformbox {
    background-color: #fcf2ff;
    background-image: url(https://vistaarvatikaa.com/wp-content/uploads/2025/12/formbg-img2.jpg);
    background-size: cover;
    background-position: bottom center;
    background-size: cover;
}
.homeformco {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #4b885c;
  margin-bottom: 100px;
  box-shadow: 15px 15px 0px  #ebbe65;
}
.homeformco h3{
      text-align: center;
}
.homeformco .form-control {
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #4b885c;
    border-left: 4px solid #4b885c;
    background: #f5f5f5;
}

.homeformco h3 {
    margin-bottom: 30px;
}

.homeformco textarea.form-control {
    height: 100px;
}
.accordion-button {
  width: 100%;
  background: #f8f8f8;
  border: none;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  transition: background 0.3s;
}

.accordion-button.active {
  background: #e2e2e2;
}

.accordion-body {
  display: none;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  background: #eee;
}

.accordion-body.open {
  display: block;
}
.faq-designbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 0;
    align-items: flex-start;
}
.faq-designbox .accordion-item {
    width: 100%;
    position: relative;
}

.faq-designbox .accordion-item .accordion-button {
    background: #f5f5f5;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding: 20px 30px;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    margin-top: 1px;
}

.faq-designbox .accordion-item .accordion-button.active {
    color: #fff;
    background: linear-gradient(135deg, #d78f00, #f6c462);
    -webkit-text-fill-color: white;
}
.faq-designbox .accordion-item .accordion-button:after{
    display: none;
}
.accordion-body.open {
    padding: 15px;
    background: #fff;
}
.accordion-button .icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faqtab {
  margin-top: 30px;
}
.faqtab .tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  justify-content: center;
  gap: 10px;
}
.faqtab .tab-buttons li {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #00290721;
}
.faqtab .tab-buttons li.active {
  border: 1px solid #ccc;
  border-bottom: 2px solid white;
  color: #fff;
  padding: 10px;
  background: #4b885c !important;
}
.faqtab .tab-content {
  display: none;
  padding: 15px;
  border: 0px;
  border-radius: 10px;
  background: #effff2;
  background: #4b885c !important;
}
.faqtab .tab-content.active {
  display: block;
}
.fileboxfiled{
    background: transparent !important;
    width: 100%;
    margin-top: 5px;
}
.fileattchedbox label {
    text-align: left;
    width: 100%;
}

.fileattchedbox .fileboxfiled {
    padding: 15px;
    width: 100%;
    height: auto;
}
.form-check-inline input {
    padding: 0px;
}

.popup-form-container select.form-control {
    border: 1px solid #4b885c;
    padding: 10px 20px;
    border-radius: 5px;
}
.homeformco .form-control.fileboxfiledouter{
    height: auto;
}
.homeformco label{
    margin-top: 5px;
}
.homeformco label.form-check-label {
    margin: 0px;
}
.ctafbox button.buttonb.btn1 {
    background: #fff;
    color: #000;
}
.point-content h3 {
    font-size: 22px;
    color: #ffffff;
}
.sec3point .col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}
.showdesktop{
    display: block !important;
}
.bothmenuitem{
    display: none !important;
}
.classy-navbar .classy-menu {
    display: flex;
    width: 33%;
}

.breakpoint-off .classynav ul.firstlv {
    display: flex;
    align-items: center;
    padding: 0px;
    width: 100%;
}
.classy-menu.desktopandmobilemenu{
    justify-content: flex-end;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.dark.classy-nav-container a.mainitemmenu {
    font-weight: bold;
}
.desktopbpimgsd{
    display: none;
}
.disseclist ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.disseclist ul li {
    width: calc(19% - 0px);
    background: #f5f5f5;
    padding: 5px 60px 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
}

.disseclist ul li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 30px;
    width: 30px;
    background: #4a865b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    font-size: 22px;
}

.disseclist ul li a {
    color: #4a865b;
    font-weight: 600;
}
.disseclist {
    margin-top: 30px;
}

/*-- Innerpage Start --*/
.titlesec {
    padding: 250px 0px 110px;
    background-image: url(../img/innertitlebg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;
}

.pagetitle h2 {
    font-size: 60px;
    margin: 0px;
    color: #4b885c;
    font-weight: 900;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: 2px 12px 12px #00000026;
    text-align: center;
}
.titlesec:after {
    content: "";
    height: 450px;
    width: 100%;
    display: block;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(255 255 255), /* strong white at the top */ rgb(255 255 255 / 65%) 70%, rgba(255, 255, 255, 0) 140% /* fully transparent at the bottom */);
    filter: blur(0px);
    z-index: 1;
}

.titlesec .container {
    position: relative;
    z-index: 9;
}
.listcontentbox p,
.contenttext p{
    text-align: justify;
    margin-bottom: 10px;
}
.singleimg img {
    border-radius: 10px;
    border: 2px solid #f0bb51;
}
.listcontentbox h3 {
    font-size: 20px;
}

.listcontentbox {
    margin-top: 20px;
}

.listcontentbox p {
    margin-bottom: 10px;
}

.listcontentbox ul li {
    list-style: disc;
}
.graybg {
    background-color: #f5f5f5;
}
.contenttext ul li {
    list-style: disc;
}

.contenttext ul {
    padding-left: 20px;
}

.listcontentbox ul {
    padding-left: 20px;
}
.textcenter.contenttext{
    text-align: justify;
    text-align-last: center;
}
.singleimg {
    margin-top: 15px;
    margin-bottom: 15px;
}
.contactpg-info ul {padding: 0px;margin: 0px;}

.contactpg-info ul li {
    background: #eee;
    border-radius: 15px;
    padding: 18px 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contactpg-info ul li i {
    background: #4b885c;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 21px;
    min-width: 40px;
}

.contactpg-info ul li a {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}
.postbox {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 14px;
    background-color: #fff;
    border: 0 solid #69727d;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.postbox:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.cartextpost {
    padding: 25px;
}

.cartextpost h2.title {margin-top: 16px;}

.cartextpost h2.title a {
    color: #000;
    font-size: 19px;
    line-height: 28px;
    display: inline-block;
}

.datebox .date {
    background: #4b885c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 40px;
}

.excerpt p {
    text-align: justify;
}
.featurdimgbox img {
    border-radius: 20px;
    width: 100%;
}

.featurdimgbox {
    margin-bottom: 20px;
    position: relative;
}
.datespanbox {
    position: absolute;
    right: 0;
    background: #4b885c;
    color: #fff;
    padding: 7px 20px;
    border-radius: 40px;
    font-size: 18px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
}
.latistpostwsec {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 0 solid #69727d;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
}

.latistpostwsec h3 {
    text-align: center;
}

.latistpostwsec ul {
    margin: 0px;
    padding: 0px;
}

.latistpostwsec ul li .elementor-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.latistpostwsec ul li .elementor-post .rspimg {
    width: 30%;
    max-width: 30%;
}

.latistpostwsec ul li .elementor-post .rsptext {
    padding-left: 20px;
    width: 70%;
}

.latistpostwsec ul li .elementor-post .rsptext h4 a {
    display: inline-block;
    color: #000;
}

.latistpostwsec ul li .elementor-post .rspimg img {border-radius: 5px;}

.latistpostwsec ul li .elementor-post .rsptext h4 {
    margin: 0px;
}

.latistpostwsec ul li {
    margin-top: 10px;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
}
.pgtestitem {
    border: 1px solid #ebbe65;
    border-radius: 10px;
    padding: 20px;
    background: #f3f3f3;
    border-bottom: 6px solid #ebbe65;
    margin-bottom: 20px;
	    min-height: 280px;
}

.pgtestitem .testimonial-stars ul {
    color: #ffc107;
}

.pgtestitem .testimonial-text {
    text-align: center;
}
.title-content  h6 {
    text-transform: uppercase;
    color: #000;
}

.textcenter h6 {
    text-align: center;
}
.abpagesec .cartextpost h3 {
    text-align: center;
    font-size: 20px;
}

.abpagesec .cartextpost  ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.abpagesec .cartextpost ul li {
    list-style: disc;
    font-size: 14px;
}

.abpagesec .cartextpost {
    min-height: 150px;
    padding: 20px 15px;
}
.postartimg img{
    width: 100%;
}
/*-- Innerpage End --*/

section.sec2points {
    padding-top: 50px;
}
.contenttext h3, .contenttext h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.eq-formsec .homeformco {
       margin-bottom: 0px;
    background-image: url(https://vistaarvatikaa.com/wp-content/uploads/2025/11/bg-form.jpg);
    background-size: cover;
    background-position: bottom;
}

.eq-formsec .homeformco .buttonb.btn1 {
    width: 100%;
}
.eq-formsec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.whyussec {
	background-image:url(https://vistaarvatikaa.com/wp-content/uploads/2025/11/whyusbg1.jpg);
	    background-color: #f1eedb;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.whyus-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
}

.whyus-item-img img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.whyus-item-img {
    margin-bottom: 10px;
}

.whyus-textbox h4 {
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.whyus-textbox {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentbox  p {
    margin-bottom: 0px;
}
.docslider-itbox {
    background: #eee;
    padding: 15px;
    margin-top: 120px;
	border-radius:15px;
}

.doclsider-img img {
    width: 100%;
}

.doclsider-img {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    border: 5px solid #4b885c;
    margin-top: -110px;
}
.docslider-info h3 {
    text-align: center;
    font-size: 22px;
}

.docslider-info p {
    text-align: left;
    margin-bottom: 10px;
}
.docslider-info ul {
    padding-left: 20px;
}

.docslider-info ul li {
    list-style: circle;
}

.docslider-info ul h6 {
    margin-left: -20px;
}

.docslider-info h6 {
    margin-top: 20px;
}
.proinfo ul li {
    list-style: circle;
    margin-top: 5px;
}

.proinfo ul {
    padding-left: 20px;
}

.proinfo {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.vidtesti .video-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.vidtesti .video-item img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.vidtesti .video-item:hover img {
  transform: scale(1.05);
}
.vidtesti .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vidtesti .play-btn::before {
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #e74c3c;
  margin-left: 3px;
}
.vidtesti .owl-carousel .owl-item {
  padding: 0px;
}
.vidtesti {
    margin-top: 20px;
}
/* Popup Modal */
.vidtesti .video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}
.vidtesti .video-popup iframe {
    width: 80%;
    height: 450px;
    max-width: 900px;
    border: none;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 400px;
}
.vidtesti .close-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .vidtesti .video-popup iframe {
    width: 90%;
    height: 250px;
  }
}

/* container */
.select-box { position: relative; width: 100%; }

/* make select neutral to style; important to override Bootstrap */
.select-box .custom-select-icon {
  width: 100%;
  padding: 10px 40px 10px 15px;   /* leave space for icon on right */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

/* arrow using pseudo-element on wrapper (works around some browser quirks) */
.select-box::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
  z-index: 2;
  /* small SVG chevron (black) — you can change stroke color */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23555' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* optional: focus outline */
.select-box .custom-select-icon:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100,150,250,0.15);
}
.singlepostcontent ul li {
    list-style: disc;
}

.singlepostcontent ul {
    margin-bottom: 20px;
    padding-left: 15px;
}




/*-- Responsive Start --*/
@media only screen and (min-width: 1200px) and (max-width: 1523px){
    .classynav ul li a{
            font-size: 16px;
    }
    .logo-se{
        width: 170px;
    }
    .sticky .logo-se a.nav-brand {
    height: 140px;
    width: 170px;
}
.sticky .logo-se{
        width: 190px;
}
.sticky.classy-nav-container{
    padding: 0px;
}
    .logo-se a.nav-brand{
            height: 140px;
    width: 340px;
    padding: 20px 15px;
    }
    .classy-navbar{
        padding: 20px 0em;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.desktopbanner{
    display: none !important;
}
.mobilebanner{
    display: block !important;
}
.logo-se{
    width: 210px;
    margin: 0 auto;
}
.logo-se a.nav-brand{
    width: 180px;
    height: 140px;
    padding: 20px;
    top: -20px;
}
.ctaaction {
    padding: 20px;
    background: #4b885c;
}
.ctaaction a span {
    color: #fff !important;
}
.steplistbox ul li {
    width: 40%;
}

.steplistbox ul {
    flex-wrap: wrap;
}
.footermap {
    margin-top: 20px;
}
.img-box-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
}
.dark .classynav ul li .dropdown{
    background: #eee;
}
.breakpoint-on .dd-trigger {
    background: #4b885c;
    z-index: 0;
}

span.dd-arrow {
    z-index: 1;
}
.dark .classynav ul li .dropdown li a {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-top: 1px solid #eee;
    font-size: 16px;
    color: #fff;
}
/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
    .mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
/*-- Footer Section End --*/

.bannertextbox h2 {
    font-size: 52px;
    color: #ffffff;
    -webkit-text-stroke: 0px #ffffff;
    -webkit-animation: none;
    margin-bottom: 30px;
}
.sec2-imgbox {
    min-height: auto;
    margin-top: 70px;
}

.sec2points .col-lg-6 .sec2-imgbox {
    border-bottom: 1px solid #00290721;
    border-radius: 0px;
}

section.sec2points {
    margin-top:0px;
}
.stickybtnwhatsapp{
    display: none;
}
.desktopmenubar{
    display: none !important;
}
.bothmenuitem{
    display: block !important;
}
.bannerslide .bannertextbox {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}
.main-header-area .container-fluid {
    padding: 0px;
}
.sticky .logo-se a.nav-brand {
    height: 140px;
    top: 0;
}
.sticky.dark .classy-navbar-toggler .navbarToggler span{
    background-color: #569264;
}
.dark .classy-navbar-toggler .navbarToggler span{
    background-color: #fff;
}
.desktopbpimgsd{
    display: block;
}
.contacform-img img{
        margin: 0px;
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
        margin-top: 30px;
}
.consaltationformbox .row.d-flex  {
    flex-direction: column-reverse;
}
.consaltationformbox {
    background-image: none;
    background-color: #f5f5f5;
}
.homeformco{
    box-shadow: 5px 5px 0px #ebbe65;
        border-radius: 20px;
        margin-bottom: 10px;
}
.disseclist ul {
    justify-content: space-between;
}
.disseclist ul li{
        width: calc(31% - 0px);
}
.img-box-banner:after {background: #000;border-radius: 0px;height: 100%;opacity: 0.4;}


/*-- Inner Page Start --*/
.titlesec:after{
        background: linear-gradient(to bottom, rgb(0 0 0), /* strong white at the top */ rgb(0 0 0 / 53%) 60%, rgb(0 0 0 / 0%) 100% /* fully transparent at the bottom */);
    filter: blur(0px);
    z-index: 1;
    opacity: 0.7;
}
.titlesec{
        padding: 150px 0px 50px;
}
.pagetitle h2 {
    text-align: center;
    font-size: 60px;
    -webkit-text-stroke: 0px #ffffff;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: 2px 12px 12px #00000026;
    color: #fff;
}
.contactpg-info {
    margin-bottom: 30px;
}
.abpagesec .cartextpost{
        min-height: auto;
}
.colreverce {
    flex-direction: column-reverse;
}
/*-- Inner Page End --*/
.sec2points .col-lg-6 .sec2-imgbox{
    border:1px solid #4b885c;
}
.sec2points .col-lg-6:nth-child(1) .sec2-imgbox{
    border:1px solid #4b885c;
    border-bottom: 0px;
}
	.testimonial-carousel .testimonial-item {
    min-height: auto;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.desktopbanner{
    display: none !important;
}
.mobilebanner{
    display: block !important;
}
.logo-se{
    width: 160px !important;
    margin: 0 auto;
}
.logo-se a.nav-brand{
    width: 130px !important;
    height: 100px !important;
    padding: 15px !important;
    top: 0px;
}
.ctaaction {
    padding: 20px;
    background: #4b885c;
}
.ctaaction a span {
    color: #fff !important;
}
.steplistbox ul li {
    width: 100%;
    min-height: auto;
}

.steplistbox ul {
    flex-wrap: wrap;
}
.footermap {
    margin-top: 20px;
}
.img-box-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #4b885c;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
}
.dark .classynav ul li .dropdown{
    background: #eee;
}
.breakpoint-on .dd-trigger {
    background: #4b885c;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dd-arrow {
    z-index: 1;
}
.dark .classynav ul li .dropdown li a {
    border-bottom: 0px solid rgb(0 0 0 / 10%);
    border-top: 1px solid #eee;
    font-size: 16px;
    height: auto;
}
/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
ul.ft-info {
    padding-left: 20px;
}
.mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
    }
    .bottombar {
    margin-bottom: 40px;
}
.point-content{
        min-height: auto;
}
/*-- Footer Section End --*/
.bannertextbox h2 {
    font-size: 24px;
    color: #4b885c;
    min-height: 50px;
    -webkit-text-stroke: #4b885c;
    -webkit-animation: none;
    text-shadow: none;
}
.sec2-imgbox {
    min-height: auto;
    margin-top: 0px;
}

.sec2points .col-lg-6 .sec2-imgbox {
    border-bottom: 1px solid #00290721;
    border-right: 0px;
    padding: 20px;
    flex-wrap: wrap;
}

section.sec2points {
	margin-top: 0px;
	padding-top: 30px;
	}
.stickybtnwhatsapp{
    display: none;
}
.top-header-area{
        padding: 10px 10px;
}
.top-header-area .col-lg-4 {
    display: none;
}
.nav-brand img {
    max-width: 100% !important;
    width: 100% !important;
}
.sec2-iconimg {
    padding: 20px;
    margin: 0 auto 20px;
}

.sec2-contentbox {
    width: 100%;
    text-align: center;
}
.sec2points .col-lg-6:nth-child(3) .sec2-imgbox {
    border: none;
}
.point-imgbox {
    width: 100%;
}

.point-content {
    width: 100%;
}
.ctafbox {
    padding: 40px 20px;
}

.ctafbox .btn-box.text-center.mt-5 {
    margin-top: 30px !important;
}
.bannerslide .bannertextbox {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px;
    text-align: center;
    min-height: 170px;
    background: #fff;
}
.testimonial-carousel .testimonial-item {
    padding: 20px;
	min-height: auto;
}
.top-lf {
    width: 100%;
    text-align: center;
}
.email-address a:last-child {
    margin: 0px;
}
.ctasecbox h2 {
    font-size: 30px;
}

.classy-navbar {
    padding: 20px 0em;
}

.classy-nav-container {
    padding: 0px;
}

.img-box-banner:before {
    display: none;
}

.sticky nav#ourNav {
    padding: 0px;
}
.dg-ftlogo img.lazy {
    max-width: 190px !important;
    margin: 0 auto;
}
.contacform-img img {
    max-width: 260px;
}
.homeformco h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.homeformco {
    padding: 25px 15px;
}
.faq-designbox .accordion-item .accordion-button {
    padding: 15px 60px 15px 20px;
    font-size: 16px;
    line-height: normal;
}
.faqtab .tab-buttons li {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.appointment-form .col-sm-6 {
    width: 50%;
}
.title-content h2 {
    font-size: 24px;
}
.point-content h3 {
    font-size: 20px;
}
.arrrowbtn span,
body, p{
    font-size: 14px;
}
.arrrowbtn i{
    height: 30px;
    width: 30px;
        font-size: 20px;
}
.title-content p{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
}
.steplistbox ul li span{
    font-size: 20px;
}
.faqtab {
    margin-top: 10px;
}
.textitopbox h5 {
    font-size: 18px;
}
.desktopmenubar{
    display: none !important;
}
.bothmenuitem{
    display: block !important;
}
.bannerslide .bannertextbox {
    text-align: center;
    top: 60%;
}
.main-header-area .container-fluid {
    padding: 0px;
}
.sticky .logo-se a.nav-brand {
    height: 140px;
    top: 25px;
}
.classy-navbar-toggler, .classycloseIcon {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}
.dark.classy-nav-container.sticky {
    height: 50px;
}
.sticky.dark .classy-navbar-toggler .navbarToggler span{
    background-color: #569264;
}
.dark .classy-navbar-toggler .navbarToggler span{
    background-color: #fff;
}
.buttonb{
    font-size: 18px;
    padding: 10px 20px;
}
.desktopbpimgsd{
    display: block;
}
.contacform-img img{
        margin: 0px;
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
        margin-top: 30px;
}
.consaltationformbox .row.d-flex  {
    flex-direction: column-reverse;
}
.consaltationformbox {
    background-image: none;
    background-color: #f5f5f5;
}
.homeformco{
    box-shadow: 5px 5px 0px #ebbe65;
        border-radius: 20px;
        margin-bottom: 10px;
}
.disseclist ul {
    justify-content: space-between;
}
.disseclist ul li{
        width: 100%;
}
.img-box-banner:after {background: #000;border-radius: 0px;height: 100%;opacity: 0.4;}
/*-- Inner Page Start --*/
.titlesec:after{
        background: linear-gradient(to bottom, rgb(0 0 0), /* strong white at the top */ rgb(0 0 0 / 53%) 60%, rgb(0 0 0 / 0%) 100% /* fully transparent at the bottom */);
    filter: blur(0px);
    z-index: 1;
    opacity: 0.8;
}
.titlesec{
        padding: 100px 0px 40px;
        overflow: hidden;
}
.pagetitle h2 {
    text-align: center;
    font-size: 31px;
    -webkit-text-stroke: 0px #ffffff;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: 2px 12px 12px #00000026;
    color: #fff;
}
.contactpg-info {
    margin-bottom: 30px;
}
.datespanbox {
    font-size: 14px;
    padding: 5px 12px;
}
.abpagesec .cartextpost{
        min-height: auto;
}
.colreverce {
    flex-direction: column-reverse;
}
/*-- Inner Page End --*/
.sec2points .col-lg-6 .sec2-imgbox{
    border:1px solid #4b885c;
}
.sec2points .col-lg-6:nth-child(1) .sec2-imgbox{
    border:1px solid #4b885c;
    border-bottom: 0px;
}
	pgtestitem{
		min-height:auto;
	}
.testimonial-carousel .testimonial-item {
    min-height: auto;
}
}
/*-- Responsive End --*/