:root {
  --theme-color:#00b035 ;
  --white-color:white;
  --dark-black: #000;
  --theme-hover:#f69724;
  --heading-font:"Poppins", sans-serif;
  --theme-font: "DM Sans", sans-serif;
  --nav-font:"Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.header-top {
  font-family: var(--theme-font);
  font-size: 19px;
  line-height: 32px;
}

.header-top-announcement {
  background-color: #2b3990;
}
.header-top-announcement p {
  padding: 10px;
  color: white;
  text-align: center;
  margin-bottom: 0;
}
.header-top-announcement p a {
  text-decoration: underline;
}

.search-btn {
  border-radius: 99px;
  border: 2px solid #888C97;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  transition: all 0.3s;
}
.search-btn:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: white;
}

.common-heading {
  font-weight: 700;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  font-size: 48px;
  font-family: var(--heading-font);
  position: relative;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 14px 22px;
  background: var(--theme-hover);
  font-weight: 400;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 1px;
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
  line-height: 13px;
  font-size: 13px;
}
.common-btn i {
  padding-left: 10px;
}
.common-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.common-space {
  padding: 65px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.cal-top {
  display: flex;
}
.cal-top .common-btn {
  padding: 14px 22px;
  font-size: 13px;
  line-height: 13px;
}
.cal-top .en-btn {
  display: block;
}

.call-what {
  display: none;
}

.menu-cal {
  display: flex;
  margin-right: 20px;
  gap: 10px;
}
.menu-cal .icon {
  background: var(--theme-color);
  color: white;
  border-radius: 100px;
  padding: 10px 20px;
  align-items: center;
  display: flex;
  font-size: 20px;
}
.menu-cal .icon:hover {
  background-color: var(--theme-hover);
}
.menu-cal h4 {
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}
.menu-cal a {
  color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-hover) !important;
}

