.slide-carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
/* .slideimagebg:after {
  content: '';
  background: linear-gradient(283.53deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
} */
/* .slide-content {
  position: absolute;
  top: 25%;
  z-index: 99;
  left: 0;
  right: 0;
} */
 .slide-content {
    position: relative;
    z-index: 999;
}
.slide-carousel-image {
  position: relative;
  z-index: 9;
  padding: 8em 0 9em 0;
  border-radius: 30px;
}
div#slider .slide-circle-image img {
  border-radius: 50%;
}
.slide-circle-image:after {
  content: "";
  background-color: var(--color-secondry);
  width: 572px;
  height: 572px;
  display: inline-block;
  position: absolute;
  top: -5px;
  border-radius: 50%;
  left: -5px;
  right: 0;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: inline-block;
  bottom: 30px;
  margin: 0 auto;
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.slide-heading {
    color: white;
    font-weight: 800;
    font-size: 47px;
    line-height: 1.1;
    padding: 0;
    font-family: var(--primary-font);
}
.slide_btn {
  display: inline-block;
}
.slide-heading span {
  display: block;
}
#slider .owl-item.active .slide-heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active .slide-text {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.slide-text {
  margin: 19px 0 30px 0;
}
#slider .owl-item.active .slide_btn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.inner_carousel.container {
  position: relative;
}
#slider .slidesmalltext {
  font-weight: 300;
  color: white;
}
#slider h1, #slider h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  font-weight: 500;
  letter-spacing: 1.9px;
}
.slide-text {
  color: white;
  opacity: 0.8;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slide-carousel-image  img {
  position: relative;
  z-index: 9;
}
#slider .owl-carousel .owl-dots {
    display: none;
}
.owl-carousel .owl-item .slide-carousel-image img {
  width: 100% !important;
}
#slider-inner {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 30px;
}
.slide-carousel-image:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #101B17C7;
  border-radius: 30px;
}
.slide-carousel-image-block{
  position: relative;
}
.slider-box {
  text-align: left;
}
/* .slider-box:before {
  content: '';
  width: 140px;
  height: 535px;
  border: 10px solid white;
  display: inline-block;
  position: absolute;
  left: -61px;
  top: 15px;
} */

#slider .slide-tagline {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
div#slider {
  overflow: hidden;
  padding-bottom: 36px !important;
}
/* div#slider:after {
  content: '';
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 71.4%;
  height: 100%;
  margin: 0 auto 0 0;
  right: 0;
} */
 .slider-overlay {
  background-color: var(--color-primary);
  padding: 1em;
}
.slider-overlay-wrap {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    /* bottom: 0; */
    width: 100%;
}
.slider-overlay {
  background-color: var(--color-primary);
  padding: 1em;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
}
.slide-image-inner {
  position: relative;
}
.section_main_head {
  position: relative;
}
.owl-counts {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.owl-count {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.owl-count.active {
  color: #fff;
  background-color: #007bff;
}


.custom-dot {
  font-size: 14px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  padding: 4px 8px;
  transition: all 0.3s ease;
  margin-bottom: 7px;
  display: inline-block;
}
.custom-owl-dots {
  position: absolute;
  right: 40px;
  z-index: 9;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  max-width: 78px;
  text-align: right;
}
.custom-dot.active {
    color: white;
}
.custom-dot.active:before {
  background-color: white;
  width: 31px;
}

.custom-dot:before {
  content: '';
  width: 16px;
  background-color: white;
  height: 2px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -3px;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}

.custom-slider-nav.owl-nav {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}
#slider button.owl-prev {
  margin-bottom: 14px;
}
/* --------- Projects --------- */
.project-section-btn .theme_button i, .service-highlights-btn .theme_button i, .service-highlights-btn .theme_button2 i, .team-btn .theme_button i, .plan-main-btn .theme_button2 i, .new_btn .theme_button i{
  transform: rotate(-31deg);
}
#projects .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}
#projects .nav-tabs .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}
.nav-tabs {
  justify-content: center;
  margin-top: 1em;
}
#projects .box {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
/*------------------ Gallery -------------------*/
/* Main CSS */
.grid-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    grid-auto-rows: 321px;
    grid-auto-flow: dense;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
    width: 100%;
}
.projects-item1 {
    height: 113%;
}
.projects-item4 {
    height: 113%;
    margin-top: 47px;
}
.projects-item2{
    height: 93%;
}
.projects-item7, .projects-item8 {
    height: 113%;
    margin-top: -41px;
}
.projects-item5 {
    height: 113%;
    margin-top: -88px;
}
.projects-item3 {
    height: 71%;
}
.projects-item6 {
  height: 71%;
  margin-top: 25%;
}
.projects-type h5 {
  padding-top: 4px;
}
#projects .box{
     font-family: 'Hind', sans-serif;
     overflow: hidden;
     position: relative;
 }
#projects .box:before {
  content: '';
  background: #101B17A3;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
}
#projects .box:hover:before {
    opacity: 0.9;
    right: 30px;
    left: 30px;
    top: 30px;
    bottom: 30px;
}
 #projects .box img{
     width: 100%;
     height: auto;
     transform: scale(1.1);
     transition: all 0.3s ease 0s;
 }
#projects .box:hover img{
     filter: grayscale(70%);
     transform: scale(1);
 }
