* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.current-menu-item a{
  color:#CEB436 !important;
}
 .error-page {
  padding: 200px 0 !important;
  align-content: center;
  text-align: center;
}

 .error-page h1 {
  font-size: 130px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #002C47;
}

 .error-page h5 {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #177FC0;
}
 .error-page h5 span {
  color: #CEB436;
}

.container {
  max-width: 1440px !important;
  padding: 0;
}

a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
.body .current_page_item a {
    color: #177FC0 !important;
}
body .navbar-main {
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 20px;
}

body .navbar-main .container .navigation-wrap {
  background-color: white !important;
  padding: 10px;
  border-radius: 100px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

body .navbar-main .container .navigation-wrap .navbar-brand {
  padding: 3px 20px;
}
body .navbar-main .container .navigation-wrap .navbar-brand img{
  max-width: 250px;
}

body .navbar-main .container .navigation-wrap .navbar-toggler {
  border: none;
}
body .navbar-main .container .navigation-wrap .navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
body .navbar-main .container .navigation-wrap .navbar-toggler i {
  font-size: 25px;
  color: black;
}

body .navbar-main .container .navigation-wrap .navbar-nav {
  margin-left: 20%;
  gap: 35px;
}
body .navbar-main .container .navigation-wrap .navbar-nav li a {
  font-size: 16px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  color: #252525;
  transition:.3s;
  text-transform: capitalize;
  font-family: "Inter", sans-serif !important;
  line-height: 26px;
}
body .navbar-main .container .navigation-wrap .navbar-nav li a:hover{
color:#CEB436;
}

body .navbar-main .container .navigation-wrap .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body .navbar-main .container .navigation-wrap .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .navbar-main .container .navigation-wrap .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .navbar-main .container .navigation-wrap .main-btn a img:first-child {
  transform: translateY(0);
}
body .navbar-main .container .navigation-wrap .main-btn a img:last-child {
  transform: translateY(120%);
}
body .navbar-main .container .navigation-wrap .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body .navbar-main .container .navigation-wrap .main-btn a:hover img:last-child {
  transform: translateY(0);
}

body .home-banner {
  display: flex;
  height: 700px;
  z-index: 99;
  width: 100%;
}

body .home-banner .left-banner-sec {
  width: 50%;
  padding-left: 12%;
  background-color: #177FC0;
  display: flex;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 70px;
  justify-content: end;
  position: relative;
  z-index: 1;
}
body .home-banner .left-banner-sec::after {
  position: absolute;
  content: "";
  background-image: url("../img/home-overlay.png");
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

body .home-banner .left-banner-sec .content span {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

body .home-banner .left-banner-sec .content h1 {
  font-size: 65px;
  font-weight: 400;
  font-family: "Arapey", serif;
  line-height: 74px;
  color: #F9F9F3;
}

body .home-banner .left-banner-sec .content h1 {
  text-transform: capitalize;
}
body .home-banner .left-banner-sec .content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .home-banner .left-banner-sec .content p {
  color: white;
  line-height: 24px;
}
body .home-banner .left-banner-sec .content .main-btn {
  margin-top: 20px;
}
body .home-banner .left-banner-sec .content .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body .home-banner .left-banner-sec .content .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .home-banner .left-banner-sec .content .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .home-banner .left-banner-sec .content .main-btn a img:first-child {
  transform: translateY(0);
}
body .home-banner .left-banner-sec .content .main-btn a img:last-child {
  transform: translateY(120%);
}
body .home-banner .left-banner-sec .content .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body .home-banner .left-banner-sec .content .main-btn a:hover img:last-child {
  transform: translateY(0);
}
body .home-banner .right-banner-sec {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 40px;
}

body .home-banner .right-banner-sec video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
body .portal-login {
  padding: 90px 0;
}

body .portal-login .content p {
  font-size: 54px;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
}

body .portal-login .content .main-btn {
  text-align: center;
  margin-top: 20px;
}
body .portal-login .content .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body .portal-login .content .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .portal-login .content .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .portal-login .content .main-btn a img:first-child {
  transform: translateY(0);
}
body .portal-login .content .main-btn a img:last-child {
  transform: translateY(120%);
}
body .portal-login .content .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body .portal-login .content .main-btn a:hover img:last-child {
  transform: translateY(0);
}
body .proud-sec {
  background-color: rgba(206, 180, 54, 0.1019607843);
  padding: 70px 0;
}

body .proud-sec .title {
  padding-bottom: 30px;
}
body .proud-sec .title h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .proud-sec .title h2 {
  text-align: center;
}
body .proud-sec .logo-img {
  margin:0 0 10px 0;
}
body .proud-sec .logo-img img {
  width: 100%;
  cursor: pointer;
}
body .primary-sec {
  background: linear-gradient(180deg, #F9F7EA 0%, #F3F1E1 50%, #FFFFFF 100%);
  padding: 80px 0;
  margin-top: 90px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

body .primary-sec .row .title h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .primary-sec .row p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .primary-sec .row p {
  padding-top: 10px;
}
body .primary-sec .absolute-sections {
  position: relative;
}
body .primary-sec .absolute-sections .center-img {
  position: relative;
  text-align: center;
}
body .primary-sec .absolute-sections .box-1 {
  top: 25px;
  left: 15%;
}

body .primary-sec .absolute-sections .box-2 {
  bottom: 5%;
  left: 0;
}

body .primary-sec .absolute-sections .box-3 {
  bottom: 30%;
  right: 0;
}

body .primary-sec .absolute-sections .box {
  background-color: white;
  border-radius: 25px;
  padding: 18px;
  position: absolute;
  z-index: 9;
  width: 390px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body .primary-sec .absolute-sections .box .head {
  background-color: rgba(23, 127, 192, 0.0784313725);
  padding: 14px 18px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 12px;
}
body .primary-sec .absolute-sections .box .head h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
  line-height:40px;
}

body .primary-sec .absolute-sections .box .content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .primary-sec .absolute-sections .box .content p {
  font-size: 16px;
  line-height: 24px;
  color: #002C47;
}
body .cta-sec {
  background-color: #177FC0;
  padding-top: 76px;
  gap: 80px;
  position: relative;
  display: flex;
  z-index: 1;
}
body .cta-sec::after {
  position: absolute;
  content: "";
  background-image: url("../img/overlay-img-2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

body .cta-sec .cta-img {
  width: 50%;
}

body .cta-sec .cta-img img {
  width: 100%;
}
body .cta-sec .cta-content {
  width: 50%;
  display: flex;
  padding-right: 60px;
  flex-direction: column;
  justify-content: space-around;
}
body .cta-sec .cta-content h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  margin-bottom:10px;
  line-height: 66px;
}

body .cta-sec .cta-content h2 {
  color: white;
}
body .cta-sec .cta-content h2 a {
  color: white;
}
body .cta-sec .cta-content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .cta-sec .cta-content p {
  color: white;
}
body .cta-sec .cta-content h6 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  font-family: "Inter", sans-serif;
  color: white;
}

body .testimonials {
  overflow: hidden;
  padding: 90px 0;
}

body .testimonials .container {
  margin: 0 auto;
}
body .testimonials .container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
body .testimonials .container .title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
}
body .testimonials .container .title h2 {
  text-align: center;
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .testimonials .container .testimonial-main .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
body .testimonials .container .testimonial-main .slick-list {
  width: calc(60% + 60vw);
  margin-bottom: 30px;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide {
  margin-left: 20px;
  height: auto !important;
  display: flex !important;
  float: none !important;
}

body .testimonials .container .testimonial-main .slick-list .slick-slide > div {
  display: flex !important;
  flex: 1 !important;
  width: 100%;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide {
  display: flex !important;
  flex: 1 !important;
  width: 100%;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  width: 100%;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .color-1 {
  background: #F9F9F3;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .color-2 {
  background-color: #F3FAFF;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card {
  padding: 30px;
  gap: 30px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .icon img {
  width: 32px;
  height: 32px;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .text {
  flex: 1 !important;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .text p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .text p {
  font-size: 16px;
  line-height: 23px;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .name {
  background-color: #F2ECD5;
  margin-top: auto !important;
  padding: 13px 30px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .name h6 {
  font-size: 24px;
  font-family: "Arapey", serif;
  color: #7D6800;
  font-weight: 400;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .name-color-2 {
  background-color: #DEF3FE !important;
}
body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .name-color-2 h6 {
  color: #002C47 !important;
}
body .testimonials .container .left_arrow-2 {
  position: absolute;
  border: 1px solid transparent;
  left: 45% !important;
  border-radius: 100px;
  z-index: 99;
  font-size: 24px;
  background: #177FC0;
  height: 50px;
  bottom: -5%;
  width: 50px;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: white;
}

body .testimonials .container .right_arrow-2 {
  position: absolute;
  border: 1px solid transparent;
  right: 46% !important;
  bottom: -5%;
  border-radius: 100px;
  font-size: 24px;
  cursor: pointer;
  align-items: center;
  background: #177FC0;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  color: white;
}

body .home-blogs {
  padding-bottom: 90px;
}

body .home-blogs .container .title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items:center;
  padding-bottom: 10px;
}
body .home-blogs .container .title span img{
width:20px;
}
body .home-blogs .container .title h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .home-blogs .container .col-lg-5 {
  align-content: end;
}
body .home-blogs .container .col-lg-5 .main-btn {
  text-align: end;
}
body .home-blogs .container .col-lg-5 .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body .home-blogs .container .col-lg-5 .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .home-blogs .container .col-lg-5 .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .home-blogs .container .col-lg-5 .main-btn a img:first-child {
  transform: translateY(0);
}
body .home-blogs .container .col-lg-5 .main-btn a img:last-child {
  transform: translateY(120%);
}
body .home-blogs .container .col-lg-5 .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body .home-blogs .container .col-lg-5 .main-btn a:hover img:last-child {
  transform: translateY(0);
}

body .home-blogs .container .home-blog-card {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  gap: 20px;
}
body .home-blogs .container .home-blog-card .img img {
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

body .home-blogs .container .home-blog-card .content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .home-blogs .container .home-blog-card .content p {
  color: #002C47;
  font-size: 16px;
}
body .home-blogs .container .home-blog-card .content h3 {
  font-size: 32px;
  font-weight: 400;
  line-height:40px;
  font-family: "Arapey", serif;
  color: #002C47;
}

body footer {
  background-color: #177FC0;
  padding-top: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

body footer .get-in-touch {
  background-color: #CEB436;
  padding: 60px 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  z-index: 1;
}
body footer .get-in-touch::after {
  position: absolute;
  content: "";
  background-image: url("../img/overlay-img-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}
body footer .get-in-touch::before {
  position: absolute;
  content: "";
  background-image: url("../img/overlay-img-2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

body footer .get-in-touch p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body footer .get-in-touch p {
  color: white;
}
body footer .get-in-touch h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  text-transform:capitalize;
  padding-bottom:25px;
  line-height: 66px;
}

body footer .get-in-touch h2 {
  color: white;
}
body footer .get-in-touch .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body footer .get-in-touch .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}

body footer .get-in-touch .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body footer .get-in-touch .main-btn a img:first-child {
  transform: translateY(0);
}
body footer .get-in-touch .main-btn a img:last-child {
  transform: translateY(120%);
}
body footer .get-in-touch .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body footer .get-in-touch .main-btn a:hover img:last-child {
  transform: translateY(0);
}
body footer .get-in-touch .main-btn a {
  background-color: white;
  color: #000000;
}
body footer .row {
  padding-top: 50px;
  padding-bottom: 70px;
}

body footer .row .social-icons {
  padding-top: 20px;
  text-align: center;
}
body footer .row .social-icons h6 {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body footer .row .social-icons h6 {
  color: white;
  font-weight: 500;
}
body footer .row .social-icons .icons {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  justify-content: center;
}
body footer .row .links {
  margin-left: 30px;
}
body footer .row .links h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
}

body footer .row .links h3 {
  color: white;
  padding-bottom: 20px;
}
body footer .row .links .contact {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
body footer .row .links .contact a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
body footer .row .links .contact input {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 16px;
  padding: 20px 10px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
body footer .row .links .contact input::-moz-placeholder {
  color: white;
}
body footer .row .links .contact input::placeholder {
  color: white;
}
body footer .row .links .contact input:focus {
  outline: none;
  box-shadow: none;
}
body footer .row .links .contact .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body footer .row .links .contact .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body footer .row .links .contact .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body footer .row .links .contact .main-btn a img:first-child {
  transform: translateY(0);
}
body footer .row .links .contact .main-btn a img:last-child {
  transform: translateY(120%);
}
body footer .row .links .contact .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body footer .row .links .contact .main-btn a:hover img:last-child {
  transform: translateY(0);
}
body footer .row .links .contact .main-btn a {
  background-color: #CEB436;
  color: white;
}
body footer .footer-line hr {
  margin: 0;
  color: white;
}
body footer .footer-line .position {
  padding: 20px 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  body footer .footer-line .position {
    flex-direction: column;
  }
}
body footer .footer-line .position p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body footer .footer-line .position p {
  color: white;
  font-size: 16px;
}
body footer .footer-line .position .d-flex {
  gap: 10px;
}
body footer .footer-line .position .d-flex a {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body footer .footer-line .position .d-flex a {
  color: white;
  font-size: 16px;
}
body .inner-pages-banner {
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
body .inner-pages-banner::after {
  position: absolute;
  content: "";
  background-image: url(../img/home-overlay.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

body .inner-pages-banner .container {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}
body .inner-pages-banner .container .title h1 {
  font-size: 65px;
  font-weight: 400;
  font-family: "Arapey", serif;
  line-height: 74px;
  color: #F9F9F3;
}

body .contact-form {
  padding-top: 90px;
  width: 55%;
  margin: auto;
}

body .contact-form .title h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .contact-form {
  /* WPForms ke default button ko hide karne ke liye */
}
body .contact-form .custom-contact-section .wpforms-submit-container {
  display: none !important;
}
body .contact-form #contact-Form .form-check {
  display: flex;
  gap: 20px;
  padding-right: 0;
  align-items: baseline;
}
body .contact-form #contact-Form .form-check input {
  width: 30px !important;
  margin-top: 20px;
}
body .contact-form #contact-Form .form-check label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
body .contact-form #contact-Form #wpforms-424 .wpforms-confirmation-scroll p{
font-size:18px !important;
font-weight:400 !important;
color: black !important;
}

body .contact-form #contact-Form .wpforms-field-row {
  max-width: 100% !important;
}
body .contact-form #contact-Form .wpforms-container .wpforms-field {
  padding: 5px 0 0 0 !important;
}
body .contact-form #contact-Form .wpforms-error{
font-size:14px !important;
font-family: "Inter", sans-serif !important;
font-weight:400 !important;
}
body .contact-form #contact-Form fieldset {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
body .contact-form #contact-Form fieldset .wpforms-field-label {
  display: none !important;
}
body .contact-form #contact-Form fieldset label {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  color: black !important;
}
body .contact-form #contact-Form .wpforms-field-required,
body .contact-form #contact-Form #wpforms-424-field_3 {
  border: none !important;
  max-width: 100% !important;
  padding: 10px 0 20px 0 !important;
  border-bottom: 1px solid rgb(148, 163, 184) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  width: 100% !important;
  margin-top: 20px !important;
}
body .contact-form #contact-Form .wpforms-field-required:focus,
body .contact-form #contact-Form #wpforms-424-field_3:focus {
  outline: none;
  box-shadow: none;
}
body .contact-form #contact-Form .wpforms-field-required::-moz-placeholder, body .contact-form #contact-Form #wpforms-424-field_3::-moz-placeholder {
  color: #000000;
}
body .contact-form #contact-Form .wpforms-field-required::placeholder,
body .contact-form #contact-Form #wpforms-424-field_3::placeholder {
  color: #000000;
}
body .contact-form .main-btn {
  margin-top: 20px;
}
body .contact-form .main-btn button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}

body .contact-form .main-btn button span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .contact-form .main-btn button img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .contact-form .main-btn button img:first-child {
  transform: translateY(0);
}
body .contact-form .main-btn button img:last-child {
  transform: translateY(120%);
}
body .contact-form .main-btn button:hover img:first-child {
  transform: translateY(-120%);
}
body .contact-form .main-btn button:hover img:last-child {
  transform: translateY(0);
}
body .contact-form .main-btn button {
  border: 1px solid transparent;
}
body .contact-info {
  padding: 90px 0;
}

body .contact-info .title h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .contact-info .title h2 {
  padding-bottom: 10px;
}
body .contact-info .title {
  border-bottom: 1px dashed black;
}
body .contact-info .row {
  padding-top: 50px;
}

body .contact-info .row .info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

body .contact-info .row .info span {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .contact-info .row .info span {
  padding-top: 10px;
  font-size: 16px;
}
body .contact-info .row .info a {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Arapey", serif;
}
body .about-banner {
  background-position: center center;
}
body .blog-banner {
  background-position: bottom center;
}
body .about-popup-sec {
  padding-top: 60px;
}

body .about-popup-sec .card-1 {
  background-color: rgb(150, 201, 233);
}
body .about-popup-sec .card-2 {
  background-color: rgb(238, 229, 185);
}
body .about-popup-sec .card-3 {
  background-color: rgb(233, 233, 233);
}
body .about-popup-sec .card-4 {
  background-color: rgb(236, 245, 250);
}
body .about-popup-sec .card-5 {
  background-color: rgb(206, 180, 54);
}
body .about-popup-sec .popup-card {
  border-radius: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}
body .about-popup-sec .popup-card img {
  width: 100%;
}
body .about-popup-sec .popup-card .text {
  padding: 14px 20px;
}
body .about-popup-sec .popup-card .text h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
  line-height:40px;
}

body .about-popup-sec .popup-card .text h3 {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000000;
}
body .about-popup-sec .popup-card .text span {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .popup-detail .modal-dialog {
  max-width: 1180px !important;
}

body .popup-detail .modal-dialog .modal-content {
  padding: 25px;
}
body .popup-detail .modal-dialog .modal-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
body .popup-detail .modal-dialog .modal-content .head {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

body .popup-detail .modal-dialog .modal-content .head h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .popup-detail .modal-dialog .modal-content .head h2 {
  color: #002C47;
}
body .popup-detail .modal-dialog .modal-content .head span {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #2C2C2C;
}
body .popup-detail .modal-dialog .modal-content .head {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
}
body .popup-detail .modal-dialog .modal-content .head .btn-close {
  color: #000000;
  font-size: 25px;
}
body .popup-detail .modal-dialog .modal-content .content {
  margin-top: 15px;
}
body .popup-detail .modal-dialog .modal-content .content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .popup-detail .modal-dialog .modal-content .content p {
  font-size: 16px;
  text-align: start;
}
body .popup-detail .modal-dialog .modal-content .content p br {
  display: none;
}

body .blog-loop-sec {
  padding-top: 70px;
}
body .blog-loop-sec .pagination{
  justify-content:center;
  gap:25px;
  margin:50px 0;
}
body .blog-loop-sec .pagination .page-numbers{
  font-size: 25px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    color: black;
}
body .blog-loop-sec .pagination span.page-numbers.current{
	color: #CEB436 !important;
}

body .blog-loop-sec .blog-loop-card {
  background-color: rgb(233, 233, 233);
  border-radius: 16px;
  margin-top: 20px;
}

body .blog-loop-sec .blog-loop-card .img img {
  width: 100%;
  min-height: 350px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
    object-fit: cover;
}
body .blog-loop-sec .blog-loop-card .content {
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
body .blog-loop-sec .blog-loop-card .content h3 {
  font-size: 32px;
  line-height:40px;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
}

body .blog-loop-sec .blog-loop-card .content h3 {
  color: #000000;
  line-height:40px;
  margin-bottom: 0;
}
body .blog-loop-sec .blog-loop-card .content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .blog-loop-sec .blog-loop-card .content p {
  font-size: 16px;
  line-height: 23px;
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
body .blog-loop-sec .blog-loop-card .content span {
  border-top: 1px dashed black;
}
body .blog-loop-sec .blog-loop-card .content .card-footer-action {
  margin-top: auto;
  padding-top: 10px;
}
body .blog-loop-sec .blog-loop-card .content .card-footer-action a {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .blog-loop-sec .blog-loop-card .content .card-footer-action a {
  color: #002C47;
  font-size: 16px;
}
body .appointment-modal .modal-dialog {
  max-width: 845px !important;
}
body .appointment-modal .modal-dialog .modal-content {
  padding: 25px;
}
body .appointment-modal .modal-dialog .modal-content .head {
  text-align: end;
}
body .appointment-modal .modal-dialog .modal-content .head .btn-close {
  color: #000000 !important;
  font-size: 25px !important;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card {
  border: 2px solid rgba(148, 163, 184, 0.4);
  gap: 40px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
}

body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #002C47;
  line-height:40px;
}

body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title h3 {
  text-align: center;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title p {
  text-align: center;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn {
  text-align: center;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px 24px;
  background: #CEB436;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
}
@media (max-width: 1280px) {
  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }
}

body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a img {
  position: absolute;
  left: 0;
  transition: transform 0.45s ease;
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a img:first-child {
  transform: translateY(0);
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a img:last-child {
  transform: translateY(120%);
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a:hover img:first-child {
  transform: translateY(-120%);
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a:hover img:last-child {
  transform: translateY(0);
}
body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a {
  text-transform: uppercase;
}
body .single-blog-detail-sec {
  padding-top: 150px;
  position: relative !important;
  margin-bottom: 70px;
}

body .single-blog-detail-sec .title p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
}
body .single-blog-detail-sec .title p a {
  color: #177FC0;
}
body .single-blog-detail-sec .detail-content-wrap h2 {
  font-size: 60px;
  font-family: "Arapey", serif;
  font-weight: 400;
  color: #000000;
  line-height: 66px;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content table{
	margin:20px 0;
    width:100%;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content table tbody{
	border:1px solid black;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content table tbody tr{
	border-bottom:1px solid black;
    font-size: 15px;
  	font-weight: 400;
  	font-family: "Inter", sans-serif;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content table tbody tr td{
	padding:15px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3 strong{
  font-weight: 400;
}
.single-blog-detail-sec .detail-content-wrap .post-entry-content h2 b, .single-blog-detail-sec .detail-content-wrap .post-entry-content h3 b{
font-weight:400 !important;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3, .single-blog-detail-sec .detail-content-wrap .post-entry-content h2 {
  font-size: 32px;
  font-weight: 400;
  line-height:40px;
  font-family: "Arapey", serif;
  color: #002C47;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3, .single-blog-detail-sec .detail-content-wrap .post-entry-content h2 {
  padding-top: 25px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3, .single-blog-detail-sec .detail-content-wrap .post-entry-content h2 strong {
  font-weight: 400 !important;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content h4 {
  font-size: 24px;
  font-family: "Arapey", serif;
  color: #000000;
  margin-top: 30px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content h4 strong {
  font-weight: 400 !important;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content p img{
width:100% !important;
margin-top:20px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content p {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content p {
  padding-top: 14px;
  font-size: 16px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content p a {
  color: black;
  text-decoration: underline;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol, body .single-blog-detail-sec .detail-content-wrap .post-entry-content ul {
  padding-left: 1rem;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li {
  list-style: decimal;
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content ul li {
  list-style: decimal;
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li h3 strong{
  font-weight: 400;
}
body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li h3{
  list-style: decimal;
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li, body .single-blog-detail-sec .detail-content-wrap .post-entry-content ul li {
  font-size: 16px;
}

body .single-blog-detail-sec .detail-content-wrap .post-entry-content .note {
  background: rgb(222, 243, 254);
  border-radius: 20px;
  padding: 20px;
  margin: 15px 0;
}
body .newsletter-form-wrapper .wpforms-submit-container,
    .newsletter-form-wrapper .wpforms-field-label {
        display: none !important;
    }
body .newsletter-form-wrapper .wpforms-field input {
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid #ffffff61 !important;
        /* Footer line color */
        max-width: 100% !important;
        background: transparent !important;
        color: #fff !important;
        padding: 10px 0 !important;
        border-radius: 0 !important;
}
body .newsletter-form-wrapper p{
        color: white !important;
        font-family: $font-family-2 !important;
}
body .newsletter-form-wrapper .wpforms-container .wpforms-field{
        padding: 0 !important;
}
body .newsletter-form-wrapper .wpforms-container {
        margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */

/* Media Query */

@media (max-width: 1700px) {
  body .home-banner .left-banner-sec {
    padding-left: 6%;
  }
}

@media (max-width: 1500px) {
  .container {
    padding: 0 50px;
  }
}

@media (max-width: 1440px) {
  .container {
    padding: 0 60px;
  }

  body .home-banner .left-banner-sec {
    padding-left: 60px;
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  body .testimonials {
    padding: 40px 0;
  }
}

@media (max-width: 1295px) {
  body .navbar-main .container .navigation-wrap .navbar-nav {
    gap: 20px;
    margin-left: 7%;
  }
}

@media(max-width:1280px) {
  body .navbar-main .container .navigation-wrap .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body .home-banner .left-banner-sec .content .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body .portal-login .content .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body .home-blogs .container .col-lg-5 .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body footer .get-in-touch .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body footer .row .links .contact .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }

  body .contact-form .main-btn button {
    font-size: 15px;
    padding: 15px 20px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (max-width: 1230px) {
  body .home-banner .left-banner-sec .content h1 {
    font-size: 50px;
    line-height: 55px;
  }

  body .inner-pages-banner .container .title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 1220px) {
  body .navbar-main .container .navigation-wrap .navbar-nav {
    margin-left: 2%;
  }
}

@media (max-width: 1200px) {
  body .testimonials .container .testimonial-main .slick-list {
    width: unset !important;
    margin-bottom: 0px;
  }
  body .home-banner .left-banner-sec {
    justify-content: center;
    padding-bottom: 0;
  }

  body .testimonials {
    margin-bottom: 50px;
  }

  body footer .row .social-icons {
    text-align: start;
  }

  body footer .row .social-icons .icons {
    justify-content: start;
  }

  body footer .row .links {
    margin-top: 30px;
    margin-left: 0;
  }

  body .contact-form {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  body .navbar-main .container .navigation-wrap .main-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body .navbar-main {
    background-color: white;
    position: fixed;
    margin-top: 0;
  }

  body .navbar-main .container {
    padding: 0 !important;
  }

  body .navbar-main .container .navigation-wrap {
    border-radius: 0;
    background-color: transparent !important;
    padding: 10px 0;
  }

  body .navbar-main .container .navigation-wrap .navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
    padding-left: 60px;
  }

  body .navbar-main .container .navigation-wrap .navbar-toggler {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

  body .navbar-main .container .navigation-wrap .navbar-nav li:hover {
    background-color: #177FC0;
  }

  body .navbar-main .container .navigation-wrap .navbar-nav li:hover a {
    color: white;
  }

  body .navbar-main .container .navigation-wrap .navbar-nav li {
    border-bottom: 1px solid rgb(181, 164, 164);
    padding: 10px 0;
  }

  body .navbar-main .container .navigation-wrap .navbar-nav {
    margin-top: 20px;
    text-align: center;
    gap: 0;
    margin-left: 0%;
  }
}

@media (max-width: 1150px) {
  body .testimonials .container .right_arrow-2 {
    right: 42% !important;
  }
}

@media (max-width: 1072px) {
  body .proud-sec .title h2 {
    font-size: 55px;
  }

  body .primary-sec .row .title h2 {
    font-size: 55px;
  }

  body .cta-sec .cta-content h2 {
    font-size: 55px;
  }

  body .testimonials .container .title h2 {
    font-size: 55px;
  }

  body .home-blogs .container .title h2 {
    font-size: 55px;
  }

  body footer .get-in-touch h2 {
    font-size: 55px;
  }

  body .contact-form .title h2 {
    font-size: 55px;
  }

  body .contact-info .title h2 {
    font-size: 55px;
  }

  body .popup-detail .modal-dialog .modal-content .head h2 {
    font-size: 55px;
  }

  body .single-blog-detail-sec .detail-content-wrap h2 {
    font-size: 55px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  body .navbar-main .container .navigation-wrap .navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
    padding-left: 40px;
  }

  body .navbar-main .container .navigation-wrap .navbar-toggler {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

  body .home-banner {
    flex-direction: column-reverse;
    height: 100%;
  }

  body .home-banner .left-banner-sec {
    padding: 40px;
    width: 100%;
    border-radius: 0;
  }

  body .home-banner .left-banner-sec .content h1 {
    font-size: 45px;
    line-height: 45px;
  }

  body .home-banner .left-banner-sec .content p {
    font-size: 16px;
  }

  body .home-banner .right-banner-sec {
    width: 100%;
    height: 600px;
    border-radius: 0;
  }

  body .portal-login {
    padding: 50px 0;
  }

  body .portal-login .content p {
    font-size: 35px;
  }

  body .proud-sec {
    padding: 50px 0;
  }

  body .proud-sec .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .primary-sec {
    padding: 50px 0;
  }

  body .primary-sec .row .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .primary-sec .row p {
    font-size: 16px;
  }

  body .primary-sec .absolute-sections .box-1 {
    left: 5%;
  }

  body .primary-sec .absolute-sections .box .head h3 {
    font-size: 25px;
    line-height: 30px;
  }

  body .primary-sec .absolute-sections .box .content p {
    font-size: 16px;
  }

  body .cta-sec {
    gap: 50px;
    flex-direction: column;
    padding-top: 0;
    width: 100%;
  }

  body .cta-sec .cta-img {
    width: 100%;
  }

  body .cta-sec .cta-content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .cta-sec .cta-content p {
    font-size: 16px;
  }

  body .cta-sec .cta-content {
    padding: 0 40px;
    width: 100%;
    padding-bottom: 40px;
  }

  body .testimonials .container .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .text p {
    font-size: 16px;
  }

  body .home-blogs {
    padding-bottom: 40px;
  }

  body .home-blogs .container .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .home-blogs .container .home-blog-card .content p {
    font-size: 16px;
  }

  body .home-blogs .container .home-blog-card .content h3 {
    font-size: 25px;
    line-height: 30px;
  }

  body footer .get-in-touch {
    padding: 40px 20px;
  }

  body footer .get-in-touch p {
    font-size: 16px;
  }

  body footer .get-in-touch h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body footer .row .social-icons h6 {
    font-size: 16px;
  }

  body footer .row .links h3 {
    font-size: 25px;
    line-height: 30px;
  }

  body footer .footer-line .position p {
    font-size: 16px;
  }

  body footer .footer-line .position .d-flex a {
    font-size: 16px;
  }

  body .inner-pages-banner {
    height: 400px;
  }

  body .inner-pages-banner .container .title h1 {
    font-size: 45px;
    line-height: 45px;
  }

  body .contact-form {
    padding-top: 50px;
  }

  body .contact-form .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .contact-info {
    padding: 50px 0;
  }

  body .contact-info .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .contact-info .row {
    padding-top: 30px;
  }

  body .contact-info .row .info span {
    font-size: 16px;
  }

  body .about-popup-sec {
    padding-top: 40px;
  }

  body .about-popup-sec .popup-card .text h3 {
    font-size: 25px;
    line-height: 30px;
  }

  body .about-popup-sec .popup-card .text span {
    font-size: 16px;
  }

  body .popup-detail .modal-dialog .modal-content .head h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .popup-detail .modal-dialog .modal-content .content p {
    font-size: 16px;
  }

  body .blog-loop-sec {
    padding-top: 50px;
  }

  body .blog-loop-sec .blog-loop-card .content h3 {
    font-size: 25px;
    line-height: 30px !important;
  }

  body .blog-loop-sec .blog-loop-card .content p {
    font-size: 16px;
  }

  body .blog-loop-sec .blog-loop-card .content .card-footer-action a {
    font-size: 16px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title h3 {
    font-size: 25px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title p {
    font-size: 16px;
  }

  body .single-blog-detail-sec .detail-content-wrap h2 {
    font-size: 40px;
    line-height: 40px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3, .single-blog-detail-sec .detail-content-wrap .post-entry-content h2 {
    font-size: 25px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content p {
    font-size: 16px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li, body .single-blog-detail-sec .detail-content-wrap .post-entry-content ul li {
    font-size: 16px;
  }
  body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li h3 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  body .popup-detail .modal-dialog .modal-content .head {
    margin-top: 40px;
  }

  body .testimonials .container .left_arrow-2 {
    left: 43% !important;
  }

  body .testimonials .container .right_arrow-2 {
    right: 42% !important;
  }

  body .home-blogs .container .col-lg-5 .main-btn {
    margin-top: 20px;
    text-align: start;
  }

  body .popup-detail .modal-dialog {
    max-width: 65% !important;
  }

  body .appointment-modal .modal-dialog {
    max-width: 90% !important;
  }
}

@media (max-width: 920px) {
  body .primary-sec .absolute-sections .box-1 {
    left: 0%;
    top: 0;
  }

  body .primary-sec .absolute-sections .box-2 {
    left: 0%;
    bottom: 0;
  }

  body .primary-sec .absolute-sections .box-3 {
    left: 0%;
    bottom: 0;
  }

  body .primary-sec .absolute-sections .box {
    position: relative;
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 805px) {
  body .portal-login .content p br {
    display: none;
  }
}

@media (max-width: 767px) {
	body .blog-loop-sec .pagination{
	margin:25px 0 !important; 
	}
	body .blog-loop-sec .pagination .page-numbers{
  	font-size: 22px !important;
	}
	body .proud-sec .logo-img {
  	margin:0 0 20px 0;
	}
  .error-page {
    padding: 150px 0 80px 0;
  }

  .error-page h1 {
    font-size: 70px;
  }

  .container {
    padding: 0 20px;
  }

  body .navbar-main .container .navigation-wrap .navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
    padding-left: 20px;
  }

  body .navbar-main .container .navigation-wrap .navbar-toggler {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  body .home-banner .left-banner-sec {
    padding: 40px 20px;
  }

  body .home-banner .left-banner-sec .content span {
    font-size: 14px;
    font-weight: 500;
  }

  body .home-banner .left-banner-sec .content h1 {
    font-size: 40px;
    line-height: 40px;
  }

  body .home-banner .left-banner-sec .content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .home-banner .right-banner-sec {
    height: 450px;
  }

  body .portal-login {
    padding: 40px 0;
  }

  body .portal-login .content p {
    font-size: 30px;
  }

  body .portal-login .content p img {
    width: 35px;
  }

  body .proud-sec {
    padding: 40px 0;
  }

  body .proud-sec .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .proud-sec .logo-img {
    margin: 0 0 20px 0;
  }

  body .primary-sec {
    padding: 40px 0 0 0;
  }

  body .primary-sec .row .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .primary-sec .row p {
    font-size: 15px;
    line-height: 25px;
  }

  body .primary-sec .absolute-sections .box .head h3 {
    font-size: 22px;
    line-height: 30px;
  }

  body .primary-sec .absolute-sections .box .content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .cta-sec .cta-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  body .cta-sec .cta-content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .cta-sec .cta-content {
    padding: 0 20px;
    padding-bottom: 40px;
  }

  body .testimonials .container .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card {
    padding: 18px;
  }

  body .testimonials .container .testimonial-main .slick-list .slick-slide .testimonial-slide .outer-card .testimonial-card .text p {
    font-size: 15px;
    line-height: 25px;
  }

  body .home-blogs .container .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .home-blogs .container .home-blog-card .content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .home-blogs .container .home-blog-card .content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  body footer {
    border-radius: 0;
    padding-top: 40px;
  }

  body footer .get-in-touch {
    padding: 20px 20px;
    gap: 0px;
  }

  body footer .get-in-touch p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  body footer .get-in-touch h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
  }

  body footer .row {
    padding-bottom: 30px;
  }

  body footer .row .social-icons h6 {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  body footer .row .links h3 {
    font-size: 22px;
  }

  body footer .footer-line .position p {
    font-size: 15px;
    line-height: 25px;
  }

  body footer .footer-line .position .d-flex a {
    font-size: 15px;
    line-height: 25px;
  }

  body .inner-pages-banner {
    height: 300px;
  }

  body .inner-pages-banner .container .title h1 {
    font-size: 40px;
    line-height: 40px;
  }

  body .contact-form {
    padding-top: 40px;
  }

  body .contact-form .title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  body .contact-info {
    padding: 40px 0;
  }

  body .contact-info .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .contact-info .row .info span {
    font-size: 15px;
    line-height: 25px;
  }

  body .about-popup-sec {
    padding-top: 40px;
  }

  body .about-popup-sec .popup-card .text h3 {
    font-size: 22px;
    line-height: 30px;
  }

  body .about-popup-sec .popup-card .text span {
    font-size: 15px;
    line-height: 25px;
  }

  body .popup-detail .modal-dialog {
    max-width: 100% !important;
  }

  body .popup-detail .modal-dialog .modal-content .head h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .popup-detail .modal-dialog .modal-content .content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .popup-detail .modal-dialog .modal-content .content p {
    font-size: 14px;
  }

  body .blog-loop-sec {
    padding-top: 40px;
  }

  body .blog-loop-sec .blog-loop-card {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  body .blog-loop-sec .blog-loop-card .content h3 {
    font-size: 22px;
    min-height: 30px !important;
  }

  body .blog-loop-sec .blog-loop-card .content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .blog-loop-sec .blog-loop-card .content .card-footer-action a {
    font-size: 15px;
    line-height: 25px;
  }

  body .appointment-modal .modal-dialog {
    max-width: 100% !important;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title h3 {
    font-size: 22px;
    line-height: 30px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .title p {
    font-size: 15px;
    line-height: 25px;
  }

  body .single-blog-detail-sec .detail-content-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content h3, .single-blog-detail-sec .detail-content-wrap .post-entry-content h2 {
    font-size: 22px;
    line-height:30px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content p {
    font-size: 15px;
    line-height: 25px;
  }

  body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li {
    font-size: 15px;
    line-height: 25px;
  }
  body .single-blog-detail-sec .detail-content-wrap .post-entry-content ol li h3{
    font-size: 15px;
    line-height: 25px;
  }
  body .blog-loop-sec .blog-loop-card .img img {
  min-height: 100% !important;
}
}

@media (max-width: 720px) {
  body .testimonials .container .right_arrow-2 {
    right: 39% !important;
  }
  body .testimonials .container .left_arrow-2 {
    left: 39% !important;
  }
}

@media (max-width: 600px) {
  body .navbar-main .container .navigation-wrap .navbar-brand img {
    max-width: 300px;
  }
  body .single-blog-detail-sec {
    padding-top: 110px;
  }
}
@media(max-width:575px) {
  body footer a .footer-logo {
    width: 300px;
  }
  body .contact-info .row .info {
    align-items: center;
    text-align: center;
  }
}

@media(max-width:550px) {
  body .testimonials .container .testimonial-main .slick-list .slick-slide {
    margin-left: 0px;
  }
}

@media (max-width: 510px) {
  body .testimonials .container .right_arrow-2 {
    right: 35% !important;
  }
}

@media (max-width: 500px) {
  .error-page h1 {
    font-size: 50px;
  }

  .error-page h5 {
    font-size: 20px;
  }

  body .navbar-main .container .navigation-wrap .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .home-banner .left-banner-sec .content .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .portal-login .content p {
    font-size: 22px;
  }

  body .portal-login .content .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .testimonials {
    padding: 30px 0;
  }

  body .home-blogs .container .col-lg-5 .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .home-blogs .container .home-blog-card .img img {
    height: 100%;
  }

  body footer .get-in-touch .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body footer .row .links .contact .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .contact-form .main-btn button {
    font-size: 13px;
    padding: 12px 15px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card {
    gap: 15px;
  }

  body .appointment-modal .modal-dialog .modal-content .modal-body .appointment-card .main-btn a {
    font-size: 13px;
    padding: 12px 15px;
  }
}

@media (max-width: 430px) {
  body .testimonials .container .right_arrow-2 {
    right: 30% !important;
  }
}