.corp-container {
  max-width: 100%;
  padding: 0px 100px;
}
.corp-container-fluid {
  max-width: 100%;
  padding: 0px 0px;
  margin: 0px auto;
}
body {
  font-size: 16px;
  line-height: 28px;
  color: #002330;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.font-poppins,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.main-navigation ul li a {
  font-family: "Poppins", sans-serif;
}
/* div#content {
  overflow: hidden;
} */

/* common css */
.text-blue,
h3,
.h3,
h2,
.h2,
.home-why-choose-items h5,
.about-exp-right h5 {
  color: #684df4;
}
.text-light-blue {
  color: #44c4f3;
}
.text-ex-dark-blue {
  color: #004660;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-center {
  text-align: center;
	color: #2d2d2d;
}
.box-right1 h2, .box-left1 h2, .box-middle2 h2, .split-line h2, .elementor-widget-container strong, .home-blog-title, .home-blog-learn-more{
	color :#2d2d2d;
}
.btn {
  display: inline-block;
  padding: 7px 24px 7px 24px;
}
.btn-primary {
  background-color: #4b3c99;
  color: #ffffff !important;
  border-radius: 7px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
.section-top {
  padding-top: 50px;
}
.margin-0 {
  margin: 0px;
}
.margin-top0 {
  margin-top: 0px;
}
.text-uppercase {
  text-transform: uppercase;
}
.fontw-500,
.banner-left p {
  font-weight: 500;
}
.fontw-600,
h2,
.h2,
h5,
.h5,
h3,
.h3 {
  font-weight: 600;
}
.fontw-700,
h1,
.h1 {
  font-weight: 700;
}
.heading-line {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.text-justify {
  text-align: justify;
}

/* position css */
.main-navigation ul li a,
.menu-contact-us a img,
.banner-left h4,
.home-about-sec,
.home-why-choose-items,
.home-about0-sec-right,
.speciality-section,
.home-blog-section,
.home-blog-learn-more,
.we-available-section,
.we-available-section-items.one,
.we-available-section-items.two,
.we-available-section-items.three,
.we-available-section-items.four,
.we-available-section-items.five,
.we-available-section-items.six,
.we-available-section-items.seven,
.testimonials-inner-left,
.site-footer,
.site-info img {
  position: relative;
}
.main-navigation ul li a:after,
.banner-left h4:after,
.home-about-sec:after,
.home-why-choose-items:before,
.home-why-choose-items1:after,
.home-why-choose-items2:after,
.about-exp-wrapper,
.speciality-section:before,
.home-blog-section:before,
.home-blog-section:after,
.home-blog-learn-more:after,
.we-available-section:before,
.we-available-section:after,
.testimonials-inner-right:after,
.testimonials-sec-wrapper
  button.button-slider.slide-arrow.prev-arrow.slick-arrow,
.testimonials-sec-wrapper
  button.button-slider.slide-arrow.next-arrow.slick-arrow,
.site-footer:after {
  position: absolute;
}

.black-text {
  color: #141d38;
}

/* h1-h6 */
h1,
.h1 {
  font-size: 30px;
  line-height: 40px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 25px;
  line-height: 35px;
}
h4,
.h4 {
  font-size: 22px;
  line-height: 32px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
}

/* header and menu */
#masthead {
  background-color: #ddf4fd33;
	position: sticky;
    top: 0;
}
.site-header {
  padding: 15px 0;
  border-bottom: 1px solid #684df4;
  margin-bottom: 0px;
}
.main-navigation ul li {
  margin: 0 50px -10px 0;
}
.main-navigation ul li a {
  color: #4b3c99;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s;
  border-color: white !important;
}
.main-navigation ul li a:after {
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4b3c99;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.main-navigation ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu-contact-us a {
  background-color: #4b3c99;
  color: #ffffff !important;
  padding: 7px 24px;
  border-radius: 7px;
  font-size: 20px !important;
}
.menu-contact-us a img {
  top: 5px;
  display: none;
}
.menu-contact-us a:after {
  display: none;
}

@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 70px;
  }
  h3,
  .h3 {
    line-height: 60px;
  }
  .speciality-section-items h6 {
    font-size: 16px;
  }
  .we-available-section-items.one,
  .we-available-section-items.three,
  .we-available-section-items.five {
    top: 40%;
  }
  .we-available-section-items.two,
  .we-available-section-items.four,
  .we-available-section-items.six {
    top: 8%;
  }
  .day-working-hours {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .corp-container {
    max-width: 100%;
    padding: 0px 20px;
  }
  #mobile-menu-button svg path {
    fill: #00aeef;
  }
  #mobile-menu-button {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  #mobile-navigation ul li a {
    color: #002330 !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  #mobile-navigation i.icon-angle-down {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mobile-navigation {
    background: #88d9f8;
  }
  .menu-contact-us a img {
    display: none;
  }
  .menu-contact-us a {
    background-color: inherit !important;
    padding: 7px 24px;
    border-radius: 0px;
    font-size: inherit !important;
  }
  .banner-inner-wrapper {
    padding-top: 60px;
  }
  .banner-wrapper {
    background-size: contain;
  }
  .home-about0-sec-wrapper,
  .we-available-section-wrapper,
  .widgets.widgets-4 {
    flex-direction: column;
  }
  .home-about-sec-wrapper.section-top {
    flex-direction: column-reverse;
  }
  .home-about-sec-left,
  .home-about-sec-right,
  .home-about0-sec-left,
  .home-about0-sec-right,
  .we-available-section-items {
    width: 100%;
  }
  .about-exp-wrapper {
    right: 0;
  }
  .home-about-sec-left {
    padding-top: 30px;
  }
  .speciality-section-items h6 {
    font-size: 10px !important;
    margin-bottom: 0px;
  }
  .we-available-section-wrapper {
    background-image: inherit;
    height: auto;
  }
  .we-available-section-items.one,
  .we-available-section-items.three,
  .we-available-section-items.five,
  .we-available-section-items.two,
  .we-available-section-items.four,
  .we-available-section-items.six,
  .we-available-section-items.seven {
    top: 0px !important;
    left: 0px;
  }
  .day-working-hours {
    font-size: 16px !important;
  }
  .testimonials-inner {
    max-width: 70%;
    margin: 0px auto;
  }
  .testimonials-inner-left {
    left: 0px;
  }
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    left: 0;
  }
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.next-arrow.slick-arrow {
    right: 0;
  }
  .site-footer:after {
    left: 50%;
    animation: inherit;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .corp-container {
    max-width: 100%;
    padding: 0px 20px;
  }
  #mobile-menu-button svg path {
    fill: #4b3c99;
  }
  #mobile-menu-button {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  #mobile-navigation ul li a,
  .menu-contact-us a {
    color: #002330 !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  #mobile-navigation i.icon-angle-down {
    border: solid #684df4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mobile-navigation {
    background: #e9e5ff;
  }
  h1,
  .h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  h2,
  .h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  h3,
  .h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  h4,
  .h4 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  h5,
  .h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .section-top {
    padding-top: 20px;
  }
  .menu-contact-us a {
    background-color: inherit;
    border-radius: inherit;
    font-size: inherit !important;
    display: none !important;
  }
  .home-about-sec:after,
  .speciality-section:before,
  .home-blog-section:before,
  .home-blog-section:after,
  .we-available-section:before,
  .site-footer:before,
  .we-available-section:after,
  .menu-contact-us a img,
  .banner-right,
  .banner-left h4:after {
    display: none;
  }
  .banner-inner-wrapper,
  .home-about0-sec-wrapper,
  .about-exp-wrapper,
  .speciality-section-wrapper,
  .we-available-section-wrapper,
  .widgets.widgets-4,
  .testimonials-inner {
    flex-direction: column;
  }
  .banner-left,
  .banner-right,
  .home-about0-sec-left,
  .home-about0-sec-right,
  .about-exp-left,
  .about-exp-right,
  .home-about-sec-left,
  .home-about-sec-right,
  .speciality-section-items,
  .we-available-section-items {
    width: 100%;
  }
  .banner-left {
    padding-top: 30px;
  }
  .banner-wrapper {
    background-size: cover;
    background-position: 100%;
  }
  .banner-wrapper {
    height: auto;
    background-image: inherit !important;
    background-color: #f5fcff;
  }
  .heading-line:after {
    bottom: 0;
  }
  .about-exp-wrapper {
    position: inherit;
    right: 0;
    bottom: 0;
  }
  .about-exp-left {
    border-radius: 12px 12px 0px 0px;
  }
  .about-exp-left {
    padding: 10px;
  }
  .about-exp-right {
    border-radius: 0px 0px 12px 12px;
    padding-right: 15px;
  }
  .home-about-sec-wrapper {
    flex-direction: column-reverse;
  }
  .home-about-sec-left {
    padding-top: 30px;
  }
  .home-about-sec-right {
    padding-top: 20px;
  }
  .speciality-section {
    border-radius: 0px 0px 0px 0px;
    padding-bottom: 10px;
  }
  .speciality-section-items {
    margin-bottom: 20px;
  }
  .home-blog-item {
    padding: 0px;
  }
  .we-available-section {
    border-radius: 0px 0px 0px 0px;
  }
  .we-available-section-wrapper {
    background-image: inherit;
    max-width: 100%;
    height: inherit;
    margin-top: 0px;
  }
  .we-available-section {
    padding-bottom: 20px;
  }
  .we-available-section-items.one,
  .we-available-section-items.two,
  .we-available-section-items.three,
  .we-available-section-items.four,
  .we-available-section-items.five,
  .we-available-section-items.six,
  .we-available-section-items.seven {
    top: 0 !important;
    left: 0;
  }
  .day-working-hours {
    font-size: 14px !important;
  }
  .testimonials-sec {
    border-radius: 0px 0px 0px 0px;
  }
  .testimonials-inner-left {
    left: 0px;
    top: 5px;
    width: 20%;
  }
  .testimonials-inner-right:after {
    right: 20px;
  }
  .testimonials-inner-right {
    padding: 40px 20px 20px 20px;
    width: 100%;
  }
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.prev-arrow.slick-arrow,
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.next-arrow.slick-arrow {
    display: none !important;
  }
  .testimonials-btn-wrapper {
    margin-top: 20px;
  }
  .testimonials-sec {
    padding-bottom: 30px;
  }
  .site-footer .widgets {
    padding-top: 50px !important;
  }
  .site-footer:after {
    left: 50%;
    animation: inherit;
    transform: translateX(-50%);
  }
}
/* Side Icon Code start */
.fixed-whatsapp-wrapper {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 999;
}
.fixed-call-wrapper{
	bottom : 25%;
	right : 20px; 
}

