/*-------------- Slider ---------------*/
.slide-content {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  right: 0;
}
.Slider-left-box {
  max-width: 44%;
  background-color: #00000085;
  padding: 32px 30px;
}
.slide-tagline {
  background-color: var(--primary-color);
  color: #2D2D2D;
  padding: 11px 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 16px;
}
.slide-heading {
  color: white;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 22px;
  margin-top: 12px;
}
.slide-text {
  font-size: 16px;
  color: white;
}
#slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-carousel .owl-nav button.owl-next, #slider .owl-nav button.owl-prev, #slider .owl-nav button.owl-next {
  background-color: #FFFFFF80 !important;
  color: white !important;
}
#slider .owl-carousel .owl-nav button.owl-prev:hover, #slider .owl-carousel .owl-nav button.owl-next:hover, #slider .owl-nav button.owl-prev:hover, #slider .owl-nav button.owl-next:hover {
  background-color: var(--primary-color) !important;
  color: black !important;
}
#slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
}
#slider .owl-carousel .owl-nav button.owl-prev {
  
}
#slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  width: 21px !important;
  border-radius: 0;
  height: 45px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#slider .owl-carousel .owl-nav button.owl-next {
  width: 21px !important;
  border-radius: 0;
  height: 45px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
#slider .owl-nav {
  margin: 0;
}
/*-------------- Call to Action ---------------*/
#call-to-action {
    background-color: var(--primary-color);
    padding: 14px 0;
}
#call-to-action h2 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.call-to-action-wrap {
  max-width: 72%;
  margin: 0 auto;
}
.call-to-action-btn {
  padding: 0 73px;
  position: relative;
  top: 22px;
  z-index: 1;
}
.call-to-action-shape {
  height: 57px;
  width: 100%;
  position: absolute;
  bottom: 0;
  clip-path: polygon(50% 0%, 100% 0, 90% 100%, 8% 100%, 0 0);
  background-color: var(--primary-color);
  position: absolute;
  bottom: -71px;
}
.call-to-action-btn a.theme_button.theme_button2:before{
  background-color: white;
}
.call-to-action-btn a.theme_button.theme_button2:hover{
  color: var(--secondary-color);
}


