/* ===============================================
    
    Start Of Style Css 

    =============================================== */

/* =========== Start of header sec ========= */

.navbar-nav .nav-link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-quilon);
  letter-spacing: 1.56px;
  color: var(--dark-tan);
  padding: 15px 0 !important;
  text-transform: uppercase;
}

.navbar-nav {
  column-gap: 26.77px;
}

.navbar-nav .nav-link:hover {
  color: var(--orange);
}

.navbar-brand {
  max-width: 100px;
  width: 100%;
}

.header_sec .navbar {
  padding-top: 24px;
  padding-bottom: 40px;
}

/* Start of Mobile Side Menu Css */

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 110vh;
  z-index: 1024;
  width: 100%;
  background: #00000047;
  transform: translateX(-100%);
  transition: 0.5s;
}

.navbar-toggler span {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: var(--dark-tan);
  border-radius: 5px;
}

.navbar-toggler {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 0;
  padding: 5px;
  transition: 0.5s;
}

.navbar-toggler span:nth-child(2) {
  width: 15px;
  transition: 0.5s;
}

.navbar-toggler:focus {
  box-shadow: inherit;
}

.navbar-toggler.collapsed span:nth-child(2) {
  transition: 0.5s;
  width: 8px;
}

.mobileMenu .menu_wrapper {
  max-width: 350px;
  width: 100%;
  background: #fff;
  padding: 30px;
  height: 110vh;
  transform: translateX(-110%);
  transition: 1s;
}

.mobileMenu.showMenu {
  transform: translateX(0);
  transition: 0.5s;
}

.mobileMenu.showMenu .menu_wrapper {
  transform: translateX(0);
  transition: 1s;
}

.menu_wrapper .heading-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.menu_wrapper .heading-item .logoItem {
  max-width: 80px;
  width: 100%;
}

.menu_wrapper .heading-item .close_btn {
  background: var(--dark-tan);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s;
}

.menu_wrapper .heading-item .close_btn button {
  font-size: 13px;
  filter: brightness(0) invert(1);
  opacity: 100%;
  padding: 0;
  width: 35px;
  height: 35px;
}

.menu_wrapper .heading-item .close_btn:hover {
  background: var(--orange);
  transition: 0.5s;
}

.menuItems .nav-link {
  font-size: 18px;
  padding: 8px 15px !important;
  line-height: normal;
  background: #6a10101f;
  margin-bottom: 10px;
}

.mobileMenu .social_media {
  margin-top: 30px;
}

.mobileMenu .social_media ul li {
  background: var(--dark-tan);
}

.mobileMenu .social_media ul li:hover {
  background: var(--orange);
}

.mobileMenu .social_media ul li:hover a {
  color: #fff;
}

.mobileMenu .social_media ul li:hover svg {
  fill: #fff;
}

.mobileMenu .social_media .title {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

/* End of Mobile Side Menu Css */

/* =========== End of header sec ========= */

/* =========== Start of banner sec ========= */

.banner_slider .item {
  background-size: cover;
  height: 588px;
  width: 100%;
  padding: 67px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-position: center right;
  position: relative;
  z-index: 5;
}

.banner_slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #cf802bf2, #cf802bf2, transparent);
  z-index: -1;
}

.banner_sec .owl-stage-outer {
  border-radius: 40px;
  overflow: hidden;
}

.banner_slider,
.service_wrapper {
  padding: 0 25px;
}

.banner_slider .item .title {
  font-size: 63px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 6px;
}

.banner_slider .item .para {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}

.custom-btn img {
  width: 10px !important;
}

.banner_slider .item .content {
  max-width: 510px;
  width: 100%;
}

.banner_slider {
  position: relative;
}

.banner_slider .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 31px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding-right: 85px;
  gap: 14px;
}

