@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,400;1,500;1,600;1,700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}

/* header */
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav-wrapper {
    margin: 0px 60px;
}
.nav-wrapper div#navbarSupportedContent {
    justify-content: flex-end;
}
.btn-same {
    text-decoration: unset;
    background: #00a4a7;
    font-size: 14px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Mulish', sans-serif;

    transition: 0.2s all;
}

.btn-same:hover {
    color: #fff;
    background: #e24045;
}

.btn-wraper {
    display: 
flex;
}

.btn-same:nth-child(1) {margin-right: 15px;}


/* owl item */
#owl-demo .item{
    margin:0px 3px;
    border-radius: 5px;
    overflow: hidden;
  }
  #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .banner-slider .owl-nav {
    position: absolute;
    bottom: 30px;
    padding: 0px 80px;
}

.banner-slider .owl-nav button span {
    background: #ef3050;
    padding: 20px 15px;
    margin: 0px 4px;
    line-height: 0;
    display: block;
    color: #fff;
    font-size: 25px;
}

.banner-slider .owl-nav button span img {
    width: 20px;
}
.appoiment-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 120px;
    z-index: 1;
    min-width: 490px;
    background: #fff;
    padding: 50px;
  
}

.banner-slider {
    position: relative;
}

.appoiment-form .form-control {
    padding: 20px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.appoiment-form  input.btn {
    border-radius: 0px;
    text-decoration: unset;
    background: #00a4a7;
    font-size: 14px;
    padding: 15px 30px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    transition: 0.2s all;
    width:100%;
}

.appoiment-form .form-control::placeholder,.appoiment-form .form-control{
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}


.clients {
    padding: 0px 60px;
    text-align: center;
}

.sec-title h5 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px auto 30px;
    width: fit-content;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    font-family: 'Oxygen';
}

.sec-title h5 span {
    position: relative;
    z-index: 11;
}
.sec-title h5:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 15px;
    background: #f35a38;
    margin-left: -45px;
}

.sec-title h5:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: #f35a38;
    margin-left: -25px;
}
.single-logo img {
    cursor: pointer;
    margin: 0px auto;
    max-width: 100%;
    width: auto !important;
}
.single-logo {
    padding: 15px 0px;
    border: 1px solid #41464b0f;
    border-radius: 5px;
    margin: 0px 5px;
}
.single-logo:hover {
    filter: grayscale(0);
    box-shadow: 2px 1px 20px 16px #c4c5c733;
}

.brand-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.bg-grey {
    background: #fcfcfc;
}
/* section.offer {
    padding: 100px 0px;
    border-top: 1px solid #46464612;
}
.ads-box img {
    width: 100%;
}
.main-offer .col-sm-6 {
    padding: 0px;
}


.main-offer .col-sm-6:nth-child(2) .ads-wraper {
    margin-left: 15px;
    position: relative;
    height: 100%;
}

.ads-contents h5 {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #212529;
}
.ads-contents {
    padding: 25px 0px;
    background: #d8d8d8;
    width: 90%;
    margin: auto;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}

.ads-img img {
    width: 100%;
}


.offer  .row {
    margin: 50px 0px 0px;
}

.ads-contents:before {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 3px solid #ef3050;
    border-top: 3px solid #ef3050;
}

.ads-contents:after {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 3px solid #ef3050;
    border-bottom: 3px solid #ef3050;
}
.offer-wrapper {
    margin: 15px 0px;
} */

.bubble-circle {
    animation: rotating 15s linear infinite;
    background: #EF3050;
    border-radius: 335.383px 406px 323.168px 384.988px;
    bottom: 0;
    display: block;
    height: 250px;
    margin: auto;
    transition: background-color 2s ease-out;
    width: 250px;
  }
  
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
 
  .rotating {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
  }
