.call-to-action {
    background: url(../images/cta-bg.jpg) center left;
    background-size: cover;
    padding: 150px 60px;
    border-radius: 0px;
    overflow: hidden;
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.call-to-action p {
    color: #fff;
    margin-bottom: 20px;
}
.call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.services{
    padding: 90px 0;
    overflow: hidden;
    background: var(--bs-primary);   /*#adc3ff*/
}
@media (max-width: 991px) {
    .hero {
      background: url(../images/hero-mobile-bg.jpg) center center;
    }
    .hero h2 {
      font-size: 48px;
    }
    .call-to-action {
      background: url(../images/cta-bg.jpg) center left;
        background-size: cover;
        padding: 150px 60px;
        border-radius: 0px;
        overflow: hidden;
    }
  }
  
  @media (max-width: 767px) {
    .hero h2 {
      font-size: 36px;
    }
  
    .btn-get-started,
    .hero .btn-watch-video {
      font-size: 14px;
    }
    .icon-boxes .card-two{
      margin-top: var(--bs-gutter-y);
      margin-bottom: 0px;
      padding-left: calc(var(--bs-gutter-x) * .5);
      padding-right: calc(var(--bs-gutter-x) * .5);
  
    }
  }
  @media (min-width: 768px) {
    .btn-get-started,
    .hero .btn-watch-video {
      font-size: 14px;
    }
    .icon-boxes .card-two{
      margin-top: -20px;
      margin-bottom: -20px;
    }
  }
  
  .icon-box {
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    background: #dee3ff;
    /* box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .icon-box .title a {
    color: #4158da;
    transition: 0.3s;
  }
  
  .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgb(0 0 0 / 60%);
  }
  
  .icon-box:hover {
    background: #4158da;
  }
  
  .icon-box:hover p,
  .icon-box:hover .title a,
  .icon-box:hover .icon {
    color: #fff;
  }
/******************************************************/
  .single-pricing-content {
	text-align: left;
	padding: 30px 30px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	transition: all 0.4s ease 0s;
	margin-bottom: 30px;
}

.single-pricing-content:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.price-tag {
	position: relative;
}

.price-tag h3 {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: -45px;
	width: 115px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 25px 0 0 25px;
	background-color: var(--bs-primary);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(-90deg);
	will-change: transform;
}

.price-heading {
	text-align: center;
	margin-bottom: 20px;
}

.price-heading .price-usd h2 {
	color: var(--bs-primary);
	font-size: 50px;
	font-weight: 900;
	padding: 15px 0;
}

.price-heading .price-usd .price-small-text {
	display: block;
	color: #3e3e3e;
	font-size: 15px;
	font-weight: 500;
	margin-top: -8px;
}

.price-body ul li {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	border-top: 1px dashed #dfe4e8;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	text-align: center;
	margin-top: 25px;
}

.single-pricing-content .price-btn .price-btn-one {
	padding: 12px 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid var(--bs-primary);
	background-color: var(--bs-primary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-pricing-content .price-btn .price-btn-one:hover {
	color: var(--bs-primary);
	background-color: transparent;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.why-choose-us{
    padding: 60px 0;
    overflow: hidden;
    background: #ffffff;
  }
  
  .section-grey{
    padding: 90px 0;
    overflow: hidden;
    background: #f8f8f8;
  }
  
  .sections-bg {
    background-color: #f8f8f8;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 60px;
  }
  
  .section-header h2 {
    font-size: 32px;
    position: relative;
    color: #025add;
  }
  
  .section-header p {
    margin-bottom: 0;
    color: #b8651d;
  }
  
  img {
    transition: 0.3s;
  }
  
  img:hover {
    transform: scale(1.1);
  }
  
  .fill-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    border: 0;
    transition: 0.3s;
    color: #fff;
    background: linear-gradient(45deg,     color: #b8651d, #0c6de0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }
  
  .fill-btn:hover {background: linear-gradient(45deg, #0c6de0, #b8651d);color: #ffffff;}
  /*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

.left {
    text-align: right;
  }
  .right {
    text-align: left;
  }
  .list-wrap{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  .list-wrap p{
    color: var(--text-color);
  }
  .list-wrap:nth-child(3),
  .list-wrap:nth-child(6){
    margin-bottom: 0;
  }
  
  .list-wrap .description h4{
    color: var(--text-color);
  }
  
  .icon {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
  }
  .icon svg{
    width: 100%;
  }
  .list-center-wrap{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
  }
  .center-icon{
    width: 100%;
    text-align: center;
  }
  .center-icon img{
    width: 100%;
    border-radius: 20px;
    opacity: 0.9;
  }
  
  