.banner_slider .owl-nav button {
  width: 48px;
  height: 48px;
  display: flex !important;
  border: 3.11px solid var(--white) !important;
  border-radius: 100% !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.banner_slider .owl-nav button span {
  font-size: 59px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px 2px 13px 2px;
  transform: scaleX(1.5);
}

.banner_slider .owl-nav button:hover {
  background: var(--orange) !important;
  transition: 0.3s;
}

/* =========== End of banner sec ========= */

/* =========== Start of about sec ========= */

.about_sec .heading_item .para {
  color: var(--orange);
}

.about-sec .leftItem {
  display: flex;
  padding-right: 15px;
}

.aboutImg {
  height: 496.15px;
  width: 100%;
  border-radius: 0 21px 20px 0;
  overflow: hidden;
  margin-right: 18px;
  margin-left: -340px;
  width: 100vw;
}

.aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.borderImg img {
  height: 496.15px;
  width: 10px !important;
}

.aboutBottomLine {
  margin: 0;
  background: var(--dark-tan) !important;
  margin-bottom: 25px;
  opacity: 40%;
}

.aboutContent {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 62px;
}

.vision-mission .imgItem {
  height: 448px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.vision-mission .imgItem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 220%;
  width: 60px;
  background: #ffffff;
  opacity: 0;
  z-index: 5;
}

.vision-mission:hover .imgItem:before {
  width: 150%;
  opacity: 100%;
  transition: all 300ms linear;
  background: transparent;
}

.vision-mission .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-mission {
  position: relative;
  z-index: 5;
}

.vision-mission:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 439px;
  background: var(--orange);
  z-index: -1;
  opacity: 20%;
}

.aboutContent .contentItem .para {
  margin: 0;
  line-height: 25px;
  color: #000;
}

.aboutContent .contentItem .title {
  font-size: 30px;
  line-height: 36px;
  color: var(--dark-tan);
}

/* =========== End of about sec ========= */

/* =========== Start of Team sec ========= */

.team_sec .heading_item {
  margin-bottom: 50px;
}

.team-card .img-item {
  height: 320px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-card .img-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 220%;
  width: 60px;
  background: #ffffff;
  opacity: 0;
  z-index: 5;
}

.team-card:hover .img-item:before {
  width: 150%;
  opacity: 100%;
  transition: all 300ms linear;
  background: transparent;
}

.team-card .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card .content .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 4px;
  color: var(--dark-tan);
  font-weight: 400;
}

.team-card .content .para {
  color: #1d2130 !important;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 9px;
}

.team-card .social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.team-card .social-media li a {
  font-size: 20px;
  color: var(--orange);
}

.team-card .social-media li svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  fill: var(--orange);
}

.team-card .social-media li:hover a,
.team-card .social-media li:hover a svg {
  color: var(--dark-tan);
  fill: var(--dark-tan);
}

.team-card {
  text-align: center;
}

.team_sec .heading_item .para {
  color: var(--orange);
}

/* =========== End of Team sec ========= */

/* =========== Start of service sec ========= */

.service_sec .card-item {
  padding: 40px 32px 32px 32px;
  margin-bottom: 30px;
  background-color: var(--body-bg);
  border: 1px solid #d07f2b66;
  border-radius: 16px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: 0.3s;
}

.service_sec .heading_item {
  margin-bottom: 45px;
}

.service_sec .card-item .icon {
  width: 80px;
  height: 80px;
  background: var(--orange);
  border-radius: 100%;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_sec .card-item .title,
.capabilities-card .title {
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 15px;
  color: var(--dark-tan);
}

.service_sec .card-item .para {
  color: var(--orange);
}

.service_sec .card-item .custom-btn {
  background: var(--orange);
  color: var(--white);
}

.service_sec .card-item .custom-btn span {
  background: var(--white);
  width: 28px;
  height: 28px;
}

.service_sec .card-item .custom-btn span img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(92%) saturate(2960%)
    hue-rotate(356deg) brightness(106%) contrast(90%);
}

.service_sec .card-item .custom-btn::before {
  background: var(--white) !important;
}

.service_sec .card-item:hover .custom-btn::before {
  transform: translateX(0);
}

.service_sec .card-item:hover .custom-btn {
  color: var(--dark-tan);
}

.service_sec .card-item:hover .custom-btn span {
  background: var(--dark-tan) !important;
}

.service_sec .card-item:hover .custom-btn span img {
  filter: inherit;
}