.offer-img {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.offer-round {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}
.offer-img img {
    max-width: 100%;
    display: flex;
    align-items: center;
}
.ads-contents {
    padding: 15px 0px;
    margin: 30px 0px 0px;
    border-top: 1px solid #0000000d;
}

.ads-contents h5 {
    margin: 0px;
    text-transform: capitalize;
    font-weight: 700;
    color: #222;
    font-family: "Josefin Sans",sans-serif;
}
section.offer-sec {
    padding: 70px 0px;
    background: #fafaff;
}
.offer-sec  .offer-wrapper {
    padding: 120px 0px 5px;
    background: #ffffff;
    border: 1px solid rgb(205 205 205 / 20%);
    margin: 200px 0px 0px;
    border-radius: 70% 70% 10% 10%;
    position: relative;
}
.offer-sec .row {
    padding: 0px 0px 0px;
    margin-top: -30px;
}

/* offer */
.offer-fifty-img img {
    width: 100%;
    padding: 0px 50px;
}
section.offer-fifty {
    position: relative;
    padding: 70px 0px;
    background: #fafaff;
}
.offer-fifty .row {
    padding: 50px 0px 0px;
}
.offr-fifty-content {}

.offer-fifty-wrapper {
    padding: 25px;
    border: 1px solid #ef305021;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
}

.new-offer-content h2 {
    padding-left: 30px;
    font-size: 25px;
    margin: 0px;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 500;
    color: #212529;
}

.offer-icon {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #21252917;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    display: flex;
    align-items: center;
}

.offr-fifty-content {
    display: flex;
    align-items: center;
}
.offer-icon span {
    width: 70px;
    height: 70px;
    background: linear-gradient(92deg, #81c55c, #b6d344,#81c55c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}

.offer-icon span i {
    font-size: 25px;
    color: #212529;
}
.offer-fifty-wrapper:hover {
    background: #acd0488a;
    border: 1px solid transparent;
}

.offer-fifty-wrapper:hover .offer-icon span {
    background: linear-gradient(45deg, #f68b9d, #ef3050ad,#f68b9d);
}
section.offer-fifty:after {
    background: #fafaff;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    right: 25%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    /* z-index: 1; */
}
/* faaq */

.faq-section {background: #ffffff;padding: 70px 0px;position: relative;}
.faq-header .title {
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 64px;
    margin-top: -20px;
}
/* .faq-header .cate {
    width: 78px;
    margin-bottom: 45px;
} */
.faq-header .cate img {
    width: 100%;
}
.mb--38 {
    margin-bottom: -38px;
}
.faq-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.faq-item .faq-thumb {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 65px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgb(178 119 29 / 23%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff2b50;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
}
.faq-item .faq-content h4 {
    padding: 15px 15px 15px 40px;
    background: #efefef;
    border-radius: 25px;
    width: 100%;
    position: relative;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.faq-item .faq-content .title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 38px;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 500;
    color: #212529;
    display: flex;
    align-items: center;
    transition: 0.6s all;
    min-width: 470px;
}
.faq-content p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    overflow-x: hidden;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 500;
}

.faq-wrapper {
    height: 100%;
    position: relative;
}

.faq-header.fixed {
    position: sticky;
    top: 100px;
    /* transition: 0.6s all; */
}

.faq-header {
    transition: 0.8s all;
    position: sticky !important;
    top: 0px !important;
}
/* ============================================================== 
     # Testimonials
=================================================================== */

.testimonials-area {
    position: relative;
  }
  .testimonial-items {
    position: relative;
    z-index: 1;
    padding: 50px 0px 0px;
}
  
  .testimonials-area .fixed-shape {
    position: absolute;
    left: 10%;
    bottom: 0;
    content: "";
    height: 100%;
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
  }
  
  .testimonials-area.bg-dark .fixed-shape {
    opacity: 0.1;
  }
  
  .testimonials-area .heading h2 {
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: -8px;
  }
  
  .testimonial-items .item {
    position: relative;
    z-index: 1;
  }
  
  .testimonial-items .item p {
    font-style: italic;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    color: #0e2258;
  }
  
  .bg-gray .testimonial-items .item p {
    color: #0e2258;
    font-weight: 500;
  }
  
  .testimonial-items .item span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
  }
  
  .testimonial-items .item img {
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    height: 120px;
    width: 120px;
    margin-top: 30px;
    box-shadow: 0 0 10px #cccccc;
  }
  
  .testimonial-items .item h5 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  
  .testimonial-items .item i {
    font-weight: 700;
    color: #fec42d;
    margin-bottom: 30px;
    display: inline-block;
  }
  
  .testimonials-area .thumb {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .testimonial-items .item .rating .reson {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -6px;
  }
  
  .testimonials-area .thumb-box {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
  }
  
  .testimonials-area.bg-gray .thumb-box {
    border-top: 1px solid #cccccc;
  }
  
  .testimonials-area .thumb-box::after,
  .testimonials-area .thumb-box::before {
    position: absolute;
    margin: auto;
    top: -1px;
    left: 0;
    right: 0;
    width: 17px;
    height: 15px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #fff;
    content: "";
  }
  
  .testimonials-area.bg-dark .thumb-box::after,
  .testimonials-area.bg-dark .thumb-box::before {
    border-top: 1px solid #0a1015;
  }
  
  .testimonials-area.bg-gray .thumb-box::after,
  .testimonials-area.bg-gray .thumb-box::before {
    border-top: 1px solid #ecf6fa;
  }
  
  .testimonials-area .thumb-box::after {
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
    width: 4px;
    height: 23px;
    right: 0;
    top: -6px;
  }
  
  .testimonials-area.bg-gray .thumb-box::after {
    border-left: 1px solid #cccccc;
  }
  
  .testimonials-area .thumb::after {
    position: absolute;
    right: -10px;
    top: 36px;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #b0d147;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
  }
  
  .blue .testimonials-area .thumb::after {
    background: #4628ba;
  }
  
  .software .testimonials-area .thumb::after {
    background: #4ac4f3;
  }
  
  .it-solution .testimonials-area .thumb::after {
    background: linear-gradient(
      90deg,
      rgba(5, 84, 242, 1) 35%,
      rgba(144, 0, 254, 1) 100%
    );
  }
  
  .testimonials-area .testimonial-items .testimonials-carousel .owl-nav {
    margin: 0;
  }
  
  .testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-prev,
  .testimonials-area
    .testimonial-items
    .testimonials-carousel
    .owl-nav
    .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #0e2258;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
  }
  
  .testimonials-area
    .testimonial-items
    .testimonials-carousel
    .owl-nav
    .owl-next {
    left: auto;
    right: -50px;
  }
  .default-padding {
    background: #fafaff;
    padding: 70px 0px 50px;
}
.heading-center {
    z-index: 2;
}
.heading-center {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}  
.heading-center::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 15px;
    background: #f35a38;
    margin-left: -45px;
}
.heading-center h5 {
    display: inline-block;
    border-radius: 5px;
    color: #f35a38 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.heading-center::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: #f35a38;
    margin-left: -25px;
}

button.owl-next.disabled,button.owl-prev.disabled {
    opacity: 0.5;
}
.faq-header .cate {
    width: 100%;
    padding-right: 50px;
}

.faq-wraper {
    background: transparent;
}
.collapsed i.fa-solid.fa-angle-up {
    display: none;
}

.title i.fa-solid.fa-angle-down {
    display: none;
}

.title.collapsed {}

.title.collapsed i.fa-solid.fa-angle-down {
    display: block;
}
div#collapseOne {}

.accordion-body {
    background: rgb(250 250 255 / 67%);
    padding: 50px 40px 20px !important;
    margin-top: -30px;
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
    transition: 0.6s all;
    max-width: 470px;
    margin-left: auto;
}

.accordion-collapse {
    /* transition: 0.6s; */
}

.faq-item .faq-content {
    width: fit-content;
}

.faq-item .faq-content .title.collapsed {
    border-radius: 25px;
}

/* counter */
.bg-contain {
    background-size: contain;
    margin: 70px 0px;
    /* background: #a7a7a75c; */
    padding: 0 0px;
}
[data-bg-img] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.counter {
    position: relative;
    text-align: center;
    background: #ffff;
    border-radius: 7px;
    overflow: hidden;
    padding: 30px;
}
.counter.style-4 {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: inherit;
    margin: 0 auto;
    width: 10em;
    height: 15.32em;
    border-radius: 1em/0.5em;
}
.counter.style-4:before {
    background: linear-gradient(45deg, #fdd1da, #ffc9d2) !important;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    opacity: 0.5;
}
.counter.style-4:before, .counter.style-4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}
.counter.style-4:after {
    background: #ffffff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.rotateme, .counter.style-4:before {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
.counter.style-4 .counter-desc {
    position: relative;
    z-index: 9;
    width: 100%;
}
.counter span.plus-icon {
    margin: 0px;
}
.counter span {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: #ef3050;
    display: inline-block;
    margin: 0px 0px 5px;
}
.counter h5 {
    display: block;
    color: #212529;
    font-size: 19px;
    font-weight: 800;
    position: relative;
    margin: 0;
    text-transform: capitalize;
    font-family: "Josefin Sans",sans-serif;
}

.contact-us {
    padding: 100px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.contact-box p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    font-family: 'Mulish';
    line-height: 28px;
    margin-top: 10px;
    min-height: 112px;
    letter-spacing: 0.5px;
    transition: all 0.6s ease-in-out 0s;
    text-align: left;
}

.add-title {
    font-family: 'Josefin Sans';
    color: #1c1d3e;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 0.5px;
    transition: all 0.6s ease-in-out 0s;
}

.contact-box {
    background: rgb(255 255 255);
    padding: 40px 30px;
    border-radius: 0px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #0000000a;
    cursor: pointer;
}
.contact-box:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
}

.address-btn {
    list-style: none;
    padding: 0px;
    width: fit-content;
    text-align: center;
    margin: 10px 0px 0px;
    position:relative;
    display: flex;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.8s;
}

.btn-add {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
    margin: 0px 5px;
    line-height: 0;
    text-decoration: unset;
    background: #0000000a;
}
.address-btn .col-md-6:nth-child(1), .address-btn .col-md-6:nth-child(2) {
    padding-left: 0;
    margin: 30px 0px 0px;
}
.btn-add:hover {
    /* background: #ee3151; */
    color: #fff !important;
}
.btn-add i {
    font-size: 20px;
    display: flex;
    color: #1c1d3e;
}
.social-link {
    padding: 0px;
    list-style: none;
    display: flex;
}

.social-link li {
    background: #a8d04b;
    margin: 0px 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}


.social-link li i {
    font-size: 20px;
    color: #fff;
}

.social-link li a {
    line-height: 0;
}

/* tool top */

/* .contact-box:hover ul.address-btn {
    left: 30px;
} */

.contact-box:hover ul.address-btn a:nth-child(1) {
    margin-left: 0px;
}

.contact-box::before {
    transform: scale(0);
    background: rgb(0 164 167);
    /* background: linear-gradient(180deg, rgba(0,201,255,1) 0%, rgba(101,220,252,1) 80%); */
    /* background: linear-gradient(180deg, rgba(0,91,234,1) 0%, rgba(37,117,252,1) 80%); */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}
.contact-box:hover::before {
    transform: scale(1);
}
.contact-box:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: -1;
    background: url('../images/04.png') no-repeat 0 0;
    background-size: cover;
}
.contact-box:hover:after {
    opacity: 0.2;
}

@-webkit-keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  @keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  .contact-box:hover .add-title, .contact-box:hover p {
    color: #fff;
}

.contact-box:hover  ul.address-btn a i {
    color: #fff;
}

.contact-box:hover  a.btn-lg.btn-add {
    background: #1414141f;
}
footer {
    background: #1c1d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

ul.social-network.social-circle {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: end;
}

footer p {
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.social-network a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
    margin: 0px 5px;
    line-height: 0;
    text-decoration: unset;
    background: #ffffff0a;
    color: #fff;
}

.offerttype-wrapper .sec-title h5 {
    margin-bottom: 0px;
}

.offer-types .img-type img {
    width: 100%;
    transform: scale(1);
}
.offer-contetn h5 {
    padding: 20px;
    text-align: center;
    background: #fafaff;
    width: 90%;
    margin: -32px auto !important;
    position: relative;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 6px 3px #2125290a;
    text-transform: capitalize;
    font-weight: 700;
    color: #222;
    font-family: "Josefin Sans",sans-serif;
    FONT-SIZE: 16px;
}
.offer-contetn h5:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #f35a38;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    margin-bottom: -1px;
    border-radius: 50px;
    transition: 0.9s all;
}
.offerttype-wrapper .offer-types {
    margin-bottom: 60px;
    transition: 0.6s all;
    transition: all 0.4s linear 0s;
    cursor: pointer;
}

.offerttype-wrapper .img-type:hover {
    box-shadow: 1px 1px 20px 20px #f8f8f80f;
}

.offerttype-wrapper .offer-types:hover h5::before {
    left: 0;
    margin: 0px;
    width: 100%;
    border: 1px solid #f35a38;
    transition: all 0.9s linear 0s;
}
.img-type {
    background: #f5f3f4;
    transition: 0.6s all;
    overflow: hidden;
}

.offerttype-wrapper .img-type:hover img {
    transition: transform 3s linear 0s;
}
section.get-in-touch {
    background: #ef3050;
    z-index: 1;
}

.get-wrapper {
    display: flex;
    align-items: center;
    padding: 50px 50px;
    text-align: center;
    background: #ef3050;
    border-radius: 3px;
    justify-content: space-around;
}

.get-wrapper p {
    font-size: 30px;
    font-weight: 500;
    width: fit-content;
    position: relative;
    z-index: 1;
    font-family: "Josefin Sans",sans-serif;
    margin: 0pc;
    color: #fff;
}

.get-in-touch {
    padding: 15px 20px;
    background: #fff;
    border: 0px;
}

/* model change */

#onload .appoiment-form {
    margin: 0px;
    position: relative;
    margin: 0px;
    min-width: auto;
    padding: 50px  !important;
}

#onload .modal-content {
    border-radius: 0px;
}