#projects .box .box-content {
    color: #fff;
    width: 81%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
    padding: 19px;
}
#projects .box-content h5 a {
    color: white;
    font-weight: 600;
    font-size: 18px;
}
#projects .box:hover .box-content{
     opacity: 1;
     bottom: 20px;
 }
 #projects .box .title{
     font-size: 25px;
     font-weight: 400;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     margin: 0;
 }
 #projects .box .post{
     font-size: 16px;
     text-transform: lowercase;
     letter-spacing: 1px;
     display: block;
 }
#projects .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    right: 10px;
    top: 51px;
    z-index: 1;
    transition: all 0.25s ease-in;
}
 #projects .box:hover .icon{ opacity: 1; }
 #projects .box .icon li{
     margin: 0 15px;
     display: inline-block;
     transition: all 0.3s ease 0s;
 }
 #projects .box:hover .icon li{ margin: 0 2px; }
#projects .box .icon li a {
    color: white;
    background-color: var(--color-primary);
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 0;
    display: block;
    transition: all 0.3s ease 0s;
}
 
 #projects .box .icon li a:hover{
     color: var(--color-primary);
     background: white;
     box-shadow: 0 0 10px -3px rgba(0,0,0,0.7);
 }
 #projects .box .icon li  a i{line-height:inherit;}
.project_image_box  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.project_image_box  h5 a:hover {
  color: var(--color-primary);
}
.projects-type span {
  color: white;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
#projects .box-content h5 {
    padding-bottom: 2px;
}
.projects-type {
  position: relative;
  z-index: 9;
}
.project-link .theme_button span {
    padding-right: 15px;
}
.project-link a.theme_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-type h5 a {
  color: #000000;
  font-weight: 700;
  font-family: var(--primary-font);
}
#projects .box img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.project_image_box  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.project_image_box h5 {
  padding-top: 0;
}
.project_image_box {
  position: relative;
}

.project_image_box  img {
  width: 100%;
  transition: all 0.6s ease;
  height: 100%;
  object-fit: cover;
}
#projects {
  background-color: #F1F7F4;
}
/* --------- About Us --------- */
#about-us {
  background-color: #F1F7F4;
}
#link-hover {
	 overflow: hidden;
	 position: relative;
	 display: inline-block;
}
 .link-hover::before, .link-hover::after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 left: 0;
}
 .link-hover::before {
	 background-color: var(--color-primary);
	 height: 2px;
	 bottom: 0;
	 transform-origin: 100% 50%;
	 transform: scaleX(0);
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
 .link-hover:hover::before {
	 transform-origin: 0% 50%;
	 transform: scaleX(1);
}
 .link-hover::after {
	 content: attr(data-replace);
	 height: 100%;
	 top: 0;
	 transform-origin: 100% 50%;
	 transform: translate3d(200%, 0, 0);
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
	 color: var(--color-primary);
}
 .link-hover:hover::after {
	 transform: translate3d(0, 0, 0);
}
 .link-hover span {
	 display: inline-block;
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
 .link-hover:hover span {
	 transform: translate3d(-200%, 0, 0);
}
.about-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about-contact-title {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
}
.call-image-block {
  position: relative;
  z-index: 9999;
}
a.about-contact-text:hover {
    color: var(--color-primary);
}
.about-git-block svg {
  width: 25px;
}
.about-git-block {
    padding-top: 9%;
}
.about-git-block svg path {
  fill: white;
}
a.about-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 12px;
}
.about-video-icon:after {
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    width: 58px;
    height: 58px;
    background-color: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    z-index: -2;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: shadow-blink;
    -webkit-animation-name: shadow-blink;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: var(--color-primary);
}
.about-video-icon {
  display: none;
  color: var(--color-primary);
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 9;
  /* background-color: white; */
  border: 3px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@-webkit-keyframes shadow-blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7)
    }
}

@keyframes shadow-blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7)
    }
}
.about-us-git-block-icon {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
}
a.about_us-contact-text {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}
.founder-box img {
    width: 201px;
    margin-right: 10px;
    clip-path: polygon(50% 0%, /* top corner */ 93% 25%, /* top-right */ 93% 75%, /* bottom-right */ 50% 100%, /* bottom corner */ 7% 75%, /* bottom-left */ 7% 25% /* top-left */);
}
.founder-title {
  margin-bottom: 15px;
}
.about-head-outer ul {
  margin-left: 15px;
}
.founder-name {
  color: #000000;
  font-weight: 700;
}
.customer-box-block {
    box-shadow: 0px 1px 14px 0px #00000040;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.customer-heading , .exp-heading {
  color: rgb(0 0 0 / 65%);
  font-weight: 500;
  font-size: 12px;
}

.about-head-outer h4 {
  font-size: 40px;
  max-width: 66%;
}
.column-text, .column-text p {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 15px;
}
.about-image1 {
  position: relative;
  text-align: center;
}
.about-image-outer img {
    border-radius: 0px;
}
.about-image-box.about-image1 {
  position: relative;
  z-index: 9;
  border-radius: 15px;
}
.exp-number {
  font-weight: 700;
  font-size: 65px;
  color: var(--color-primary);
  margin-right: 11px;
  line-height: 49px;
}