.service_sec .card-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: initial;
  right: 0;
  background: var(--dark-tan);
  transition: width 0.5s;
  z-index: -1;
}

.service_sec .card-item:hover::before {
  width: 100%;
  left: 0;
  right: initial;
}

.service_sec .card-item:hover .title {
  color: var(--white);
  transition: 0.3s;
}

.service_sec .card-item .title {
  transition: 0.3s;
}

/* =========== End of service sec ========= */

/* =========== Start of capabilities sec ========= */

.capabilities-card {
  display: grid;
  align-items: center;
  background: var(--white);
  margin-bottom: 45px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 46px #0000000f;
  grid-template-columns: 33% 67%;
}

.capabilities-card .imgItem {
  width: 100%;
  height: 100%;
}

.capabilities-card .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capabilities_sec .heading_item {
  margin-bottom: 44px;
}

.capabilities-card .contentItem {
  padding: 19px 40px;
}

.capabilities-card .contentItem .custom-btn {
  border: 1px solid var(--orange);
  padding: 6px 6px 6px 12px;
  font-size: 13px;
  color: var(--orange);
}

.capabilities-card .contentItem .custom-btn span {
  height: 28px;
  width: 28px;
}

.capabilities-card .contentItem .custom-btn:hover {
  color: var(--white);
}

.capabilities-card .contentItem .custom-btn::before {
  background: var(--orange);
}

.capabilities-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}

.capabilities-card .para {
  margin-bottom: 15px;
  color: #7a7a7a;
}

.capabilities-card .title {
  margin-bottom: 10px;
}

/* =========== End of capabilities sec ========= */

/* =========== Start of Newsletter sec ========= */

.newsletter-wrap {
  padding: 55px 60px;
  background-color: var(--greenish);
  border-radius: 20px;
  margin: 0;
}

.newsletter-wrap .title {
  font-size: 60px;
  line-height: 69px;
  font-family: var(--font-lato);
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-wrap .para {
  font-size: 18px;
  color: #ffffffc2;
  line-height: 31px;
}

.newsletter_form {
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 11px;
  padding-left: 40px;
  border: 1px solid var(--orange);
}

.newsletter_form .custom-btn {
  max-width: 188px;
  width: 100%;
  height: 60px;
  justify-content: center;
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 600;
}

.newsletter_form .form-control {
  border: 0;
  box-shadow: inherit;
  padding: 0;
  height: 50px;
  font-family: var(--font-lato);
  font-size: 17px;
  color: var(--greenish);
  font-weight: 600;
}

.newsletter_form .form-control:focus {
  box-shadow: inherit;
}

/* =========== End of Newsletter sec ========= */

/* =========== Start of Footer sec ========= */

.footer_sec {
  background-color: #d07f2b;
  padding: 129px 0 22px 0;
  position: relative;
  z-index: 5;
}

.footer_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../assets/images/bg/page-bg.png");
  filter: brightness(0.5);
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter_sec {
  margin-bottom: -72px;
  position: relative;
  z-index: 7;
}

.footer_sec .para {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-tan);
  font-family: "inter" !important;
  line-height: 24px;
  margin: 21px 0 23px 0 !important;
}

.social_media ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social_media ul li {
  height: 31.24px;
  width: 31.24px;
  background: #6a121296;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}

.social_media ul li:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  background: var(--white);
  box-shadow: 0px 0px 10px #ddd;
}

.social_media ul li:hover a {
  color: var(--dark-tan);
}

.social_media ul li:hover a svg {
  fill: var(--dark-tan);
}

.social_media ul li a {
  font-size: 12px;
  color: #fff;
  color: #fff;
}

.social_media ul li a svg {
  width: 12px;
  fill: #fff;
}

.footer_sec .rightItem {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}

.footer_sec .rightItem .listItem:last-child {
  margin-left: 120px;
}

.footer_sec .rightItem .heading .title {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-lato);
  color: var(--dark-tan);
  margin-bottom: 18px;
  line-height: 17px;
}

.footer_sec .rightItem ul li a {
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 600;
  color: var(--dark-tan);
  display: flex;
  transition: 0.3s;
}