#onload .modal-content .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
}

#onload .modal-content .modal-body {
    padding: 0px;
}

#onload .modal-content .modal-header button.close {
    width: 50px;
    height: 50px;
    background: #00a4a7;
    border: 0px;
    color: #fff;
    margin-top: -25px;
    margin-right: -25px;
}

#onload .appoiment-form input.btn {
    margin: 18px 0px 0px;
}
.model-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0px auto 30px;
    width: fit-content;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    font-family: 'Oxygen';
    color: #ef3050;
    text-align:center;
}
.model-title span.rupes {
    padding: 4px 10px;
    background: #ef3050;
    color: #ffff;
    font-weight: bolder;
    font-size: 24px;
}

/* error form */


.has-feedback label {
    margin-bottom: 10px;
    padding: 6px 0px 0px;
    font-size: 14px;
    color: #ef3050;
}

.has-feedback input:focus, .has-feedback select:focus {
    box-shadow: 0px 0px;
    border: 1px solid #ced4da;
}
.has-feedback input.error, .has-feedback select.error {
    border-left: 3px solid #ef3050 !important;
    border: 1px solid #ef3050;
    color: #ef3050;
    margin: 0px !important;
}
.has-feedback input.error::placeholder {
    color: #ef3050;
}

/* valid form */
.has-feedback input.valid, .has-feedback select.valid {
    border-left: 3px solid #00a4a7 !important;
    border: 1px solid #00a4a7;
    color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid green; */
    /* -webkit-text-fill-color: green; */
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  
}

