/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
@font-face {
  font-family: 'Sofia Pro' !important;
  src: url("../fonts/Sofia Pro Regular.woff2") format("woff2"), url("Sofia Pro Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

/*-------------------------------------------------------------------
:: Common SCSS
-------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-family: 'Sofia Pro Light' !important;
}

body,
a,
p {
  font-family: 'Sofia Pro Light'  !important;
 
}

* {
  box-sizing: border-box;
}

.mytext{
    color:black;
}



a:hover,
a:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #01222e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #01222e;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  /* font-weight: normal; */
  font-family: 'Sofia Pro SemiBold' !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}




@media screen and (max-width: 992px) and (min-width: 320px) {
  .section-sm {
    padding: 60px 0;
  }
}

.section-xs {
  padding: 60px 0;
}
/* ---------------home-slider -------- */
.home-slider {
  height: 70vh
}

@media only screen and (max-width: 600px) {
  .home-slider {
      height:28vh
  }
}

@media only screen and (min-width: 600px) {
  .home-slider {
      height:32vh
  }
}

@media only screen and (min-width: 992px) {
  .home-slider {
      height:47vh
  }
}

@media only screen and (min-width: 1200px) {
  .home-slider {
      height:60vh
  }
}

.home-slider .swiper-container {
  padding: 0!important
}

.home-slider .swiper-home-slide {
  height: 100%;
  z-index: 2
}

.home-slider .swiper-home-slide .swiper-slide {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (min-width: 600px) {
  .home-slider .swiper-home-slide .swiper-slide {
      margin-top:0
  }
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
  height: auto;
  width: 56%;
  position: absolute;
  top: calc(36% - 43px);
  color: #000;
  background: #ffffff9e;
  padding: 39px;
  right: 22%
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption:before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 64%;
  border: 4px solid;
  transition: all .6s ease;
  border-radius: 2px;
  z-index: 1;
  top: 0;
  left: 0;
  border-color: #27beb6 transparent transparent #27beb6
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption:after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 64%;
  border: 4px solid;
  transition: all .6s ease;
  border-radius: 2px;
  z-index: 1;
  bottom: 0;
  right: 0;
  border-color: transparent #27beb6 #27beb6 transparent
}

@media screen and (max-width: 992px) and (min-width: 320px) {
  .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
      height:auto;
      width: 60%;
      position: absolute;
      top: calc(28% - 43px);
      color: #000;
      background: #ffffff9e;
      padding: 37px;
      right: 1%
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
      white-space:normal;
      transform: translate(0px,0px);
      left: 77px;
      top: calc(30% -5px);
      padding: 9px;
      top: 60px
  }
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h6 {
  color: #1d837e;
  font-size: 2rem;
  font-weight: 600
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h6 span {
  color: #000
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h6 {
      font-size:1rem
  }
}

.home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption p {
  font-size: 1.2rem
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption p {
      display:none
  }
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 130px;
  top: auto;
  left: 0;
  width: 100%
}
.home-slider .swiper-container-vertical > .swiper-pagination-bullets {
  left: 0;
  right: auto;
  top: 30%;
  transform: translate3d(0px,-50%,0);
  background: #27beb6;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  opacity: 1
}

.home-slider .swiper-pagination-bullet {
  background: #27beb6
}

.swiper-container {
  padding: 40px 0!important
}

@media screen and (max-width: 992px) and (min-width: 320px) {
  .swiper-container {
      padding:0!important
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 5px;
  display: inline-block;
  border-radius: 2px;
  background: #27beb6;
  opacity: .6;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px
}



/* ---------------- */
.blog-section{
  overflow: visible;
}
.single-blog{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px 0px;
  background-color: rgb(255, 255, 255);
  padding: 0;
  border: 1px solid #f7eae8;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.single-blog:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 40px 0px;
}

.single-blog .blog-space-item .blog-space-thumb {
  width: 40%;
  overflow: hidden;
  border-radius: 20px 0px 0px 20px;
  position: relative;
}
.single-blog  img {
  transition: transform 0.5s ease-in-out;
}
.single-blog :hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) and (min-width: 320px) {
  .single-blog .blog-space-item .blog-space-thumb {
      width: 100%;
  }
}
.single-blog .blog-space-item .blog-space-content {
  padding: 5px 20px;
  text-align: left;
  width:60%;
  min-height: 220px;
}
@media screen and (max-width: 992px) and (min-width: 320px) {
  .single-blog .blog-space-item .blog-space-content{
      width: 100%;
  }
}
.single-blog .blog-space-item .blog-space-content .blog-heading{
  display: flex;
  align-items: flex-start;

}
.single-blog .blog-space-item .blog-space-content h4,h6 {
  color: #fd8105 !important;
  margin-bottom: 0;
}
.single-blog .blog-space-item .blog-space-content span{
  color: #24222285;
  
}
.single-blog .blog-space-item .blog-space-content .pricing-plan {
  color: red;
  text-decoration: line-through;
  font-weight: 600;
  
}
.single-blog .blog-space-item .blog-space-content .pricing-details {
  color: #000;
  font-weight: 700;
    font-size: 18px !important;
}


.imgicon{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.blog-btn-1{
  padding: 5px 10px;
  background: #fd81053b;
  border-radius: 100px;
  font-size: 12px;
  color: #000;
}
.blog-btn-2{
  padding: 2px 10px;
  background: #dde0e091;
  border-radius: 100px;
  font-size: 12px;
  color: #000;
}
.text-right {
  text-align: right;
}
.cmn-white-button {
  color: #000;
  align-items: center;
  padding: 4px 8px;
  background: rgb(253 134 15 / 38%);
  border: 1px solid white;
  border-radius: 100px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 4px 4px 0px inset;
  filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 4px 4px);
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    margin: 1rem 0rem 0 0;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog-map{
  position: sticky !important;
  top: 50px !important;
  bottom : 0px !important;
}
.button-1{
  background-color: #ed9121 !important;
    padding: 10px;
    color: #000 !important;
    border-radius: 10px !important;
    font-size:14px !important;
    outline: none !important;
    border : none !important;
}
.button-1 a{
    color:black;
     text-decoration: none;
}
.button-1 a:hover{
    color:black;
     text-decoration: none;
}
.button-2 a{
    color:black;
     text-decoration: none;
}
.button-2 a:hover{
    color:black;
     text-decoration: none;
}
.button-2{
    padding: 10px;
    color: #fd8105 !important;
    border-radius: 10px !important;
    font-size:14px !important;
    outline: none !important;
    border : none !important;
    border: 1px solid #fd8105  !important;
}
.button-1:focus, .button-2:focus{
    
    box-shadow: none !important;
}