/*-------------- Our Commitments ---------------*/
#our-commitments {
  padding-top: 10em;
}
.our-commitments-image-wrap {
  width: 76px;
  background-color: #2D2D2D;
  height: 100px;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.our-commitments-card-content h6 {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.our-commitments-card-content .section-text {
    color: #5C5C5C;
    font-size: 14px;
}
.our-commitments-card-content a.read-more-link {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-top: 13px;
  display: block;
}
.our-commitments-image-wrap{
  overflow: hidden;
}
.our-commitments-image-wrap:before {
  content: "";
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.our-commitments-card:hover .our-commitments-image-wrap:before {
    transform: translateX(0%) translateY(0%) scale(1);
}
.our-commitments-image-wrap img {
    position: relative;
    z-index: 1;
}
.our-commitments-card-content a.read-more-link:hover, .our-commitments-card:hover a.read-more-link{
  color: var(--primary-color);
}
.read-more-link i {
    font-size: 11px;
}
/*-------------- Services ---------------*/
#services, #who-we-are, #team, #latest-news {
  background-color: #F6F6F6;
}
/* ---------------------- Services ------------------------ */
.section_main_head span.section-tagline {
  padding: 0;
  border: none;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}
.about-image2 {
    max-width: 44%;
    position: absolute;
    bottom: 4em;
    right: 0;
    border: 10px solid white;
    z-index: 1;
    border-right: 0;
}
.about-image3 {
  position: absolute;
  right: 0;
  top: 5em;
}
.about-images {
  position: relative;
}
span.section-text {
  font-size: 20px;
  max-width: 49%;
  display: block;
  margin: 0 0 0 auto;
}
.services-head {
  max-width: 85%;
  margin: 0 auto;
}
.services-icon-wrap {
  width: 82px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 25px;
}
.services-block .box-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 24px;
}
a.service-link {
    border-top: 1px solid #FFFFFF;
    margin-top: 22px;
    display: block;
    padding-top: 21px;
    color: white;
    font-weight: 700;
}
.services-block h4 a {
    font-weight: 700;
    font-size: 19px;
    color: white;
    margin-bottom: 36px;
    display: block;
    margin-top: 44px;
}
.services-block:hover:before {
    transform: translateX(0%) translateY(0%) scale(1);
}
.services-block:before {
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.services-block-inner {
    position: relative;
    z-index: 1;
}
.section_main_head h3 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 40px;
}
.services-block {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #2D2D2D;
  padding: 22px;
}

.services-icon-wrap {
    position: relative;
    display: inline-block;
}

.services-icon-wrap .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.services-block:hover .services-icon-wrap .icon-hover {
    opacity: 1;
}

.services-block:hover .services-icon-wrap .icon-default {
    opacity: 0;
}

/*-------------- Who we are ---------------*/
.who-we-are-image-box-card-content {
  background-color: #2D2D2D;
  padding: 31px 10px;
  border-radius: 12px;
  text-align: center;
}
.who-we-are-numbers {
  color:#FFC513;
  font-size: 52px;
  font-weight: 700;
}
.who-we-are-box-text {
  color: white;
  font-weight: 700;
}
.who-we-are-image-box-card-content:hover {
  background-color: #FFC513;
}
.who-we-are-image-box-card-content:hover .who-we-are-numbers {
  color:white;
}
.who-we-are-image1 {
    margin: 0 auto;
    text-align: center;
    max-width: 55%;
}
.who-we-are-image2 {
    border: 2px solid white;
    position: absolute;
    right: 59px;
    top: -28px;
    max-width: 20%;
}
.who-we-are-head {
    max-width: 83%;
}
.who-we-are-image3 {
    border: 2px solid white;
    position: absolute;
    left: 56px;
    bottom: -37px;
    max-width: 30%;
}
#who-we-are {
    padding: 6em 0;
}
/*-------------- Projects ---------------*/
.project-image {
  height: 500px;
}
.project-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.project-title-block {
  position: absolute;
  bottom: 0;
  padding: 28px 18px;
  text-align: center;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, #FFC513 100%);
}
.project-title-block h5 a {
    color: white;
    font-weight: 700;
}
.project-card {
    border-radius: 16px;
    overflow: hidden;
}
/*-------------- Video ---------------*/
.video-block-innner {
    text-align: center;
}
.video-block-innner a {
  font-size: 20px;
  background-color: var(--primary-color);
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 50%;
  color: var(--secondary-color);
  position: relative;
  z-index: 9;
}
.video-block-innner a:hover{
  background-color: white;
  color: var(--primary-color);
}
#video {
  padding: 16em 0;
}
/*-------------- Main Banner ---------------*/
.banner-details {
  background-color: rgb(48 55 64 / 95%);
  padding: 71px 78px 71px 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  max-width: 50%;
  position: relative;
  padding-left: 0;
}
.banner-head h1 img {
    position: absolute;
    top: 14px;
    /* right: 11px; */
    margin-left: 27px;
}
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about-us .owl-dots, #about-us .owl-nav {
    display: none !important;
}
.about-head-outer a.theme_button:hover {
  color: black;
}
#main-banner {
    overflow: hidden;
}
span.heading-span0 {
    display: block;
}
.banner-details:after {
  content: '';
  background-color: rgb(48 55 64 / 95%);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.banner-head span.section-tagline:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--secondary-color);
  border-radius: 10px;
  margin-right: 4px;
}
.banner-head h1 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 51px;
  line-height: 66px;
}

span.heading-span {
  /* display: block; */
  color: var(--primary-color);
}

.banner-details .section-text {
    color: white;
    margin-top: 35px;
    font-size: 18px;
    padding-right: 28px;
    line-height: 34px;
}

span.text-span{
  display: block;
  margin-top: 10px;
}
.main-banner-btn {
  max-width: 57%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  text-align: center;
  position: relative;
}
.main-banner-shape::before {
    clip-path: unset !important;
}
.main-banner-btn {
  border: 10px solid white;
  border-left: none;
  border-bottom: none;
}
.main-banner-btn:after {
  content: '';
  position: absolute;
  right: -75px;
  bottom: -11px;
  width: 61px;
  height: 71px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 33px 18px 7px 4px  white;
  transform: rotate(110deg);
}
.main-banner-btn-inner {
  padding: 29px;
  background-color: var(--primary-color);
  border-top-right-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 999;
  border-bottom-right-radius: 15px;
  border-radius: 15px;
}

.main-banner-btn:before {
    content: '';
    position: absolute;
    left: 2px;
    top: -77px;
    width: 61px;
    height: 71px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 33px 18px 7px 4px  white;
    transform: rotate(114deg);
    z-index: 999;
}

/* .main-banner-btn:after {
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
} */
 .main-banner-btn.aos-init.aos-animate:after {
  content: '';
}

.main-banner-btn a {
  color: white;
}

.main-banner-btn a .button-icon {
  color: white;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border: 1px solid white;
  border-radius: 50%;
  margin-left: 11px;
  align-items: center;
  justify-content: center;
}

.main-banner-btn a:hover {
  color: var(--secondary-color);
}