.footer_sec .rightItem ul li a:hover {
  color: #fff;
  transition: 0.3s;
}

.footer_sec .rightItem .listItem:first-child ul li a {
  letter-spacing: 1.56px;
}

.footer_sec .rightItem ul li a span {
  font-size: 12px;
  margin-right: 6px;
}

.footer_sec .rightItem ul li a:last-child {
  align-items: flex-start;
}

.copyright .m-0 {
  margin: 0 !important;
}

.copyright .para {
  font-size: 14.06px;
  line-height: 26.6px;
  font-family: "inter";
  font-weight: 500;
}

.copyright {
  padding-top: 22px;
  margin-top: 10px;
  border-top: 1px solid #ffffff26;
}

.copyright .listitem ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.copyright .listitem ul li a {
  transition: 0.3s;
  padding: 0 15.61px;
  border-right: 1px solid var(--dark-tan);
  line-height: 20px;
  color: var(--dark-tan);
  font-family: "inter";
  font-weight: 400;
}

.copyright .listitem ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.copyright .listitem ul li a:hover {
  color: #fff;
  transition: 0.3s;
}

.copyright .para a {
  color: #000;
  font-weight: 500;
}

/* =========== End of Footer sec ========= */

/* =========== Start of Contact Page sec ========= */

.page-title .secTitle ~ .para {
  margin: 0;
}

.map-area iframe {
  border: 1px solid var(--orange) !important;
  border-radius: 20px;
}

.map-area {
  padding-right: 10px;
}

.form-area {
  padding: 22px 30px 30px 30px;
  border-radius: 20px;
  background: var(--white);
}

.form-area .title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 28px;
  color: var(--dark-tan);
}

.form-area .form-control {
  background: transparent;
  font-size: 15px;
  font-family: var(--font-quilon);
  border: 1px solid var(--orange);
  border-radius: 28px;
  margin-bottom: 20px;
  padding: 10px 19px;
  height: 45px;
}

.form-area .form-control::placeholder {
  color: var(--orange);
}

.form-area .col-12 {
  padding: 0 10px !important;
}

textarea.form-control {
  height: 140px !important;
}

.form-control:focus {
  box-shadow: 0px 0px 5px #d07f2b6e;
}

.form-area .custom-btn {
  border: 0;
  height: 41px;
  font-size: 15px !important;
  justify-content: space-between;
  background: var(--orange);
  color: var(--white);
}

.form-area .custom-btn span {
  width: 28px;
  height: 28px;
}

.contactInfo {
  max-width: 1007px;
  width: 100%;
  margin: 0 auto;
  padding: 29px 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--orange);
  border-radius: 15px;
}

.contactInfo .listItem {
  display: flex;
  align-items: center;
}

.contactInfo .listItem .iconItem {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  margin-right: 12px;
  background: #ffffff2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}

.contactInfo .listItem .title {
  font-size: 30px;
  line-height: 36px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 0;
}

.contactInfo .listItem .link {
  font-family: var(--font-lato) !important;
  color: var(--white);
  font-size: 16px;
  transition: 0.3s;
}

.contactInfo .listItem .link:hover {
  transition: 0.3s;
  color: var(--dark-tan);
}

/* =========== End of Contact Page sec ========= */

/* =========== Start of Blog Page sec ========= */

.blogItem {
  margin-bottom: 30px;
  border: 1px solid var(--orange);
  border-radius: 20px;
  background: #ffefdf;
}

.blogItem .imgItem {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.blogItem .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.blogItem .title {
  margin-bottom: 20px;
  font-size: 21px;
  color: var(--dark-tan);
}

.blogItem .custom-btn {
  background: var(--orange);
  color: #fff;
  padding: 5px;
  padding-left: 15px;
}

.blogItem .custom-btn span {
  background: var(--dark-tan);
  width: 30px;
  height: 30px;
}

.blogItem .custom-btn:hover span {
  background: var(--white);
}

.blogItem .contentItem {
  padding: 0 20px 20px 20px;
}

.simple-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.simple-pagination {
  margin-top: 40px;
}

.simple-pagination ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--dark-tan);
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-quilon);
  color: var(--dark-tan);
}