.exp-title {
  color: black;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 2px;
}
.exp-box-square-border {
  border: 15px solid #0000000D;
  width: 111px;
  height: 152px;
  display: inline-block;
  /* position: absolute; */
}
.about-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about-image2 {
  display: block;
  text-align: right;
  position: absolute !important;
  bottom: 8%;
  right: 0;
  z-index: 9999;
}
.about-image2-inner {
  display: inline-block;
  position: relative;
}
.about-image2 img {
  border-radius: 15px;
  border: 2px solid white;
}
.exp-box .media {
  margin-left: -45px;
}
.exp-box {
  display: flex;
  align-items: center;
}
span.d-block.exp-text {
  color: var(--color-primary);
}
.customer-image {
  margin-left: -17px;
  border: 3px solid white;
  border-radius: 50% !important;
}
.customer-count {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  margin-left: -17px;
}
.founder-box  .emnu-git-block a {
    color: white;
    font-weight: 400;
    font-size: 16px;
}
.customer-image:first-child {
  margin-left: 0px;
}
.about-image1 img {
  z-index: 99;
  position: relative;
  border-radius: 15px;
}
.about-head-outer ul li {
  color: black;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  font-weight: 700;
}
.about-head-outer ul li i {
  margin-right: 8px;
  color: var(--color-secondry);
}
.column-image img {
  clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.about-image1:hover img, .column-image:hover img {
  /* opacity: 0.25; */
  transform: scale(1.15);
  transition: all 0.25s linear;
}
.about-image1, .column-image {
  overflow: hidden;
  border-radius: 0;
}
.about-image1 img, .column-image img {
  width: 100%;
  height: auto;
  /* transform: scale3d(1.1, 1.1, 1); */
  transition: all 0.25s linear;
}
.column-image {
    overflow: hidden;
    border-radius: 0;
    clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}
a.about_us-contact-text:hover {
    color: var(--color-primary);
}
#about-us .theme_button .highlighted {
  border-bottom: 1px solid white;
  display: inline-block;
}
#about-us .section_main_head .section-text {
    color: black;
    margin-top: 21px;
}
#about-us .section_main_head h3:after {
    margin: 0;
}
.about-head-outer ul {
  margin-left: 0;
  margin-bottom: 33px !important;
}
.about-head {
  padding-top: 20px;
}
/*--------------- Why Choose Us ---------------*/
.why-choose-us-list:last-child {
    margin-bottom: 0 !important;
}
#why-choose-us {
  background-color: #F1F7F4;
}
#why-choose-us .container {
  position: relative;
  z-index: 9;
}
#why-choose-us .section_main_head h3 {
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 19px;
}
#why-choose-us .exp-number {
    font-size: 51px;
    font-weight: 700;
    margin-right: 0;
}
#why-choose-us .why-choose-exp-box .exp-title {
    font-size: 12px;
    /* font-weight: 400; */
    line-height: 18px;
}
.why-choose-us-box-image-div {
  margin-right: 10px;
}
.why-choose-exp-box {
  border: 1px solid #D9D9D9;
  padding: 18px;
}
.why-choose-us-head {
  padding-right: 3em;
}
.why-choose-us-tab-row ul.nav.nav-tabs {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  bottom: 0;
}
.why-choose-us-tab-row img {
    border-radius: 15px;
}
h4.section-subtitle {
    font-size: 32px;
}
.box-image-block {
  background-color: #D9D9D92B;
  padding: 21px;
  border-radius: 15px;
  text-align: center;
}
.box-image-block:hover .box-image-div img {
  transform: rotateY(360deg);
}
.why-choose-image-box img {
  border-radius: 15px;
}
.why-choose-us-tab-row .nav-tabs .nav-link {
  color: black;
  font-weight: 500;
  background-color: white;
  border-top-right-radius: 15px;
  padding: 8px 30px;
  border: none;
  margin-right: 10px;
}
.why-choose-us-tab-text {
  color: #000000;
  margin-top: 21px;
}
.why-choose-us-tab-row .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border: none;
}
.why-choose-us-features li {
  font-weight: 300;
  margin-bottom: 8px;
}
.why-choose-us-features li {
  font-weight: 300;
  margin-bottom: 8px;
  list-style: none;
}
#why-choose-us .section_main_head h3:after {
  margin: 0;
}
.why-choose-us-features ul {
  margin-left: 0 !important;
}
.why-choose-us-features li i {
  margin-right: 6px;
  color: var(--color-primary);
}
.box-image-div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--color-secondry);
  transition: .5s;
  z-index: 2;
  clip-path: polygon(
    50% 0%,    /* top corner */
    93% 25%,   /* top-right */
    93% 75%,   /* bottom-right */
    50% 100%,  /* bottom corner */
    7% 75%,    /* bottom-left */
    7% 25%     /* top-left */
  );
}
.box-image-block:hover .box-image-div:before {
  top: 0;
}
.happy-customer-box {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  display: inline-block;
  max-width: 194px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.why-choose-image-box:first-child {
  margin-top: 7em;
}
.customer-title {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 15px;
}
.customer-number {
  color: var(--color-secondry);
  font-weight: 700;
  font-size: 23px;
}
.why-choose-us-list .box-image-div {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background-color: #ccc;
  border: 1px solid;
  border: none;
  padding: 3px;
  margin: 0 auto;
}
.why-choose-us-list .box-image-div img {
  position: relative;
  z-index: 9;
  width: 49px;
}
.why-choose-us-list .box-image-div {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid;
    border: none;
    padding: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.why-choose-us-list h6 {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
  padding-top: 3px;
}
.why-choose-us-list .exp-title {
    color: black;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 2px;
}
.why-choose-us-list:last-child {
  margin-bottom: 0 !important;
}
.why-choose-us-list .section-text {
  color: #474747;
  font-size: 14px;
}
.why-choose-us-list:hover .box-image-div-inner{
  background-color: black;
  /* transition: transform 0.5s ease-in-out; */
}
.why-choose-us-list:hover .box-image-div-inner img{
  /* transition: transform 0.5s ease-in-out; */
  transform: rotate(360deg);
}
.cursor-box {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.cursor-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transition: all 0.5s ease;
}

.cursor-box:hover::before {
  top: 100%;
  left: 100%;
}
/* --------- Gallery --------- */
#our-gallery .grid-wrapper.container-gallery {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
    grid-auto-rows: 260px;
    grid-auto-flow: dense;
}
#our-gallery .section_main_head h3:after, #our-gallery .section_main_head h3:before, #latest-news .section_main_head h3:after, #latest-news .section_main_head h3:before, #services .section_main_head h3:after, #services .section_main_head h3:before{
  display: none;
}
#our-gallery .section_main_head h3, #latest-news .section_main_head h3, #services .section_main_head h3 {
    padding-bottom: 9px;
}
#our-gallery .box {
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#our-gallery .box:before,
#our-gallery .box:after,
#our-gallery .box .box-content:before,
#our-gallery .box .box-content:after{
     content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    transition: all 600ms ease;
}
#our-gallery .box:after{
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
}
#our-gallery .box .box-content:before,
#our-gallery .box .box-content:after{
    width: 4px;
    height: 0;
}
#our-gallery .box .box-content:after{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
}
#our-gallery .box:hover:before,
#our-gallery .box:hover:after{    
    width: calc(100% - 60px);
}
#our-gallery .box:hover .box-content:before,
#our-gallery .box:hover .box-content:after{
    height: calc(100% - 60px);
}
#our-gallery .box img{
    width: 100%;
    height: auto; 
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
#our-gallery .box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
#our-gallery .box .inner-content{
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
#our-gallery .box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
#our-gallery .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
#our-gallery .box .icon li{
    display: inline-block;
    margin: 0 4px;
}
#our-gallery .box .icon li a {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    height: 63px;
    width: 63px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
