body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
      font-family: "Poppins", sans-serif;
}

.row.rv-1 {
  flex-direction: row-reverse;
}

.cursor-pointer{
  cursor: pointer;
}

p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: normal;
}

.text-black{
  color: black !important;
}

.text-300{
  font-weight: 300 !important;
}
.text-600{
  font-weight: 600 !important;
}

.text-theme{
  color: #0148B3 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

button{
  outline: 0;
}
button:focus {
  outline: 0 !important;
}

.btn-main {
  color: #fff;
  background-color: #0148B3;
  border-color: #0148B3;
  border-radius: 0 12px 12px;
}
.btn-main:hover {
  color: #0148B3;
  background-color: transparent;
  border-color: #0148B3;
}


.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    font-size: 40px;
    font-weight: 600;
}

.section {
  padding: 50px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}


.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}
.title {
  font-size: 36px;
  color: black;
  font-weight: 600;
}

.small-title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}

.med-title {
  color: black;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  width: fit-content;
  width: -moz-fit-content;
}
.med-title::after{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-top: 3px dashed #0148b3;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

img.icons {
  width: 56px;
}
.icons-lg {
  width: 120px !important;
}

.check-icon {
  color: #0148B3;
  font-size: 20px;
  background: #F4F7FF;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.subtitle{
  font-size: 30px;
  color: black;
  line-height: 42px;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}


.logo {
  display: inline-block;
}


/*=================================================================
  Navigation
==================================================================*/
.navigation {
  position: fixed;
  left: 0;
    top: 0;
    z-index: 99;
    transition: .3s all;
    width: 100%;
  background: transparent;
}

.navigation .logo-default {
  width: 80px
}

.logo-default-loader{
  width: 110px;
}
.navbar{
  padding: 0% 6%;
}
.sticky-header.navigation .navbar-light .navbar-nav .nav-item .nav-link{
  color: #666666;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #626262;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: capitalize;
  transition: .2s ease-in-out 0s;
  font-weight: 500;
    white-space: initial;
    font-size: 16px;
    position: relative;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #0148b3;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28ABE3;
}


.navigation .navbar-light .navbar-nav .nav-item .nav-link.active::after {
  position: absolute;
  content: '';
  width: 80%;
  background: #3355c9;
  height: 2px;
  left: 10%;
  bottom: 15px;
  border-radius: 50px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #0148B3;
}

@media only screen and (max-width: 992px) {
  .navigation .nav-link {
    padding: 10px !important;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link.active::after {
      display: none;
  }
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #000;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.navigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
}

.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: .2s ease;
  padding: 10px;
}

.navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
  padding-left: 12px;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    position: sticky;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 20%);
  background: #fff;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

/* HOME PAGE */

