/*------------- Main Banner -------------*/
#main-banner {
    background-color: #F4FAFD;
    padding-bottom: 0;
}
 
.banner-text {
  max-width: 81%;
  margin: 0 auto;
  color: #000000;
  font-size: 14px;
}
.banner-head h1 {
  color: #000000;
  font-size: 47px;
  font-weight: 800;
}
.image-media-box span {
    color: black;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 16px;
}
.image-media-box img {
    margin-right: 5px;
    width: 31px;
}
.record_title {
    color: #000000;
    font-size: 12px;
}
.record-customer-image img {
  border: 2px solid white;
  position: relative;
  margin-left: -17px;
  border-radius: 50%;
  width: 41px;
}
.image-media-box {
    background-color: white;
    padding: 6px;
    border-radius: 10px;
    margin-top: 77px;
}
.record-customer-image img:first-child{
  margin-left: 0;
}
.record_number {
    color: black;
    font-weight: 600;
    font-size: 20px;
}
.main-banner-records {
    background-color: white;
    padding: 14px;
    box-shadow: 0px -3px 20px 0px #00000021;
    border: 1px solid #DBDBDB;
    display: inline-block;
    border-radius: 20px;
}
.circle-shape{
  position: absolute;
  top: 0;
  left: 0;
}
.circle-shape2 {
  position: absolute;
  bottom: 3em;
  right: 0;
}
.circle-shape, .circle-shape2 {
  background: linear-gradient(139.35deg, #F5F7F8 4.29%, #E5F5FF 89.35%);
  width: 270px;
  height: 270px;
  border-radius: 50%;
  z-index: 1;
}
.banner-details {
  position: relative;
  z-index: 1;
  padding-top: 2em;
}
.main-banner-image-col-two img {
    width: 100%;
}
/* --------- Features --------- */
.features-head {
  text-align: center;
}
.features-block {
    background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
    padding: 20px 20px 0px 20px;
    border-radius: 30px;
    overflow: hidden;
}
.features-block h4 a {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}
.features-block h4 a:hover {
  color: var(--color-primary);
}
.features-block h4 {
    padding-top: 0;
}
.feature-link a {
  color: black;
  border: 2px solid black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.features-block .box-text {
    color: #000000;
    font-size: 14px;
}
.features-block:hover .features-block-bg {
    background-color: var(--color-primary);
    transition: all .6s ease;
    width: 80%;
    height: 324px;
}
.features-block-bg {
    background-color: #DAF1FF;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    bottom: -29%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.features-icon-wrap {
  max-width: 73%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-top: 8em;
}
.feature-link a:hover, .features-block:hover .feature-link a {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.features-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* --------- About Us --------- */
.about-image {
  position: relative;
}
.about-media-image {
  width: 50px;
  margin-right: 10px;
}
.about-image-box-text {
    color: #1F1F1F;
    font-size: 13px;
}
.about-image-box-title {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.about-image:after {
    content: '';
    background-color: var(--color-primary);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
    border-top-left-radius: 158px;
    border-top-right-radius: 158px;
    bottom: 0;
}
.about-image img {
  position: relative;
  z-index: 9;
  border-top-left-radius: 158px;
  border-top-right-radius: 158px;
  max-width: 80%;
}
.about-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.about-image {
  position: relative;
  padding-top: 4em;
}
.section-tagline {
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 500;
  font-family: var(--primary-font);
  font-size: 18px;
}
#about-us li {
  color: white;
  list-style: none;
  padding-bottom: 18px;
}
#about-us li i {
  color: var(--color-primary);
}
#about-us li i {
  margin-right: 1px;
}

.about-image:after{
  content: '';
}
.whychoose-image1 {
  position: relative;
  display: inline-block;
}
.about-block, .whychoose-block {
  position: relative;
  display: inline-block;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
#about-us .section_main_head h3 {
  font-size: 27px;
  font-weight: 700;
}
.about-exp img {
  width: 100%;
}
/* --------- Records --------- */
#records {
  margin-top: 3em;
}
.box-count {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 400;
  font-weight: 700;
}
.records-info h6, .records-info h6 a {
  font-size: 15px;
  font-family: var(--primary-font);
  color: #222222;
  font-weight: 500;
}
.record_detail, .record-content-block {
  text-align: center;
}
.record-heading {
  max-width: 70%;
}
.record-heading h3 {
  font-weight: 500;
  font-size: 30px;
}
.section-heading {
  color: #222222;
  font-weight: 500;
  font-size: 28px;
}
/*------------------ Services -------------------*/
.services-icon-wrap {
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.services-media-body .box-text {
  color: black;
  font-size: 16px;
  line-height: 29px;
}
.services-media-body h4 a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.service-scale-image {
  margin-right: 14px;
}
.services-block {
  transition: all .6s ease;
  margin-bottom: 23px;
  background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
  padding: 24px;
  border-radius: 30px;
  border: 1px solid #9AC0FF;
  position: relative;
}
.services-block:hover .services-box-text{
  display: block;
  transition: all .6s ease;
}
.services-block:after {
  content: '';
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 30px;
  left: 0;
  right: 0;
  transform: scale(0.5);
  transition: all .6s ease;
  opacity: 0;
}
.services-block:hover:after {
  transform: scale(1);
  transition: all .6s ease;
  opacity: 1;
}
.services-block:hover .services-media-body h4 a, .services-block:hover .services-media-body .box-text{
  color: white;
}
.services-block:hover .services-icon-wrap{
  background-color: black;
}
.services-block-inner {
    position: relative;
    z-index: 1;
}
.services-text {
  color: #9C9C9C;
  font-size: 15px;
  font-weight: 400;
}
.services-image {
  position: relative;
}
.services-block:hover .service-bg{
  /*display: block;*/
  transition: all .6s ease;
  background-color: var(--color-primary);
  transition: all .6s ease;
}

.team_img img, .post-image-block img{
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_outer:hover img, .news-box:hover .post-image-block img{
    transform: scale(1.2) translate(4%, 4%);
}
.team_img, .post-image-block {
    position: relative;
    overflow: hidden;
}
/*------------------- Banner ------------------*/
#promotional-banner .section_main_head h6 {
    text-decoration: underline;
}
#our-banner {
  padding: 6em 0;
}
span.section-headline, span.section-headline2, span.section-headline3, span.section-headline4 {
  color: white;
  font-weight: 700;
  font-size: 131px;
  font-family: 'Helvetica';
  line-height: 137px;
}
.logo-images span {
    margin-left: 7px;
}
.logo-images {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 8px 20px;
    border-radius: 20px;
    color: #100F12;
    position: relative;
    overflow: hidden;
}
.banner-row {
    display: flex;
    background-color: aliceblue;
    background: #D9D9D933;
    padding: 25px;
    border-radius: 30px;
    margin: 0;
}
.logo-images-no-title {
    width: 54px;
    height: 54px;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.section_main_head span.section-text {
    color: white;
    max-width: 28%;
    display: inline-block;
}
.banner-row {
  display: flex;
  background-color: aliceblue;
  background: #D9D9D933;
  padding: 45px 25px;
  border-radius: 30px;
  margin: 0;
  flex-wrap: wrap;
  gap: 22px;
}
.logo-images-no-title {
  width: 54px;
  height: 54px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
span.section-headline {
    display: block;
}
.shadoww-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: rgb(39 119 252 / 50%);
    background-color: rgb(39 119 252 / 50%);
}
.shadoww-hover:hover:before, .shadoww-hover:hover:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*------------------- How it Works ------------------*/
#how-it-works .faq-block, #our-faq .faq-block {
  border: 1px solid #9AC0FF;
  background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
  border-radius: 15px;
  margin-bottom: 22px;
  position: relative;
}
#how-it-works button.accordion-button, #our-faq button.accordion-button {
  background-color: transparent !important;
}
#how-it-works .accordion-header, #our-faq .accordion-header {
  margin-bottom: 0;
  padding: 0;
}
#how-it-works .accordion-item, #our-faq .accordion-item {
  border: none;
  background-color: transparent;
}
#how-it-works .accordion-button, #our-faq .accordion-button {
    padding: 14px;
}
#how-it-works .accordion-button, #our-faq .accordion-button {
  color: black;
  font-weight: 500;
  font-size: 20px;
}
#how-it-works button.accordion-button, #our-faq button.accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: unset !important;
    color: black;
    position: relative;
}
#how-it-works .accordion-button::after{
  visibility: hidden;
}
#how-it-works .faq-block.open, #our-faq .faq-block.open {
  background: var(--color-primary);
}
.faq-block:last-child {
  margin-bottom: 0 !important;
}
#how-it-works .accordion-body, #our-faq .accordion-body {
  color: white;
  font-size: 16px;
  line-height: 26px;
  padding-top: 0;
  padding-left: 60px;
  position: relative;
  padding-bottom: 26px;
}
#how-it-works .faq-block.open button.accordion-button, #our-faq .faq-block.open button.accordion-button {
  color: white;
}
#how-it-works .faq-block:after {
    content: '';
    background-color: var(--color-primary);
    width: 33%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 32px;
    right: 0;
    border-radius: 43px;
}
#how-it-works .faq-block.open:after {
    background-color: white;
    width: 89%;
}
#how-it-works span.how-it-works-box-step {
  background-color: white;
  color: var(--color-primary);
}
#how-it-works span.how-it-works-box-step {
  background-color: var(--color-primary);
  color: white;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 20px;
}
.faq-block.open .accordion-button .accordion-icon {
  display: none;
}
.faq-block.open .accordion-button .active-icon {
  display: inline-block;
}
.faq-block .accordion-button .active-icon {
  display: none;
}
.faq-block.open .accordion-button .accordion-icon {
  display: none;
}
.faq-block .button.accordion-button.collapsed span.active-icon {
  display: inline-block;
}
.faq-title {
  margin-left: 20px;
}
#our-faq button.accordion-button {
    padding: 13px 10px;
}
.faq-image-title img {
    max-width: 76%;
}
#how-it-works .faq-block:hover, #our-faq .faq-block:hover {
  background: var(--color-primary);
}
#how-it-works .faq-block.open span.how-it-works-box-step, #how-it-works .faq-block:hover span.how-it-works-box-step {
  background-color: white;
  color: var(--color-primary);
}
#how-it-works .faq-block:hover button.accordion-button, #our-faq .faq-block:hover button.accordion-button{
  color: white;
}
#our-faq .accordion-button:not(.collapsed)::after{
  background-image: unset !important;
}
/*------------------- Portfolio ------------------*/
#our-portfolio .box{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.portfolio-row h5 a {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.portfolio-subtitle {
  color: #f3d4d4;
  font-size: 16px;
  font-weight: 400;
}
#our-portfolio .box img{
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.45s ease;
}
#our-portfolio .box:hover img{
}
#our-portfolio .box .box-content {
  color: #fff;
  background: rgb(218 14 43 / 70%);
  width: 100%;
  padding: 20px 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transition: all 0.35s ease;
  text-align: center;
}
.portfolio-row h5 {
  padding-top: 0;
  padding-bottom: 5px;
}
#our-portfolio .box:hover .box-content{ bottom: 0; }
/*------------------ Team -------------------*/
.owl-carousel .owl-item .team_img img {
  width: 100% !important;
}
.team-box-inner {
  text-align: center;
}
.team_head a {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.team-desig {
  color: white;
}
.team-social-profiles li a {
  color: white;
  padding: 0 6px;
}
ul.team-social-profiles {
  margin: 0;
}
.team-desig {
  color: white;
  margin-bottom: 10px;
  display: block;
}
ul.team-social-profiles li {
  display: inline-block;
}
.team_outer:hover .team_head a{
  color: var(--color-primary);
}
.team_outer ul.team-social-profiles {
  color: #fff;
  width: 100%;
  padding: 20px 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transition: all 0.35s ease;
  text-align: center;
}
.team_outer:hover ul.team-social-profiles {
  bottom: 0;
  transition: all 0.35s ease;
}
.team_outer {
  padding-bottom: 38px;
  position: relative;
}
.team-box-inner {
  padding-top: 10px;
}
/*------------------ Pricing Plans -------------------*/
.owl-item .plan-item-block  .media-body img {
  background-color: var(--color-primary);
  width: 50px !important;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  border-radius: 10px;
  margin: 0 !important;
}
.plan-item-box .media-body  img:first-child {
  display: block;
}
.plan-item-box .media-body img:last-child {
  display: none;
}
.plan-item-box:hover .media-body img:last-child {
    display: block;
    background-color: white;
}
.plan-item-box:hover .media-body img:first-child{
  display: none;
}
.plan-item-block .media-body {
  justify-content: end;
  display: flex;
}
.pricing_plans-row .owl-stage-outer {
  background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
  border: 1px solid #9AC0FF;
  border-radius: 30px;
  overflow: visible !important;
}
.plan-item-box:hover .plan-btn a.theme_button{
  background-color: white;
  color: var(--color-primary);
}
.plan-item-block h5 {
  color: black;
  font-size: 20px;
  font-weight: 500;
}
.plan-price {
  font-size: 35px;
  font-weight: 700;
  color: black;
  display: block;
  margin-top: 17px;
  font-family: var(--primary-font);
}
.plan-package {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #000000;
    margin-top: 10px;
}
.plan-features ul li {
    list-style: none;
    padding: 7px 0;
    color: #000000;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.plan-features-btn {
  padding: 20px 0;
}
.plan-btn a.theme_button {
  padding: 11px 37px;
  display: inline-block;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.plan-features ul li i {
  background-color: black;
  border-radius: 0;
  font-size: 10px;
  padding: 3px;
  color: white;
  margin-right: 6px;
}
.plan-features ul {
  margin: 0;
}
.plan-features ul li.active-feature-list {
  opacity: 0.4;
}
.plan-features ul li.active-feature-list i {
  background-color: #c3c3c3;
  color: #848484;
}
.plan-item-box:hover .plan-item-block h5, .plan-item-box:hover .plan-price, .plan-item-box:hover .plan-package, .plan-item-box:hover .plan-features ul li{
  color: white;
}
.plan-item-box:hover .plan-features ul li i{
  background-color: white;
  color: black;
}
.plan-item-box:hover {
  background-color: var(--color-primary);
  top: -40px;
  position: relative;
  padding-top: 5em;
}
.plan-item-box {
  background-color: transparent;
  padding: 30px;
  border-radius: 30px;
}
.shadoww-hover {
    position: relative;
    overflow: hidden;
}
.pricing_plans-row {
  padding-top: 3em;
  overflow: hidden;
}
/* .pricing_plans-row .owl-carousel .owl-item.active{
  opacity: 1;
}
.pricing_plans-row .owl-carousel .owl-item{
  opacity: 0;
} */
/*------------------ Why Choose Us -------------------*/
#why-choose-us .section_main_head h3 {
  font-size: 30px;
}
.why-choose-us-image2 {
    position: absolute;
    top: 11px;
    right: 0;
}
.why-choose-us-image3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.why-choose-us-image {
  padding-top: 9em;
}
.why-choose-us-image img {
    border-radius: 30px;
}
.why-choose-us-image2 img {
  border: 5px solid white;
  border-radius: 30px;
}
#why-choose-us .about-image-block:after {
    content: '';
    background-color: var(--color-primary);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
    border-top-left-radius: 158px;
    border-top-right-radius: 158px;
    bottom: 0;
}
.why-choose-us-image, .why-choose-us-image2, .why-choose-us-image3{
  z-index: 9;
}
.why-choose-us-image{
  position: relative;
}
#why-choose-us li {
    color: black;
    font-weight: 500;
    margin-bottom: 13px;
}
#why-choose-us li {
    list-style: none;
}
#why-choose-us ul {
    margin: 0;
}
#why-choose-us li {
    list-style: none;
}
#why-choose-us li i {
    background-color: black;
    border-radius: 0;
    font-size: 10px;
    padding: 3px;
    color: white;
    margin-right: 6px;
}
.image-media-box {
    align-items: center;
  }