.side-whtasapp, .side-call{
	width:80px;
	height : 80px;
}
img.side-call {
    border: 2px solid #fff;
    border-radius: 100%;
}

@media (max-width:768px){
	.side-whtasapp, .side-call {
    	width: 50px;
    	height: 50px;
	}
	.fixed-call-wrapper {
    	bottom: 18% !important;
    
	}
	.fixed-whatsapp-wrapper{
		bottom : 10%;
	}
	
}
/* Side Icon Code end */


/*  */

/* ---------------------------- New CSS ----------------------------- */

* {
  margin: 0;
  padding: 0;
}
.content {
  margin: 0px 142.5px;
}
.main-navigation ul .children,
.main-navigation ul .sub-menu {
  top: 50px;
}
section.contact-cnt-info-sec.section-top {
  padding: 0;
}
li#menu-item-1202 {
  display: none;
}
.btn,
.btn-primary,
.btn-secondary,
li#menu-item-29 a {
  font-size: 18px !important;
  padding: 8px 13px !important;
  background: #ff8159 !important;
  border-radius: 15px !important;
  color: #ffffff;
}

/* Header CSS */
.site-header .site-header-inner {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: auto;
}
img.custom-logo {
  height: auto;
  width: 150px;
}
#masthead {
  background-color: white;
}
#primary-menu a {
  color: #0c1524;
}
#primary-menu a:hover {
  color: #ff8159;
}
.site-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
.main-navigation ul .children li a,
.main-navigation ul .sub-menu li a {
  background: #e1e1e1;
  border-bottom: 1px solid;
  border-color: #353538;
  color: #b2b2b2;
  font-weight: 400;
  max-width: 100%;
  padding: 12px 20px;
  white-space: nowrap;
}
/*  Banner Section*/
p {
  font-size: 18px !important;
  text-align: justify;
}
.accordion__header h2, h2.margin-top0.title-left-right-lines.aos-init.aos-animate {
/*   font-size: 48px; */
  color: #0c1524 !important;
}
.home-banner-section {
  background: white;
}
.banner-main {
  margin: auto;
  width: 80%;
}