.simple-pagination ul li a {
  background: transparent;
  border: 0;
  color: var(--dark-tan);
}

.simple-pagination ul li a:focus {
  box-shadow: inherit;
}

.simple-pagination ul li a:hover {
  background: transparent;
  color: var(--dark-tan);
}

.simple-pagination ul li.active {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.simple-pagination ul li:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.simple-pagination ul li:hover a {
  color: var(--white);
}

.simple-pagination ul li {
  box-shadow: inherit;
}

.blog-detail {
}

.blog-detail .imgItem {
  height: 400px;
  width: 100%;
  margin: 30px 0;
}

.blog-detail .title {
  font-size: 22px;
  color: var(--dark-tan);
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.blog-detail .imgItem img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail .para {
  color: var(--orange);
  line-height: 22px;
  margin-bottom: 20px;
}

.blogSidebar {
  padding: 20px;
  border: 1px solid var(--orange);
  border-radius: 20px;
  background: #ffefdf;
  margin-left: 30px;
}

.blogSidebar .headItem .title {
  font-size: 22px;
  color: var(--dark-tan);
  margin-bottom: 20px;
  border-bottom: 1px solid #d07f2b85;
  padding-bottom: 15px;
}

.blogSidebar .list-Item li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}

.blogSidebar .list-Item li .imgItem {
  max-width: 70px;
  height: 62px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d07f2b38;
}

.blogSidebar .list-Item li a {
  font-family: var(--font-quilon);
  color: var(--orange);
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.blogSidebar .list-Item li a:hover {
  color: var(--orange);
  transition: 0.3s;
}

.blogSidebar .simple-pagination ul li {
  margin: 0 !important;
  width: 35px;
  height: 35px;
}

.blogSidebar .simple-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6b481;
}

.blogSidebar .simple-pagination li:hover a {
  color: #fff;
}

/* =========== End of blog Page sec ========= */

/* =========== Start of Service Page sec ========= */

.servicesItems .contentItem {
  padding-left: 128px;
}

.servicesItems .imgItem {
  position: relative;
  z-index: 5;
  padding-left: 46px;
  padding-bottom: 62px;
}

.servicesItems .imgItem img {
  width: 599.8px;
  height: 457.19px;
  object-fit: cover;
  border: 12.13px solid #fff;
  border-radius: 18.67px;
}

.servicesItems .imgItem::before {
  content: "";
  position: absolute;
  width: 88.8%;
  height: 446.11px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
    133deg,
    rgba(255, 224, 191, 0.5) 44.62%,
    rgba(205, 127, 42, 0.5) 100.89%
  );
  border-radius: 28.9334px;
  z-index: -1;
}

.servicesItems .row:nth-child(even) .imgItem {
  padding-left: 0;
  padding-right: 46px;
}

.servicesItems .row:nth-child(even) .imgItem::before {
  left: auto;
  right: 0;
}

.servicesItems .row:nth-child(even) .contentItem {
  padding-left: 0;
  padding-right: 128px;
}

.servicesItems .contentItem .para {
  color: var(--orange);
  line-height: 25px;
}

/* =========== End of Service Page sec ========= */

/* ===============================================
    
    End Of Style Css 

    =============================================== */

/* ===============================================
    
    Start Of Responsive Css 

    =============================================== */

.page-title2 {
  margin-top: 27px;
}

.page-title2 .heading_item {
  padding: 72px;
  background: var(--orange);
  border-radius: 36.06px;
}

.page-title2 .listItem {
  gap: 10px;
  font-size: 19px;
}

.page-title2 .listItem li,
.page-title2 .listItem li a {
  font-family: var(--font-quilon);
  color: var(--dark-tan);
}

.page-title2 .listItem li svg {
  font-size: 14px;
}

.page-title2 .secTitle {
  margin-bottom: 11px;
}

@media screen and (max-width: 1024px) {
  .capabilities-card {
    margin-bottom: 30px;
  }

  .capabilities-card .contentItem {
    padding: 15px 30px;
  }

  .capabilities-row {
    column-gap: 30px;
  }

  .newsletter-wrap .title {
    font-size: 50px;
    line-height: 59px;
  }
}