.main-banner-btn a:hover .button-icon {
  background-color: var(--secondary-color);
  color: white;
  border-color: var(--secondary-color);
}
.main-banner-row {
  padding-top: 2em;
}
.main-banner-link a {
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: underline;
    margin-left: 17px;
}
.banner-roght-column-image {
  text-align: center;
}
.banner-roght-column-image img {
    width: 100%;
}
#main-banner .container {
    position: relative;
    z-index: 9;
}
.customer-number {
  color: #000000;
  font-weight: 400;
  font-size: 30px;
  display: block;
}
.banner-roght-column-image img {
  border-radius: 20px;
  margin: 19px 0;
}
span.right-column-text2 {
  font-size: 20px;
  display: block;
  text-align: center;
  max-width: 61%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.main-banner-vector-shape {
  position: absolute;
  bottom: 0;
}
#main-banner {
  padding-bottom: 8em;
}
.rating-records a i {
  color: var(--secondary-color);
  transform: rotate(-56deg);
  font-size: 24px;
  margin-left: 9px;
}
.banner-head-outer {
    padding-top: 25px;
}
span.right-column-text {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 20px;
  max-width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
span.pricing-text {
  background-color: var(--primary-color);
  padding: 7px 17px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.customer-image img:first-child {
    margin-left: 0;
}
.rating-records {
  box-shadow: 0px 23px 27.3px -11px #1B1E3040;
  padding: 25px 19px;
  border-radius: 20px;
  position: absolute;
  bottom: 9em;
  background-color: white;
  left: -63px;
}
.rating-box{
  margin-bottom: 19px;
}
.customer-records {
  margin-left: 29px;
}
.banner-column-image {
    position: relative;
}
span.pricing-text2 {
  font-weight: 300;
  color: var(--secondary-color);
  display: block;
  font-size: 33px;
  margin-top: 10px;
}
.banner-column-image img {
  border-radius: 20px;
  width: 100%;
}
.customer-image img {
    margin-left: -15px;
}
.banner-roght-column-image {
    margin-top: 18px;
  }
.rating-box i {
    color: #0E7490;
    font-size: 14px;
}
.main-banner-btn {
  margin-top: 49px;
}
#main-banner a.theme_button {
    display: inline-block;
}
/* ---------------------- Partner ------------------------ */
#our-partner .section_main_head  h3 {
  /* font-weight: 400; */
  font-size: 34px;
  margin-bottom: 1em;
  color: white;
}
.owl-carousel .owl-item .logo-images img {
    width: auto !important;
    height: 81px;
}
#our-partner {
  background-color: var(--primary-color);
}
#our-partner .section_main_head span.section-tagline {
  color: white;
}
.logo-images {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 31px 10px;
    border-radius: 8px;
    position: relative;
}
.logo-images:hover:before {
    width: 100%;
}
.logo-images:before {
    content: "";
    background: var(--secondary-color);
    width: 0;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

/* ---------------------- About us ------------------------ */
#about-us {
  overflow: hidden;
}
.about-image img {
    border-radius: 20px;
}
.about-head-outer a.theme_button {
  padding: 13px 34px;
}
.records-image img {
  border-radius: 20px;
}
#about-us .section-text {
  font-weight: 500;
  line-height: 27px;
  font-size: 16px;
  color: #5C5C5C;
  margin-bottom: 50px;
}
.about-box-text {
    font-weight: 500;
    color: #5C5C5C;
    font-size: 15px;
}
.exp-content {
    background-color: #00000059;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: end;
    padding: 15px;
}
.exp-title {
  color: white;
  font-weight: 700;
  font-size: 48px;
}
.about-image1 {
  max-width: 73%;
}
.about-image-box-card:first-child {
    margin-bottom: 45px !important;
}
.exp-text{
  color: white;
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.exp-image {
  border-radius: 8px;
  overflow: hidden;
  height: 209px;
  width: 162px;
}
.about-image-box-card-content h6 {
    color: #2D2D2D;
    font-weight: 700;
}
#about-us h3 {
    margin-bottom: 22px;
}
.about-image-box-image-wrap {
  border: 1px solid #F6F6F6;
  background-color: white;
  width: 71px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 13px;
  border-radius: 8px;
  margin-right: 11px;
}
.about-image-box-image-wrap:before {
    content: "";
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.about-image-box-image-wrap {
  overflow: hidden;
  position: relative;
}
.about-image-box-card:hover .about-image-box-image-wrap:before {
  transform: translateX(0%) translateY(0%) scale(1);
}
.about-image-box-image-wrap img {
    position: relative;
    z-index: 1;
}

/* ------------------ Why Choose us ----------------------- */
.why-choose-us-image-box-card:nth-child(3), .why-choose-us-image-box-card:nth-child(4) {
    margin-bottom: 0;
}
.who-we-are-images {
    position: relative;
}
#why-choose-us .section-text {
  margin: 40px 0px;
}
.who-we-are-head {
    max-width: 100%;
}
.why-choose-us-image-box-image-wrap {
    width: 58px;
    margin-right: 14px;
    height: 58px;
    display: flex;
    align-items: center;
}
.why-choose-us-image-box-card-content h6 {
  color: #2D2D2D;
  font-weight: 700;
}
.why-choose-us-images {
    position: relative;
}
.why-choose-us-image2 {
    position: absolute;
    right: 56px;
    bottom: -49px;
    border: 10px solid white;
    z-index: 1;
}
.why-choose-us-image3 {
    position: absolute;
    right: 36px;
    bottom: -58px;
    z-index: -1;
}
.why-choose-us-image-box-card {
  margin-bottom: 54px;
}
.why-choose-us-image1 {
    max-width: 76%;
}
.why-choose-us-box-text {
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 500;
}
.why-choose-us-image, .why-choose-us-image img {
  border-radius: 20px;
  overflow: hidden;
}
.image-caption .media {
  background-color: white;
  padding: 14px 17px 14px 15px;
  border-radius: 30px;
  align-items: center;
}
span.image-caption-img {
  background-color: var(--primary-color);
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 6px;
}
.why-choose-us-image {
    position: relative;
}
.why-choose-us-image .image-caption-img img {
    width: auto !important;
    height: auto !important;
}
.image-caption .media-body {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 16px;
}
.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
}
.caption-icon-url a {
  width: 58px;
  height: 58px;
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}
.caption-icon-url a:hover{
  background-color: black;
  color: white;
}
.why-choose-us-block h6 {
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 24px;
    display: block;
    max-width: 58%;
    margin-bottom: 0;
}
.why-choose-us-block .media {
    align-items: center;
}
span.why-choose-us-step {
    width: 39px;
    height: 40px;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    margin-right: 12px;
}
#why-choose-us {
    padding-bottom: 7em;
}