#our-gallery .box .icon li a:hover{
    color: #0c7475;
    background: #fff;
    border-radius: 0 10px 0 10px;
}
#our-gallery .box .icon li  a i{line-height:inherit;}
/* --------- Services --------- */
.shape-services {
  display: block;
  width: 100%;
  filter: url('#goo');
}
.shape-services::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 66%;
  clip-path: polygon(100% 1%, 100% 100%, 23% 100%, 0 74%, 0 0);
}
#services .box{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
#services .box:before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: 4px solid white;
  border-right: 4px solid  white;
  transform-origin: top right;
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease;
  z-index: 999;
}
#services .box:after {
  content: '';
  background: rgb(22 82 62 / 60%);
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 9;
  left: 0;
  right: 0;
  border-radius: 15px;
}
#services .box:hover:after{
   opacity: 1;
    transition: all 0.4s ease;
}
#services .box .shape-services::before {
    transition: all 0.4s ease;
}
#services .box:hover .shape-services::before {
    transform: scale(1.4);
    transition: all 0.4s ease;
}
#services .box:hover::before{ transform: scale(1.2); transition: all 0.4s ease; }
.services-content h6, .services-content h6 a {
  color: black;
  font-weight: 600;
}
.services-p {
  color: black;
}
.services-image-box img {
  clip-path: polygon(100% 1%, 100% 100%, 23% 100%, 0 74%, 0 0);
  border-radius: 15px;
}
.services-icon-image-box {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  left: 14px;
  z-index: 99;
}
#services .box:hover .services-icon-image-box{
  background-color: black;
}
#services a.theme_button {
  padding: 10px 40px;
}
.heading-width {
  max-width: 55%;
  margin: 0 auto;
}
#services .section-tagline {
    color: var(--color-primary);
}
.services-row .nav-tabs .nav-link span {
  padding-left: 18px;
}
.services-title-box h5 {
  color: white;
  font-size: 23px;
  font-weight: 700;
}
.services-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.services-row .nav-tabs li.nav-item, .pricing_plans-row .nav-tabs li.nav-item {
  display: block !important;
  margin-bottom: 23px;
}
.services-row  ul.nav.nav-tabs.justify-content-center, .pricing_plans-row  ul.nav.nav-tabs.justify-content-center {
    margin: 0;
    display: block;
}
.service-title-box {
  padding-top: 4em;
  padding-right: 5em;
}
.services-row .nav-tabs .nav-link, .pricing_plans-row .nav-tabs .nav-link {
  display: block;
  font-size: 16px;
  color: #696969;
  font-weight: 600;
  position: relative;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: white;
  width: 100%;
  border: none;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 13px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-row .nav-link i{
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 17px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.services-row .nav-tabs .nav-link.active i, .services-row .nav-link:hover i {
  color: white;
  transform: rotate(-45deg);
}
#services .nav-link img {
  width: 116px;
}
.services-row .nav-tabs .nav-link.active, .services-row .nav-tabs .nav-link.active, .services-row .nav-tabs .nav-link:hover{
  background-color: var(--color-primary);
  color: white;
}
.services-row .nav-tabs, .pricing_plans-row .nav-tabs {
    border: none;
    border-bottom: none;
}
.service-image {
  background-color: #4D4D4D;
  padding: 30px;
}
.services-title-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 10px;
}
.services-title {
  color: white;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 20px;
}
.services-number {
  color: white;
  font-family: var(--secondary-font);
  font-size: 46px;
  line-height: 1;
}
li.nav-item:last-child {
    margin-bottom: 0 !important;
}
.services-title:after {
  content: '----';
  padding-left: 50px;
}
.services-title-box h4 {
    font-family: var(--secondary-font);
    color: var(--color-primary);
    padding-top: 0;
}
.services-title-box h6 {
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--primary-font);
}
.services-features .services-list-icon {
  background-color: var(--color-secondry);
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-top: 5px;
}
.service-image {
  background-color: #4D4D4D;
  padding: 30px;
}
.service-item:hover .service-image {
  background-color: var(--color-primary);;
}
.services-features ul {
    margin-top: 20px;
}
.services-features li {
  margin-bottom: 16px;
  color: #000000;
  font-weight: 400;
}
/* .services-row .nav-tabs .nav-link.active:after, .pricing_plans-row .nav-tabs .nav-link.active:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4B3941;
  font-size: 13px;
  position: absolute;
  right: 26px;
} */
.service_tab_content .tab-pane, .plan_tab_content .tab-pane {
  position: relative;
}
.services-back-bg, .plans-back-bg {
  background-color: white;
  display: block;
  width: 91%;
  height: 90%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 auto;
  left: 0;
  right: 0;
}
.service-item, .plan-item {
  position: relative;
  z-index: 9;
}
.service-title-box{
  padding-top: 4em;
}
.service-item h5 a {
  color: #4B3941;
  font-weight: 700;
  font-size: 22px;
}
.compare-price {
  font-family: var(--ternary-font);
  color: #8B757F;
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 5px;
}
.compare-price {
  font-family: var(--ternary-font);
  color: #8B757F;
  font-size: 18px;
}
.sale-price {
  font-family: var(--ternary-font);
  font-size: 18px;
  color: var(--color-primary);
}
.service-btn {
  margin-top: 4em;
  margin-left: -6em;
}
.service-btn a.theme_button {
  padding: 16px 30px;
}
.service-text {
  color: rgb(34 34 34 / 60%);
  padding: 2em 4em;
  margin-left: 4em;
}