.nav-link:focus, .nav-link:hover {
  color: var(--theme-hover) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-hover);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 25px 5px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
  text-transform: uppercase;
}
header nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--nav-font);
  background-color: var(--theme-color);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.473);
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  color: white;
  background-color: var(--theme-hover);
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--dark-black);
  font-family: var(--nav-font);
  font-weight: 500;
  text-shadow: -1px 1px 2px #ffffff;
}
header nav .navbar-nav .nav-item .nav-link span {
  text-transform: lowercase;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.cu-header {
  position: fixed;
  background-color: #faf8f7;
}

header.cu-header.sticky {
  background: white;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header.cu-header.sticky .menu-cal .content h4 {
  color: black;
}
header.cu-header.sticky .menu-cal .content a {
  color: #000;
}

header.cu-header.soild-navbar {
  background: white;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header.cu-header.soild-navbar .menu-cal .content h4 {
  color: black;
}
header.cu-header.soild-navbar .menu-cal .content a {
  color: #000;
}
header.cu-header.soild-navbar .navbar-brand img {
  max-width: 100px;
}

.navbar-brand img {
  max-width: 180px;
  border-radius: 5px;
}

.banner-home .header-top {
  color: #000;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 1;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 68%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0px;
  transform: translateY(-50%);
}
.banner-home .banner-content .bnr-img {
  position: relative;
}
.banner-home .banner-content .bnr-img img {
  position: absolute;
  max-width: 65%;
  right: 0;
  top: 0;
}
.banner-home .banner-content .common-heading {
  font-size: 75px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 97.5px;
}
.banner-home .banner-content .common-btn::before, .banner-home .banner-content .common-btn::after {
  background-color: white;
}
.banner-home .banner-content .common-btn:hover {
  background-color: var(--theme-color);
  color: white;
}
.banner-home .banner-content p {
  line-height: 1.1rem;
  font-size: 23px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 32px;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 3px #ffffff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--theme-color);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 3px #ffffff;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

.prog-main-heading.common-space {
  padding: 120px 0px;
}
.prog-main-heading .programe-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prog-main-heading .programe-heading p {
  padding: 10px 30px 10px 30px;
  background-color: #F4F0E9;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
}
.prog-main-heading .programe-heading .common-heading {
  margin-bottom: 10px;
}
.prog-main-heading .programe-heading::before {
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: var(--theme-hover);
  top: -60px;
  content: "";
}
.prog-main-heading .programe-heading::after {
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: var(--theme-hover);
  bottom: -60px;
  content: "";
}

.program.common-space {
  padding-top: 0;
}
.program .programe-item {
  padding: 30px;
  transition: 0.3s;
  border-radius: 30px;
  position: relative;
  margin-bottom: 15px;
  min-height: 424px;
}
.program .programe-item:before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: var(--theme-hover);
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.program .programe-item .program-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}
.program .programe-item .program-content .no {
  background-color: var(--theme-hover);
  color: white;
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
}
.program .programe-item .program-content h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.program .programe-item p.content {
  display: none;
  font-size: 18px;
  color: white;
}
.program .programe-item .pro-img img {
  border-radius: 20px;
  width: 100%;
}
.program .programe-item:hover {
  background-color: var(--theme-hover);
}
.program .programe-item:hover .program-content .no {
  background-color: var(--theme-color);
}
.program .programe-item:hover h3 {
  color: white;
}
.program .programe-item:hover .arrow a {
  color: white;
}
.program .programe-item:hover .pro-img img {
  display: none;
}
.program .programe-item:hover p.content {
  display: block;
}

.profile {
  background-color: #e9dfd4;
}
.profile .profile-item {
  max-width: 70%;
}
.profile .profile-item .img img {
  border-radius: 20px;
}
.profile .profile-item .sub-content {
  font-size: 50px;
  font-family: var(--heading-font);
}

.process {
  background-color: #f1e9e3;
}
.process h2 {
  text-align: center;
  position: relative;
}
.process h2::before {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 80px;
  background-color: var(--theme-hover);
  bottom: -85px;
  left: 50%;
  transform: translate(-50%);
}
.process .process-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  gap: 30px;
}
.process .process-main .process-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--theme-hover);
  border-radius: 20px;
  position: relative;
}
.process .process-main .process-item .icon {
  background: var(--theme-hover);
  padding: 14px 14px;
  border-radius: 50px;
}
.process .process-main .process-item .icon img {
  max-width: 30px;
}
.process .process-main .process-item h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.process .process-main .process-item.process-arrow:before {
  content: "\f30b";
  font-family: fontawesome;
  left: -23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-hover);
}
.process .process-main .process-item.process-arrow:nth-child(4)::after {
  content: "\f309";
  font-family: fontawesome;
  left: 50%;
  position: absolute;
  bottom: -43%;
  transform: translateY(-50%);
  color: var(--theme-hover);
}
.process .process-main .process-item.process-arrow:nth-child(6)::before {
  content: "\f30a";
}
.process .process-main .process-item.process-arrow:nth-child(7)::before {
  content: "\f30a";
}
.process .process-main .process-item.process-arrow:nth-child(8)::before {
  content: "\f30a";
}
.process .process-main .process-item.process-arrow:nth-child(1)::after {
  content: "\f30c";
  font-family: fontawesome;
  left: 50%;
  position: absolute;
  bottom: -43%;
  transform: translateY(-50%);
  color: var(--theme-hover);
}
.process .process-main .process-item.process-arrow:nth-child(1):before {
  display: none;
}
.process .process-main .process-item.process-arrow:nth-child(5):before {
  display: none;
}

.our-team {
  background-color: #faf8f7;
}
.our-team h2 {
  text-align: center;
}
.our-team .team-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.our-team .team-main .team-item .img {
  background-color: white;
  box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
}
.our-team .team-main .team-item .img::before {
  background-color: rgba(0, 0, 0, 0.7803921569);
  width: 100%;
  height: 0;
  content: "";
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.our-team .team-main .team-item .img img {
  width: 100%;
}
.our-team .team-main .team-item .img .social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  width: 80%;
}
.our-team .team-main .team-item .img .social .content .name {
  color: white;
}
.our-team .team-main .team-item .img .social .content p {
  color: white;
}
.our-team .team-main .team-item .img .social ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  color: white;
  align-items: center;
  justify-content: center;
}
.our-team .team-main .team-item .img .social ul a {
  background: var(--theme-hover);
  padding: 8px 10px;
  border-radius: 40px;
}
.our-team .team-main .team-item .img .social .view-pro-detail {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.our-team .team-main .team-item .img .social .view-pro-detail .common-btn {
  background-color: var(--theme-hover);
  width: 50%;
  cursor: pointer;
}
.our-team .team-main .team-item .img .social .view-pro-detail .common-btn:hover {
  background-color: var(--theme-color);
}
.our-team .team-main .team-item .content {
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
}
.our-team .team-main .team-item .content-name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  /* transform: translate(-50%); */
  width: 100%;
}
.our-team .team-main .team-item .content-name h4 {
  color: white;
  text-shadow: 0.5px 1px black;
  font-size: 24px;
}
.our-team .team-main .team-item .content-name p {
  color: white;
}
.our-team .team-main .team-item:hover .img::before {
  height: 100%;
}
.our-team .team-main .team-item:hover .img .social {
  opacity: 1;
}
.our-team .team-main .team-item:hover .content-name {
  opacity: 0;
}

