@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}
body {
  font-family: "Poppins", sans-serif;
}
/* .banner{
  background: url(./img/banner.jpg) no-repeat center;
  background-size: cover;
} */
@media screen and (max-width: 768px) {
  /* .banner{
    background: url(./img/mobile-banner.jpg) no-repeat center;
    background-size: cover;
  } */
}
.swiper-slide-bg{
  background: url(./img/comma.webp) no-repeat bottom;
  background-size: 150px 100px;
}

/*-------before-after-----------*/
.after-before-block{
margin-bottom:60px;
}
.wrapper{
  width: 100%;
}
.carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  color: #fff;
  text-align: center;
  margin: 20px 0;
  line-height: 250px;
  font-size: 90px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 4px 15px rgb(38 77 95 / 27%);
}
/*.carousel .card-item{*/
/*  background: #264d5f;*/
/*}*/
/*.carousel .card-2{*/
/*  background: #0072bc;*/
/*}*/
/*.carousel .card-3{*/
/*  background: #39b54a;*/
/*}*/
/*.carousel .card-4{*/
/*  background: #f26522;*/
/*}*/
/*.carousel .card-5{*/
/*  background: #630460;*/
/*}*/
.owl-dots{
  text-align: center;
}
.owl-dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #038081!important;
    box-shadow: 0px 4px 15px rgb(3 128 129 / 19%);
    transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  border: 2px solid #038081!important;  
  background: #038081!important;
}
/*--------------copyright-footer---------*/
#footer-copyright {
    background: #1a4356;
    padding: 10px 0;
}
.wrapper {
    width: 100%;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hm-footer-copyright p {
    color: #FFF;
    text-transform: capitalize;
    padding: 20px 0;
}
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 127px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #b636ff;
    border: 1px solid #b636ff;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}
#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;
}

/*-------testimonial---------*/
@media screen and (max-width: 768px) {
.swiper-backface-hidden .swiper-slide{
    width:100%!important;
}
}
.color-text{
        --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
/*--about-sec--*/
.col-left {
    width: 5%;
    float: left;
}
.col-right {
    padding-left: 0;
    width: 95%;
    float: left;
}
@media screen and (max-width:768px){
    .col-left {
    width: 7%;
}
.col-right {
    padding-left: 10px;
    width: 93%;
}   
.img-center {
    position: relative;
    top: 3px;
}
}
.banner-img-offer {
    margin:0;
    padding: 0;
}
.banner-img-offer img {
    box-shadow: 0 0 5px #eee;
    border-radius: 5px;
}

/*--footer--*/
    .emergency-call {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}
.emergency-call__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.emergency-call__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
    /* margin-bottom: 73px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.emergency-call__item > .content {
    margin-top: 12px;
}
.emergency-call__item > .content h1 {
    font-weight: 600;
    color: #333333;
    font-size: 18px;
}
.emergency-call__item > .content p {
    letter-spacing: -0.3px;
    color: #333333;
    margin-top: 8px;
    line-height: 1.5;
}
.content a {
    color: #333;
}
.content svg {
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.cls-1 {
    fill: #008081;
    fill-rule: evenodd;
}
.emergency-call .container > .call {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.emergency-call .container > .call > .icon {
    background-color: #f22283;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgb(242 34 131 / 50%);
    box-shadow: 8.135px 18.271px 51px 0px rgb(242 34 131 / 50%);
}
.emergency-call .container > .call > .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: rgba(242, 34, 131, 0.4);
    border-radius: 50%;
    z-index: -1;
}
.cls-2 {
    fill: #008081;
    fill-rule: evenodd;
}
.emergency-call .container > .call > a {
    font-family: "BebasNeueBold";
    color: #f22283;
    font-size: 64px;
}
.svg-img{
    display:inline-flex;
}
@media (max-width: 1199.98px){
.emergency-call__items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}
.emergency-call__item p {
    margin-bottom: 0;
}
}   
@media (max-width: 767.98px){
.emergency-call__item {
    margin-bottom: 10px;
}
}
@media (max-width: 575.98px){
.emergency-call__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}

/*-----------silk-slider-css-------------*/
/*	    .slide {*/
/*	height:400px;*/
/*}*/
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}