/*--------------- How It Works ---------------*/
.how_it_works-block{
    position: relative;
}
#how-it-works .section_main_head h3, #how-it-works .section_main_head  .section-tagline {
  color: white;
}
span.how-it-works-steps {
  color: #006FC9;
  background-color: white;
  width: 54px;
  height: 54px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#how-it-works {
  overflow: hidden;
}
.how_it-works-image-box {
  background-color: #00B2FF;
  display: inline-block;
  width: 168px;
  border-radius: 15px;
  padding: 43px 41px;
  position: relative;
}
.how_it_works-block h5 {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.how_it_works-content {
  padding: 31px 0 0 0;
}
.how_it_works-block svg {
  position: absolute;
  top: 7em;
  right: -63px;
  width: 138px;
}
.how_it_works-block:nth-child(2), .how_it_works-block:nth-child(4) {
  padding-top: 4em;
}
.how_it_works-block:last-child svg {
  display: none;
}
#how-it-works .section_main_head .section-text {
    color: white;
}
.how_it_works-content h6, .how_it_works-content h6 a {
  color: white;
  font-size: 17px;
}
.how-it-works-p {
    color: white;
}
.how-it-works-box {
  max-width: 69%;
  margin: 0 auto;
}
.how-it-works-box:hover .how_it-works-image-box{
  background-color: var(--color-secondry);
}
/*--------------- Apply Now ---------------*/
.shape-about {
    display: block;
    width: 100%;
    filter: url('#goo');
}
.shape-about::before {
    content: "";
    display: block;
    background: var(--b, white);
    padding-top: 41%;
    clip-path: polygon(37% 0, 46% 27%, 55% 27%, 64% 56%, 100% 56%, 100% 100%, 0 100%, 0 0);
}
.apply-now-heading {
    max-width: 52%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#apply-now-section h3 {
  color: black;
}
.apply-now-form-wrapper input[type="email"] {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  color: #00000038;
  border-radius: 15px;
  padding: 9px 19px;
  background-color: white;
}
.apply-now-form-wrapper form {
  max-width: 73%;
  margin: 0 0 0 auto;
  position: relative;
  margin-top: 12px;
}
#apply-now-section {
  background-color: #FAFFF6;
}
.apply-now-form-wrapper input[type="submit"] {
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
/* ----------- Team ------------- */
#team h3 {
  color: white;
}
.our-team.team-box {
  border-radius: 12px;
}
.post-img{
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .our-team .team-img img, .post-img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
}
.team-box-inner-content span {
  color: white;
  font-weight: 300;
  font-size: 12px;
}
.team-contact{
  margin-top: 1px;
}
a.team-contact-text {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
}
.team-contact-text i.fa-solid.fa-envelope {
  margin-right: 9px;
}
.team_head a {
    font-family: var(--primary-font);
    color: white;
    font-size: 18px;
    font-weight: 700;
}
h5.team_head {
  padding-top: 0;
  padding-bottom: 0;
}
.team-img {
    position: relative;
}
.our-team .social{
  width: 100%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%) rotate(-30deg);
  transition: all 0.3s ease 0s;
  border-radius: 12px;
}
.our-team:hover .social{
  height: 100%;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -27px;
  right: 39px;
}
.our-team .social ul li{
    display: block;
}
.our-team .social ul li a {
  display: flex;
  width: 53px;
  height: 44px;
  line-height: 30px;
  border-radius: 12px;
  font-size: 15px;
  margin-right: 6px;
  color: white;
  background: var(--color-primary);
  transition: all 0.3s ease 0s;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  /* margin: 0 auto; */
  margin-bottom: 8px;
}
.team-box-inner.team-content {
  padding: 15px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-img img {
  border-radius: 20px;
}
.our-team .social-profiles i {
  padding-right: 0;
}
.our-team .social ul li a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
.team-share {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 7px;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 13px;
  color: white;
}
.our-team:hover .team-share{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.our-team:hover .team-share i{
  color: white;
}
#team .owl-carousel .owl-dots button.owl-dot span, #team .owl-dots button.owl-dot span, #latest-news .owl-carousel .owl-dots button.owl-dot span, #latest-news .owl-dots button.owl-dot span {
  padding: 0;
}
#team .owl-carousel .owl-dots button.owl-dot.active, #team button.owl-dot.active, #latest-news  .owl-carousel .owl-dots button.owl-dot.active, #latest-news  button.owl-dot.active {
    background-color: var(--color-primary) !important;
    padding: 0px !important;
}
#team .owl-carousel .owl-dots button.owl-dot, #team .owl-dots button.owl-dot, #latest-news  .owl-carousel .owl-dots button.owl-dot, #latest-news .owl-dots button.owl-dot {
  background-color: #D9D9D9 !important;
  border: none !important;
  border-radius: 0;
  height: 3px !important;
  width: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#team .owl-dots, #latest-news .owl-dots {
  margin-top: 40px;
}
.social-menu {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share .share-ball {
  padding: 6px;
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 07px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.team-box:hover .share .share-ball {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.social-menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 86px;
    left: 9px;
    border-radius: 32px;
    overflow: hidden;
}
.social-menu .submenu li {
  transition: all ease-in-out 0.5s;
  /* position: absolute;
  top: 0;
  left: 8px;
  z-index: -1; */
  opacity: 0;
}
ul.submenu.social-profiles {
  background-color: var(--color-primary);
  opacity: 0;
}
.team-box:hover ul.submenu.social-profiles {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.social-menu .submenu li a {
    background-color: transparent;
    padding: 10px 8px;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 0;
    color: white;
    text-align: center;
    outline: none;
    border: none;
}
.social-menu .submenu li a:hover{
  background-color: white;
  color: var(--color-secondry);
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.team-box:hover .social-menu  .share .share-ball {
  background-color: white;
  color: var(--color-secondry);
  border: 1px solid var(--color-secondry);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -44px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -86px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -129px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -171px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -193px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
}
a.team-contact-text:hover, .team-box:hover a.team-contact-text{
  background-color: var(--color-secondry);
  color: white
}
.team-box:hover .share-ball {
  background-color: var(--color-secondry);
  color: white;
}
#team a.theme_button {
  background-color: white;
  color: #16523E;
  border-color: white;
}
#team a.theme_button:hover {
    color: white;
}
#team .theme_button:before, #team .theme_button2:before {
    background: #101B17;
}
/*------------ Gallery --------------*/
#gallery {
  padding-bottom: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.gallery_image_box1 img, .gallery_image_box5 img, .gallery_image_box6 img, .gallery_image_box7 img, .gallery_image_box12 img,  .gallery_image_box4 img {
  width: 102px;
}
.image-colmun1 {
  text-align: right;
}

.gallery img {
  margin-bottom: 10px;
}
.gallery img {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.image-colmun2, .image-colmun3, .image-colmun7{
    margin-top: 24px;
}
.image-colmun3 img {
  width: 100%;
}
.gallery .row {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .row>* {
  padding: 0 7px;
}
.image-colmun3 {
    width: 12%;
}
.gallery .row {
    display: flex;
    justify-content: center;
}
.gallery img:hover {
  transform: scale(1.03);
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
.gallery-title-box .gallery-box-title {
  background-color: var(--color-secondry);
}
.gallery-title-box  .gallery-box-title h4 {
  color: var(--color-primary);
  font-family: var(--secondary-font);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}
.gallery-title-box h6 {
  color: white;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 21px;
  max-width: 53%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
#latest-news {
    background-color: #F1F7F4;
}
#latest-news .box {
    background: var(--color-primary);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
#latest-news .box:before,
#latest-news .box:after{
    content: '';
    background: white;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 white;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
#latest-news .box:after{
    box-shadow: -15px 0 0 white;
    left:auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}
#latest-news .box:hover:before{ bottom: -10px; }
#latest-news .box:hover:after{ top: -10px; }
#latest-news .box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
#latest-news .box:hover img{
    opacity: 0.3;
    filter: grayscale(90%);
}
.news-box {
    position: relative;
}
.news-box h5 a {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 30px;
}
.post-text p {
  color: black;
  font-weight: 400;
  font-size: 14px;
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #1D1C1C;
  font-weight: 300;
}
.new-title-text {
  max-width: 90%;
  position: relative;
  padding-left: 18px;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.news-box .metabox span, .news-box .metabox a {
  margin: 0;
}
.news-box-inner .metabox .metabox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box-inner .post-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  transform: scale(1,1);
  transition: transform 0.50s linear;
}
.post-img {
  height: 100%;
  width: 100%;
}
.post-img img {
  height: 100% !important;
  object-fit: cover;
}
.news-box:hover .news-box-inner .post-img img{
  transform: scale(1.2,1.2);
}
.news-box .metabox span i {
  margin-right: 5px;
  color: black;
  margin-bottom: 0;
}

.post-link-box a {
  font-weight: 700;
}
.post-link-box a i{
  font-weight: 700;
}
.author-meta small {
    color: #000000;
}
.author-meta strong {
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 700;
}
span.link-title {
  color: black;
  font-weight: 400;
  padding-left: 16px;
  padding-top: 12px;
}
.post-image-block {
  padding-left: 10px;
  position: relative;
}
.news-box-inner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.post-desc span.entry-date {
    color: black;
    font-size: 12px;
}
.news-post-btn  a.theme_button {
  background-color: black;
  border-color: black;
  border-radius: 0;
  padding: 7px 19px;
}
.news-post-btn  a.theme_button:hover {
  border-color: var(--color-primary);
  border-radius: 15px;
}
.news-blog1  h5 {
    max-width: 69%;
}
.news-post-btn .theme_button:before, .news-post-btn .theme_button2:before {
    background-color: var(--color-primary);
}
.author-avatar img {
    border-radius: 50%;
}
.post-image-block-inner{
  position: relative;
}
.post-link-box {
  background-color: #353535;
  border-radius: 15px;
}
.post-link-box a {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
span.link-icon {
  background-color: white;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 21px 19px 11px;
  border-radius: 7px;
  transform: skewX(-15deg);
  margin-right: -5px;
}
span.link-icon i {
    transform: rotate(-56deg);
}
.news-box:hover .news-box-inner .metabox{
  background-color: #353535;
}
.news-box:hover .news-box-inner .post-link-box{
  background-color: var(--color-primary);
}
.news-box:hover span.link-icon{
  background-color: #353535;
  color: white;
}
#latest-news button.owl-prev, #latest-news  button.owl-next {
  background-color: var(--color-primary);
  padding: 5px 10px;
  border-radius: 9px;
  color: white;
}
#latest-news .owl-carousel .owl-nav i, #latest-news .owl-nav i {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}
#latest-news  .owl-nav button.owl-prev i{
  margin-right: 5px;
}
#latest-news .owl-nav button.owl-next i{
  margin-left: 5px;
}
#latest-news button.owl-prev:hover, #latest-news button.owl-next:hover{
  background-color: #353535;
}