/* thank you */
.thankyou-slider h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px auto 30px;
    width: fit-content;
    position: relative;
    z-index: 1;
    font-family: 'Oxygen';
}

.thankyou-slider 
 .section-full.content-inner {
    padding: 100px 0px;
}

h4.text-center.thnak4 {
    padding: 20px 0px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #222;
    font-family: "Josefin Sans",sans-serif;
    font-size: 30px;
    line-height: 50px;
}
.thank-you-img img {
    width: 100%;
}

/* filter css */
.isotope-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 5px;
    width: fit-content;
    background: #cbcbcb;
    border-radius: 50px;
    margin-bottom: 51px;
    border: 1px solid #cbcbcb;
    margin: 0px auto 40px;
}
.isotope-nav ul li {
    min-width: 65px;
    padding: 5px;
    background: #00a4a7;
    margin-right: 0px;
    border-radius: 50px;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: 0.6s all;
}

.isotope-nav ul li.active {
    background: #ff2b50;
    color: #fff;
}
.isotope-item img {
    width: 100%;
}
/* only destop */
.mobile{
    display: none !important;
  }
  .desktop{
    display: block;
  }
  .mobile-btn {
    right: 0px !important;
    left: unset !important;
    /* display: none; */
}

.mobile-btn .btn-same {
    margin: 0px;
    padding: 0px;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.mobile-btn .btn-same svg {
    margin: 0px !important;
}

.mobile-btn .phone .btn-same {
    margin: 0px !important;
}
.navbar23 {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px 0px;
}
.card-body fieldset.has-feedback {
    margin-top: 5px;
}

.card-body input.btn {
    border-radius: 0px;
    text-decoration: unset;
    background: #2ecd70;
    font-size: 14px;
    padding: 9px 30px;
    color: #fff;
    transition: 0.2s all;
    font-family: 'Varela Round', sans-serif;
    width: 100%;
    border-radius: 30px;
    margin-top: 5px;
}
.card-body .has-feedback label {
    margin-bottom: 0;
}
.card-body .has-feedback label{
    padding: 0px;
}