@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* font-family: "Niconne", cursive; / font-family: "EB Garamond", serif; / font-family: "Kanit", sans-serif; */


select::-ms-expand {
  display: none;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  font-size: 30px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}

h2 {
  font-size: 25px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h3 {
  font-size: 24px;
  color: #222222;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h4 {
  font-size: 22px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h5 {
  font-size: 20px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Golos Text", sans-serif;
  ;
}

h6 {
  font-size: 18px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

.spacer1pxborder {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 1px;
  background: rgba(26, 28, 38, 0.1);
  margin: 20px 0px 20px 0px;
  width: 100%;
  border: none;
}

body {
  overflow-x: hidden;
  color: #505050;
  font-size: 15px;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Golos Text", sans-serif;
  ;
  background-color: #fff;
  font-weight: 400;
}

body,
html {
  padding: 0;
  margin: 0;
}

p {
  color: #686868;
  font-size: 15px;
  margin: 0px 0px 20px 0px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.form-control::-webkit-input-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-ms-input-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

:focus,
button:focus {
  outline-style: none;
  box-shadow: none;
}

*:focus {
  outline: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

a {
  outline: none;
  border: none;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}


.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-120 {
  margin-top: 120px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* --Header-- */

.header-sticky {
  position: relative;
  z-index: 9;
}

.fixedhead {
  position: fixed;
  top: -48px;
  animation: slide-down 0.7s;
  opacity: 1;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0px;
  box-shadow: 0 1px 7px 0 rgb(227 227 227 / 72%);
}

.menu-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mid-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-logo img {
  width: 300px;
}

.top-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-logo span {
  font-size: 16px;
  color: #6b6b6b;
}

.top-logo h4 {
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  font-family: "EB Garamond", serif;
  color: #211d71;
  font-size: 35px;
}

.top-menu {
  position: relative;
  padding: 5px 0px 5px;
  background: #211d72;
}

.top-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-icon ul {
  display: flex;
}

.top-icon li {
  display: flex;
  color: #fff;
  font-weight: 500;
  align-items: center;
  position: relative;
  padding: 8px 0px;
  margin-right: 15px;
}

.top-icon li a {
  color: #fff;
}

.top-icon li a:hover {
  color: #ee3425;
}

.social a {
  width: 35px;
  display: flex;
  align-items: center;
  height: 35px;
  background: #ee3425;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  transition: all .5s ease;
  font-size: 16px;
}

.social li {
  margin-right: 10px;
}

.social a:hover {
  background: #fff;
  color: #ee3425;
}

/* --btn-- */

.btn-1 {
  padding: 8px 25px;
  background: #211d71;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #211d71;
  border-radius: 5px;
  height: max-content;
}

.btn-1:hover {
  background: #ffffff;
  color: #211d71;
}

/* --Heading-- */

.heading h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  color: #211d71;
  position: relative;
  z-index: 3;
  line-height: 45px;
}

.heading h2::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -25px;
  top: -25px;
  background-image: url(../images/head-img.png);
  background-size: cover;
  z-index: -1;
  opacity: .3;
  animation-name: rotating_invers;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.heading span {
  font-size: 40px;
  margin-left: 55px;
  color: #F44336;
  font-family: "Niconne", cursive;
  line-height: 1;
}



@keyframes rotating_invers {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.btn-groups {
  display: flex;
  align-items: center;
}

.btn-call {
  display: flex;
  margin-left: 25px;
  align-items: center;
}

.btn-call .cal-icon {
  display: flex;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #211d71, #ed3425);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn-call .cal-cont {
  margin-left: 10px;
}

.btn-call .cal-cont p {
  margin: 0;
  color: #6e6e6e;
  font-size: 18px;
}

.btn-call .cal-cont small {
  color: #000000;
  font-size: 16px;
}




/* --Inner banner-- */

.fc-banner-item {
  position: relative;
}

.fc-banner-item .banner-txt {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 32%;
}

.fc-banner-item .banner-txt h1 {
  font-size: 100px;
  color: #211d71;
  line-height: 100px;
  font-weight: 400;
}

.fc-banner-item .banner-txt h1 span {
  font-family: "Niconne", cursive;
  font-size: 70px;
  position: relative;
  top: 40px;
  left: 0px;
  letter-spacing: 6px;
}

.fc-banner-item .banner-txt p {
  color: #545454;
  font-size: 18px;
}

.fc-banner-item img {
  width: 100%;
}

/* --marquee-- */

.marquee {
  padding: 14px 0;
  background: #211d71;
  position: relative;
}

.marquee::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mar-img.png);
  opacity: .5;
  background-size: contain;
}

.marquee .marquee-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.marquee .marquee-inner h4 {
  margin: 0 25px 0 0;
  color: #fff;
}

.marquee .marquee-inner span {
  color: #fff;
  font-size: 18px;
}

/* ---------------- */


.inner_about_sec .owl-carousel .owl-prev {
  left: 40px;
  background-color: #00990e !important;
  color: #fff !important;
  border: #00990e !important;
}

.inner_about_sec .owl-carousel .owl-next {
  right: 40px;
  background-color: #00990e !important;
  color: #fff !important;
  border: #00990e !important;
}

.inner_about_sec .owl-prev i,
.inner_about_sec .owl-next i {
  font-size: 16px;
}

.owl-prev i,
.owl-next i {
  font-size: 15px !important;
}


.banner-section .owl-prev {
  left: 50px;
  right: unset;
  top: 50%;
  color: #fff;
  border: 1px solid #ffffff;
}

.banner-section .owl-next {
  top: 50%;
  color: #fff;
  border: 1px solid #ffffff;
  right: 50px;
}



/* --counter-- */

.clr-1 {
  background-color: #F44336;
}

.clr-2 {
  background-color: #9C27B0;
}

.clr-3 {
  background-color: #dfab0e;
}

.uder-card {
  padding: 60px 0;
  position: relative;
}

.uder-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/count-back.jpg);
  background-size: 100% 100%;
  background-position: center;
  opacity: .2;
}

.user-card-inner {
  position: relative;
  z-index: 2;
}

.uder-card .ucin {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.uder-card .ucin::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg-card.png);
  background-size: 100% 100%;
}

.uder-card .ucin:hover img {
  animation: toTopFromBottom 0.5s forwards;
}

.uder-card .ucin .unic-in {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 2px 0px #ffffff3b;
  position: relative;
  z-index: 2;
}

.uder-card .ucin .unic-in img {
  width: 65px;
  transition: all .3s ease-in-out;
}

.unic-in h3 {
  color: #fff;
  font-weight: 300;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  margin-top: 10px;
}

.unic-in h4 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
  line-height: 30px
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/* -- About -- */

.about {
  padding: 60px 0 0;
}

.about .abt-img {
  margin-right: 100px;
  border-radius: 350px 350px 0 0;
  overflow: hidden;
  height: 650px;
}

.about .abt-img img {
  width: 100%;
  height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.about .abt-left {
  position: relative;
}

.about .abt-left .elementor-widget-container {
  background-color: #fff;
  padding: 8px 8px 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ebebeb;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.050980392156862744);
  position: absolute;
  top: 10%;
  right: 25px;
  padding: 10px;
  animation: processingmoveobject 3s infinite linear alternate;
}

.about .abt-left .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .abt-left .elementor-icon-box-icon {
  font-size: 29px;
  background: #211d71;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.about .abt-left .elementor-icon-box-content {
  margin-left: 15px;
}

.about .abt-left .elementor-icon-box-title {
  margin: 0;
  color: #211d70;
  font-weight: 400;
}


@keyframes processingmoveobject {
  50% {
    right: 50px;
  }
}

.about .small-textimonial {
  position: relative;
  bottom: 115px;
  width: 300px;
  background: #fff;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #d7d7d7;
}

.about .small-textimonial p {
  font-size: 16px;
  color: #959595;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.about .small-textimonial .owl-dots,
.about .small-textimonial .owl-nav {
  display: none;
}

.about .sm-text-txt {
  padding: 25px;
}

.about .texs-icon {
  position: absolute;
  top: -20px;
  left: -10px;
  background: #211d71;
  padding: 8px;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.about .snall-testimonial-inner {
  overflow: hidden;
}

.about .care-item-inn {
  border: 1px solid;
  padding: 15px;
  gap: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px #93939375;
  overflow: hidden;
  position: relative;
  transition: all .4s ease-in-out;
  background: #fff;
}

.about .cal-1 {
  border-color: #2cf0ff;
}

.about .cal-1.care-item-inn h4 {
  color: #2cf0ff;
}

.about .cal-2.care-item-inn h4 {
  color: #14ff7e;
}

.about .cal-2 {
  border-color: #14ff7e;
}

.about .cal-1:hover {
  background-color: #2cf0ff;
}

.about .cal-2:hover {
  background-color: #14ff7e;
}

.about .care-item-inn h4 {
  margin-bottom: 0;
  position: relative;
  transition: all .5s ease;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 400;
}

.about .care-item-inn h3 {
  font-weight: 300;
  color: #565656;
  margin: 0;
}

.about .care-item-inn:hover h3 {
  color: #fff;
}

.about .care-item-inn:hover h4 {
  color: #fff;
}

.about .abt-text li {
  margin-top: 20px;
  font-size: 18px;
}

.about .abt-text li i {
  color: #463df3;
  padding-right: 5px;
}

.about .care-item {
  margin-top: 35px;
}

/* -- Service -- */

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.highlight {
  color: #0d6efd;
}

.service-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;

}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #211d6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.icon-circle img {
  width: 50px;
  height: 50px;
}

.learn-more {
  color: #211d6f;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

.team-item .learn-more {
  font-size: 15px;
}

.learn-more i {
  transform: translateY(0%) rotate(335deg);
  font-weight: 600;
  transition: all .3s ease;
}

.learn-more:hover {
  color: #F44336;
}

.learn-more:hover i {
  transform: translateY(0%) rotate(359deg);
}

.service {
  background-color: #dfdeff;
  background-image: url(../images/section-bg-shape-2-1.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0 60px;
}

.service-carousel {
  padding-top: 60px;
}

.service-carousel .owl-prev {
  left: unset;
  right: unset;
  top: 50%;
}

.service-carousel .owl-next {
  right: 0;
  top: 50%;
}

.service-carousel .owl-dots {
  display: none !important;
}

/* Popup */

.modal-content {
  border-radius: 1rem;
  padding: 1.5rem;
}

.modal-body {
  font-size: 1.1rem;
  line-height: 1.6;
}

.service-card h5 {
  font-weight: 500;
  color: #1d1a62;
}

.service .learn-more.btn-1 {
  width: fit-content;
  margin: 0 auto;
}

/* -- Steps -- */


.service .service-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #c2b0ff;
  border-radius: 25px;
  background: #fff;
}

.service .service-item .si-img {
  padding: 20px;
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
  border-radius: 25px;
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
}

.service .service-item .si-txt {
  margin-left: 25px;
}

.service .service-item .si-txt p {
  margin: 0;
  color: #686868;
}

/* .service{padding: 60px 0;background-color: #F0F6F9;} */

/* -- Process -- */

.process {
  background-color: #def3ff;
  padding: 60px 0;
  background-image: linear-gradient(to right top, #ffa8da, #f3b9ed, #e8c8f9, #e1d7fe, #e0e3ff, #dce9ff, #dbefff, #dcebff, #dce1ff, #c7d0ff, #b7c0f5, #9babff);
}

.process .step {
  text-align: center;
  padding: 0 25px;
}


.process-inner .row .col-md-3:nth-child(2) {
  margin-top: -55px !important;
}

.process-inner .row .col-md-3:nth-child(4) {
  margin-top: -50px !important;
}

.process .step-img {
  width: fit-content;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  border-radius: 25px;
  box-shadow: 0 0 6px 0 #d1d1d1;
  border: 1px solid #91d2f7;
}

.process .step-img .step-date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f5ff;
  padding: 2px 15px;
  border-radius: 6px;
  border: 1px solid #86a2ea;
}

.process .stp-round {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(45deg, #93aeef, #212e8c);
  margin: 35px auto;
  outline: 5px solid #3a4aa2;
  outline-offset: 3px;
  position: relative;
}

.process .step-img img {
  width: 80px;
  height: 80px;
}

.process .process-inner {
  position: relative;
  margin-top: 135px;
}

.process .process-inner::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 130px;
  background-image: url(../images/blue-line.png);
  background-size: cover;
  width: 77%;
}

.step-txt h4 {
  font-family: "EB Garamond", serif;
}

.proc-count {
  padding: 45px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.proc-count::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/footer-bg1.jpg);
  background-size: 100% 100%;
  z-index: 0;
  background-attachment: fixed;
  background-size: contain;

}

.proc-count::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f15848 -140%, #040054d9 61%, #4b104e);
  background-size: 100% 100%;
  z-index: 1;

}