/* --------- Records --------- */
.records-box .box-count {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  line-height: 34px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.records-box .box-count:after {
  content: '';
  background-color: var(--color-primary);
  width: 91px;
  height: 2px;
  position: absolute;
  bottom: -2px;
}
.records-box {
  padding: 53px;
}
#records .owl-carousel .owl-dots button.owl-dot span, #records .owl-dots button.owl-dot span {
  background-color: white;
  display: white;
}
#records .owl-carousel button.owl-dot.active, #records button.owl-dot.active {
    border-color: white !important;
}
.records-info h6, .records-info h6 a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 22px;
}
svg.record-top-svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
}
svg.record-bottom-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.records-info .media {
  align-items: center;
}
.records-image {
  background-color: #1D1C1C;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 11px;
  margin-right: 8px;
}
.records-info:hover .records-image{
  background-color: var(--color-primary);
}
/* ----------- Testimonials ------------- */
#testimonials .section_main_head h3:before, #testimonials .section_main_head h3:after, #newsletter_section .section_main_head h3:before, #testimonials .section_newsletter_sectionmain_head h3:after{
  display: none;
}
.testimonials-info i {
  color: rgb(22 82 62 / 30%);
  position: absolute;
  font-size: 28px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.testimonial-image img {
  border-radius: 15px;
}
#testimonials  .section_main_head h3 {
    padding-bottom: 13px;
}
.t-desig {
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: #1E1E1E;
}
.testimonial-image {
  width: 85px;
  border-radius: 12px;
  margin-right: 10px;
}
.nav-tabs {
  border-bottom: 0;
  margin: 0;
}
.quote_box i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 25px;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  color: #686868;
  margin-top: 17px;
}
.testimonial-title {
  padding-bottom: 0;
  /* line-height: 1.1; */
  position: relative;
  display: block;
}
.testimonial-title a {
  position: relative;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--primary-font);
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 100% !important;
}
.testimonial-image-block img {
  border-radius: 15px;
  max-width: 90%;
}
.testimonials_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.testimonials_image {
  width: 67px;
  margin-right: 10px;
}
.testimonial-data-block {
  padding: 0 0;
  position: relative;
}
#testimonials .testimonial-star i {
  color: #FFCB12;
  font-size: 12px;
  margin-right: 7px;
}
.testimonial-star {
    margin-left: 44px;
}
#testimonials .testimonial-star .without_filled i {
  color: #E3E3E3;
}
.testimonial-col-image:after {
  content: '';
  background-color: var(--color-primary);
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 15px;
  left: 0;
  right: 0;
}
.testimonial-col-image {
    position: relative;
    text-align: center;
}
.testimonial-col-image img {
    position: relative;
    z-index: 99;
}
.testimonial-col-image {
    position: relative;
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure {
    position: relative;
    overflow: hidden;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.testimonials-body {
  position: relative;
}
.testimonials-body i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 20px;
}
.testimonials-body i.fas.fa-quote-right {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.owl-item.active.center .testimonial-semi-circle {
  height: 11rem;
  width: 114%;
  border-radius: 1rem;
  background-color: var(--color-primary);
  /* height: 5rem; */
  /* width: 10rem; */
  border-radius: 15rem 15rem 0 0;
  transform: rotate(180deg);
  position: absolute;
  z-index: -1;
  top: -5em;
  margin: 0 auto;
  left: -24px;
}
#testimonials .owl-carousel .owl-dots, #testimonials .owl-dots {
  text-align: left;
  margin: 0;
  display: inline-flex;
  margin-top: 16px;
}
.testimonials-header-container a {
  border-bottom: 1px solid;
}
.testimonials-header-container a:hover {
  color: black;
}
.testimonial-data-block i.fa-solid.fa-quote-right {
  color: #3F86010F;
  font-size: 160px;
  position: absolute;
  bottom: -6px;
  right: 52px;
}

/*-----------------------faq--------------------------*/
#our-faq {
  background-color: white;
  height: 100%;
  padding: 3em 2em;
}
#records-faq{
  overflow: hidden;
}
#our-faq .section_main_head h3 {
  color: #101B17;
  font-weight: 700;
  font-size: 30px;
}
#our-faq .section_main_head h3:after {
  margin: 0;
}
.accordion-item {
  margin-bottom: 20px !important;
}
#accordionfaq button.accordion-button {
  color: #000000;
  font-weight: 600;
  padding: 16px 12px 16px 18px;
  border: none;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  border-bottom: none;
  margin-bottom: 0;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: white;
  border: 1px solid white;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}