.icon-url a {
  width: 42px;
  height: 42px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--primary-color);
  margin-top: 17px;
}
.why-choose-us-block:hover .icon-url a {
  background-color: var(--primary-color);
  color: white;
}
.whychoose-box {
    margin-bottom: 3em;
    padding-bottom: 4em;
    border-bottom: 1px solid #D9D9D9;
}
.why-choose-us-bottom-tagline {
    background-color: var(--primary-color);
    padding: 7px 14px;
    color: white;
    border-radius: 10px;
    margin: 0 0 0 auto;
    display: inline-block;
    float: right;
}
.why-choose-us-bottom-speed-text {
  color: #BABABA;
  font-size: 16px;
  margin-top: 8em;
  display: block;
}
.why-choose-us-bottom-speed {
    color: white;
    font-size: 36px;
    font-weight: 300;
}

.why-choose-us-bottom-block {
  background-color: var(--secondary-color);
  padding: 2em 2em;
  border-radius: 20px;
}
/*--------------------- Contact Us ------------------------*/

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 45%;
  margin-right: 10px;
}

.form-col:last-child {
  margin-right: 0;
}

.form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
#contact-us-form-section input[type="submit"], .contact-us-form-section input[type="submit"] {
    background-color: #2D2D2D;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 10px;
    display: block;
    width: 100%;
}
.custom-select, .custom-date {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  padding-right: 2rem;
}