.proc-count .count-card-right h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;

}

.proc-count .count-card-right h4 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.proc-count .row {
  position: relative;
  z-index: 3;
}

.proc-count .count-card-left {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.proc-count .count-card-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -- Why choose Us -- */

.section-title {
  font-size: 2.8rem;
  font-weight: 600;
}

.feature-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  color: #211d71;
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  font-size: 30px;
  border-radius: 50%;
  background: #b9b6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;

}

.btn-custom {
  background-color: #211d71;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-custom:hover {
  background-color: #005f4e;
  transform: scale(1.05);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-delay-1 {
  animation-delay: 0.3s;
}

.fade-delay-2 {
  animation-delay: 0.5s;
}

.fade-delay-3 {
  animation-delay: 0.7s;
}

.fade-delay-4 {
  animation-delay: 0.9s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-zoom-in {
  animation: zoomIn 1.2s ease forwards;
  transform: scale(0.95);
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.why-right-img {
  position: relative;
}

.why-right-img::before {
  width: 100%;
  height: 70%;
  background: linear-gradient(135deg, #0e67ff, #136aff, rgb(0 14 58 / 80%));
  position: absolute;
  bottom: 0;
  z-index: -1;
  mask-repeat: no-repeat;
  mask-position: center;
  animation: jelly-01 5s infinite linear;
  content: "";
  border-radius: 1000px 10px 0 0;
}

@keyframes jelly-01 {
  0% {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
  }

  35% {
    transform: scaleX(1.05) scaleY(1);
    -webkit-transform: scaleX(1.05) scaleY(1);
  }

  70% {
    transform: scaleX(1) scaleY(1.05);
    -webkit-transform: scaleX(1) scaleY(1.05);
  }

  100% {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
  }
}


.feature-card h6 {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  color: #211d71;
  margin: 0;
  font-weight: 500;
}

.why-chose {
  margin-bottom: 60px;
}

/* Feature */

.feature {
  padding: 60px 0;
}

.feature .feature-icon {
  width: 75px;
  height: 75px;
  background-color: #b9b6ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 15px;
}

.feature .feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px 20px 0 20px;
  height: 100%;
}

.feature .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.feature .stats {
  font-size: 24px;
  font-weight: 600;
  color: #0d6efd;
}

.feature .section-title {
  font-size: 2rem;
  font-weight: bold;
}

.feature .section-subtitle {
  color: #6c757d;
}

.feature .feature-card h5 {
  font-family: "EB Garamond", serif;
}

/* -- touch -- */

.touch .hero-image {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.touch .cta-btn {
  background-color: #ffffff;
  color: #004f4f;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.touch .cta-btn:hover {
  background-color: #e0f7f7;
  transform: translateY(-2px);
}

.touch .quote-highlight {
  font-weight: bold;
  color: #ffffff;
}

.touch {
  background-color: #211d72;
  background-image: url(../images/section-bg-shape-2-1.svg);
  background-position: 0% calc(100% + 135px);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 130px;
  margin-bottom: 60px;
}

.touch .heading h2 {
  color: #fff;
  font-size: 42px;
}

.touch .heading p {
  color: #fff;
  font-size: 18px;
}

.contact-head-inner .m-0 {
  font-size: 18px;
}

/*  -- Testimonial -- */

.testimonial-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 60px;
  max-width: 100%;
}

.tag {
  background-color: #0c1d65;
  padding: 6px 16px;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid #3a4bb3;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.stars {
  color: #f7c948;
  font-size: 35px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.quote-icon {
  background-color: #211d72;
  border-radius: 12px;
  font-size: 50px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;

}

.quote-icon span {
  display: block;
  position: relative;
  top: 10px;
}

.client-name {
  font-weight: 400;
  font-size: 25px;
}

.client-location {
  font-size: 16px;
  color: #5c5c5c;

}

.client-avatar {
  max-width: 100%;
}

.pagination {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .testimonial-section {
    flex-direction: column;
    padding: 30px 15px;

    text-align: center;
  }

  .testimonial-content,
  .client-avatar {
    max-width: 100%;
  }

  .client-avatar {
    margin-top: 30px;
  }

  .client-info {
    justify-content: center;
  }
}

.testimonial-section .heading h2 {
  width: fit-content;
}


/* Breadcum */

.breadcum {
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 1;
}

.breadcum .pagehead-img {
  transform: scale(1);
  animation: row_bg_zoom_out 8s cubic-bezier(0.1, 0.2, 0.7, 1) forwards;
  position: relative;
}

.breadcum .pagehead-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.breadcum .pagehead-txt {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  animation: slide-up 5s ease-out;
  z-index: 2;
}

.breadcum .breadcum-inner {
  position: relative;
  z-index: 2;
}

.breadcum .pageback {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(86, 102, 120);
  transform: translate3d(0px, 0px, 0px);
  will-change: transform;
  background: #000000e8;
  opacity: 0.95;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 2;
}

.breadcum .pagehead-txt h2 {
  color: #fff;
  font-size: 45px;
}

.breadcum .pagehead-txt p {
  color: #fff;
  font-size: 20px;
}

.breadcum .pagehead-txt a {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: fit-content;
  margin: 15px auto 0;
}

.breadcum.srvs .pagehead-txt {
  transform: translate(0%, -50%);
  top: 60%;
  left: 5%;
  text-align: left;
  width: 60%;
  animation: slide-Left 5s ease-out;
}

.breadcum.srvs .pagehead-txt a {
  margin: 0;
}

.breadcum.srvs .srvs-right-slide {
  position: absolute;
  right: 0%;
  z-index: 2;
  top: 15%;
  width: 20%;
  height: 85%;
}

.breadcum.srvs .srvs-right-slide marquee {
  height: 85%;
  width: 100%;
}

.breadcum.srvs .srvs-right-slide .mrq-head {
  background: #4c4c4cc7;
  padding: 15px;
  text-align: center;
}

.breadcum.srvs .srvs-right-slide .mrq-head h3 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.breadcum.srvs .marquee-items {
  box-shadow: inset 10px 10px 19px #1c1e22, inset -10px -10px 19px #262a2e;
  display: block;
  padding: 8px 12px;
  margin-top: 15px;
  border: 1px solid #3a3a3a8f;
  border-radius: 5px;
  background: #181717;
}

.breadcum.srvs .marquee-items .footer-post {
  align-items: center;
}

.breadcum.srvs .marquee-items .footer-post p {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}

.breadcum.srvs .marquee-items .footer-post .fp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@keyframes slide-up {
  0% {

    transform: translate(-50%, 113%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes slide-Left {
  0% {

    left: -50%;
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 5%;
  }
}

@keyframes row_bg_zoom_out {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* About-us */

.tab-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 100%;
  margin: auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.tab-buttons button {
  padding: 12px 25px;
  border: 2px solid #211d71;
  border-radius: 10px;
  background-color: white;
  color: #211d71;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-buttons button.active,
.tab-buttons button:hover {
  background-color: #211d71;
  color: white;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tab-content img {
  max-width: 100%;
  border-radius: 15px;
  flex: 1 1 300px;
}



.tab-text h3,
.tab-text h5 {
  color: #211d71;
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
}

.tab-text ul {
  list-style: none;
  padding: 0;
}

.tab-text ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  color: #505050;
  font-size: 16px;
}

.tab-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #211d71;
  font-weight: bold;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .tab-content {
    flex-direction: column;
  }
}

.mission {
  background-color: #dfdeff;
  background-image: url(../images/section-bg-shape-2-1.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0 60px;
}

.service-page {
  padding: 60px 0;
  background: #eae9ff;
}

/* service-details */
.services-box {
  background-color: #edf1f2;
  border-radius: 20px;
  padding: 30px;
}

.service-item {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  color: #585858;
  transition: all 0.3s ease;
}

.service-item:hover,
.service-item.active {
  background-color: #211e6f;
  color: #fff;
}

.service-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-item i {
  color: #211e6f;
}

.service-item:hover i,
.service-item.active i {
  color: #fff;
}

.info-box {
  background-color: #211e6f;
  border-radius: 20px;
  padding: 30px;
  color: white;
}

.call-box {
  background-color: #3F51B5;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.call-icon {
  background-color: white;
  color: #211e6f;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-text strong {
  font-size: 1.25rem;
}

/* -- service-details -- */

.service-details {
  padding: 60px 0;
}

.service-details .sdr-img {
  height: 450px;
  width: 100%;
}

.service-details .sdr-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 20px 0;
}

.service-details .feature-card {
  background-color: #deddff;
  border-radius: 15px 15px 0 15px;
  padding: 20px;
  text-align: left;
  height: 100%;
}

.service-details .highlight-box {
  background-color: #deddff;
  border-radius: 15px 15px 0 15px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-details .highlight-box i {
  font-size: 2rem;
  color: #ffffff;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #211e6f;
  border-radius: 50%;
}

.service-details .benefits-list i {
  color: #211e6f;
  margin-right: 10px;
}

.service-details .benefits-list li {
  margin-bottom: 10px;
}

.service-details-left {
  position: sticky;
  top: 100px;
}

.service-details .feature-card h6 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #211d71;
  margin: 0;
  margin-bottom: 15px;
}

.service-details .sm-img {
  height: 150px;
  width: 100%;
}

.service-details .sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 15px;
}

.service-details .info-box h4 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}

.service-details .info-box p {
  color: #dddddd;
}

.service-details .services-box h5 {
  font-weight: 400;
  font-size: 26px
}

/* -- Contact -- */

.contact-head .conthead-img img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  filter: invert(28%) sepia(100%) hue-rotate(161deg) saturate(3);
}

.contact-head .contact-head-item {
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0 0 10px 0 #00000026;
  border-radius: 5px;
  background: #fff;
  flex-direction: column;
  height: 100%;
  border-top: 3px solid #6194cb;
}

.contact-head .conthead-txt {
  text-align: center;
  margin-top: 25px;
}

.contact-head .conthead-txt p {
  margin: 0 0 0 0px;
  color: #6c6c6c;
}

.contact-head .conthead-txt p a {
  color: #6c6c6c;
}

.contact-head {
  padding: 60px 0 60px;
  position: relative;
}

.cont-card {
  height: 100%;
  background: aliceblue;
  padding: 45px;
  background-image: url(../images/call-us1.jpg);
  object-fit: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 15px 15px 0px 15px;
  overflow: hidden;
}

.cont-card::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(91deg, #070099, #00000000);
}

.cont-card li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.cont-card li span {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3F51B5;
  border-radius: 50%;
  background: #3F51B5;
  color: #fff;
  font-size: 20px;
}

.cont-card li p {
  margin-left: 25px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;

}

.cont-card li label {
  display: block;
  margin-left: 25px;
  color: #fff;
}

.cont-card li p a {
  color: #ffffff;
}

.cont-card li p a:hover {
  color: #6194cb;
}

.watermark {
  position: absolute;
  font-size: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watermark h1 {
  font-size: 60px;
  color: #ffffffad;
}

.event-map {
  height: 310px;
}

.contact-head .heading div span {
  font-size: 40px;
  margin-left: 0;
  color: #211d71;
  font-family: "Niconne", cursive;
  line-height: 1;
  margin-right: 15px;
}

/* -- Team -- */

.team {
  padding: 40px 0 60px;
  position: relative;
  background: #f0f8ff52;
}

.team::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/bkteam-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.team .team-inner {
  position: relative;
}

.team .team-item {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  padding-top: 60px;
  margin-top: 40px;
  box-shadow: 0px 3px 10px 0 #b6b6b6;
}

.team .team-item img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
  border: 3px solid #673AB7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team .team-item .team-txt {
  margin-top: 15px;
}

.team .team-item .team-txt p {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.team .team-item .team-txt h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.team .team-item .team-txt p small {
  font-size: 16px;
  color: #878787;
}

.team .team-item .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-item .social-item li {
  height: 40px;
  width: 40px;
  background: #673AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s ease;
}

.team .team-item .social-item li:hover {
  background: #673AB7;
}

.team .team-item .social-item li a {
  color: #fff;
}


/* pop up */


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 725px;
  width: 100%;
  padding: 20px;
  background: #211d72;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: none;
  z-index: 1000;
}

.popup button {
  margin-top: 10px;
  padding: 5px 10px;
  border: none;
  background: red;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 15px;

}



.adv-main::before {
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/agriculture.jpg);
  background-position: center;
  background-size: cover;
  padding: 45px 35px;
  position: absolute;
  z-index: -1;
  opacity: .3;

}

.adv-main .off h4 {
  padding: 10px 25px;
  background: #ff0000;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.adv-main h2 {
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 36px;
  color: #fff;
}

.adv-main h2 span {
  font-size: 22px;
  color: #84b150;
  display: block;
  margin: 5px 0;
}

.adv-main p {
  color: #dfdfdf;
}

.adv-main a {
  display: block;
  padding: 10px 25px;
  background: #38563f;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
}




/* --footer-- */

footer {
  background: linear-gradient(90deg, #211d70, #030134);
  position: relative;
}

footer::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/footer-bg1.jpg);
  background-size: 100% 100%;
  opacity: .4;
}

footer .footer-inner {
  padding: 60px 0;
}

footer .footer-inner p {
  color: #fff;
  font-weight: 300;
}

footer .footer-inner h4 {
  font-family: "EB Garamond", serif;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid;
  width: fit-content;
  padding-bottom: 5px;
}

footer .footer-inner li {
  margin-bottom: 8px;
}

footer .footer-inner li span {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

footer .footer-inner a {
  color: #cdcdcd;
  font-size: 18px;
}

footer .map {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.copy-right {
  display: flex;
  justify-content: space-between;
  background: #F44336;
  padding: 15px 70px;
}

.copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.copy-right i {
  margin-right: 5px;
}

.copy-right a {
  color: #fff;
  font-size: 18px;
}

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F44336;
  position: fixed;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
  animation: 1s infinite bounce_513;
}

.footer-inner {
  position: relative;
}

@keyframes bounce_513 {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* --Inner banner-- */


.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
}

.page-title::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #00000085;
}

.page-breadcrumb {
  font-size: 15px;
  line-height: normal;
  margin: 5px -5px 10px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 0 8px;
  text-transform: capitalize;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
  transition: all .3s ease;
}

.page-title-inner {
  position: relative;
  padding: 100px 0;
}

.title-outer h2 {
  font-family: "EB Garamond", serif;
  font-size: 48px;
  color: #fff;
}

.page-breadcrumb li:after {
  position: absolute;
  top: 2px;
  right: -5px;
  content: "/";
  font-size: 15px;
  line-height: 20px;
  color: #211d71;
}

.page-breadcrumb li:nth-last-child(1):after {
  display: none;
}


/* Image Gallery */

.photo-gallery {
  padding: 60px 0;
}

.photo-gallery .photo-inner {
  height: 225px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #211d71;
}

.photo-gallery .photo-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.photo-gallery .image-txt {
  padding: 5px;
  background: linear-gradient(45deg, #5e4b83, transparent);
  border-radius: 0 0 5px 5px;
  margin-top: 5px;
}

.photo-gallery .image-txt h6 {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

/* Career */

.career {
  padding: 60px 0;
}



.job-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.job-image {
  position: relative;
  height: 253px;
}

.job-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #00964b;
  color: white;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

.job-content {
  padding: 20px;
  background: #f1f0ff;
}

.job-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
}

.job-title sub {
  color: #939393;
  font-size: 12px;
}

.job-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.job-details span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-details span i {
  color: #ff8c00;
}

.job-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}
.privacy-policy ul li {
  list-style-type: disclosure-closed;
  padding-left: 15px;
  margin-left: 25px;
  margin-bottom: 15px;
}








/* ====================responssive==================== */


@media only screen and (min-width: 1480px) and (max-width: 1920px) {
  /* .container{
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    } */
}

@media only screen and (min-width: 1480px) and (max-width: 1681px) {
  .banner-left h1 {
    font-size: 55px;
  }

  .banner-right .odishi img {
    width: 720px;
  }


}

@media only screen and (min-width: 1360px) and (max-width: 1479px) {
  .heading h2 {
    font-size: 40px;
  }

  .feature-card h6 {
    font-size: 18px;
  }

  .proc-count .count-card-right h4 {
    font-size: 25px;
  }

  .proc-count .count-card-right h3 {
    font-size: 20px;
  }

  .proc-count .count-card-left {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
  }

  .touch .heading h2 {
    font-size: 35px;
  }

  .touch {
    background-position: 0% calc(100% + 90px);
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1366px) {
  .heading h2 {
    font-size: 40px;
  }

  .feature-card h6 {
    font-size: 18px;
  }

  .proc-count .count-card-right h4 {
    font-size: 25px;
  }

  .proc-count .count-card-right h3 {
    font-size: 20px;
  }

  .proc-count .count-card-left {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
  }

  .touch .heading h2 {
    font-size: 35px;
  }

  .touch {
    background-position: 0% calc(100% + 90px);
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1299px) {
  .heading h2 {
    font-size: 40px;
  }

  .feature-card h6 {
    font-size: 18px;
  }

  .proc-count .count-card-right h4 {
    font-size: 25px;
  }

  .proc-count .count-card-right h3 {
    font-size: 20px;
  }

  .proc-count .count-card-left {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
  }

  .touch .heading h2 {
    font-size: 35px;
  }

  .touch {
    background-position: 0% calc(100% + 90px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1179px) {
  .heading h2 {
    font-size: 34px;
  }

  p {
    font-size: 15px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .feature-card h6 {
    font-size: 18px;
  }

  .about {
    padding: 60px 0 60px;
  }

  .proc-count .count-card-right h4 {
    font-size: 23px;
  }

  .proc-count .count-card-right h3 {
    font-size: 14px;
  }

  .proc-count .count-card-left {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .touch .heading h2 {
    font-size: 30px;
  }

  .touch {
    background-position: 0% calc(100% + 30px);
    padding: 60px 0 130px;
    margin-bottom: 0px;
  }

  .about .abt-img {
    margin-right: 25px;
    height: 500px;
  }

  .service {
    padding: 60px 0 60px;
  }

  .service-carousel {
    padding-top: 35px;
  }

  .process .process-inner::before {
    opacity: 0;
  }

  .process .step {
    padding: 0 0px;
  }

  .top-logo img {
    width: 250px;
  }

  .mission {
    padding: 60px 0 60px;
  }

  footer::before {
    background-size: cover;
    background-position: bottom;
  }






}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .heading h2 {
    font-size: 34px;
  }

  p {
    font-size: 15px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .feature-card h6 {
    font-size: 18px;
  }

  .about {
    padding: 60px 0 60px;
  }

  .proc-count .count-card-right h4 {
    font-size: 23px;
  }

  .proc-count .count-card-right h3 {
    font-size: 14px;
  }

  .proc-count .count-card-left {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .touch .heading h2 {
    font-size: 30px;
  }

  .touch {
    background-position: 0% calc(100% + 30px);
    padding: 60px 0 130px;
    margin-bottom: 0px;
  }

  .about .abt-img {
    margin-right: 25px;
    height: 500px;
  }

  .service {
    padding: 60px 0 60px;
  }

  .service-carousel {
    padding-top: 35px;
  }

  .process .process-inner::before {
    opacity: 0;
  }

  .process .step {
    padding: 0 0px;
  }

  .top-logo img {
    width: 200px;
  }

  .mission {
    padding: 60px 0 60px;
  }

  footer::before {
    background-size: cover;
    background-position: bottom;
  }

  .breadcum .pagehead-img img {
    height: 290px;
  }

}

@media only screen and (max-width: 767px) {

  .heading h2 {
    font-size: 30px;
    line-height: 35px;
  }

  p {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .feature-card h6 {
    font-size: 16px;
  }

  .about {
    padding: 60px 0 60px;
  }

  .proc-count .count-card-right h4 {
    font-size: 23px;
  }

  .proc-count .count-card-right h3 {
    font-size: 14px;
  }

  .proc-count .count-card-left {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .touch .heading h2 {
    font-size: 30px;
    line-height: 32px;

  }

  .touch {
    background-position: 0% calc(100% + 30px);
    padding: 60px 0 60px;
    margin-bottom: 0px;
  }

  .about .abt-img {
    margin-right: 0;
    height: 500px;
  }

  .service {
    padding: 60px 0 60px;
  }

  .service-carousel {
    padding-top: 35px;
  }

  .process .process-inner::before {
    opacity: 0;
  }

  .process .step {
    padding: 0 0px;
  }

  .top-logo img {
    width: 200px;
  }

  .mission {
    padding: 60px 0 60px;
  }

  footer::before {
    background-size: cover;
    background-position: bottom;
  }

  .breadcum .pagehead-img img {
    height: 290px;
  }

  .menu-main {
    display: block;
    padding: 5px 0;
  }

  .right-box {
    display: none;
  }

  .fc-banner-item {
    height: 270px;
  }

  .fc-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .top-menu-flex {
    justify-content: center;
  }

  .top-icon li a {
    color: #fff;
    font-size: 12px;
  }

  .btn-groups {
    display: flex;
    align-items: baseline;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .process .process-inner {
    margin-top: 35px;
  }

  .process-inner .row .col-md-3:nth-child(2),
  .process-inner .row .col-md-3:nth-child(4) {
    margin-top: 0 !important;
  }

  .count-card {
    justify-content: center;
  }

  .feature .feature-card {
    text-align: center;
  }

  .feature .feature-card h5 {
    font-size: 22px;
  }

    .about .small-textimonial {
      position: relative;
      bottom: 0px;
      left: 0;
      margin: 0 auto;
    }
    .about .abt-left .elementor-widget-container {
      top: 35%;
    }



}

@media only screen and (max-width:420px) {

  p {
    text-align: justify;
  }
  .fixedhead {
    top: -43px;
  }

  .breadcum .pagehead-txt p {
    display: none;
  }

  .breadcum .pagehead-txt h2 {
    font-size: 34px;
  }

  .tab-container {
    padding: 15px;
  }

  .tab-buttons button {
    padding: 12px 15px;
    font-size: 14px;

  }

  .mission .tab-text {
    margin-top: 35px;
  }

  .tab-content.active {
    gap: 0;
  }

  .services-box {
    padding: 15px;
  }

  .service-details-right {
    margin-top: 35px;
  }

  .service-details .sdr-img {
    height: 250px;
  }


  .call-box .call-icon {
    right: 0;
  }

  .photo-gallery .image-txt h6 {
    font-size: 13px;
  }

  .photo-gallery .photo-inner {
    height: 160px;
  }

  .cont-card {
    padding: 15px;
    margin-bottom: 35px;
  }

  .cont-card li p {
    margin-left: 10px;
    font-size: 16px;
  }

  .cont-card li label {
    margin-left: 10px;
  }

  .cont-card li span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .watermark {
    opacity: .3;
  }

  .contact-head-inner .m-0 {
    font-size: 15px;
  }

  .event-map {
    height: 250px;
  }

  .top-icon li a {
    font-size: 11px;
  }

  .top-icon li {
    margin-right: 10px;
  }

  .fc-banner-item {
    height: 240px;
  }

  .about .abt-img {
    height: 430px;
  }
  .about .abt-left .elementor-icon-box-title{        font-size: 14px;}
  
 .about .small-textimonial p {
    font-size: 12px;
  }
  
  .about .texs-icon {
    position: absolute;
    top: 0px;
    left: -18px;
  }
  
  .about .sm-text-txt {
    padding: 10px;
    padding-left: 25px;
}

.about .abt-left .elementor-icon-box-icon{
    font-size: 14px;
    padding: 5px;
    width: 40px;
    height: 40px;
}


}