@media screen and (max-width: 991px) {
  .header_sec .navbar {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .navbar-brand {
    max-width: 80px;
  }

  .banner_slider .item {
    padding: 40px;
    height: 450px;
  }

  .banner_slider .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .banner_slider .owl-nav button span {
    font-size: 50px;
    line-height: normal;
  }

  .banner_slider .item .title {
    font-size: 50px;
  }

  .secPadding {
    padding: 80px 0;
  }

  .secMargin {
    margin: 80px 0;
  }

  .secTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .banner_slider .item .para {
    font-size: 19px;
  }

  .capabilities-row {
    grid-template-columns: 100%;
  }

  .banner_slider .item .title {
    font-size: 40px;
  }

  .banner_slider .item {
    height: 400px;
  }

  .banner_slider .item .para {
    font-size: 18px;
  }

  .secPadding {
    padding: 60px 0;
  }

  .secMargin {
    margin: 60px 0;
  }

  .secTitle {
    font-size: 35px;
    line-height: 45px;
  }

  .service_sec .card-item {
    padding: 22px;
  }

  .service_sec .card-item .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .service_sec .card-item .custom-btn {
    font-size: 14px;
  }

  .service_sec .card-item .custom-btn span {
    width: 30px;
    height: 30px;
  }

  .capabilities-card .contentItem .title br {
  }

  .capabilities-card .title br {
    display: none;
  }

  .view_btn {
    width: 150px;
    height: 50px;
    font-size: 17px;
  }

  .newsletter-wrap {
    padding: 40px;
  }

  .newsletter_sec .leftItem {
    margin-bottom: 25px;
  }

  .newsletter-wrap .title {
    font-size: 40px;
    line-height: 50px;
  }

  .newsletter_form {
    padding: 5px;
    padding-left: 30px;
  }

  .newsletter_form .custom-btn {
    height: 50px;
    max-width: 150px;
    font-size: 15px;
  }

  .newsletter_form .form-control {
    font-size: 15px;
  }

  .footer_sec {
    padding: 110px 0 22px 0;
  }

  .footerBottom .logo {
    max-width: 80px;
  }

  .footer_sec .para br {
    display: none;
  }

  .footer_sec .rightItem .listItem:last-child {
    margin-left: 40px;
  }

  .copyright {
    text-align: center;
    padding-top: 15px;
  }

  .copyright .listitem ul {
    justify-content: center;
  }

  .middle-item .para {
    margin: 5px 0 !important;
  }

  .footer_sec {
    padding-bottom: 15px;
  }

  .copyright .listitem ul li a {
    padding: 0 14px;
    font-size: 16px;
  }

  #backToTopBtn span {
    font-size: 15px;
  }

  .aboutContent {
    padding-top: 30px;
  }

  .aboutContent .contentItem {
    margin-top: 30px;
  }

  .blogSidebar {
    margin: 0;
    margin-top: 30px;
  }

  .contactInfo {
    padding: 29px 50px;
  }

  .contactInfo .listItem .title {
    font-size: 26px;
    line-height: normal;
  }

  .form-area {
    margin-bottom: 30px;
  }

  .formArea > .row {
    flex-direction: column-reverse;
  }

  .servicesItems .imgItem::before {
    max-width: calc(100% - 64px);
    max-width: 599px;
  }

  .servicesItems .imgItem {
    margin-bottom: 30px;
  }

  .servicesItems .contentItem {
    padding: 0;
  }

  .servicesItems .imgItem {
    padding-bottom: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 850px) {
  .contactInfo {
    padding: 30px 25px;
  }

  .contactInfo .listItem .title {
    font-size: 22px;
  }

  .form-area .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer_sec .rightItem {
    justify-content: start;
    margin-top: 30px;
  }

  .newsletter-wrap {
    padding: 25px;
  }

  .newsletter-wrap .title {
    font-size: 30px;
    line-height: 40px;
  }

  .newsletter-wrap .para {
    font-size: 16px;
    line-height: normal;
  }

  .newsletter_form .custom-btn {
    height: 45px;
  }

  .newsletter_form .form-control {
    height: 40px;
  }

  .footerBottom .logo {
    max-width: 75px;
  }

  .page-title2 .heading_item {
    padding: 60px 40px;
  }

  .blog-detail .imgItem {
    height: 350px;
  }

  .contactInfo {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contactInfo .listItem {
    width: 45%;
  }

  .form-area .title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .map-area iframe {
    height: 380px;
  }
}

@media screen and (max-width: 640px) {
  .header_sec {
    padding: 0 60px;
  }

  .banner_slider,
  .service_wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .newsletter-wrap {
    margin: 0;
  }

  .banner_slider .item .title {
    font-size: 35px;
  }

  .banner_slider .item {
    height: 380px;
  }

  .banner_slider .item .content {
    max-width: 450px;
  }

  .banner_slider .owl-nav {
    padding-right: 30px;
    bottom: 20px;
  }

  .banner_slider .owl-nav button {
    width: 35px;
    height: 35px;
    border-width: 2px !important;
  }

  .banner_slider .owl-nav button span {
    font-size: 40px;
    margin: 4px 3px 13px 2px;
  }

  .custom-btn span {
    width: 30px;
    height: 30px;
  }

  .header_sec .navbar {
    padding-bottom: 20px;
  }

  .navbar-brand {
    max-width: 70px;
  }

  .mobileMenu .menu_wrapper {
    max-width: 300px;
  }

  .menu_wrapper .heading-item .logoItem {
    max-width: 65px;
  }

  .menuItems .nav-link {
    font-size: 16px;
  }

  .mobileMenu .social_media {
    margin-top: 20px;
  }

  .secTitle {
    font-size: 30px;
    line-height: 40px;
  }

  .about_sec .heading_item .para br {
    display: none;
  }

  p,
  .para {
    margin-bottom: 15px;
  }

  .secPadding {
    padding: 50px 0;
  }

  .secMargin {
    margin: 50px 0;
  }

  .capabilities_sec .heading_item {
    margin-bottom: 30px;
  }

  .capabilities-card .title {
    font-size: 18px;
  }

  .header_sec {
    padding: 0 30px;
  }

  .newsletter-wrap {
    padding: 20px 5px;
  }

  .capabilities-card {
    position: relative;
    z-index: 5;
    padding: 35px 25px;
  }

  .capabilities-card .imgItem {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 100%;
  }

  .capabilities-card .contentItem {
    padding: 0;
    position: relative;
    z-index: 5;
  }

  .capabilities-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6a1010a3;
    z-index: 2;
  }

  .capabilities-card .title,
  .capabilities-card .para {
    color: var(--white);
  }

  .vision-mission .imgItem {
    height: 250px;
  }

  .aboutContent {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .aboutContent .contentItem .title {
    font-size: 25px;
    line-height: 28px;
  }

  .aboutContent .contentItem {
    margin-top: 20px;
  }

  .blogItem .title {
    font-size: 19px;
  }

  .page-title2 .heading_item {
    padding: 50px 30px;
  }

  .page-title .secTitle {
    font-size: 25px;
    margin-bottom: 0;
  }

  .page-title2 .listItem {
    font-size: 16px;
    gap: 5px;
  }

  .page-title2 .listItem li svg {
    font-size: 11px;
  }

  .contactInfo .listItem {
    width: 100%;
  }

  .servicesItems .imgItem img,
  .servicesItems .imgItem::before {
    height: 300px;
  }

  .servicesItems .imgItem {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  p,
  .para {
    font-size: 15px;
  }

  .page-title .secTitle ~ .para {
    line-height: 22px !important;
  }

  #backToTopBtn span {
    font-size: 13px;
  }

  #backToTopBtn {
    font-size: 19px;
    padding: 10px 5px 5px 5px;
    line-height: 20px;
  }

  .capabilities-card .imgItem {
    height: 100%;
  }

  .capabilities-card {
    grid-template-columns: 1fr;
  }
}

/* ===============================================
    
    End Of Responsive Css 

    =============================================== */