.custom-date::after {
    content: "\f073";
    position: absolute;
    right: 10px;
    top: 39%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    color: black;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#contact-us-form-section input[type="submit"]:hover, .contact-us-form-section input[type="submit"]:hover{
  background-color: white;
  color: var(--primary-color);
}
#contact-us-form-section textarea, .contact-us-form-section textarea {
    height: 200px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-submit {
  background: #333;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-us-col {
  background-color: #FFC513;
  padding: 9% 7% 9% 0%;
}
.contact-us-col:before {
  content: '';
  background-color: #FFC513;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.faq-col:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
#contact-us-form-section .section_main_head h3 {
    font-size: 26px;
    margin-bottom: 30px !important;
}
.contact-us-form-section .custom-select {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#contact-us-form-section input[type="text"], #contact-us-form-section input[type="tel"], #contact-us-form-section input[type="email"], #contact-us-form-section input[type="number"], #contact-us-form-section textarea, #contact-us-form-section input, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
  padding: 12px 15px;
  border: none;
  font-weight: 400;
  color: #000000;
  border-radius: 0;
}
.contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
  background-color: white !important;
}
#contact-us-form-section input[type="text"]::placeholder, #contact-us-form-section input[type="tel"]::placeholder, #contact-us-form-section input[type="email"]::placeholder, #contact-us-form-section input[type="number"]::placeholder, #contact-us-form-section textarea::placeholder, #contact-us-form-section input::placeholder, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"]::placeholder, .contact-us-form-section input[type="tel"]::placeholder, .contact-us-form-section input[type="email"]::placeholder, .contact-us-form-section input[type="number"]::placeholder, .contact-us-form-section textarea::placeholder, .contact-us-form-section input::placeholder, .contact-us-form-section select, .contact-us-form-section input[type="date"]{
  font-weight: 400;
  color: #000000;
}
.contact-us-form-section input[type="submit"]:hover{
  background-color: white !important;
  color: var(--primary-color);
}
.contact-us-form-section input[type="submit"]{
  background-color: #2D2D2D !important;
  color: white;
}
#contact-us-faq {
  overflow: hidden;
}
#contact-us-faq {
  padding: 0;
}
/*-----------------------faq--------------------------*/
#our-faq {
  padding-top: 0;
}
span.faq-number {
  color: #FFC513;
  margin-right: 7px;
}
.faq-col {
  background-color: #F6F6F6;
  padding: 9% 0% 9% 7%;
}
.faq-block {
  transition: background-color 0.3s ease;
}
#our-faq span.main-heading-part2 {
  color: var(--color-secondry);
}
.faq-block {
  padding: 18px 27px;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.faq-block:last-child {
    margin-bottom: 0;
}
.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#accordionfaq button.accordion-button {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 700;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  border-radius: 0;
}
#our-faq .accordion-body {
  padding: 10px 10px 10px 0px;
}
#our-faq .accordion-item {
  border-radius: 0;
}
#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: 14px;
  background-image: none;
  top: 1px;
  color: black;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"] {
    color: #FFC513;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f077";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  color: black;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f078";
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  display: flex;
  align-items: center;
  justify-content: end;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding: 10px;
}
.accordion-collapse {
  padding: 0px;
  border-top: none;
  margin-top: 16px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-size: 15px;
  color: #5C5C5C;
  margin: 0;
  font-weight: 500;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 0;
  font-size: 16px !important;
}
/* ---------------------- Records ------------------------ */
.full-height-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record-image {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 50%;
}
.records-box:hover .record-image{
  background-color: #000000;
}
.count-box-number.box-count {
    font-weight: 700;
    font-size: 31px;
    color: white;
    display: flex;
    align-items: center;
}
#records {
  padding: 7em 0;
}
.record_detail h6, .record_detail h6 a {
    font-weight: 700;
    color: white;
    font-size: 12px;
}
.owl-carousel .owl-item .record-image img {
  width: auto !important;
}
/* ----------- Team ------------- */
.our-team.team-box {
  border-radius: 12px;
  background-color: #FFC513;
}
.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: #5C5C5C;
  font-weight: 700;
  font-size: 14px;
}
.team_head a {
  font-family: var(--primary-font);
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
h5.team_head {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.team-img {
    position: relative;
}
.team-box-inner {
  padding: 11px;
  text-align: center;
}
#team .social-profiles li {
  display: inline-block;
  margin-right: 5px;
}
.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 .social-profiles li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #121212;
}
#team .social-profiles li a:hover {
  background-color: var(--primary-color);
  color: white;
   transition: 0.3s ease-in-out;
}
ul.submenu.social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s ease-in-out;
}
.team-box:hover .social-profiles {
  opacity: 1;
  transform: translateY(-4px);
}
.date-month-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.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: #000000;
}
.news-box .metabox span.date-day {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 0;
}
.post-content-block span.entry-date {
  text-align: right;
}
.our-team:hover .team-share{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.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(--primary-color) !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;
}
/*--------------------- How we works ------------------------*/
.how-we-work-image-wrap {
  border: 11px solid #F6F6F6;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 33px;
  width: 250px;
  height: 250px;
}
.how-we-work-media-body h6, .how-we-work-media-body h6 a {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.how-we-work-media-body .section-text {
  color: #5C5C5C;
  font-weight: 500;
}
.how-we-work-media-body {
  text-align: center;
}
.how-we-work-image-wrap {
  border: 11px solid #F6F6F6;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 33px;
  width: 250px;
  height: 250px;
  margin: 0 auto 33px auto;
}
.how-we-work-card:hover .how-we-work-image-wrap {
    border-color: var(--primary-color);
}

/* --------- Products --------- */
#our-store {
  background-color: #FFC513;
}
#our-store .section_main_head span.section-tagline, #our-store .section_main_head h3 {
  color: white;
}
.product-grid .product-image{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px -7px rgba(0,0,0,0.2);
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: auto;
}
.product-grid .product-sale-label {
  color: white;
  background: var(--color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 4px 16px;
  border-radius: 20px 20px;
  position: absolute;
  top: 10px;
  left: -30px;
  transition: all 500ms ease-in-out 0s;
  opacity: 0;
}
.product-grid:hover .product-sale-label {
  left: 10px;
  opacity: 1;
}
.product-grid .product-links{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: -100px;
  transition: all 0.5s ease-in-out;
}
.product-grid:hover .product-links{ right: 15px; }
.product-grid .product-links li{
  margin: 0 0 6px;
  transition: all 0.3s ease 0s;
}
.product-grid .product-links li a {
  color: #191919;
  background: white;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 38px;
  height: 38px;
  border-radius: 50px 50px;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  transition: all 0.3s;
  z-index: 1;
}
.product-block {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
}
.product-grid h5 a {
    color: black;
    font-weight: 700;
}
.product-grid .product-links li a i{ line-height:inherit; }
.add_to_cart_button, .added_to_cart {
  border: 2px solid #C7C7C7;
  margin-top: 16px;
}
.product-block:hover .add_to_cart_button, .product-block .add_to_cart_button:hover {
  background-color: var(--primary-color);
  color: #2D2D2D;
}
/*--------------------- Quality Services ------------------------*/
li.quality-services-listing {
  color: #000000;
  font-weight: 500;
  margin-bottom: 14px;
  list-style: none;
}
.quality-services-head {
  padding-top: 5em;
}
#quality-services {
  padding-top: 0;
}
span.quality-services-icon {
  border: 2px solid #FFC513;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFC513;
  margin-right: 7px;
}
.quality-services-col:after {
  content: '';
  background-color: #2D2D2D;
  width: 90%;
  height: 76%;
  position: absolute;
  top: 0;
  margin: 0 0 0 auto;
  right: 0;
}
.quality-services-top-inner-content {
    padding: 0px 25px 0px 59px;
}
.quality-services-col-content {
  position: relative;
  z-index: 9;
  padding: 45px;
}
.quality-services-col-content h4 {
  color: white;
  margin-top: 24px;
  font-weight: 700;
}
/*--------------------- Exclusive Offers ------------------------*/
#exclusive-offers .section_main_head span.section-tagline {
  color: white;
}
#exclusive-offers .section_main_head h3 {
  color: white;
  font-weight: 700;
}
#exclusive-offers .section-text {
    color: #BABABA;
    max-width: 70%;
    margin-top: 22px;
    font-size: 20px;
}
.exclusive-offers-head-listing li {
    color: #BABABA;
    list-style: none;
    font-size: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.exclusive-offers-head-listing li:last-child {
    margin-bottom: 0;
}
#exclusive-offers ul {
    margin: 0 !important;
}
.exclusive-offers-icon {
    background-color: var(--primary-color);
    color: white;
    width: 30px;
    display: inline-flex;
    font-size: 11px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 11px;
}
.exclusive-offers-block {
    box-shadow: 0px 23px 27.3px -11px #1B1E3040;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.exclusive-offers-block h6 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 32px;
    max-width: 76%;
}
.exclusive-offers-speed {
    color: var(--secondary-color);
    font-weight: 300;
    font-size: 36px;
    margin-top: 75px;
    display: block;
}
.exclusive-offers-package {
  background-color: var(--primary-color);
  padding: 7px 14px;
  color: white;
  border-radius: 10px;
  margin: 10px 0 0 0;
  display: inline-block;
}
.exclusive-offers-head-listing {
  padding-bottom: 9em;
}
.exclusive-offers-block:after {
    content: '';
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100%);
    border-radius: 20px;
}
.exclusive-offers-block:hover:after {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s;
}
.exclusive-offers-block:hover .exclusive-offers-speed, .exclusive-offers-block:hover h6 {
    color: white;
}
.exclusive-offers-block-inner{
  z-index: 9;
}
/*--------------------- Map Area ------------------------*/
#map-area .section-text, #testimonials .section-text {
    max-width: 56%;
    margin: 0 0 0 auto;
}

.ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0;
}
.map-area-name {
  border: 1px solid #BABABA !important;
  padding: 9px 17px;
  border-radius: 62px !important;
  color: var(--secondary-color);
  font-size: 18px;
  display: inline-block;
}
.map-area-name.active {
  border-color: var(--primary-color) !important;
  color: white !important;
  background-color: var(--primary-color) !important;
}
.ticker {
  display: inline-flex;
  animation: ticker-scroll 30s linear infinite;
  flex-wrap: nowrap;
}

.ticker li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#map-area ul {
    margin: 0 !important;
    border-bottom: none;
}

#map-container {
  width: 100%;
  max-width: 100%;
  height: 793px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

#map-image {
    width: 100%;
    height: 100%;
    cursor: grab;
    object-fit: cover;
}

/*-------------- Pricing Plans ---------------*/
#pricing-plan .owl-carousel .owl-stage-outer {
  padding: 41px 0;
}
.plan-head {
    max-width: 41%;
    margin: 0 auto;
    text-align: center;
}
.plan-info h5 {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
}
.plan-features ul {
  margin: 0;
}
.plan-btn a.theme_button2 {
  padding: 12px 44px;
  background-color: white;
}
.plan-btn a.theme_button2 {
  padding: 12px 44px;
  background-color: #1A1A1A;
  color: white;
  display: block;
  text-align: center;
  font-weight: 500;
  border-radius: 33px;
}
.plan-btn a.theme_button2:hover {
    color: white;
}
.plan-info:hover .plan-btn a.theme_button2 {
  color: white;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.plan-info:hover .plan-btn a.theme_button2:before {
  background-color: var(--primary-color);
  opacity: 1;
  transform: skewX(-45deg) scale(1, 1);
}
.plan-heading h4 {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.plan-image {
  background-color: var(--secondary-color);
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 50%;
  margin-right: 12px;
}
.plan-info {
  background-color: #EFEFEF;
  padding: 25px 25px;
  border-radius: 20px;
  
}
.plan-text {
    font-weight: 400;
    font-size: 13px;
}
.plan-btn a.theme_button {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 16px;
}
.plan_price {
  display: flex;
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 300;
  margin-top: 11px;
}
.plan_package {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 20px;
  display: block;
  position: relative;
  top: 18px;
  margin-left: 11px;
}
.plan-discount {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  color: #1A1A1A;
  font-weight: 700;
  border-radius: 9px;
  margin-bottom: 4px;
}
.plan-feature-heading {
  color: white;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #3C3C3C;
  padding-bottom: 16px;
}
.plan-features ul li {
  color: #BABABA;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  list-style: none;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.plan-feature-text {
    flex: 1;
}
.plan-feature-icon {
    background-color: var(--primary-color);
    color: white;
    width: 24px;
    display: inline-flex;
    font-size: 11px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 8px;
}
.feature-box {
  background-color: var(--secondary-color);
  margin-top: 34px;
  border-radius: 20px;
  padding: 26px;
}
.plan-features ul li i {
  color: var(--primary-color);
}
.plan-head .plan-info a.theme_button2:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.plan-info:hover .plan-image{
  background-color: white;
}
.plan-price {
  margin-top: 23px;
  margin-bottom: 4px;
}
.plan-btn {
    padding-top: 43px;
}
.plan-btn a.theme_button:before {
    border-radius: 10px !important;
}
.recommended_box  .plan-info,  .plan-info:hover {
  background-color: var(--primary-color);
}
.recommended_box .plan-info {
  position: relative;
  overflow: hidden;
}
.plan-details {
  position: relative;
  z-index: 9;
}
.recommended_box .plan-info h4, .recommended_box .plan-info .plan_price, .recommended_box .plan-info span.plan_package, .recommended_box .plan-info .plan-text, .recommended_box .plan-info span.plan-short-text,  .plan-info:hover h4,  .plan-info:hover .plan_price,  .plan-info:hover span.plan_package,  .plan-info:hover .plan-text,  .plan-info:hover span.plan-short-text {
  color: white;
}
.recommended_box .plan-info .feature-box, .plan-info:hover .feature-box {
    background-color: white;
}
.recommended_box .plan-info .plan-feature-heading, .plan-info:hover .plan-feature-heading{
  color: var(--secondary-color);
}
.recommended_box .plan-info .plan-features ul li, .plan-info:hover .plan-features ul li{
  color: #656565;
}
.recommended_box .plan-info .plan-feature-heading, .plan-info:hover .plan-feature-heading{
  border-bottom: 1px solid #D9D9D9
}
.recommended_box .plan-info .plan-btn a.theme_button, .plan-info:hover .plan-btn a.theme_button{
  background-color: var(--secondary-color);
  color: white;
}
.recommended_box .plan-info .plan-btn a.theme_button:hover{
  color: var(--secondary-color);
}
.recommended_box .plan-info .plan-btn .theme_button::before, .plan-info:hover .plan-btn .theme_button::before, .recommended_box:hover .plan-info .plan-btn .theme_button::before{
  background-color: white;
}
.plan-info:hover .plan-btn a.theme_button {
  color: white;
}
.plan-info .plan-btn a.theme_button:hover {
    color: var(--secondary-color);
}
/*---------------------- Owl Carousel -------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-nav button.owl-prev, .owl-nav button.owl-next {
  font-size: 14px !important;
  color: white !important;
  border: none !important;
  background-color: var(--secondary-color)  !important;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  width: 38px !important;
  height: 38px !important;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav button:hover, .owl-nav button:hover, .owl-nav button.owl-prev:hover,  .owl-nav button.owl-next:hover {
  color: white !important;
  background-color: var(--primary-color) !important;
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-carousel .owl-nav button.owl-prev, #latest-news .owl-carousel .owl-nav button.owl-next, #latest-news .owl-nav button.owl-prev, #latest-news .owl-nav button.owl-next {
  background-color: white !important;
  color: var(--secondary-color)  !important;
}

.owl-carousel .owl-dots,
.owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 37px;
}

.owl-carousel button.owl-dot.active,
button.owl-dot.active {
  border-color: var(--primary-color);
  padding: 3px !important;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
    background-color: #D9D9D9 !important;
    margin-right: 3px;
    outline: none;
    /* border: none; */
    border-radius: 3px;
    padding: 0px !important;
    height: 13px !important;
    width: 13px !important;
    align-items: center;
    justify-content: stretch;
    border: none;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--primary-color) !important;
}
/*---------------------- News -------------------------*/
#latest-news button.owl-prev {
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
}
#latest-news button.owl-next {
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}
.news-box {
  background-color: white;
}
.news-content-inner {
  padding: 20px;
  position: relative;
}
.news-box span.entry-date {
  background-color: #FFC513;
  display: inline-block;
  padding: 13px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -40px;
}
span.entry-date span.day {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.news-box span.month {
  color: white;
  font-size: 14px;
}

/*---------------------- Video -------------------------*/

.video-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #30373F99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-block a {
  width: 80px;
  height: 80px;
  color: white;
  border: 4px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
}