.Slider-slide {
  /* z-index: 0;
  position: absolute; */
  width: 100%;
  top: 0;
  left: 0;
  height: 75vh;
  transition: opacity 1s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-slider .owl-dots{
  margin-top: -26px !important;
  z-index: 99 !important;
  position: relative !important;
}


.homebanner.section {
    height: 100%;
	background: linear-gradient(180deg, #00000085, rgb(0 0 0 / 30%));

}
.how-we-work {
  width: 100px;
  height: 100px;
  margin: auto;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-we-work .icons{
  width: 72px;
}

.services-icons{
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: white;
  border-radius: 8px;
}
.services-icons:hover{
  background: #F4F7FF;
}

img.arrow1 {
  width: 130px;
  position: absolute;
  left: -20%;
}
img.arrow2 {
  width: 130px;
  position: absolute;
  right: -20%;
}


.offer-card{
  background-image: url('../images/offer-card-bg.png');
  background-size: 20%;
  background-position: top left;
  background-repeat: no-repeat;
  box-shadow: none;
  border-radius: 8px;
}
.offer-bg-1{
  background-color: #FFD966;
}
.offer-bg-2{
  background-color: #DF7857;
}
.offer-bg-3{
  background-color: #94AF9F;
}

.btn-offer {
  background: #00000080;
  color: white;
  border-radius: 12px 12px 0px 0px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

.btn-offer:hover {
  background: #000000;
  color: white;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  left: 20px;
}

.whatsapp-icon img{
  width: 52px;
}


.support-icon {
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  right: 20px;
  border-radius: 50%;
  background-color: #0148B3;
  box-shadow: 0 4px 12px #0000005e;
}

.support-icon img{
  width: 36px;
}

.call-icon {
  padding: 16px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 25%;
  z-index: 9;
  right: 0;
  border-radius: 20px 0 0 20px;
  background-color: #0148B3;
  color: white;
  width: 60px;
  text-align: center;
  box-shadow: 0 4px 12px #0000005e;
  
}

.call-icon img{
  width: 24px;
}

/* About-us */
.about-banner {
  align-items: center;
  background: url('../images/about-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-banner {
  align-items: center;
  background: url('../images/contact-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-overlay {
  padding: 5% 0;
  background: #0148b39e;
}

.bg-light-blue{
  background: #f4f7ff;
}

.services-link.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  border-bottom: 1px solid #00000033;
}

.services-link.nav-link:last-child {
  border-bottom: 0;
}
.services-link .icons {
  width: 46px;
}
.services-link.nav-link:hover{
  background-color: #0148B31A;
} 

.services-banner {
  height: 75vh;
  background: url('../images/services-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-banner-bg {
  background: linear-gradient(180deg, #00000085, rgb(0 0 0 / 30%));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=================================================================
  Contact
  ==================================================================*/

.social-icons {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0148b3;
  color: white;
  border-radius: 50%;
}

.social-icons:hover{
  color: #0148b3;
  background: white;
}

.testi-card {
  border-radius: 12px;
  background: #F4F6FB;
}
img.user-img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
}

.rating i{
  color: #FE7443;
}

.footer-link {
  font-size: 14px;
  color: white;
  display: block;
  margin-bottom: 0.8rem;
}
.footer-link:hover {
  color: #99b6e1;
}

.icon-sm{
  font-size: 20px;
}

.quick-links:hover{
  color: black
}
.social-links{
  font-size: 18px;
  color: #fff;
  padding: 12px;
}

.social-links:hover{
  color: #808080
}

.footer-logo{
  width: 80px;
}

.app-btn {
  width: 115px;
}


/*=================================================================
  Footer section
==================================================================*/
.newsletter {
  background-color: #f4f7ff;
}
.newsletter .form-control{
  padding: 13px 14px;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.footer-bg {
  background: #f4f7ff;
}
.top-footer {
  padding: 50px 5%;
  background: #0148B3;
  border-radius: 30px 30px 0 0;
  color: white;
}

.footer-logo-div {
  width: fit-content;
  width: -moz-fit-content;
  padding: 12px;
  background: #f4f7ff;
  border-radius: 12px;
}

/*========== New CSS 27-01-2024 ==========*/

.book-service-img img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.service-title{
  position: relative;
}
.add-fav-btn{
  position: absolute;
  right: 0;
  top: 0;
}

.service-card {
  border: 1px solid #eee;
  box-shadow: none;
}

.rating_box{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #329C3A;
  color: #fff;
  height: 70px;
  width: 70px;
  font-size: 26px;
  border-radius: 12px;
}

.avatar-img{
  height: 58px;
  width: 58px;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width:  991px){
  .service-img-gallery {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}


/*========== New CSS 01-02-2024 ==========*/
.dragscroll::-webkit-scrollbar {
  display: none;
}

.rate{
  display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rate:not(:checked) > input {
  display: none;
}
.rate:not(:checked) > label {
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}

.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

section.section-banner {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-filter-option{
  display: none;
}
@media screen and (max-width: 991px) {
  .list-filter{
    display: none;
  }
  .list-filter-option{
    display: block;
  }
}



/*==========Media-Query==========*/

@media screen and (max-width:  991px){
  .navigation .navbar-light .navbar-nav .nav-item .nav-link{
    color: #666666;
  }
  .section-1-title h1 {
    font-size: 28px;
  }
  img.arrow1, img.arrow2 {
    width: 90px;
  }
  .title {
    font-size: 26px;
  }
  .small-title {
    font-size: 18px;
  }
  .section-1-title h4 {
    font-size: 18px;
  }

  .about-banner{
    height: auto;
  }
  .about-sec-1 {
    margin-top: 0;
}
.call-icon {
  top: 40%;
}
  
}
@media only screen and (max-width:  767px){
  .section-1-title{
    text-align: center;
  }
  .arrow1, .arrow2{
    display: none;
  }
  .banner-overlay {
    padding: 10% 0;
    background: #0148b39e;
  }
}
@media screen and (max-width: 479px){  
  .navigation .logo-default {
    width: 70px;
  }
  .Slider-slide {
    height: 65vh;
}
  p {
    font-size: 14px;
  }
  .social-icons {
    height: 30px;
    width: 30px;
    font-size: 14px;
}
.whatsapp-icon{
  left: 10px;  
}
.whatsapp-icon img {
  width: 42px;
  
}
.support-icon {
  height: 40px;
  width: 40px;
  right: 10px;
}
.support-icon img {
  width: 24px;
}
.newsletter .form-control {
  padding: 7px;
}
.call-icon {
  padding: 16px 10px;
  width: 50px;
}
.call-icon img{
  width: 18px;
}

.call-icon p{
  font-size: 12px;
}
}
@media screen and (max-width:  320px){
  .title {
    font-size: 22px;
}
  .small-title {
    font-size: 16px;
  }
  .footer-logo {
    width: 45px;
  }
  .title h2 {
      font-size: 18px;
  }
  .section-3 h1 {
      font-size: 24px;
  }
  img.icons {
    width: 40px;
}
}


/*============================================================
	For Small Desktop
==============================================================*/

@media screen and (max-width:  1024px){
  .navigation .navbar-light .navbar-nav .nav-item .nav-link{
    padding: 17px 11px;
    font-size: 14px;
  }
}
.owl-theme .owl-dots .owl-dot span {
  background: #0148B366 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0148b3 !important;
}

button{
  outline: 0;
}


.banner-slider .owl-dots .owl-dot span {
  background: #8eb7ff !important;
}