/********** Template CSS **********/

  /* @font-face {
    font-family: mybeachFont;
    src: url(/font/Beach_Resort/Beach_Resort.ttf);
} */

@font-face {
  font-family: 'Beach Resort';
    src:  url('Beach-Resort.ttf.woff') format('woff'),
    url('Beach-Resort.ttf.svg#Beach-Resort') format('svg'),
    url('Beach-Resort.ttf.eot'),
    url('Beach-Resort.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


:root {
    --primary: #6222CC;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}

body{
    background-color: #04000b;
    color: #04000B;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Beach Resort";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-family: "Beach Resort";
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--light) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}

.bg-color{
    background-color: #04000b;
}

.box-shadow{
    /* box-shadow: rgb(251 165 4) 5px 5px, rgb(208 154 52) 10px 10px, rgb(159 130 78) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
    box-shadow: rgb(251 165 4) 5px 5px, rgb(208 154 52 / 0%) 10px 10px, rgb(159 130 78 / 0%) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
  }

.left-box-shadow{

    box-shadow: rgb(251 165 4) -5px 5px, rgb(208 154 52) -10px 10px, rgb(159 130 78) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;

}

.rounded-box{
  border-radius: 300px 300px !important;
    width: 300px;
    height: 300px;
    background-image: url(../img/roundedimg.png);
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/*** Hero Header ***/
.hero-header {
    /* margin-bottom: 6rem; */
    padding: 0px ;
    /* background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png),
        url(../img/bg-bottom.png); */
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center,
        center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 1rem 0 2rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    /* background: var(--primary); */
    background-color: #04000B;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #04000B;
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.add-image{
  background-image: url(../pooimg/homecontent.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.list-topic p{
    font-size: 20px;
}

.add-image b{
  font-weight: 600;
}

.text-black{
  color: #04000B;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item p{
  color: #04000B;
  
}

.newtext{
    font-size: 25px !important;
    margin-top: 16px;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}


.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #04000B;
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


.progress .bg-primary{
    background-color: #fb4204 !important;
}

.progress .bg-dark {
    background-color: #fb4204a1 !important;
}

.bg-primary {
    background-color: #04000B !important;
}

.text-primary{
    color:#FBA504 !important;
}

/*** Footer ***/
.footer {
    margin-top: 6rem;
    /* padding-top: 9rem; */
    /* background:
        url(../img/bg-top.png),
        url(../img/map.png); */
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top left, #fea702, #fba50414, #000, #000);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--dark);
    background-color: #FBA504;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    /* content: "&#xf52d"; */
    /* font-family: "Font Awesome 5 Free"; */
    /* background-image: url(../img/); */
    font-family: "Beach Resort";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

.title-center{
    width: 50%;
    margin: 5px auto;
}

.other-page{
background-image: linear-gradient(to top right, #fea702, #fba50414, #000, #000);
margin-top: 20px;
margin-bottom: 25px;
}

.bg-white{
  background-color: #04000b !important;
  color: #fff;
}

.bg-white h4, .bg-white h3{
  color: #f0c87f;
}

.about-text{
  color: #fba504 !important;
    /*font-family: 'Beach Resort';*/
    font-size: 30px;
    text-align: lef;
    font-weight: 300 !important;
    background-color: #fff;
    border-radius: 14px;
}

/* Start the slide container */

.slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  
  .slider-wrapper .slider-item {
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to top right, #fea702, #fba50414, #000, #000);
  }
  
  .slider-wrapper .slider-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(20%);
    /* background-image: url("../images/img-1.jpg"); */
    background-size: cover;
    background-position: center;
  }
  
  .slider-wrapper .slider-item:nth-child(2):before {
    /* background-image: url("../images/img-1.jpg"); */
  }
  
  .slider-wrapper .slider-item:nth-child(3):before {
    /* background-image: url("../images/img-1.jpg"); */
  }
  
  .slider-wrapper .slider-item:nth-child(4):before {
    filter: grayscale(25%) brightness(80%);
    /* background-image: url("../images/img-1.jpg"); */
  }
  
  .slider-wrapper .slider-item:nth-child(5):before {
    /* background-image: url("../images/img-1.jpg"); */
  }
  
  .slider-wrapper .slider-item .slide-content {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px 10px;
  }
  
  .slider-item.swiper-slide-active .slide-content {
    animation: animate_opacity 1s 1.2s linear forwards;
  }
  
  @keyframes animate_opacity {
    100% {
      opacity: 1;
    }
  }
  
  .slider-wrapper .slider-item .slide-content > * {
    max-width: 50%;
  }
  
  .slider-item .slide-content .slide-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 5px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(60%);
    color: #FFFFFF;
  }
  
  .slider-item .slide-content .slide-subtitle {
    font-size: 1rem;
    font-weight: normal;
    opacity: 0;
    transform: translateY(60%);
  }
  
  .slider-item.swiper-slide-active :where(.slide-title, .slide-subtitle) {
    animation: animate_text 1.2s 1.5s linear forwards;
  }
  
  @keyframes animate_text {
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .slider-item .slide-content .slide-description {
    margin-top: 25px;
    line-height: 25px;
    opacity: 0;
    transform: translateY(60%);
  }
  
  .slider-item.swiper-slide-active .slide-description {
    animation: animate_text 1.5s 1.7s linear forwards;
  }
  
  .slider-item .slide-content .slide-button {
    display: block;
    margin-top: 45px;
    color: #fff;
    width: 0;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #fff;
    transition: 0.5s ease;
    opacity: 0;
    white-space: nowrap;
  }
  
  .slider-item.swiper-slide-active .slide-button {
    animation: animate_button 1.8s 2s linear forwards;
  }

  .slider-item.swiper-slide-active .slide-img {
    animation: animate_button 0.2s 0.5s linear forwards;
  }

  
  
  @keyframes animate_button {
    100% {
      width: 250px;
      opacity: 1;
    }
  }
  
  .slider-item .slide-content .slide-button span {
    opacity: 0;
  }
  
  .slider-item.swiper-slide-active .slide-button span {
    animation: animate_opacity 0.5s 1.5s linear forwards;
  }

  .slider-item .slide-img {
    opacity: 0;
    width: 60%;
  }
  
  .slider-item.swiper-slide-active .slide-img {
    animation: animate_opacity 0.3s 0.6s linear forwards;
  }
  
  .slider-item .slide-content .slide-button:hover {
    color: #000;
    background: #FBA504;
  }
  
  .slider-container .slider-controls {
    position: absolute;
    bottom: 45px;
    z-index: 30;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .slider-controls .slider-pagination {
    display: flex;
    list-style: none;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    justify-content: space-between;
  }
  
  .slider-pagination .slider-indicator {
    position: absolute;
    bottom: 0;
    /* border-bottom: 2px solid #fff; */
    transition: 0.4s ease-in-out;
  }
  
  .slider-pagination .slider-tab {
    color: #04000B;
    padding: 20px 30px;
    cursor: pointer;
    text-align: center;
    font-size: 0.85rem;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  }
  
  .slider-controls .slider-tab.current {
    color: #fff;
  }
  
  .slider-navigations button {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 20;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202022;
    transform: translateY(-50%);
    transition: 0.4s ease;
  }
  
  .slider-navigations button:hover {
    background: #323235;
  }
  
  .slider-navigations button.swiper-button-disabled {
    display: none;
  }
  
  .slider-navigations button#slide-prev {
    left: 20px;
  }
  
  .slider-navigations button#slide-next {
    right: 20px;
  }
  
  @media (max-width: 1536px) {
    .slider-wrapper .slider-item .slide-content,
    .slider-controls .slider-pagination {
      width: 85%;
    }
  }
  
  @media (max-width: 1024px) {
    .slider-wrapper .slider-item .slide-content,
    .slider-controls .slider-pagination {
      width: 100%;
    }
  
    .slider-wrapper .slider-item .slide-content > * {
      max-width: 66%;
    }
  
    .slider-container .slider-controls {
      bottom: 50px;
    }
  
    @keyframes animate_button {
      100% {
        width: 100%;
        opacity: 1;
      }
    }
  
    .slider-navigations button {
      top: unset;
      bottom: -15px;
      background: none;
    }
  
    .slider-navigations button:hover {
      background: none;
    }
  }
  
  @media (max-width: 768px) {
    .slider-wrapper .slider-item .slide-content > * {
      max-width: 100%;
    }
    
    .rounded-box {

      width: 68%;
        height: 100%;
        border-radius: 100% 100% !important;
        margin: 0 auto;

    }
    
      .title-center{
        width: 100% !important;
        font-size: 16px;
    }
    .text-secondary{
        font-size: 17px;
        width: 100% !important;
    }
    .section-title{
        font-size: 17px;
    }
    .about-text{
        font-size: 38px;
    }
    
    .bg-white h4, .bg-white h3{
        font-size: 15px;
    }
    .contactus h4{
        font-size: 30px;
    }
    
    #message, #subject{
        padding-top: 110px !important;
    }
    
  }
  
  /*@media only screen and (max-width: 768px) {*/
      
     
  /*}*/

  .list-topic ul {
    list-style-image: url('../img/feathericon.png');
  }
  .navbar-toggler{
    color: #fff !important;
  }

  .list-topic ul li, .home-about h1, .home-about p{
    color: #DDDDDD;
  }

  .home-about .btn-primary{
    background-color: var(--secondary);
  }

  .count-show h1, .count-show h2{
    float: left;
    width: 50%;
  }

  .aboutus p{
    margin: 0px;
    padding-left: 30px;
  }

  .contact .btn-primary{
    /* background-color: var(--secondary); */
    border: var(--secondary);

    background: url(../img/new-bg.png);
    transition: .4s, background-position 0s;
    color: #04000B;
  }

  .contact .btn-primary:hover{
    --secondary: 100%;
    transition-delay: .5s;

  }

  .slider-navigations{
    display: none;
  }

  .bannersection{
    margin-top: 10px;
  }

  .form-floating>label{
    color: #323235;
  }
  #message, #subject{
    height: 182px;
    padding-top: 50px;
  }

  .other-page .text-white{
    font-family: 'Beach Resort';
    font-weight: 300 !important;
  }

  .form-control{
    color: #04000B !important;
  }
  
  /*.box-shadow p{*/
      
  /*}*/

  .contactus h4{
    color: #FBA504;
    font-family: 'Beach Resort';
    font-weight: 100 !important;
    font-size: 44px;
  }
  .button-link{
    margin: 0 auto;
    width: 27%;
  }

  .button-link .btn{
    color: var(--dark);
    background: var(--secondary);
  }

  .btn-home{
    /*margin: 0 auto;*/
    width: 30%;
    color: #04000B;
  }

  .btn-home a:hover{
    background-color: #04000B !important;
    color: var(--light);
  }
  
  .free-box p{
      color:var(--dark) ;
  }
  
  
  .servicepage .service-item {
    background-color: #fff;
    color: #000;
    max-height: 430px;
    box-shadow: inset;
  }

  .servicepage .whyus{
    max-height: none !important;
    padding: 45px 14px;
  }

  .servicepage .service-item ul{
    text-align: left;
  }

  .servicepage .service-item:hover {
    background-color: #fff;
    color: #000;
  }

  .servicepage .service-item h5, .servicepage .service-item p{
    color: #000;
  }

  .servicepage .service-item:hover p{
    color: #000;
  }
  
  .mobileview{
      display: none;
  }
  .deskview{
      display: inline;
  }
  
  @media (max-width: 768px) {
       .servicepage .service-item {
           
           background-color: #fff;
           max-height:fit-content ;
           
       }
       
       .mobileview{
      display: inline;
      position: relative !important;
        bottom: 0px !important;
        background-color: #FBA504 !important;
  }
  .deskview{
      display: none;
  }
      
  }
  
  
 @media screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
      
      .servicepage .service-item {
           
           background-color: #fff;
           max-height:fit-content ;
           
       }
       
       .mobileview{
      display: inline;
      position: relative !important;
        bottom: 0px !important;
        background-color: #FBA504 !important;
  }
  .deskview{
      display: none;
  }
      
  }
  
  .business{
    border-radius: 300px 300px !important;
    width: 230px;
    height: 230px;
    background-image: url(../img/roundedimg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 17px;
  }
  .business h5{
      text-align: center;
      font-size: 17px;
  }
  
  .business p{
      text-align: center;
      padding: 5px 28px;
  }
  
  .business .fas{
          padding-right: 8px;
  }
  
  .service-image img{
      width:100%;
  }
  