.banner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  border-radius: 30px;
  background: #f5f7f7;
  background-position: 30px 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 0px;
}
.banner-title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: black;
  margin: 0 0 26px;
  font-family: plus jakarta sang, sans-serif;
}

.banner-content p {
  color: black;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: popins, sans-serif;
  line-height: 1.6;
}
.banner-info-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-info-right {
  width: 40%;
  display: flex;
  justify-content: center;
}
.banner_button {
  display: flex;
  gap: 20px;
}
.banner_button a {
  color: #ffffff;
}
.btn:hover {
  background: #69727d;
}

.btn-primary {
  border: 1px solid white;
}
/*  About Section Css */
.about-section {
  background: white;
}
.about-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: auto;
  width: 69%;
}
.about-col {
  width: 100%;
}
.about-h2 {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ff8159;
  margin: 0 0 10px;
}
.about-p {
  font-size: 50px;
  color: black;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  width :99%;
}
.card:hover {
  transform: translateY(-5px);
}
.about-top {
  display: flex;
  align-items: flex-end;
  align-items: center;
}
.about-col-p {
  font-size: 16px;
  font-family: sans-serif;
  margin: 35px 0 0;
}

.about-middle {
  width: 100%;
  border-radius: 30px;
  height: 500px;
  background-image: url("/wp-content/uploads/2025/11/about-us-img.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}

.btn-secondary {
  background: #ff8159;
  justify-content: center;
  background: #ff8159;
  color: #ffffff;
}
.about-bottom {
  display: flex;
  gap: 30px;
}
.about-logo img {
  display: flex;
  height: 40px;
  width: 40px;
}
.about-logo {
  background: #ff8159;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-box {
  display: flex;
  gap: 20px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
}

/* Service Section */

.service-section {
  display: flex;
  justify-content: center;
  border-radius: 30px;
}

.service-main {
  background: #f5f7f7;
  border-radius: 35px;
  padding: 50px 100px 0;
  width: 80%;
  margin: auto;
}
.service {
  background-position: 30px 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.services-header {
  max-width: 600px;
}

.services-header .tag {
  color: #ff6f61;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin: 18px 0 20px;
  color: #0b1f32;
}

.services-header p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.6;
  max-width: 550px;
}
.service-p {
  font-size: 50px;
  color: black;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  width: 99%;
}

/* Cards */
.service-cards {
  padding-top: 50px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.card img {
  width: 100%;
  height: 454px;
  object-fit: cover;
}

/* Gradient overlay */
.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.card-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.card-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  padding: 40px;
}
/* Contact Section Css */

.contact-main {
  display: flex;
  margin: auto;
  width: 69%;
}
.contact {
  display: flex;
  padding-bottom: 30px;
}
.conatct-inner-left {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.conatct-inner-right {
  width: 60%;
  display: flex;
  justify-content: center;
}
.contact-box-middle,
.contact-box-right,
.contact-box-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
.contact-inner-boxes {
  display: grid;
  gap: 40px;
  grid-template-columns: 191px 262px 191px;
  max-width: fit-content;
}
.box-left2,
.box-left1,
.box-right1,
.box-right2 {
  width: 191px;
  height: 215px;
}

.box-left2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.box-left1 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #f5f7f7;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.box-left1 h2 {
  font-size: 25px !important;
}

.contact-inner-boxes p {
  font-size: 16px !important;
  margin: 0;
}

.contact-inner-boxes h2 {
  font-size: 25px !important;
  margin: 0;
}

.box-middle1 img {
  width: 262px;
  height: 215px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  border-radius: 30px;
}
.box-middle2 {
  width: 262px;
  background: #f5f7f7;
  padding: 20px;
  height: 215px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-right1 {
  background: #f5f7f7;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.box-right2 {
  height: 215px;
}
.box-right2 img {
  width: 191px;
  height: 215px;
  background-size: cover;
  object-fit: cover;
  border-radius: 30px;
}
/* --------------------------- */

.experince-section {
  background: #ffffff;
}
.experince-main {
  justify-content: space-evenly;
  align-items: center;
  border-radius: 30px;
  background: #f5f7f7;
  background-position: 30px 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 100px;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.exp-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
.why-banner {
  position: relative;
}

.why-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.5;
  border-radius: 30px;
}
.why-banner {
  width: 100%;
  height: 400px;
  background-image: url("/wp-content/uploads/2025/11/why-choose-us-img.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.why-banner-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-box1 h3 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
}
.logo-title h4 {
  margin: 0;
}

.banner-box2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 5%;
  right: 40px;
  z-index: 1;
}

.banner-box2 h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.banner-box2 p {
  font-size: 22px;
  margin-top: -5px;
  color: #ffffff;
  margin: 0;
  text-align: right;
}
.exp-middle {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.about-logo-des p {
  font-size: 16px;
  color: #4a5567;
  font-weight: 400;
}
.about-p p {
  font-size: 22px;
  color: #0c1524;
  font-weight: 500;
  line-height: 1.5;
}

/*  Selection*/
.selection-main {
  display: flex;
  margin: auto;
  width: 69%;
}
.selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}
.selection-p {
  font-size: 16px;
}
.selection-inner-right {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 10px 10px 0 50px;
}
.sel-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 50px;
}
.sel-text {
  display: flex;
  flex-direction: column;
}
.sel-text h2 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  color: #0c1524;
}

/* pruposal-section */
.pruposal-section {
  background: #ff8159;
}
.pruposal-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
  padding: 30px 0;
}
.pruposal-text h2 {
  font-size: 50px;
  color: #ffffff !important;
  line-height: 1.5;
  font-weight: 600;
}

/*  Why Section */

.help-section-main {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 69%;
  padding: 50px 0 50px;
  gap: 40px;
}
.help-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.icon {
  height: 80px;
  width: 80px;
  background: #ff8159;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.help-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.help-item h4 {
  text-align: center;
  margin: 0;
  font-size: 22px;
  color: #0c1524;
  font-weight: 500;
}
.icon img {
  height: 50px;
  width: 50px;
}
.divider {
  height: auto;
  width: 1px;
  background: #e4e4e4;
}