#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  color: white;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  background-color: #101B17;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-body {
    padding: 0;
    margin-top: 0;
}
.accordion-collapse .accordion-body {
    color: white;
    padding: 0 22px 12px 22px;
}

#our-faq:after {
  content: '';
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  right: -99987px;
  width: 99999px;
  
}

#accordionfaq button.accordion-button:hover:after {
    background-color: white;
    color: var(--color-secondry);
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\2b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: white;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  background-color: var(--color-secondry);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-item {
margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-collapse{
  padding: 0px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-size: 14px;
  color: #000000;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.accordion-item {
    border: 1px solid #000000;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after, #accordionfaq button.accordion-button:hover:after {
  background-color: var(--color-primary);
  color: white;
}
.accordion-item {
    position: relative;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 0;
  top: 00% !important;
  transform: translateY(0%) !important;
  padding: 0;
  height: 100%;
  border-radius: 0;
  width: 48px;
}

/*---------------Newsletter ---------------*/
#latest-news {
    padding-bottom: 22em;
}
.newsletter-container {
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 0 41px;
  border: 1px solid #838383;
  margin-top: -20em;
}
.newsletter-container  img {
    margin-top: -19%;
}
#newsletter_section .section_main_head h4 {
  color: white;
  font-size: 20px;
}
.newsletter-container .row {
    align-items: center;
}
.newsletter_head {
  /* width: 50%; */
  width: 100%;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p {
  max-width: 100%;
  margin: 0 !important;
  color: white;
}
.newsletter-container  .section_main_head.white_head h3 {
  background-color: transparent;
  color: black;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0;
}
.newsletter_shortcode {
  width: 100%;
  margin-top: 6px;
  max-width: 81%;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: transparent;
  border: none;
  color: white;
  padding: 9px 25px 9px 25px;
  font-family: var(--primary-font);
  border: none;
  font-size: 12px;
  border-radius: 15px;
  width: 100%;
  border: none;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  border: 1px solid white;
}

.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: white;
}
.newsletter_shortcode input[type="submit"] {
  padding: 12px 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  background-color: white;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: none;
  border: 1px solid white;
  font-weight: 700;
}
#newsletter_section .section_main_head h3 {
  color: white;
  font-size: 31px;
  padding-bottom: 12px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: black;
  color: white;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
