/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}
button.owl-next, button.owl-prev {
  background: #14225799;
  width: 44px;
  height: 78px;
}
button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0px 10px;
  border-radius: 0px 40px 40px 0px;
}
button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0px 20px;
  border-radius: 40px 0px 0px 40px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
.owl-dots {
    text-align: center;
    margin: 30px 0 0;
}
button.owl-dot {
  background: #55555580;
  border-radius: 0;
  height: 12px;
  width: 12px;
  margin: 8px 4px;
  border:unset;
}
button.owl-dot.active {
    background: #FFE52C;
}
/* -------Section Heading------------- */
.section-head span.section-small-head {
    color: #000000;
    font: 700 15px/38px var(--font-jakarta);
    width: max-content;
    background: #FFE52C;
    border-radius: 4px 0px 0px 4px;
    padding: 11px 35px;
    position: relative;
    margin-bottom: 0;
}
.section-head span.section-small-head::before,.section-head span.section-small-head::after{
  content: '';
  width: 12px;
  height: 36px;
  position: absolute;
  margin: auto 0;
  top: 2px;
  background-repeat: no-repeat;
}
.section-head span.section-small-head::before{
  background-image: url('../images/small-heading-left-img.png');
  left: 0;
}
.section-head span.section-small-head::after{
  background-image: url('../images/small-heading-right-img.png');
  right: 0;
}
.section-head h2 {
  color: #000;
  font: 800 32px/38px var(--font-jakarta);
}
span.last {
    color: #2097FC;
}
/* --------- SLIDER--------- */
#slider img.img-fluid {
  width: 100%;
  height: 1080px;
}
#slider{
  position: relative;
}
.slider-left-image {
  left: 105px;
}
.slider-right-image{
  right: 105px;
}
.slider-right-image,.slider-left-image{
  position: absolute;
  top: 18%;
}
span.slide-text1, span.slide-text2, span.slide-text3 {
  color: #ffffff;
  font: 700 18px/28px var(--font-jakarta);
}
span.slide-text2:before,span.slide-text2:after{
  content: '';
  background: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
span.slide-text2:after{
    right: 0;
}
span.slide-text2:before {
    left: 0;
}
span.slide-text2 {
    padding: 0 25px;
    position: relative;
}
span.slide-text1{
  padding-right: 25px;
}
span.slide-text3{
  padding-left: 25px;
}
h1.headtwo {
    color: #ffffff;
    font: 800 52px/64px var(--font-jakarta);
    width: 61%;
    margin: 10px auto;
}
span.last_slide_head2 {
    color: #FFE52C;
}
.slider-feature span {
    color: #FFE52C;
    font: 600 18px/36px var(--font-jakarta);
    margin: 0 25px;
}
.slider-feature span i{
  margin-right: 12px;
}
.slider-feature {
    padding: 8px 0 15px;
}
.slider-btn a {
    color: #000000;
    font: 700 18px/32px var(--font-jakarta);
    background: #FFE52C;
    border-radius: 10px;
    padding: 13px 0px 16px 25px;
}
.slider-btn i {
    background: #FFFFFF;
    padding: 17px;
    border-radius: 0px 10px 10px 0px;
    margin-left: 25px;
}
#slider .slider-box {
  position: absolute;
  top: 25em;
  left: 0;
  right: 0;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .carousel-indicators {
    top: auto;
    margin-right: 2%;
    margin-left: 2%;
    bottom: 17%;
}
#slider .carousel-indicators button{
  width: 12px;
  height: 12px;
  border: unset;
  background: #314ca780;
  opacity: 1;
  margin: 4px;
  border-radius: 2px;
}
#slider .carousel-indicators button.active{
  background: #FFE52C;
}
#slider::before,#slider::after{
  position: absolute;
  content: '';
  bottom: -40px;
  height: 60px;
  z-index: 9;
  background-repeat: no-repeat;
}
#slider::before {
    background-image: url('../images/slider-left-deco-img.png');
    left: 0;
    width: 348px;
}
#slider::after {
    background-image: url('../images/slider-right-deco-img.png');
    right: 0;
    width: 316px;
}
.slide_nav a.carousel-prev-button,.slide_nav a.carousel-next-button {
    position: absolute;
    top: 47%;
}
.slide_nav a.carousel-prev-button{
  left: 105px;
}
.slide_nav a.carousel-next-button{
  right: 105px;
}
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image: unset;
  background: #FFE52C;
  height: 78px;
  width: 44px;
  font-size: 18px;
  color: #000;
}
#slider .carousel-control-prev-icon{
    border-radius: 0px 40px 40px 0px;
    padding: 26px 13px;
}
#slider .carousel-control-next-icon{
    border-radius: 40px 0px 0px 40px;
    padding: 26px 20px;
}
#slider .carousel-control-prev-icon:hover,#slider .carousel-control-next-icon:hover{
  background: #14225799;
  color: #ffffff;
}
/* ---------------Our Feature------------------ */
.our-feature-box {
    margin-top: -88px;
    padding: 0 11em;
}
.our-feature-box h3 {
    color: #FFFFFF;
    font: 600 16px/22px var(--font-jakarta);
    padding: 0;
    margin: 0;
    width: 83%;
}
.feature-image-icon {
    background: #0E1B48;
    height: 48px;
    width: 48px;
    padding: 10px 0;
    border-radius: 50%;
}
.feature-row-box {
    position: relative;
}
.feature-row-box:before {
    content: '';
    background: #314ca733;
    width: 2px;
    height: 45px;
    position: absolute;
    right: 23px;
    top: 5px;
}
#our-feature .owl-stage  .owl-item:last-child .feature-row-box::before{
  display: none;
}
/*---------------about--------------*/
#about {
    padding-top: 10em;
}
span.abt-small-head {
    color: #000000;
    font: 700 15px/38px var(--font-jakarta);
    width: max-content;
    background: #FFE52C;
    border-radius: 4px 0px 0px 4px;
    padding: 1px 35px;
    position: relative;
}
span.abt-small-head:after {
    content: '';
    background-image: url('../images/small-heading-right-img.png');
    position: absolute;
    right: 0;
    width: 12px;
    height: 36px;
    top: 2px;
    background-repeat: no-repeat;
}
h2.abt-main-head {
    color: #000;
    font: 800 32px/38px var(--font-jakarta);
    padding-bottom: 40px;
}
p.abt-para {
    color: #4E758D;
    font: 500 16px/26px var(--font-roboto);
    width: 98%;
    margin-bottom: 30px;
}
.abt-btn a {
    font: 700 16px/32px var(--font-jakarta);
    color: #ffffff;
    background: #2097FC;
    border-radius: 10px;
    padding: 17px 40px;
    transition: 0.5s;
}
.abt-btn a:hover{
  background: #FFE52C;
  color: #000000;
  transition: 0.5s;
}
.abt-btn{
  text-align: center;
  margin-top: -18px;
}
.about-feature-title-box h3 {
    font: 600 16px/22px var(--font-jakarta);
    color: #000000;
    width: 99%;
    padding: 0;
    margin: 0;
}
.about-feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.about-feature-box::before{
  content: '';
  background: linear-gradient(180deg, rgba(79, 102, 183, 0) 0%, #4F66B7 47.92%, rgba(79, 102, 183, 0) 100%);
  width: 1px;
  height: 48px;
  position: absolute;
  right: 12px;
  top: 0;
}
.about-box .col-md-6:nth-child(3) .about-feature-box::before{
  display: none;
}
.about-feature-box i {
    background: #0E1B48;
    color: #ffffff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 14px 15px;
}
/* --------------- Service ------------- */
#service .section-head span.section-small-head::before{
  display: none;
}
.service-img-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #0D7EE6;
    border-radius: 60px;
    margin-bottom: 20px;
    transition: 0.5s;
}
h3.service-title a {
    font: 600 15px/22px var(--font-jakarta);
    color: #fff;
    transition: 0.5s;
}
.service-show-img{
  height: 70px;
  border-radius: 60px;
  padding: 17px 0px 17px 30px;
  position: relative;
  left: -1px;
  transition: 0.5s;
}
.service-main-box {
    background: #2097FC;
    box-shadow: -300px 0px 0px 0px #2097FC;
    padding: 76px 0;
    margin-top: 30px;
}
.service-sec-img {
    position: absolute;
    right: -30px;
    bottom: 0;
}
.service-img-box:hover{
    background: #FFE52C;
    transition: 0.5s;
}
.service-img-box:hover h3.service-title a{
  color: #000000;
  transition: 0.5s;
}
.service-img-box:hover .service-show-img{
  background: #ffffff;
  height: 70px;
  width: 98px;
  padding: 17px 30px;
  transition: 0.5s;
}
h3.service-title {
    line-height: 5px;
}
/* -----Our Project Section---------------------------- */
#our_project .section-head h2{
  width: 38%;
  margin: 0 auto 16px;
}
.owl-item .project-show-img img {
    width: 100% !important;
    border-radius: 20px;
    height: 510px;
    object-fit: cover;
    object-position: top;
}
.owl-item.active.center .project-show-img img{
  transition-duration: 1s;
  /* height: 475px;
  position: relative;
  top: -35px; */
  transform: scaleY(1.2);
}
.project-data {
    position: relative;
}
.owl-item.active.center .project-title-box{
  display: block;
  transition: 0.5s;
}
h3.project-title a {
  color: #ffffff;
  font: 700 20px/32px var(--font-jakarta);
}
.project-title-box p{
  color: #ffffff;
  font: 600 15px/20px var(--font-jakarta);
  width: 60%;
  margin: 0 auto;
}
.project-title-box {
    position: absolute;
    bottom: -20px;
    text-align: center;
    z-index: 99;
    transition: 0.5s;
    display: none;
    left: 0;
    right: 0;
}
.owl-item.active.center .project-show-img:before {
    content: '';
    background: linear-gradient(180deg, rgba(32, 151, 252, 0) 23%, rgba(32, 151, 252, 0.9999999999999999) 72%);
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transform: scaleY(1.2);
}
#our_project .owl-stage {
    padding: 60px 0;
}
#our_project button.owl-dot{
  background: #00000033;
}
#our_project button.owl-dot.active{
  background: #ffffff;
}
#our_project button.owl-next:hover,#our_project button.owl-prev:hover{
  background: #FFE52C;
}
#our_project button.owl-next:hover i,#our_project button.owl-prev:hover i{
    color: #000000;
}
/* -------------Counter Section--------------------- */
#counter {
    padding-top: 20em;
    margin-top: -20em;
}
.counter_inner {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #FFF084;
    padding: 40px 0 40px 30px;
    border-radius: 30px;
}
.counter-number span {
    color: #000000;
    font: 800 35px/30px var(--font-jakarta);
}
.Counter-box h5 {
    color: #00000099;
    font: 600 14px/22px var(--font-jakarta);
}
/* ---------Our shop---------------------- */
.section-head span.shop-small-text {
    color: #000000;
    font: 700 15px/38px var(--font-jakarta);
    width: max-content;
    background: #ffffff;
    border-radius: 4px 0px 0px 4px;
    padding: 11px 35px;
    position: relative;
    margin-bottom: 0;
}
.section-head span.shop-small-text::before,.section-head span.shop-small-text::after{
  content: '';
  width: 12px;
  height: 36px;
  position: absolute;
  margin: auto 0;
  top: 2px;
  background-repeat: no-repeat;
}
.section-head span.shop-small-text::before{
  background-image: url('../images/shop-headleft-img.png');
  left: 0;
}
.section-head span.shop-small-text::after{
  background-image: url('../images/shop-headright-img.png');
  right: 0;
}
#our_shop .section-head h2{
  color: #ffffff;
}
#our_shop span.last{
  color: #FFE52C;
}
#our_shop .section-head p {
    color: #ffffff;
    font: 500 16px/23px var(--font-roboto);
    padding-top: 12px;
}
.product-img {
    height: 216px;
}
.product-box {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 35px 0 0;
}
.product-title a {
    color: #000000;
    font: 700 18px/22px var(--font-jakarta);
}
.product-price-text {
    color: #00000082;
    font: 600 14px/22px var(--font-jakarta);
}
.product-content-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 30px;
    background: transparent;
    border-radius: 30px;
    transition: 0.5s;
}
.product-cart-button i {
    background: #2097FC;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    padding: 15px 10px;
    transition: 0.5s;
}
#our_shop .owl-carousel {
    padding-right: 70px;
}
#our_shop .product-box:hover .product-content-box{
  background: #FFE52C;
  transition: 0.5s;
}
#our_shop .product-box:hover .product-cart-button i{
  background: #ffffff;
  color: #000000;
  transition: 0.5s;
}
#our_shop a.added_to_cart.wc-forward {
    display: block;
}
#our_shop button.owl-prev{
  left: -22em;
}
#our_shop button.owl-next{
  left: -18em;
  right: auto;
}
#our_shop button.owl-next,#our_shop button.owl-prev{
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  bottom: 0px;
  top: auto;
  transition: 0.5s;
}
#our_shop button.owl-next i,#our_shop button.owl-prev i{
  color: #2097FC;
  transition: 0.5s;
  font-size: 22px;
  padding: 5px 0;
}
#our_shop .owl-dots {
    position: absolute;
    right: 0;
    top: 40%;
}
#our_shop button.owl-dot{
  display: block;
  height: 37px;
  width: 4px;
  background: #ffffff82;
}
#our_shop button.owl-dot.active{
  background: #FFE52C;
}
#our_shop button.owl-next:hover, #our_shop button.owl-prev:hover{
  background: #FFE52C;
}
/* ---------Team Section--------------------------- */
#team .section-head h2 {
    width: 30%;
    margin: 0 auto;
}
.team-deign span {
    color: #000000;
    font: 700 12px/22px var(--font-jakarta);
    background: #FFE52C;
    padding: 10px;
    border-radius: 5px;
}
.team-contents-wrapper {
    text-align: center;
}
.team-title a {
    color: #000000;
    font: 700 20px/22px var(--font-jakarta);
}
.team-deign {
    position: relative;
    top: -12px;
}
.team-title {
    padding-top: 15px;
}
#team button.owl-prev.disabled,#team button.owl-next.disabled {
    display: none;
}
/* ----------Appointment Section--------------------- */
#appointment .section-head span.section-small-head::before{
  display: none;
}
#appointment .section-head{
    margin-left: 11em;
    margin-bottom: 30px;
}
.appointment-form {
    background: #2097FC;
    box-shadow: 300px 0px 0px 0px #2097FC;
    padding: 50px 0 35px 95px;
    margin-left: 70px;
}
.connect-image {
    position: absolute;
    left: 0;
    bottom: 0;
}
#service-selec,.appointment-form input[type="text"],.appointment-form input[type="email"],.appointment-form input[type="number"],.appointment-form select#service-select {
  border: 1px solid #FFFFFF;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  height: 53px;
  border-radius: 60px;
}
.appointment-form textarea{
  border: 1px solid #FFFFFF;
  background: #fff;
  border-radius: 20px;
  height: 247px;
  padding: 10px 20px;
}
.appointment-form input[type="text"],.appointment-form input[type="email"],.appointment-form input[type="number"]{
  margin-bottom: 15px;
}
#service-selec[name="Services"],.appointment-form input[type="text"]::placeholder,.appointment-form input[type="email"]::placeholder,.appointment-form input[type="number"]::placeholder,.appointment-form select#service-select,.appointment-form textarea::placeholder{
  font: 500 14px/25px var(--font-roboto);
  color: #00000099;
}
.appointment-form input[type="submit"]{
  font: 700 14px var(--font-jakarta);
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  background: #FFE52C;
  padding: 18px 35px;
  position: relative;
  border-radius: 55px;
  width: 100%;
}
.appointment-form span[data-name="your-name"] input[type="text"],.appointment-form span[data-name="your-email"] input[type="email"],.appointment-form span[data-name="your-number"] input[type="number"]{
  padding-left: 50px;
}
.appointment-form span[data-name="your-name"],.appointment-form span[data-name="your-email"],.appointment-form span[data-name="your-number"],.appointment-form span[data-name="book-date"] {
  position: relative;
}
.appointment-form span[data-name="your-name"]::before,.appointment-form span[data-name="your-email"]::before,.appointment-form span[data-name="your-number"]::before{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  z-index: 9;
  left: 25px;
  font-size: 14px;
  top: -2px;
  color: #2097FC;
}
.appointment-form span[data-name="your-name"]::before{
  content: '\f007';
}
.appointment-form span[data-name="your-email"]::before{
  content: '\f0e0';
}
.appointment-form span[data-name="your-number"]::before{
  content: '\f095';
}
.appointment-form span[data-name="book-date"]::before{
  content: '\f073';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 9;
  position: relative;
  margin-bottom: -54px;
  float: right;
  font-size: 14px;
  color: #000000;
  background: #FFE52C;
  width: 70px;
  border-radius: 60px;
  padding: 16px 30px;
}
.appointment-form .wpcf7-spinner{
  display: none;
}
.connect-us-box {
    padding: 20px 40px;
}
/* -----------Pricing Plan Section------------------- */
#pricing_plan ul.nav-tabs.nav {
    display: block;
    border-bottom: unset;
    margin-left: 0;
    margin-right: 15px
}
#pricing_plan .nav-tabs .nav-link{
  background: #F1EFF0;
  border-radius: 60px;
  margin-bottom: 18px;
  padding: 17px 35px;
  width: 100%;
  border: unset;
  color: #000000CC;
  font: 600 15px/22px var(--font-jakarta);
}
#pricing_plan .nav-item span img {
    margin-right: 20px;
}
#pricing_plan .nav-tabs .nav-item.show .nav-link,#pricing_plan .nav-tabs .nav-link.active{
  background: #FFE52C;
  color: #000000;
}
#pricing_plan .tab-contet-box {
    background: #ffffff;
    box-shadow: 10px 10px 30px 5px #0000001A;
    border-radius: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.price-title-box {
    background: #2097FC;
    border-radius: 30px 130px 130px 30px;
    padding: 62px 55px;
    position: relative;
    transition: 0.5s;
}
.price-title-box h3 {
    color: #FFE52C;
    font: 800 16px/38px var(--font-jakarta);
    transition: 0.5s;
}
.price-image-box {
    position: absolute;
    right: -34px;
    top: 77px;
    background: #ffffff;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 5px #0000001A;
    padding: 28px 30px;
}
span.price-value {
    color: #ffffff;
    font: 800 60px/38px var(--font-jakarta);
    transition: 0.5s;
}
span.month-text {
    color: #ffffff;
    font: 800 16px/38px var(--font-jakarta);
    transition: 0.5s;
}
.price-content-box {
    padding-left: 60px;
}
p.price-list-box {
    color: #000000cf;
    font: 500 16px / 36px var(--font-roboto);
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    transition: 0.5s;
}
p.price-list-box::before{
  content: '\f04b';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  color: #2097FC;
  font-size: 14px;
  transition: 0.5s;
}
#pricing_plan .tab-contet-box:hover{
  background: #2097FC;
  transition: 0.5s;
}
#pricing_plan .tab-contet-box:hover .price-title-box{
  transition: 0.5s;
  background: #FFE52C;
}
#pricing_plan .tab-contet-box:hover .price-title-box h3,#pricing_plan .tab-contet-box:hover span.price-value,#pricing_plan .tab-contet-box:hover span.month-text{
  color: #000000;
  transition: 0.5s;
}
#pricing_plan .tab-contet-box:hover p.price-list-box{
  color: #ffffff;
  transition: 0.5s;
}
#pricing_plan .tab-contet-box:hover p.price-list-box::before{
  color: #FFE52C;
  transition: 0.5s;
}
/* --------------- Testimonial ----------------- */
#testimonial .section-head h2 {
    width: 55%;
}
.testimonial-box {
    background: #ffffff;
    border-radius: 30px;
    padding: 43px 55px 43px 50px;
}
.testimonials-info p {
    color: #2d3134cc;
    font: 500 17px/28px var(--font-roboto);
    width: 90%;
    padding-bottom: 30px;
}
.testimonial-img-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
#testimonial .owl-item .testimonial-img-box img,#testimonial .owl-item .quote-image-box img {
    margin: 0;
}
h5.testimonial-title a {
    color: #2B2B2B;
    font: 600 16px/20px var(--font-jakarta);
}
span.filled-star i {
    color: #FFE52C;
    font-size: 15px;
}
span.empty-star i{
  color: #D4D4D4;
  font-size: 15px;
}
.quote-image-box {
    padding-bottom: 30px;
}
.testimonial-title-box {
    padding-top: 20px;
    border-top: 1px solid #D4D4D4;
    margin-right: 120px;
}
#testimonial .owl-dots {
    position: absolute;
    right: 45px;
    top: 112px;
    margin-top: 0;
}
#testimonial button.owl-dot {
    display: block;
    width: 4px;
    height: 37px;
    background: #4E758D80;
}
#testimonial button.owl-dot.active{
    background: #FFE52C;
}
.testimonial-star-box {
    text-align: right;
}
.testimonisl-data {
    padding-top: 95px;
}
.testimonial-carousel-box {
    margin-bottom: -42px;
    position: relative;
    top: 32px;
    box-shadow: 10px 10px 30px 0 #0000001A;
    border-radius: 30px;
}
/* -------Why Choose Us----------------- */
#why_choose_us {
    padding-top: 13em;
}
#why_choose_us .section-head span.section-small-head::before{
  display: none;
}
#why_choose_us .section-head p {
    color: #4E758D;
    font: 500 16px/24px var(--font-roboto);
    padding-top: 20px;
    margin-bottom: 0;
    width: 96%;
}
.why-choose-box {
    background: #2097FC;
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
}
.why-choose-content span {
    color: #FFFFFF;
    font: 500 15px/26px var(--font-roboto);
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin: 8px 0;
}
.why-choose-content span::before{
  content: '\f04b';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFE52C;
  font-size: 14px;
  transition: 0.5s;
}
.why-choose-feature-content h4 {
    font: 600 16px/22px var(--font-jakarta);
    color: #000000;
    padding: 0;
    margin: 0;
}
.why-choose-feat-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.why-choose-feature-img{
    background: #FFE52C;
    height: 76px;
    width: 76px;
    padding: 21px;
    border-radius: 50%;
}
.why-choose-feature-content span {
    color: #4E758D;
    font: 500 15px/30px var(--font-roboto);
}
.why-choose-image-box img,.why-choose-image-box-two img{
  box-shadow: 4px 10px 30px 0px #00000026;
  border-radius: 30px;
}
.why-choose-image-box {
    margin-top: 50px;
    margin-left: 23px;
}
.why-choose-image-box-two img:last-child {
    margin-top: 25px;
}
/* ---------------Faq Section-------------------- */
#faq .section-head h2{
  color: #2097FC;
}
#faq span.last_slide_head1{
  color: #000000;
}
#faq span.faq-head-text {
    color: #171921;
    font: 400 18px/32px var(--font-jakarta);
}
#faq span.call-text a {
    color: #2097FC;
    font: 700 18px/32px var(--font-jakarta);
    border-bottom: 1px solid #2097FC;
}
#faq .card.active.faqback a span.faq-title,#faq .card.collapsed.faq-collapsed a span.faq-title,#faq .card.active.faq-collapsed a span.faq-title{
    color: #000000;
    font: 700 20px/32px var(--font-jakarta);
}
#faq .card.collapsed a span.faq-title,#faq .card.active a span.faq-title{
    color: #545971;
    font: 600 17px/32px var(--font-jakarta);
}
#faq .card.active.faqback {
  background: #FFE52C;
  border-radius: 12px;
  padding: 24px 34px;
}
#faq .card.collapsed.faq-collapsed,#faq .card.active.faq-collapsed{
  background: #FFE52C;
  border-radius: 12px;
  padding: 24px 34px;
}
#faq .card.collapsed,#faq .card.active{
  padding: 15px 34px;
}
#faq .card-header {
    background: unset;
    border: unset;
}
#faq .card {
  border: unset;
}
#faq .card-header{
  padding: 5px 0;
}
#faq .card-block p {
  color: #000000b3;
  font: 500 15px/24px var(--font-vietnam);
}
#faq span.faq-icon {
    position: absolute;
    right: 18px;
    color: #1F3584;
    padding: 4px 5px;
    font-size: 20px;
}
/* ------------ Latest News ---------- */
#latest_news {
    position: relative;
}
#latest_news:before{
  content: '';
  background: #FFE52C;
  width: 100%;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.post-slider-box {
    background: #2097FC;
    box-shadow: -300px 0px 0px 0px #2097FC;
}
.new-content-text h3 a{
  color: #FFFFFF;
  font: 800 20px/27px var(--font-jakarta);
}
.new-content-text h3{
  margin-bottom: 0;
  width: 95%;
}
.new-content-text p{
  color: #ffffffcf;
  font: 500 16px/22px var(--font-roboto);
}
#latest_news .owl-item .latest-news-image img{
  width: 100% !important;
}
.date-text,#latest_news .post-comment-box{
  color: #FFFFFF;
  font: 500 16px/22px var(--font-roboto);
}
.date-text i,#latest_news .post-comment-box i {
    margin-right: 15px;
}
#latest_news .post-slider-box .owl-carousel {
    padding: 45px 130px 43px 0px;
    margin-top: 5px;
}
#latest_news .owl-dots {
    position: absolute;
    right: 70px;
    top: 40%;
    margin-top: 0;
}
#latest_news .owl-dots button.owl-dot {
    display: block;
    width: 4px;
    height: 37px;
    background: #ffffff80;
}
#latest_news .owl-dots button.owl-dot.active{
  background: #FFE52C;
}
/* --------Video Section----------------- */
.latest-video-box {
    margin-left: -9px;
}
.video-img {
    left: -20px;
}
.video-text-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.video-img img {
    width: 100%;
}
#latest_news .solution-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
#latest_news .solution-close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
  border: 2px solid black;
  background-color: white;
}
#latest_news .solution-video-popup {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#latest_news .solution-popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
}
#latest_news .solution-popup-content {
  background: black;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}
#latest_news button.solution-popup-btn {
    background: transparent;
    border: unset;
    outline: unset;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
#latest_news .solution-popup-btn i {
    background-color: #ffffff69;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    color: #ffffff;
    padding: 24px 29px;
    font-size: 27px;
    cursor: pointer;
}