.our-blog-middle {
  display: flex;
  gap: 20px;
}
.our-blog-middle img {
  width: 407px;
  height: 265px;
  border-radius: 30px;
}
.our-blog-section-main {
  width: 69%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 50px;
}
.testimonials-section-main {
  display: flex;
  gap: 30px;
  padding: 50px 100px;
}
.testimonials-container {
  background: #f5f7f7;
  width: 95%;
  margin: auto;
  border-radius: 30px;
}
.testimonials-left {
  display: flex;
  flex-direction: column;
  width: 45%;
  gap: 20px;
}
.testimonials-right {
  display: flex;
  width: 55%;
  margin: auto;
}
.testimonials-box {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.testimonials-top {
  display: flex;
  gap: 20px;
}
.testimonials-image img {
  border-radius: 50%;
}
.blog-container {
  padding: 0 100px 50px;
}
.home-blog-title {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.contact-inner-boxes p {
  text-align: center;
}

/* -------------------------------------------------------------------------------------------- */
/* About Page Css */

.right-about {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
}
.about-company {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-icon {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.about-company-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}

.about-company-section {
  width: 69%;
  margin: auto;
  padding: 50px 0;
}
.about-company .service-p {
  width: auto;
  margin-bottom: 10px;
}
.divider-1 {
  height: 1px;
  width: auto;
  background: #e4e4e4;
}
.about-item {
  display: flex;
  gap: 20px;
}
.company-icon {
  width: 60px;
  height: 60px;
}
.company-icon img {
  height: 40px;
  width: 40px;
}
.icon-text p {
  margin-bottom: 10px;
}
.icon-text h4 {
  margin-bottom: 10px;
}
.why-box {
  gap: 10px;
}

.about-com {
  display: flex;
  align-items: center;
}

/*  Client CSS*/
.our-client-section {
}

.our-client-main {
  display: flex;
  margin: auto;
  width: 69%;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
.client-data {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
.client-image {
  height: 51px;
  width: 220px;
}
.client-image img {
  padding: 10px;
}

.financial-main {
  width: 80%;
  margin: auto;
}
.financial {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 30px;
  background: #f5f7f7;
  background-position: 30px 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 0px;
}
.financial-planning-section {
  background: white;
  padding-bottom: 30px;
}
.list-p img {
  height: 18px;
  width: 18px;
  gap: 10px;
}
p.list-p {
  gap: 10px;
  display: flex;
  align-items: center;
}
.choice-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
.services-choice-section {
  width: 80%;
  margin: auto;
}
.selection-inner-left {
  width: 40%;
  display: flex;
  justify-content: center;
}

/*  -------------------------------------Contact Us Page -------------------------------------------*/

.phone-number{
	color : #fff;
}

.phone-number:hover{
	color : #fff;
}

.contact-us-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: #f5f7f7;
  background-position: 30px 100%;
  background-repeat: no-repeat;
  padding: 80px 0px;
  gap: 20px;
}
.contact-us-main-sec {
  width: 80%;
  margin: auto;
}
.map-wrappe {
  border-radius: 30px;
}
.map-section {
  width: 80%;
  margin: auto;
  padding-bottom: 30px !important;
}

/*  card Sec*/
.contact-us-card-section {
  padding: 50px 0;
}
.contact-us-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0;
  justify-content: center;
}
.contact-us-main-cards {
  width: 69%;
  margin: auto;
}

.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.contact-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay */
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}

.contact-card-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card-text img {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 50%;
  background: #ff8a65;
  object-fit: none;
}

.contact-card-text p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0;
  white-space: pre-line;
}
/*  Service Card */
.sub-card {
  padding: 50px 0;
}
.services-card-main {
  width: 80%;
  margin: auto;
}
.get-in-touch-main {
}
.get-in-touch-main {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-image: url("/wp-content/uploads/2025/11/icon-section-bg.svg");
  border-radius: 30px;
  background-color: #f5f7f7;
  background-position: 30px 100%;
  background-repeat: no-repeat;
  padding: 50px 100px;
}

.footer-right-desc h2 {
  font-size: 20px !important;
  color: #fff !important;
  margin: 10px 0 0;
}
.widgets.widgets-4 {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.site-footer .widgets {
}
.widgets.widgets-4 {
  padding: 0 0 30px;
}
.site-footer {
  background: #363a43;
  margin-top: 50px;
  width: 80%;
  margin: auto;
  border-radius: 30px 30px 0 0;
}
.site-footer .bottom-bar {
  padding: 0;
}
.logo-image img {
  width: 70%;
  height: auto;
}
.site-footer .widgets .widget .widget-title {
  font-size: 18px !important;
  color: #ffffff !important;
}
footer#colophon {
  padding: 50px 100px 20px;
}
.corp-container {
  padding: 0;
}
.site-info span {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.site-info a {
  align-items: center;
  display: flex;
}
.submit-wrap span {
  display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  border-radius: 15px;
}
.testimonials-arrows {
  bottom: -6px;
  display: flex;
  gap: 20px;
}
button.button-slider.slide-arrow.prev-arrow.slick-arrow,
button.button-slider.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}
button.slick-prev,
button.slick-next {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background :#ff8159;
}
.testimonials-arrows {
  bottom: -15%;
  display: flex;
  gap: 20px;
}
.testimonials-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-blog-section-items-inner {
  padding: 20px;
  background: #f5f7f7;
  border-radius: 30px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
h6.home-blog-title {
  margin: 0;
}
h6.btn.font-jost.home-blog-read-more-text {
  margin: 10px 0 0;
  padding: 8px 13px !important;
  font-size: 16px !important;
}
.slick-slide img {
  border-radius: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.divider-bottom {
  border-bottom: 2px solid #ccc;
}
.divider-bottom-1 {
  border-bottom: 2px solid #ccc;
  width: 81.5%;
  margin: auto;
  padding-top: 50px;
}

.home-blog-top {
  display: flex;
  gap: 40px;
}
h2.margin-top0.title-left-right-lines.aos-init.aos-animate {
  text-align: center;
}
.divider-test {
  border: 1px solid #ccc;
  height: auto;
  width: auto;
}

/* -------------------------------- Responsive ---------------------------- */

@media (min-width: 2001px) and (max-width: 2500px) {
  h6 {
    font-size: 22px;
  }

  h2 {
    font-size: 55px !important;
  }
  .about-p {
    margin-right: 10px;
    width: 98%;
  }
  p,
  .main-navigation ul li a {
    font-size: 22px !important;
  }
  .card-text h4 {
    font-size: 25px;
  }
  .btn,
  .btn-primary,
  .btn-secondary,
  li#menu-item-29 a {
    font-size: 22px !important;
    padding: 15px 20px !important;
  }

  .banner-main,
  .service-main,
  .experince-main,
  .testimonials-container,
  .site-footer,
  .about-banner,
  .financial-main,
  .services-choice-section,
  .services-card-main,
  .services-section {
    width: 90% !important;
  }
  .about-main,
  .contact-main,
  .help-section-main,
  .about-company-section,
  .our-client-main,
  .service-main-section {
    width: 80% !important;
  }
  .contact-inner-boxes {
    grid-template-columns: 250px 300px 250px;
  }
  .box-left2,
  .box-left1,
  .box-right1,
  .box-right2,
  .box-right2 img {
    width: 250px;
    height: 250px;
    gap: 15px;
  }
  .box-middle2 {
    height: 250px;
    width: 300px;
    gap: 15px;
  }
  .contact-inner-boxes h2 {
    font-size: 30px !important;
  }
  .contact-inner-boxes p {
    font-size: 20px !important;
  }
  .box-middle1 img {
    width: 300px;
    height: 250px;
  }
  .about-logo {
    height: 90px;
    width: 90px;
  }
  .about-logo img {
    height: 60px;
    width: 60px;
  }
  .pruposal-main {
    justify-content: space-between;
  }
  .testimonials-section-main {
    padding: 100px;
  }
  .divider-bottom-1 {
    padding: 0;
    width: 90%;
  }
  .site-footer .widgets .widget .widget-title {
    font-size: 25px !important;
  }
  ul#menu-quick-links,
  ul#menu-our-services {
    font-size: 20px;
  }
  .footer-hello {
    font-size: 20px;
    line-height: 40px;
  }
  .logo-title h4 {
    font-size: 25px;
  }
  .accordion__header h2 {
    font-size: 25px !important;
  }
  .accordion__header h2 {
  }
  .acccording-main h2 {
    font-size: 30px !important;
  }
  .contact-us-main-cards,
  .get-in-touch-main {
    width: 90%;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .blog-container {
    padding: 0 55px 50px;
  }
  .blog-inner-layout .content-area {
    width: 70%;
  }

  .btn,
  .btn-primary,
  .btn-secondary {
    padding: 10px 15px !important;
    font-size: 18px !important;
  }

  li#menu-item-29 a {
    font-size: 16px !important;
  }
  .divider-bottom-1 {
    width: auto;
  }
  img.custom-logo {
    height: auto;
    width: 201px;
  }
  /* 	.main-navigation ul li a {
		font-size :25px;
	} */
  .input-box,
  .textarea-box {
    width: 100%;
    padding: 15px 10px !important;
    font-size: 20px !important;
  }
  .section-top {
    padding-top: 50px !important;
  }

  .banner-main,
  section.about-banner,
  section.why-us-section,
  .financial-main,
  .contact-us-main-sec,
  section.get-in-touch-section,
  .map-section {
    width: 100%;
    padding: 0 55px;
  }
  .services-choice-section,
  .get-in-touch-main {
    width: 100%;
  }
  .our-client-main {
    padding-bottom: 30px !important;
  }

  .about-main,
  .contact-main,
  .selection-main,
  .help-section-main,
  .about-company-section,
  .our-client-main,
  .contact-us-main-cards {
    width: 90%;
    padding: 0px 80px;
  }
  .service-main {
    width: 100%;
    padding: 50px 120px 0;
  }
  .about-company-main {
    justify-content: space-between;
  }
  .experince-main {
    padding: 50px 120px;
    width: 100%;
  }
  section.service-section,
  section.experince-section {
    padding: 0 55px;
  }
  .pruposal-main {
    justify-content: space-between;
  }
  .site-footer {
    width: 90%;
  }
  .home-blog-image img {
    border-radius: 30px;
  }
  .testimonials-section-main {
    display: flex;
    gap: 30px;
    padding: 100px;
  }
}

@media (min-width: 1333px) and (max-width: 1600px) {
  .section-top {
    padding-top: 50px;
  }
  .banner-main,
  .about-main,
  .service-main,
  .contact-main,
  .experince-main,
  .selection-main,
  .about-company-section,
  .pruposal-main,
  .help-section-main,
  .financial-main,
  .our-client-main,
  .services-card-main,
  .contact-us-card-section,
  .about-banner,
  .about-contact-us {
    width: 100%;
  }
  .banner {
    padding: 30px 0;
  }
  .banner-main,
  .about-banner {
    padding: 0 30px;
  }

  .banner-info-left {
    padding: 10px;
  }
  .banner-info-right {
  }
  .banner-right-image {
    padding: 0 10px;
  }
  .banner-title {
    font-size: 45px !important;
  }
  h2 {
    font-size: 45px !important;
    text-align: left;
  }
  a {
    font-size: 16px !important;
  }
  p {
    font-size: 16px !important;
    text-align: left;
    margin: 0;
    padding: 0 !important;
  }
  .about-main {
    padding: 0 30px;
  }
  .about-top {
    display: flex;
    align-items: center;
  }
  .about-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .about-logo-des p {
    font-size: 20px !important;
  }
  .service-col-p,
  .about-col-p {
    margin: 25px 0 0;
  }
  .exp-box {
    padding: 40px !important;
  }
  .exp-box p {
    font-size: 16px !important;
  }
  .service-section {
    padding: 50px 30px 0;
  }
  .contact-main {
    padding: 0 30px;
  }
  .experince-section {
    padding: 50px 30px 0;
  }
  .why-banner h3 {
    font-size: 42px !important;
  }
  .banner-box2 p {
    font-weight: 500;
    font-size: 18px !important;
  }
  .logo-title h4 {
    font-size: 22px !important;
  }
  .selection-section {
    padding: 0 30px;
  }
  .selection {
    padding: 0;
    justify-content: center;
  }
  .selection-inner-left {
    padding: 10px;
  }
  .sel-box {
    display: flex;
    justify-content: center;
  }
  .selection-inner-right {
    padding: 10px 10px 10px 60px;
    gap: 10px;
  }
  .pruposal-main {
    padding: 10px;
  }
  .pruposal-section {
    padding: 10px;
  }
  .help-section {
    padding: 0 30px;
  }
  .help-item h4 {
    font-size: 20px !important;
  }

  /* 	about-us page */
  .about-contact-us {
    display: flex;
    justify-content: center;
  }
  .about-company-main {
    justify-content: center;
  }
  .our-client-section {
    padding: 0 30px;
  }
  .right-about {
    gap: 20px;
    padding: 0 30px;
  }
  .why-us-section {
    padding: 50px 30px;
  }
  .financial {
    justify-content: center;
  }
  .financial-planning-section {
    padding: 0 30px;
  }
  /* 	Contact Us Page  */
  .map-section {
    padding: 0 30px;
  }
  .testimonials-section-main {
    width: 100%;
    padding: 50px;
  }
  .divider-bottom-1 {
    width: 95%;
  }
  .contact-us-main-cards {
    width: 100%;
    padding: 30px;
  }
  section.get-in-touch-section {
    padding: 0px 30px;
  }
  .get-in-touch-main {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 1440px) {
  .accordion {
    gap: 30px 50px;
  }
}
@media (max-width: 1370px) {
  .accordion {
    gap: 25px 40px;
    width: 100%;
  }
}
/*  Responsive for 1333px */
@media (max-width: 1333px) {
  .main-navigation ul li {
    margin: 0 17px -10px 0;
  }
  .site-header .site-header-inner {
    justify-content: space-around;
  }
  .section-top {
    padding-top: 50px;
  }
  .banner-main,
  .about-main,
  .service-main,
  .selection-main,
  .about-company-section,
  .pruposal-main,
  .contact-us-card-section,
  .experince-main,
  .our-client-main,
  .help-section-main,
  .services-choice-section,
  .services-card-main,
  .contact-us-main-sec,
  .about-banner,
  .services-section-banner,
  .financial-main,
  .contact-main,
  .testimonials-section-main,
  .contact-us-main-cards {
    width: 100%;
  }
  .banner-main {
    padding: 0 20px;
  }
  .testimonials-section-main {
    padding: 35px;
  }
  .experince-main,
  .services-card-main,
  .contact-us-card-section {
    padding: 50px 30px;
  }
  .service-main {
    padding: 50px 30px 0;
  }
  .contact-us-main-sec,
  .about-banner,
  .services-section-banner {
    padding: 0px 30px;
  }

  .banner-title {
    font-size: 40px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px !important;
    text-align: left;
  }
  h3 {
    margin: 0 !important;
  }
  .banner-box1 h3 {
    font-size: 40px !important;
  }
  .banner-box2 h3 {
    font-size: 40px !important;
  }

  h4 {
    font-size: 20px;
  }
  .service-p,
  .about-p {
    font-size: 35px;
  }

  .about-main {
    padding: 0 20px;
  }
  .service-section {
    padding: 50px 20px 0;
  }
  .contact-main {
    padding: 0 20px;
  }
  .experince-section {
    padding: 0 20px;
  }
  .selection-section {
    padding: 0 20px;
  }
  .selection-inner-right {
    padding: 10px 10px 10px 50px;
    gap: 10px;
  }
  .selection {
    justify-content: center;
    padding: 50px 0 0;
  }
  .help-section {
    padding: 0 20px;
  }
  .help-icons {
    gap: 25px;
  }
  /* 	about-us page */

  .our-client-section {
    padding: 0 20px;
  }

  .right-about {
    padding: 0 20px;
  }
  .why-us-section {
    padding: 0 20px;
  }

  .financial-planning-section {
    padding: 0 20px;
  }
  /* 	Contact Us Page  */
  .map-section {
    padding: 0 20px;
  }
  .divider-bottom-1 {
    width: 95%;
  }
  .site-footer {
    width: 90%;
  }
  section.get-in-touch-section {
    padding: 0px 30px;
  }
  .get-in-touch-main {
    width: 100%;
    padding: 30px;
  }
}

/* 1024px Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-middle {
    height: 350px;
  }
  .main-navigation ul li {
    margin: 0px 15px -20px 0;
  }
  .conatct-inner-left {
    width: 100%;
  }

  .banner-title {
    font-size: 35px !important;
    font-weight: 600;
  }
  .financial {
    padding: 30px 0px;
  }
  .about-company-main {
    padding: 30px 20px;
  }
  .banner {
    padding: 30px 0;
  }
  .banner-info-right {
    gap: 20px;
  }
  .banner-info-left {
    width: 50%;
  }
  .about-top {
    flex-direction: column;
    gap: 0;
  }
  .service-p,
  .about-p {
    font-size: 35px !important;
  }
  .about-bottom {
    gap: 20px;
  }
  .about-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  p.about-col-p {
    margin: 20px 0 0;
  }

  .service-cards {
    padding: 0;
  }
  .card img {
    height: 350px;
  }
  .btn-wrap {
    padding: 30px;
  }
  h2 {
    font-size: 35px !important;
    text-align: left;
  }
  .banner-box1 h3 {
    font-size: 22px !important;
  }
  .banner-box2 h3 {
    font-size: 22px !important;
  }
  .banner-box2 p {
    font-size: 16px !important;
  }
  .exp-box {
    padding: 20px;
  }
  .exp-bottom {
    flex-direction: column;
  }

  .right-about {
    padding: 0 20px;
    width: 70%;
  }
  .selection-inner-right {
    gap: 10px;
    padding: 30px 30px 0;
  }
  .contact-us-sec {
    padding: 40px 0;
    gap: 0;
  }
  .about-info h1 {
    margin: 0;
    font-weight: 500;
  }
  .about-p p {
    font-size: 20px;
    margin: 0;
  }
  .list-p {
    margin-bottom: 5px;
  }
  .contact-us-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-us-main-cards {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .inner-blog-page-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .contact {
    flex-direction: column;
  }
  .conatct-inner-right,
  .box-left1,
  .box-left2,
  .box-middle1,
  .box-middle2,
  .box-right1,
  .box-right2,
  .box-middle1 img,
  .box-right2 img {
    width: 100%;
  }
  .contact-inner-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 30px 0;
  }
  .financial-main {
    padding-bottom: 30px;
  }
  footer#colophon {
    padding: 50px 50px 20px;
    border-radius: 30px 30px 0 0;
  }
  .widgets.widgets-4 {
    flex-direction: row;
  }
  .site-footer {
    width: 100%;
  }
  .testimonials-section-main {
    width: 100%;
    padding: 30px;
  }
  .accordion {
    grid-template-columns: repeat(1fr, 1);
    gap: 25px;
  }
  .faqs-section-wrapper h2 {
    font-size: 18px;
  }
  .accordion__header {
    font-size: 16px;
  }
  .accordion__body {
    font-size: 15px;
  }
  span.eyebrow {
    font-size: 12px;
  }
  h2.title {
    font-size: 18px;
  }
  .accordion {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  section.get-in-touch-section {
    padding: 0px 30px;
  }
  .get-in-touch-main {
    width: 100%;
    padding: 30px;
  }
  .why-banner {
    height: 350px;
  }
}

/* 768px Responsive & 521px  */

@media (min-width: 520px) and (max-width: 767px) {
  li#menu-item-1202 {
    display: inline-block;
  }
  .divider-test {
    width: 100%;
  }
  .site-header .site-header-inner {
    justify-content: center;
  }
  .banner-info-right,
  .contact,
  .conatct-inner-left,
  .selection-inner-right,
  .right-about {
    width: 100%;
  }
  .banner-title {
    font-size: 35px !important;
    font-weight: 600;
    text-align: center;
  }
  .banner,
  .contact,
  .about-company-main,
  .financial {
    flex-direction: column;
  }
  .banner-info-right {
    gap: 20px;
  }
  .banner,
  .financial {
    gap: 20px;
  }
  .banner-info-left {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .about-top {
    flex-direction: column;
  }
  .about-col-p {
    padding: 10px 0 0;
    margin: 0;
  }
  .experince-main,
  .financial,
  .banner {
    padding: 30px;
  }
  h3 {
    font-size: 18px !important;
    margin: 0 !important;
  }
  .service-p,
  .about-p {
    font-size: 35px !important;
  }
  .about-middle {
    height: 350px;
  }
  .about-bottom {
    gap: 10px;
    flex-direction: column;
  }
  .about-p p {
    font-size: 18px;
  }
  .about-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .about-logo img {
    height: 35px;
    width: 35px;
  }
  .about-logo {
    height: 50px;
    width: 50px;
  }
  .service-cards {
    padding: 20px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .card img {
    height: 350px;
  }
  .btn-wrap {
    padding: 20px;
  }
  h2 {
    font-size: 35px !important;
    text-align: left;
  }
  .banner-box1 h3 {
    font-size: 22px !important;
  }
  .banner-box2 h3 {
    font-size: 22px !important;
  }
  .banner-box2 p {
    font-size: 16px;
  }
  .contact,
  .conatct-inner-left {
    gap: 10px;
  }
  .exp-box {
    padding: 20px;
  }
  .exp-bottom {
    flex-direction: column;
  }
  .selection {
    flex-direction: column-reverse;
  }
  .right-about {
    padding: 0 20px;
  }
  .selection-inner-right {
    gap: 10px;
    padding: 0;
  }
  .selection-inner-left {
    width: 60%;
  }
  .contact-us-sec {
    padding: 40px 0;
    gap: 0;
  }
  .about-info h1 {
    margin: 0;
    font-weight: 500;
  }
  .why-banner {
    margin: 0;
  }
  .logo-title h4 {
    font-size: 20px !important;
  }
  .about-logo-des p {
    margin: 0;
  }
  .pruposal-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .help-item h4 {
    font-size: 18px !important;
  }
  .icon-text h4 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  .icon {
    height: 55px;
    width: 55px;
  }
  .icon img {
    height: 40px;
    width: 40px;
  }
  p.list-p {
    margin: 5px;
  }
  .contact-us-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-us-main-cards {
    width: 100%;
    margin: auto;
    padding: 30px;
  }
  .inner-blog-page-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .conatct-inner-right,
  .box-left1,
  .box-left2,
  .box-middle1,
  .box-middle2,
  .box-right1,
  .box-right2,
  .box-middle1 img,
  .box-right2 img {
    width: 100%;
  }
  .contact-inner-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .conatct-inner-right {
    padding-bottom: 30px;
  }
  .financial-main {
    padding-bottom: 50px;
  }
  .help-item {
    width: 40%;
  }
  .divider {
    display: none;
  }
  .site-footer {
    width: 100%;
  }
  footer#colophon {
    padding: 40px 40px 20px;
    border-radius: 30px 30px 0 0;
  }

  .logo-image img {
    width: 50%;
    height: auto;
  }
  .widgets.widgets-4 {
    padding: 0px !important;
  }
  .service-main-sec {
    padding: 30px !important;
    text-align: center;
  }
  .testimonials-section-main {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 20px;
  }
  .about-top.testimonials-left,
  .testimonials-right {
    width: 100%;
  }
  .testimonials-arrows {
    bottom: -20px;
  }
  .client-image {
    height: 50px;
    width: 45%;
  }
  .accordion {
    grid-template-columns: repeat(1, 1fr) !important;
    width: 100% !important;
  }
  .accordion.faq_single {
    width: 100% !important;
  }
  .help-section-main {
    padding-bottom: 0;
  }
  .why-banner {
    height: 320px;
  }
  .about-item {
    align-items: center;
  }
  .services-card-main {
    padding: 0 30px 30px;
  }
  .our-client-main {
    padding: 0;
  }
  .contact-us-card-section {
    padding: 0;
  }
  section.get-in-touch-section {
    padding: 0px 30px;
  }
  .get-in-touch-main {
    width: 100%;
    padding: 30px;
  }
}

/* 520px */
@media (max-width: 520px) {
  .site-header .site-header-inner {
    justify-content: center;
  }
  li#menu-item-1202 {
    display: inline-block;
  }
  .section-top {
    padding-top: 30px;
  }
  .banner-info-right,
  .contact,
  .conatct-inner-left,
  .selection-inner-right,
  .right-about {
    width: 100%;
  }
  .banner,
  .contact,
  .about-company-main,
  .financial {
    flex-direction: column;
  }
  .banner-title {
    font-size: 30px !important;
    text-align: left;

    line-height: 35px !important;
  }
  .banner-info-left {
    width: 100%;
    text-align: left;
    align-items: center;
  }
  .banner {
    padding: 20px;
    gap: 20px;
  }
  .about-main {
    gap: 20px;
  }

  .about-middle {
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;

    width: 100%;
  }
  a.btn {
    padding: 8px 12px;
    font-size: 16px;
  }
  .banner_button {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-p p {
    margin: 0;
    font-size: 20px;
  }
  .about-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .about-top {
    flex-direction: column;
    text-align: left;
  }
  h2 {
    text-align: left !important;
  }
  .about-box {
    align-items: center;
    text-align: center;
  }
  .about-p p {
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
  .about-company-main {
    padding: 0 20px;
  }
  .right-about {
    padding: 0;
  }
  .service-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }

  .service-main {
    padding: 30px 20px 0;
  }
  .experince-main,
  .sub-card {
    padding: 30px 20px;
  }
  .banner-box1 {
    bottom: 30%;
    left: 5%;
  }
  .banner-box2 {
    bottom: 5%;
    right: 20%;
    align-items: center;
  }
  .selection-section {
    padding-bottom: 20px;
  }
  .banner-box1 h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 10px;
  }
  .banner-box2 h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .banner-box2 p {
    font-size: 16px;
  }
  .selection-inner-right {
    padding: 0;
  }
  .why-banner {
    height: 250px;
  }
  .selection-inner-left {
    width: 100%;
  }
  .selection {
    flex-direction: column-reverse;
    padding: 0;
  }
  .pruposal-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .pruposal-text h2 {
    font-size: 25px !important;
  }
  .icon {
    height: 60px;
    width: 60px;
  }
  .icon img {
    height: 40px;
    width: 40px;
  }
  .help-item h4 {
    font-size: 18px !important;
  }
  .pruposal-main {
    padding: 20px;
  }
  .about-col-p {
    padding: 10px 0;
    margin: 0;
  }
  .about-p {
    font-size: 30px !important;
  }
  .about-banner {
    padding: 0;
  }
  .icon-text h4 {
    font-size: 20px !important;
    margin: 0;
  }
  .icon-text p {
    margin-bottom: 10px;
    font-size: 15px !important;
  }
  .logo-title h4 {
    font-size: 22px !important;
  }
  .exp-box {
    padding: 20px;
  }
  .client-data {
    gap: 20px;
    padding: 0;
  }
  .financial {
    padding: 20px;
  }
  .list-p {
    margin: 5px;
  }
  .services-section-banner,
  .contact-us-main-sec {
    padding: 0;
  }
  .about-info h1 {
    margin: 0;
    font-size: 30px !important;
    text-align: left;
  }
  .contact-us-sec {
    padding: 20px;
    border-radius: 0;
    gap: 0;
  }
  .contact-us-card-section,
  .services-card-main {
    padding: 0;
  }
  .contact-us-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-us-main-cards {
    width: 100%;
    padding: 0 20px !important;
  }
  .map-section {
    width: auto;
    padding-bottom: 20px;
  }
  .get-in-touch-main {
    width: 100%;
    padding: 30px 20px;
  }
  .get-in-touch-section {
    padding: 0 20px;
  }
  .site-footer {
    width: 100%;
  }
  .footer-right-desc h2 {
    font-size: 15px !important;
  }
  .logo-image img {
    width: 50%;
    height: auto;
  }
  .corp-container {
    padding: 0;
  }
  .testimonials-section-main {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  .testimonials-left {
    width: 100%;
  }
  .testimonials-right {
    width: 100%;
  }
  .our-blog-section-main {
    width: 100%;
    padding: 0 20px 20px;
  }
  .our-blog-middle {
    flex-wrap: wrap;
  }
  .blog-title h5 {
    margin: 0 0 10px;
  }
  .conatct-inner-right,
  .box-left1,
  .box-left2,
  .box-middle1,
  .box-middle2,
  .box-right1,
  .box-right2,
  .box-middle1 img,
  .box-right2 img {
    width: 100%;
  }
  .contact-inner-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .contact {
    gap: 20px;
  }
  .blog-container {
    padding: 0 50px 30px;
  }
  .inner-blog-page-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  footer#colophon {
    padding: 50px;
    border-radius: 30px 30px 0 0;
  }
  .help-item {
    width: 40%;
  }
  .help-icons {
    align-items: center;
    gap: 25px;
    padding-bottom: 20px;
  }
  .divider {
    display: none;
  }
  .client-image {
    height: 50px;
    width: 45%;
  }
  .financial-planning-section {
    padding: 0 20px 20px;
  }
  .help-section-main {
    padding: 0;
  }
  .widgets.widgets-4 {
    padding: 0px !important;
  }
  .service-p {
    text-align: left !important;
  }
  .sel-text p {
    text-align: left;
  }
  .site-info span {
    gap: 0;
    flex-direction: column;
    padding: 5px;
  }
  .site-info img {
    height: 25px !important;
  }
  .about-item {
    align-items: center;
  }
  .bottom-bar {
    border-radius: 15px;
  }
  section.testimonials-section.section-top {
    padding: 0;
  }
  .testimonials-arrows {
    bottom: 0;
  }
  .divider-bottom-1 {
    margin-top: 25px;
  }
  img.custom-logo {
    height: auto;
    width: 100px;
  }
  .accordion {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .accordion.faq_single {
    width: 100% !important;
  }
  h2.margin-top0.title-left-right-lines.aos-init.aos-animate {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .accordion__header {
    font-size: 15px;
    padding: 12px 0;
  }
  .accordion {
    width: 100% !important;
  }
  .accordion.faq_single {
    width: 100% !important;
  }
  p {
    font-size: 16px !important;
  }
  .service-p {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 400px) {
  .banner-box2 {
    right: 15%;
  }
  .about-p {
    font-size: 25px !important;
  }
}

@media (max-width: 380px) {
  .faqs-section {
    padding: 40px 15px;
  }

  .faqs-section-wrapper h2 {
    font-size: 24px;
  }

  .accordion__header {
    font-size: 14px;
  }
  .service-p {
    /* text-align: left !important; */
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 350px) {
  .banner-box2 {
    bottom: 5%;
    right: 10%;
  }
}
@media (max-width: 330px) {
  .banner-box2 {
    bottom: 5%;
    right: 5%;
  }
}

.testimonials-slider {
  display: flex !important;
  width: 100% !important;
  overflow: hidden;
}


/* a, a:visited {
    color: #626262;
} */
.btn {
    color: #fff !important;
}