.redmore-cont {
  position: fixed;
  background: rgba(33, 33, 33, 0.98) !important;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1111;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.redmore-cont.active {
  display: flex;
}
.redmore-cont.active .rdless {
  position: absolute;
  top: 25px;
  cursor: pointer;
  font-size: 34px;
  color: var(--theme-hover);
  right: 50px;
  display: block;
}
.redmore-cont h4 {
  color: #000;
}
.redmore-cont .pop-profile {
  margin-right: 15px;
}
.redmore-cont .pop-inner-cont {
  background-color: #fff;
  padding: 20px;
  display: flex;
}
.redmore-cont .pop-inner-cont * {
  color: #000;
}
.redmore-cont .rd-cont-extra {
  display: block;
  background: transparent;
  padding: 0px 20px;
  max-width: 700px;
  max-height: 500px;
  overflow: auto;
  scrollbar-color: var(--theme-color) rgba(237, 241, 255, 0.0784313725);
}
.redmore-cont .rd-cont-extra p {
  color: rgb(0, 0, 0);
}
.redmore-cont .rd-cont-extra ul {
  color: black;
}
.redmore-cont .rd-cont-extra ol {
  color: black;
}

.testimonial-p h2 {
  text-align: center;
}
.testimonial-p .testibox {
  padding: 5rem 2rem 2rem 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  border: solid 1px var(--theme-hover);
  border-radius: 10px;
  margin-top: 30px;
}
.testimonial-p .testibox .quoteBtn {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 3rem;
  color: var(--theme-hover);
  transform: translate(-50%);
}
.testimonial-p .testibox .testi_info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-p .testibox .testi_info img {
  max-width: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0;
  border: 2px solid #fcf0f0;
  border-radius: 50%;
}
.testimonial-p .testibox .testi_info h5 {
  font-size: 1.2rem;
  color: #737172;
  font-weight: 400;
}
.testimonial-p .testibox .testi_info h3 {
  color: var(--theme-hover);
}
.testimonial-p .testibox .testi_info p {
  font-weight: bold;
}
.testimonial-p .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testimonial-p button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-p button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--theme-hover);
  padding-left: 1px;
  border-radius: 50px;
}
.testimonial-p button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.testimonial-p button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-p button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  background-color: var(--theme-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.testimonial-p button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.about ul li {
  position: relative;
  padding-left: 25px;
  color: #000;
  font-size: 17px;
}
.about ul li:before {
  content: "\f30b";
  font-family: fontawesome;
  left: 0px;
  position: absolute;
  color: var(--theme-hover);
}
.about .img img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about .counter-wreapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.about .counter-wreapper .ot-counter {
  display: flex;
  align-items: center;
  padding: 25px 10px;
  flex-direction: column;
}
.about .counter-wreapper .ot-counter .c-number {
  display: flex;
}
.about .counter-wreapper .ot-counter h6 {
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
  display: inline-block;
  text-align: center;
}
.about .counter-wreapper .ot-counter span {
  font-weight: 700;
  font-size: 45px;
  color: var(--theme-hover);
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}
.about .counter-wreapper .ot-counter:nth-child(5) {
  justify-content: center;
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}
.about .counter-wreapper .ot-counter:nth-child(6) {
  justify-content: center;
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}
.about .counter-wreapper .ot-counter:nth-child(2) {
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}
.about .counter-wreapper .ot-counter:nth-child(3) {
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}
.about .counter-wreapper .ot-counter:nth-child(4) {
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}
.about .counter-wreapper .ot-counter:nth-child(1) {
  border-left: solid 1px rgba(145, 145, 145, 0.7215686275);
  border-bottom: solid 1px rgba(145, 145, 145, 0.7215686275);
}

.proj-gal {
  background-color: #f1e9e3;
}
.proj-gal .common-heading {
  text-align: center;
}
.proj-gal .nav {
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px !important;
}
.proj-gal .nav-pills {
  border-radius: 0px;
}
.proj-gal .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-hover);
  border: 2px solid var(--theme-hover);
}
.proj-gal .nav-link.active:hover {
  color: white;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.proj-gal .nav-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid var(--theme-hover);
  font-family: var(--heading-font);
}
.proj-gal .nav-link:hover {
  color: white;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.proj-gal .common-btn {
  padding: 15px 21px;
  font-size: 20px;
  line-height: 20px;
  min-width: 217px;
  text-transform: unset;
  letter-spacing: normal;
}
.proj-gal .common-btn:hover {
  color: white;
}
.proj-gal .nav-link:focus, .proj-gal .nav-link:hover {
  color: white !important;
}
.proj-gal .tab-pane p {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.proj-gal .tab-pane .gal-box img {
  width: 100%;
  transition: all 0.3s;
}
.proj-gal .tab-pane .gal-box:hover img {
  transform: scale(1.05);
}
.proj-gal .tab-pane .name-box {
  background: rgba(100, 11, 99, 0.6588235294);
  width: auto;
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: center;
  padding: 7px 15px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.proj-gal .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.proj-gal button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.proj-gal button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--theme-hover);
  padding-left: 1px;
  border-radius: 50px;
}
.proj-gal button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.proj-gal button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.proj-gal button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  background-color: var(--theme-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.proj-gal button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.342);
}
.footer p {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
}