#newsletter_section {
  position: relative;
  padding: 0;
  padding-top: 4em;
}
.newsletter_shortcode .wpcf7-not-valid-tip {
    position: absolute;
}

.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
  overflow: hidden;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin: 10px 6px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 14px!important;
  width: 14px !important;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
  background-color: black;
  display: block;
  border-radius: 50%;
  padding: 3px;
}
#slider .owl-carousel .owl-dots button.owl-dot span, #slider .owl-dots button.owl-dot span {
  background-color: white;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: transparent !important;
  border-color: black !important;
  padding: 3px !important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: transparent !important;
  border-color: white !important;
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  margin-right: 6px;
}
.owl-nav.custom-services-nav {
    text-align: left;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 18px;
  padding: 13px 17px;
  color: white;
  border: none;
  background-color: var(--color-secondry);
  transition: .3s ease;
  opacity: 1;
  border-radius: 50%;
  /* border: 1px solid var(--color-primary); */
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: black;
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-carousel .owl-nav i:hover, #slider .owl-nav i:hover {
  color: white;
  border-color: white;
  background-color: transparent;
  border-color: white;
  color: white;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
/*------------ Image Overlay Effctes -----------------*/
.image-overlay-effect .box {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.image-overlay-effect .box img{
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
}
.image-overlay-effect:hover .box img{
  opacity: 0.25;
  transform: scale(1.25);
}
.news-box h5 a:hover, .testimonial-title a:hover, .team_head a:hover, .rooms-content h5 a:hover {
    color: var(--color-primary);
}