/*------------------ Promo Banner -------------------*/
.promo-text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.promo_text .section_main_head h3 {
  font-size: 40px;
}
#promotional-banner {
  padding-top: 0;
  padding: 0;
  background-attachment: fixed;
  padding-bottom: 4em;
}
.promo-banner-container {
  border: 1px solid #9AC0FF;
  background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
  padding: 40px;
  border-radius: 30px;
}
/* ----------- Testimonials ------------- */
#testimonials .section_main_head h3 {
  color: white;
}
.testimonials_image img {
    border-radius: 50%;
}
#testimonials .customer {
  background-color: white;
  padding: 11px;
  border-radius: 11px;
  display: inline-flex;
}
#testimonials .section_main_head .section-text {
  color: white;
}
.testimonial-col-image img {
  border-radius: 30px;
}
#testimonials .testimonials-records {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#testimonials .record_title {
    color: #222121;
    font-size: 14px;
}
#testimonials .record_number {
    color: #222121;
    font-size: 24px;
}
#testimonials .record-customer-image {
  margin-right: 10px;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.quote_box i.fas.fa-quote-right {
  color: #2f292b;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  bottom: 26px;
  right: 59px;
}
.testimonial-star i {
  color: #fcbd19;
  font-size: 12px;
}
.testimonial-star span.without_filled i {
  color: #d8d8d8;
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.testimonials-content-box {
  background-color: #2777FC;
  padding: 30px;
  background: #2777FC;
  border-radius: 30px;
}
.testimonial-quote {
  width: 47px;
  height: 46px;
  background-color: white;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 33px;
  position: absolute;
  right: 30px;
  top: 0px;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 6px;
  padding-top: 0;
}
.testimonial-title {
  font-size: 18px;
  position: relative;
  color: white;
  font-weight: 500;
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: white;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  position: relative;
}
.testimonials-info p {
  font-size: 14px;
  margin-bottom: 10px !important;
  color: white;
  font-weight: 400;
}
.testimonial-block .media {
  display: inline-flex;
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonials-info {
  margin-top: 11px;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonial_box:hover .testimonial-block .media-body{
  transition: all .6s ease;
}
.testimonial_box:hover .t-desig {
  transition: all .6s ease;
}
#testimonials .owl-carousel .owl-nav i, #testimonials .owl-nav i {
  border: 1px solid white;
  border-radius: 50%;
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-nav i:hover {
    background-color: white;
    color: #2777FC;
}
#testimonials .owl-nav {
    text-align: left;
}
/*------------------ Hire Us -------------------*/
.hire-banner-container {
    padding: 3em 0;
}

/*-------------- Get In Touch ---------------*/
.section-column-text {
  color: #c3c3c3;
}
.contact-image-one-inner.position-relative {
  display: inline-block;
}
.contact-image-one-inner img {
  z-index: 9;
  position: relative;
}
.contact-image-one-inner:after {
  content: '';
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 20px;
}
.contact-image-two {
  text-align: right;
  position: relative;
  margin-top: -11em;
  z-index: 9;
}
.contact-image-block {
  margin-top: 30px;
  margin-left: 20px;
}
#contact-us .section_main_head .section-text, #contact-us .section_main_head .section-text p {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--secondry-font);
}
.contact-us_shortcode input[type="text"], .contact-us_shortcode input[type="email"], .contact-us_shortcode input[type="number"], .contact-us_shortcode textarea, .contact-us_shortcode select {
  padding: 11px 21px 11px 20px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  background-color: black;
  color: white;
  border: 1px solid rgb(231 231 231 / 11%);
  margin-top: 8px;
}
.contact-us_shortcode select {
  padding: 15px 24px 16px 33px !important;
}
.contact-us_shortcode textarea {
  height: 121px;
}
.contact-us_shortcode input[type="text"]::placeholder, .contact-us_shortcode input[type="email"]::placeholder, .contact-us_shortcode input[type="number"]::placeholder, .contact-us_shortcode textarea::placeholder{
  font-size: 15px;
  color: #382f32;
}
.contact-us_shortcode input[type="submit"] {
}
.contact-us_form {
}
.contact-us_shortcode label {
  margin-bottom: 10px !important;
  color: white;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.contact-us_shortcode input[type="submit"] {
  padding: 14px 39px;
  margin-top: 20px;
}

/* ----------- Events ------------- */
#testimonials .section_main_head, #our-services .section_main_head, #our-events .section_main_head, #latest-news .section_main_head {
  max-width: 48%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
.news-box {
  border: 1px solid #9AC0FF;
  background: linear-gradient(320.64deg, #F5F7F8 3.72%, #E5F5FF 101.64%);
  padding: 12px;
  border-radius: 30px;
}
.news-date i {
  margin-right: 8px;
}
.news-date span.day {
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 26px;
}
.news-date span.month {
  font-size: 13px;
  font-weight: 700;
}
.news-date {
  background-color: var(--color-primary);
  font-family: var(--secondry-font);
  padding: 10px 15px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  position: absolute;
  right: 18px;
  bottom: -33px;
  z-index: 9999;
}
.meta-box i {
    margin-right: 9px;
}
.meta-box span, .meta-box a {
    color: black;
}
.news-comment a {
  color: #c3c3c3;
  font-size: 14px;
}
.news-comment {
  margin-left: 20px;
}
.post-metabox {
  margin: 0;
}
.post-image.position-relative {
    overflow: hidden;
    border-radius: 20px;
}
.news-text p {
    color: black;
    font-size: 14px;
}
.news-box h5 a {
  font-size: 18px;
  color: black;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}
#latest-news .owl-carousel .owl-stage-outer {
    padding-bottom: 17px;
}
#latest-news {
    position: relative;
    overflow: hidden;
}
#latest-news .owl-carousel .owl-stage-outer {
    padding-bottom: 17px;
    overflow: visible;
}
#latest-news .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
#latest-news .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.news-box h5 a:hover {
  color: var(--color-primary);
}
.news-text {
    color: black;
    font-size: 15px;
    margin-top: 15px;
}
a.post_link {
  font-weight: 500;
  font-size: 16px;
}
a.post_link:hover {
  color: white;
}
.news-comment i {
  margin-right: 10px;
}
.post-metabox {
  margin-bottom: 20px;
  position: relative;
}
.post-image-block {
  margin-bottom: 20px;
}
#latest-news {
  position: relative;
}
.news-box-outer {
  position: relative;
}
/*-------------- Owl crousel ---------------*/
button.owl-prev, button.owl-next {
  border: none;
  padding: 0;
}
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: #bdd8a8 !important;
  border: none !important;
  margin: 0 3px;
  outline: none;
  padding: 6px !important;
  height: 5px!important;
  width: 5px !important;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
.owl-carousel .owl-nav i, .owl-nav i {
  border: none;
  transition: .3s ease;
  opacity: 1;
  padding: 0;
  background-color: var(--color-primary);
  color: white;
  padding: 16px 19px;
  font-size: 16px;
  border: none;
}
.owl-carousel .owl-nav button.owl-prev i:hover, .owl-nav button.owl-prev i:hover, .owl-carousel .owl-nav button.owl-next i:hover, .owl-nav button.owl-next i:hover{
  background-color: #f9d960;
  color: black;
}
button.owl-prev {
  margin-right: 7px;
}
.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
    border-radius: 20px;
}
.post-image-block {
  margin-bottom: 20px;
  overflow: visible;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.dot-image {
  position: absolute;
  top: 2em;
  right: 3em;
}
.feature-box img {
    width: 100%;
}