.appointment {
  background-color: #f1e9e3;
  border-top: 1px solid rgba(0, 0, 0, 0.404);
}
.appointment .header-top {
  font-size: 19px;
}
.appointment .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.appointment .contact-form {
  padding: 40px 30px 40px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.appointment .contact-form label {
  margin: 0 0 8px 0;
}
.appointment .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.appointment .contact-form .form-control:focus {
  border-color: var(--theme-hover);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.appointment .contact-form button {
  border: none;
}
.appointment .contact-detail .cont-box {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  align-items: start;
  border: 1px solid var(--theme-hover);
  border-radius: 20px;
  justify-content: stretch;
  padding: 15px;
}
.appointment .contact-detail .cont-box .icon-box {
  background-color: var(--theme-hover);
  border-radius: 100px;
  min-width: 48px;
  height: 48px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment .contact-detail .cont-box .icon-box i {
  color: white;
  font-size: 21px;
}
.appointment .contact-detail .cont-box h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.appointment .map-box {
  margin-top: 10px;
}

.cta {
  background-image: linear-gradient(45deg, black, rgba(0, 0, 0, 0.5098039216)), url("img/cta.png");
  background-size: cover;
  color: white;
}
.cta p {
  color: white;
}
.cta h4 {
  font-size: 38px;
  margin-bottom: 10px;
}
.cta span {
  color: var(--theme-hover);
  font-family: var(--theme-hover);
}
.cta img {
  max-width: 240px;
  margin-bottom: 10px;
}
.cta .cont {
  margin-top: 20px;
}

.banner-home .mobile-d {
  display: none !important;
}

.banner-home .long-d {
  display: block !important;
}

.case-studies {
  border-bottom: solid 1px #000;
}
.case-studies .faq-answer {
  padding: 10px 30px 10px 30px;
  background-color: #F4F0E9;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}
.case-studies h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.case-studies .limg {
  display: flex;
  height: 100%;
  background-image: url("img/case-studies-home-page-banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-studies .limg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-studies .case-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}
.case-studies .case-right .case-tabs {
  border: 1px solid rgba(0, 0, 0, 0.3098039216);
  border-radius: 20px;
}
.case-studies .case-right .case-tabs ul {
  padding-left: 0;
  margin-bottom: 0;
}
.case-studies .case-right .case-tabs ul li {
  list-style: none;
}
.case-studies .case-right .case-tabs ul li .tbs-conts {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}
.case-studies .case-right .case-tabs ul li .tbBtns {
  cursor: pointer;
  padding: 17px 17px 15px 0;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.case-studies .case-right .case-tabs ul li .tbBtns::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "fontawesome";
}
.case-studies .case-right .case-tabs ul li:nth-child(odd) {
  border-top: solid 1px rgba(0, 0, 0, 0.3098039216);
  padding: 10px;
  border-radius: 15px;
}
.case-studies .case-right .case-tabs ul li:nth-child(even) {
  border-top: solid 1px rgba(0, 0, 0, 0.3098039216);
  padding: 10px;
  border-radius: 15px;
}
.case-studies .case-right .case-tabs ul li.active .tbs-conts {
  overflow: hidden;
  max-height: 800px;
}
.case-studies .case-right .case-tabs ul li.active .tbBtns::before {
  content: "\f068";
}
.case-studies .common-btn {
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.case-studies .no-border li {
  border: none !important;
  list-style: disc !important;
  margin-bottom: 10px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--theme-hover);
  border-color: var(--theme-hover);
}/*# sourceMappingURL=style.css.map */