.video-block span {
  display: block;
  text-align: center;
  color: white;
  margin-top: 10px;
  font-size: 16px;
  max-width: 82%;
  margin: 10px auto 0 auto;
}
.video-block a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/*------------------ Testimonials ---------------*/
.testonials-block-top-content {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.testonials-block-top-content .row {
    height: 100%;
}
.testimonial-content p, .testimonial-content {
  color: #656565;
  font-size: 17px;
}
.testimonials-info {
    margin: 11px 0 29px 0;
}
.testimonials--video-image{
    position: relative;
}
.testonials-block-top-content svg {
  position: absolute;
  right: 24px;
  width: 60px;
  top: 11px;
}
.testimonial-content {
    padding-top: 39px;
    max-width: 80%;
}
.testimonials--video-image img {
    border-radius: 30px;
}

/* Base row setup */
.testonials-block-blocks {
  display: flex;
  flex-wrap: wrap;
}
/* Even rows: swap order */
.testonials-block-blocks.even .testonials-block-top {
    order: 2;
}
.testonials-block-blocks.odd .testonials-block-bottom {
  order: 1;
}

.testimonials-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-block {
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 1px 1px 4px 0px #00000040 inset;
  padding: 30px;
  border-radius: 15px;
  transition: 0.5s;
  background-color: white;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.testimonials-image{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  max-width: 36%;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.testimonial-blockquote.aos-init.aos-animate {
    max-width: 74%;
    margin: 0 0 0  auto;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.testimonial-title {
    padding-bottom: 0;
    padding-top: 0;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 17px;
    transition: 0.5s;
    margin-top: 4em;
}
.testimonials-info p {
    font-weight: 300;
    color: var(--secondary-color);
    font-size: 14px;
}
.testimonials-image-box .media {
    align-items: center;
}
.testimonials_image img {
  border-radius: 10px;
}
.t-location {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 17px;
    transition: 0.5s;
}
.testimonials_image {
  margin-right: 11px;
}
#testimonials i.fa-solid.fa-quote-right {
  color: var(--primary-color);
  font-size: 31px;
}
.testimonial-block:hover h5.testimonial-title, .testimonial-block:hover  .t-location{
  color: #D7A249;
}
.testimonial-block:hover .testimonials-info p{
  font-size: 16px;
  transition: 0.5s;
}
.testimonial-block:hover  i {
    font-size: 13px;
    transition: 0.5s;
}
.testimonial-block:hover, .testimonial-block{
    transition: 0.5s;
}
.testimonial_outer:hover .testonials-block-top-content {
  background-color: var(--secondary-color);
}
.testimonial_outer:hover .testimonial-content p, .testimonial_outer:hover .testimonial-title, .testimonial_outer:hover .testimonial-content{
    color: white;
}

/*-------------- Image HOver Effects*/
.image-hover-effect .box{
    background: #333;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:before,
.image-hover-effect .box:after{
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 0;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.image-hover-effect .box:before{
    right: 0;
    bottom: 0;
}
.image-hover-effect .box:after{
    top: 0;
    left: 0;
}
.image-hover-effect .box:hover:before,
.image-hover-effect .box:hover:after{
    width: 100%;
    height: 100%;
}
.image-hover-effect .box img{
    width: 100%;
    height: auto;
    transform: scale(1.1) translateY(4%);
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:hover img{ 
    opacity: 0.3;
    transform: scale(1.1) translateY(-4%);
}
/* -------------- Shadow Hover Effects -------------*/

.shadow-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.shadow-hover:before, .shadow-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}
.shadow-hover:hover:before, .shadow-hover:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.shadow-hover:hover img{
    transform: scale(1.3);
}
.shadow-hover img {
    width: 100%;
    height: auto;
    transition: all .6s ease-in-out;
}