*{
  margin:0; 
  padding:0; 
  outline:none;
}
html {
  overflow-x: hidden;
    scroll-behavior: smooth;

}
body{
  background: #FFFFFF !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  background-color: #F5F6FF;
  min-height: 100vh;
  margin: 0;
  transition: background 0.2s linear;
}

.banner-center-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sticky .header-wrap {
  padding: 0px 0px 0px;
}
.sticky  .logo {
  padding: 10px 18px 15px 0;
}
.topbar-buttonbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar-leftbox span a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}

.topbar-location-text span {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    padding-left: 12px;
}


.topbar-location-text a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    padding-left: 4px;
}

.topbar-buttonbox a {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #000000;
    padding: 10px 19px;
    border-radius: 99px;
}
.topbar-buttonbox a:hover {
    background: #30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}

.topbar-center-content {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    color: #464746;
    text-align: center;
}

.topbar-track-text a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #464746;
    padding-left: 8px;
}

.topbar-track-your-order {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.topbar-newsletter-text a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #464746;
    padding-left: 8px;
}
.topbar-track-text a:hover {
    color: #000000;
    transition: 0.3s ease-in;
}
.topbar-newsletter-text a:hover{
     color: #000000;
    transition: 0.3s ease-in;
}
.topbar-login-admin-box .account-text a:hover{
     color: #000000;
    transition: 0.3s ease-in;
}

.wishlist a span:hover{
       color: #000000;
    transition: 0.3s ease-in;
}

.yith-add-to-wishlist-button-block {
    margin: 0 !important;
}

.header-conactbox a:hover{
         color: #000000;
    transition: 0.3s ease-in;
}
.topbar-newsletter-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 56px;
    position: relative;
}
.topbar-newsletter-box::after {
    content: "";
    border: 1px solid #4647464D;
    position: absolute;
    top: 0;
    height: 80%;
    left: 30px;
    bottom: 0;
    margin: auto;
}
.topbar-login-admin-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 34px;
}
.topbar-right-content .wishlist {
    position: relative;
}
.topbar-right-content .wishlist::after {
    content: "";
    height: 100%;
    border: 1px solid #4647464D;
    position: absolute;
    top: 0;
    height: 80%;
    left: -18px;
    bottom: 0;
    margin: auto;
}
.header-conactbox {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 14px;
}

.slider-free-delivery-box span {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.slider-free-delivery-box .small-text {
    font-size: 20px;
    padding-right: 7px;
} 

.slider-free-delivery-box {
    position: absolute;
    top: 95px;
    left: 0;
    height: 79px;
    background: #191919;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 21px 40px 20px 30px;
    transform: rotate(-17deg);
    clip-path: polygon(91.828% 100.007%, 98.63% -1.497%, 0% 0%, -0.327% 109.063%, 102.828% 99.007%);
}

.slider-small-content-shape {
    background: #000;
    position: absolute;
    width: 85px;
    height: 39px;
    top: 203px;
    transform: rotate(-6deg);
    clip-path: polygon(0% 45.499%, 99.706% 97.966%, 84.628% 0.001%, 0% 45.499%);
    left: 18px;
}
.header-contact-detailsbox {
display: flex;
    align-items: center;
    margin-right: 50px;
}
.header-phone-label {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}

.header-cart {
    position: relative;
}
.header-cart-icon {
    position: relative;
    max-width: fit-content;
}

.header-cart .cart-total {
    font-family: Poppins;
    font-weight: 400;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}

.header-cart .cart-label{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #000000;
}
.header-cart-box {
 display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
margin-left: 8px;
}
.header-cart .cart-count {
    width: 18px;
    height: 18px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -6px;
}
.header-conactbox a {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000;
}
.topbar-login-admin-box .account-text a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #464746;
    padding-left: 8px;
}
.topbar-right-content {
    display: flex;
    align-items: center;
    justify-content: end;
}
.wishlist .wishlist-text {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #464746;
        padding-left: 8px;

}
.woocommerce-wishlist .outer_dpage {
    padding: 60px 0;
}


/* Banner */
#banner {
    position: relative;
    margin: 0 40px;
    padding: 60px 0;
}
.banner-tagbox {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #30C3EC;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
}
.banner-main-heading h1 {
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 66.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin: 0;
    padding: 24px 0;
}
.banner-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #3C3C3C;
    margin: 0;
        margin-left: -100px;
}
.banner-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    animation: pulse 10s infinite;
}
.banner-bottom-image {
    height: 582px;
    border-radius: 30px;
    overflow: hidden;
}
.banner-buttonbox a {
     font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #000000;
    border-radius: 12px;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
        max-width: fit-content;
}
.banner-buttonbox a:hover {
    background: #30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}
.banner-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
        animation: pulse 10s infinite;

}

.banner-right-image {
    height: 794px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.topbar-location-text a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}
.appointment-form-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 60px 30px;
    padding: 40px;
    flex-direction: column;
}
.appointment-form-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.appointment-form-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C3C3C;
    padding: 12px 0 36px;
}
.appointment-form-box input[type='text'], .appointment-form-box input[type='email'],
 .appointment-form-box input[type='url'], .appointment-form-box input[type='password'], 
 .appointment-form-box input[type='search'], .appointment-form-box input[type='number'], 
 .appointment-form-box input[type='tel'], .appointment-form-box input[type='range'], .appointment-form-box input[type='date'],
  .appointment-form-box input[type='month'], .appointment-form-box input[type='week'], .appointment-form-box input[type='time'], 
  .appointment-form-box input[type='datetime'], .appointment-form-box input[type='datetime-local'], .appointment-form-box input[type='color'], 
  .appointment-form-box select, .appointment-form-box .wpcf7 .wpcf7-form-control-wrap[class*="file-"]{
    width: 100%;
    height: 48px;
    background: #EFEFEF;
    border: unset;
    border-radius: 10px;
    padding-left: 14px;
  }

  .appointment-form-box input[type="text"]::placeholder, .appointment-form-box input[type="email"]::placeholder,
 .appointment-form-box input[type="url"]::placeholder, .appointment-form-box input[type="password"]::placeholder, 
 .appointment-form-box input[type="search"]::placeholder, .appointment-form-box input[type="number"]::placeholder, 
 .appointment-form-box input[type="tel"]::placeholder, .appointment-form-box input[type="range"]::placeholder, .appointment-form-box input[type="date"]::placeholder,
  .appointment-form-box input[type="month"]::placeholder, .appointment-form-box input[type="week"]::placeholder, .appointment-form-box input[type="time"]::placeholder, 
  .appointment-form-box input[type="datetime"]::placeholder, .appointment-form-box input[type="datetime-local"]::placeholder, .appointment-form-box input[type="color"]::placeholder, 
  .appointment-form-box select, .appointment-form-box textarea::placeholder,.appointment-form-box .wpcf7 .wpcf7-form-control-wrap[class*="file-"]::placeholder{
 font-family: Montserrat;
font-weight: 300;
font-style: Light;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#000000;
  }

.appointment-form-box textarea{ 
  height: 135px;
     width: 100%;
    background: #EFEFEF;
    border: unset;
    border-radius: 10px;
    padding-left: 14px;
    padding-top: 10px;
    color:#000000;

   
}

.appointment-form-box [type=submit] {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    background: #000000;
    border: unset;
    width: 100%;
    border-radius: 40px;
    padding: 18px;
    color: #FFFFFF;
}
.appointment-form-box [type=submit]:hover {
    background: #30C3EC;
    transition: 0.3s ease-in;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
     border: 2px solid #fff !important;
    font-family: Montserrat;
    font-weight: 600;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}
.submit-icon p {
    margin: 0;
}
/* Special Offers */

#special-offers {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background: #F5F8FF;
    margin: 0 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.special-offers-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
} 

.special-offers-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color: #707171;
    margin: 15px 347px;
}

.special-offers-outermain-box {
    padding: 40px 56px;
    margin: 30px 0;
  }
.special-offers-outermain-box:hover {
    background: #FFFFFF;
    border-radius: 20px;
        transition: 0.3s ease-in;

}
.special-offers-buttontext a:hover {
    background: #30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}
.special-offers-title a {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B212F;
}
.special-offers-title a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}
.special-offers-innercontent {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #707171;
    padding: 10px 0 0;
}
.special-offers-inner-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.special-offers-title {
    text-align: center;
}
.point-content-box {
    display: flex;
    align-items: center;
    justify-content: left;
}
.point-content-icon i {
    width: 20px;
    height: 20px;
    background: #000000;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 12px;
}


.special-offers-image-icon {
    background: #30C3EC;
    width: 80px;
    height: 80px;
    display: flex;  
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
     animation: flipInY 3s infinite;
}
.special-offers-buttontext {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.special-offers-buttontext a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #081F41;
    color: #EFF0F0;
    padding: 15px 30px;
    border-radius: 12px;
}

/* What we Do */
#what-we-do {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.what-we-do-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.what-we-do-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
}
.what-we-do-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.what-we-do-content-box {
    background: #30C3ECE6;
    border-radius: 20px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
        padding: 0 30px;
}

.what-we-do-title {
    color: #FFFFFF;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 20px;
}
.what-we-do-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.what-we-do-imagesbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.what-we-do-imagesbox {
    height: 380px;
    overflow: hidden;
    border-radius: 20px;
}
.what-we-do-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.what-we-do-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.what-we-do-outerbox:hover .what-we-do-item {
    transform: scale(1, 1);
    transform-origin: left center;
}
.what-we-do-buttonbox a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #081F41;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px 26px;
}
.what-we-do-buttonbox a:hover {
    background: #081F41;
    color: #fff;
    transition: 0.3s ease-in;
}

/* About us */

#about {
    background: #F5F8FF;
    position: relative;
    padding: 60px 0px 180px;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 40px;
}


.about-left-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 17px;
    animation: shake 18s infinite;
}
.about-left-image {
    background: #D7CFC2;
    border-radius: 20px;
    height: 505px;
    width: 78%;
}
.about-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.about-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
    margin-bottom: 12px;
}
.about-content {
    margin-bottom: 18px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #707171;
}
.point-content {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #707171;
}
.about-contentbox {
    background: #081F41;
    max-width: fit-content;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    right: 0;
    flex-direction: column;
    width: 133px;
     animation: flipInY 4s infinite;
}
.about-image-background-shape {
    background: #EFF0F0;
    height: 100%;
    width: 88%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(39.6% 0.372%, 39.6% 0.372%, 41.007% 0.145%, 42.877% 0.021%, 45.158% 0.011%, 47.798% 0.129%, 50.744% 0.387%, 53.945% 0.799%, 57.347% 1.377%, 60.9% 2.135%, 64.549% 3.084%, 68.244% 4.238%, 68.244% 4.238%, 72.563% 5.86%, 76.541% 7.64%, 80.171% 9.531%, 83.445% 11.487%, 86.353% 13.462%, 88.889% 15.41%, 91.043% 17.286%, 92.808% 19.043%, 94.175% 20.635%, 95.135% 22.016%, 95.135% 22.016%, 95.826% 23.275%, 96.432% 24.605%, 96.954% 26.013%, 97.397% 27.507%, 97.764% 29.096%, 98.057% 30.786%, 98.279% 32.586%, 98.435% 34.503%, 98.526% 36.546%, 98.555% 38.722%, 98.555% 38.722%, 98.724% 44.351%, 99.112% 49.335%, 99.543% 53.769%, 99.843% 57.75%, 99.834% 61.376%, 99.341% 64.741%, 98.187% 67.943%, 96.198% 71.079%, 93.196% 74.244%, 89.007% 77.535%, 89.007% 77.535%, 84.847% 80.923%, 81.83% 84.261%, 79.619% 87.473%, 77.88% 90.482%, 76.276% 93.211%, 74.472% 95.583%, 72.132% 97.52%, 68.921% 98.947%, 64.504% 99.785%, 58.544% 99.957%, 58.544% 99.957%, 51.911% 99.806%, 45.704% 99.621%, 39.939% 99.246%, 34.629% 98.527%, 29.787% 97.309%, 25.426% 95.437%, 21.562% 92.756%, 18.206% 89.11%, 15.374% 84.346%, 13.078% 78.308%, 13.078% 78.308%, 11.687% 74.077%, 10.289% 70.496%, 8.903% 67.469%, 7.549% 64.901%, 6.247% 62.694%, 5.018% 60.753%, 3.88% 58.981%, 2.855% 57.281%, 1.961% 55.558%, 1.22% 53.715%, 1.22% 53.715%, 0.874% 52.595%, 0.586% 51.431%, 0.356% 50.224%, 0.182% 48.977%, 0.066% 47.69%, 0.008% 46.367%, 0.007% 45.007%, 0.063% 43.614%, 0.176% 42.188%, 0.347% 40.732%, 0.347% 40.732%, 0.44% 40.032%, 0.53% 39.337%, 0.624% 38.644%, 0.725% 37.95%, 0.839% 37.254%, 0.971% 36.553%, 1.126% 35.846%, 1.308% 35.129%, 1.524% 34.402%, 1.777% 33.66%, 1.777% 33.66%, 2.728% 31.408%, 3.828% 29.361%, 5.041% 27.511%, 6.329% 25.849%, 7.655% 24.369%, 8.981% 23.061%, 10.269% 21.918%, 11.482% 20.931%, 12.582% 20.091%, 13.532% 19.392%, 13.532% 19.392%, 16.607% 16.996%, 19.367% 14.606%, 21.892% 12.261%, 24.261% 10.001%, 26.551% 7.864%, 28.843% 5.888%, 31.215% 4.112%, 33.746% 2.575%, 36.515% 1.316%, 39.6% 0.372%);
    height: 600px;
    left: 0;
    right: 0;
    margin: auto;
}
.about-image-background-shape1 {
    background:#D5E0E4;
    height: 100%;
    width: 88%;
    position: absolute;
    z-index: -2;
    clip-path: polygon(39.6% 0.372%, 39.6% 0.372%, 41.007% 0.145%, 42.877% 0.021%, 45.158% 0.011%, 47.798% 0.129%, 50.744% 0.387%, 53.945% 0.799%, 57.347% 1.377%, 60.9% 2.135%, 64.549% 3.084%, 68.244% 4.238%, 68.244% 4.238%, 72.563% 5.86%, 76.541% 7.64%, 80.171% 9.531%, 83.445% 11.487%, 86.353% 13.462%, 88.889% 15.41%, 91.043% 17.286%, 92.808% 19.043%, 94.175% 20.635%, 95.135% 22.016%, 95.135% 22.016%, 95.826% 23.275%, 96.432% 24.605%, 96.954% 26.013%, 97.397% 27.507%, 97.764% 29.096%, 98.057% 30.786%, 98.279% 32.586%, 98.435% 34.503%, 98.526% 36.546%, 98.555% 38.722%, 98.555% 38.722%, 98.724% 44.351%, 99.112% 49.335%, 99.543% 53.769%, 99.843% 57.75%, 99.834% 61.376%, 99.341% 64.741%, 98.187% 67.943%, 96.198% 71.079%, 93.196% 74.244%, 89.007% 77.535%, 89.007% 77.535%, 84.847% 80.923%, 81.83% 84.261%, 79.619% 87.473%, 77.88% 90.482%, 76.276% 93.211%, 74.472% 95.583%, 72.132% 97.52%, 68.921% 98.947%, 64.504% 99.785%, 58.544% 99.957%, 58.544% 99.957%, 51.911% 99.806%, 45.704% 99.621%, 39.939% 99.246%, 34.629% 98.527%, 29.787% 97.309%, 25.426% 95.437%, 21.562% 92.756%, 18.206% 89.11%, 15.374% 84.346%, 13.078% 78.308%, 13.078% 78.308%, 11.687% 74.077%, 10.289% 70.496%, 8.903% 67.469%, 7.549% 64.901%, 6.247% 62.694%, 5.018% 60.753%, 3.88% 58.981%, 2.855% 57.281%, 1.961% 55.558%, 1.22% 53.715%, 1.22% 53.715%, 0.874% 52.595%, 0.586% 51.431%, 0.356% 50.224%, 0.182% 48.977%, 0.066% 47.69%, 0.008% 46.367%, 0.007% 45.007%, 0.063% 43.614%, 0.176% 42.188%, 0.347% 40.732%, 0.347% 40.732%, 0.44% 40.032%, 0.53% 39.337%, 0.624% 38.644%, 0.725% 37.95%, 0.839% 37.254%, 0.971% 36.553%, 1.126% 35.846%, 1.308% 35.129%, 1.524% 34.402%, 1.777% 33.66%, 1.777% 33.66%, 2.728% 31.408%, 3.828% 29.361%, 5.041% 27.511%, 6.329% 25.849%, 7.655% 24.369%, 8.981% 23.061%, 10.269% 21.918%, 11.482% 20.931%, 12.582% 20.091%, 13.532% 19.392%, 13.532% 19.392%, 16.607% 16.996%, 19.367% 14.606%, 21.892% 12.261%, 24.261% 10.001%, 26.551% 7.864%, 28.843% 5.888%, 31.215% 4.112%, 33.746% 2.575%, 36.515% 1.316%, 39.6% 0.372%);
     height: 600px;
    left: 4px;
    right: 0;
    margin: auto;
    top: -37px;

}
.about-number {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 41.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.about-left-contentbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.about-number-text {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.about-contact-details {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
    padding: 10px 0 0;
}
.about-phone-icon i {
    font-size: 20px;
    background: #FFFFFF;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #247FFB;
    box-shadow: -3px 0px 7px 0px #66666621;
    animation: swing 4s infinite;
}
.about-location-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 12px;

}


.about-location-text a {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
    padding-left: 13px;
}

.about-location-text a:hover {
    color: #30C3EC;
    transition: 0.2s ease-in;
}























 .items-our-products {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 20px;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
 .items-our-products::after {
  content: "";
  position: absolute;
  border: 2px solid #30C3EC;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
}
 .items-our-products:hover::after{
opacity: 1;
transition: 0.3s ease-in;
}

 .product-title a:hover{
  color: #30C3EC;
  transition: 0.3s ease-in;

}

 .items-our-products:hover .product-title a{
  color: #30C3EC;
  transition: 0.3s ease-in;

}



 .product-title a{
  color: #2E2E2E;
  position: relative;
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

 .product-short-description {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 144%;
  letter-spacing: 0%;
  color: #2E2E2E;
}

 .product-title {
  text-align: left;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 .product-price bdi {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2E2E2E;
  display: flex;
      align-items: center;
      justify-content: center;
}


 .products-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 .products-image-box {
  height: 135px;
}




 .products-price-wishlistbox {
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4px 0;
}
 .products-wishlist-box .yith-wcwl-add-to-wishlist-button {
  border: 1px solid #2E2E2E !important;
  background: unset !important;
  width: 36px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  padding: 5px;
}
 .products-wishlist-box
.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}



.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}


 .product-cart-button:hover a{
  background: #30C3EC;
  transition: 0.3s ease-in;
}
 .product-cart-button:hover a {
  color: #FFFFFF;
  transition: 0.3s ease-in;
}
.product-cart-button a:hover {
  color: #FFFFFF !important;
  transition: 0.3s ease-in;
}
 .product-cart-button:hover svg path {
  fill: #FFFFFF;
  transition: 0.3s ease-in;
}

.yith-wcwl-add-to-wishlist-button {

    background: #EDEAEB !important;
    width: 40px;
    height: 40px;
    border: unset !important;
    border-radius: 50% !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #56585B !important;
}

.woosq-btn {
   width: 40px;
    height: 40px;
    font-size: 0;
    border: unset;
    border-radius: 50%;
    position: relative;
    background: unset;
}
.quick-view-productbox {
    background: #EDEAEB;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.quick-view-productbox svg {
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
        width: 23px;
    height: 23px;
}

.meta-products-iconsbox {
  position: absolute;
     top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}
.featured-products-price ins {
    text-decoration: none !important;
}

.compare-btn a {
    width: 40px;
    height: 40px;
    border: unset;
    border-radius: 50% !important;
    position: relative;
    background: #EDEAEB !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

ins span {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000;
}

del span  {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #A8A8A8;
    padding-left: 6px;
}
#yith-woocompare .added_to_cart:hover, #yith-woocompare .button:hover{
background: #30C3EC !important;
color: #fff !important;
}
del{
      color: #A8A8A8;

}

.compare-btn {
    position: relative;
    z-index: 1;
    margin: 14px 0;

}
.compare a.compare {
    font-size: 0; /* hide text */
    position: relative;
}
#yith-woocompare-preview-bar p {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

#yith-woocompare-preview-bar .yith-woocompare-open {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
.yith-woocompare-popup-container h2{
      font-family: 'Raleway';
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}
.yith-woocompare-table-wrapper p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #56585B;
}

table.compare-list .product_title {
      font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
#yith-woocompare .added_to_cart, #yith-woocompare .button
{
  font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #30C3EC;
    border-radius: 50px;
    padding: 10px 20px;
    background: unset !important;
}
.compare span::before {
    content: "";
    background: url(compare.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto
}
.compare span.label {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;}

   
    /* Our FAcilities */
#our-facilities {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.our-facilities-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .our-facilities-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20.83px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F; 
    text-align: center; 
}
.our-facilities-innercontent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-facilities-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #707171;
    padding: 10px 0;
    width: 60%;
        text-align: center;
}
.our-facilitiesouterbox {
    position: relative;
    z-index: 1;
}
#need-help {
    margin: 0 15px;
}
#why-choose-us {
    margin: 0 15px;
}
.our-facilitiesouterbox::after {
    content: "";
    height: 2px;
    border: 2px dashed #E3E3E3;
    width: 75%;
    position: absolute;
    position: absolute;
    top: -95px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
.our-facilities-iconimages {
    background: #1E4F9E;
    width: 172px;
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(51.658% 0.386%, 51.658% 0.386%, 52.114% 0.297%, 52.573% 0.219%, 53.033% 0.153%, 53.495% 0.099%, 53.959% 0.057%, 54.423% 0.026%, 54.889% 0.007%, 55.354% 0%, 55.82% 0.005%, 56.287% 0.021%, 56.287% 0.021%, 56.753% 0.05%, 57.218% 0.09%, 57.681% 0.139%, 58.143% 0.199%, 58.604% 0.27%, 59.062% 0.351%, 59.518% 0.442%, 59.972% 0.543%, 60.423% 0.654%, 60.871% 0.776%, 60.871% 0.776%, 61.822% 1.077%, 62.76% 1.408%, 63.684% 1.767%, 64.594% 2.155%, 65.489% 2.571%, 66.369% 3.014%, 67.232% 3.485%, 68.078% 3.984%, 68.906% 4.509%, 69.716% 5.06%, 69.716% 5.06%, 71.413% 6.272%, 73.083% 7.575%, 74.725% 8.96%, 76.335% 10.414%, 77.911% 11.927%, 79.451% 13.487%, 80.953% 15.083%, 82.414% 16.704%, 83.833% 18.339%, 85.206% 19.976%, 85.206% 19.976%, 87.823% 23.389%, 90.193% 26.732%, 92.311% 30.015%, 94.17% 33.245%, 95.765% 36.431%, 97.089% 39.582%, 98.137% 42.707%, 98.902% 45.814%, 99.379% 48.911%, 99.561% 52.007%, 99.561% 52.007%, 99.564% 52.108%, 99.566% 52.209%, 99.568% 52.311%, 99.569% 52.412%, 99.571% 52.513%, 99.571% 52.615%, 99.572% 52.716%, 99.572% 52.818%, 99.572% 52.92%, 99.571% 53.021%, 99.571% 53.021%, 99.571% 53.123%, 99.569% 53.225%, 99.568% 53.327%, 99.566% 53.43%, 99.564% 53.532%, 99.562% 53.634%, 99.559% 53.737%, 99.556% 53.839%, 99.553% 53.942%, 99.549% 54.045%, 99.549% 54.045%, 99.541% 54.251%, 99.531% 54.457%, 99.52% 54.664%, 99.509% 54.872%, 99.495% 55.08%, 99.481% 55.288%, 99.465% 55.496%, 99.448% 55.706%, 99.43% 55.915%, 99.41% 56.125%, 99.41% 56.125%, 99.368% 56.546%, 99.321% 56.969%, 99.269% 57.394%, 99.213% 57.821%, 99.152% 58.25%, 99.087% 58.681%, 99.017% 59.114%, 98.942% 59.548%, 98.863% 59.984%, 98.779% 60.422%, 98.779% 60.422%, 98.586% 61.35%, 98.379% 62.274%, 98.157% 63.196%, 97.921% 64.114%, 97.67% 65.029%, 97.404% 65.94%, 97.123% 66.847%, 96.828% 67.751%, 96.518% 68.65%, 96.194% 69.546%, 96.194% 69.546%, 95.459% 71.428%, 94.651% 73.323%, 93.762% 75.221%, 92.784% 77.111%, 91.708% 78.984%, 90.527% 80.831%, 89.231% 82.642%, 87.813% 84.407%, 86.264% 86.117%, 84.576% 87.761%, 84.576% 87.761%, 81.018% 90.845%, 76.722% 93.405%, 71.839% 95.473%, 66.518% 97.078%, 60.91% 98.251%, 55.166% 99.021%, 49.436% 99.42%, 43.869% 99.477%, 38.617% 99.222%, 33.829% 98.685%, 33.829% 98.685%, 33.684% 98.668%, 33.54% 98.65%, 33.397% 98.631%, 33.254% 98.613%, 33.112% 98.594%, 32.971% 98.574%, 32.83% 98.555%, 32.691% 98.535%, 32.552% 98.515%, 32.414% 98.495%, 32.414% 98.495%, 32.276% 98.474%, 32.139% 98.453%, 32.003% 98.431%, 31.868% 98.41%, 31.734% 98.388%, 31.6% 98.365%, 31.467% 98.343%, 31.335% 98.32%, 31.203% 98.296%, 31.073% 98.272%, 31.073% 98.272%, 30.813% 98.225%, 30.556% 98.175%, 30.302% 98.125%, 30.051% 98.073%, 29.802% 98.02%, 29.556% 97.966%, 29.313% 97.91%, 29.073% 97.853%, 28.835% 97.795%, 28.601% 97.736%, 28.601% 97.736%, 28.167% 97.624%, 27.735% 97.504%, 27.306% 97.377%, 26.88% 97.242%, 26.457% 97.1%, 26.036% 96.95%, 25.619% 96.793%, 25.205% 96.628%, 24.794% 96.457%, 24.387% 96.278%, 24.387% 96.278%, 23.67% 95.932%, 22.97% 95.56%, 22.289% 95.161%, 21.627% 94.737%, 20.985% 94.287%, 20.364% 93.813%, 19.764% 93.315%, 19.187% 92.793%, 18.634% 92.249%, 18.105% 91.683%, 18.105% 91.683%, 17.079% 90.483%, 16.1% 89.184%, 15.158% 87.789%, 14.245% 86.3%, 13.354% 84.717%, 12.477% 83.043%, 11.605% 81.279%, 10.73% 79.426%, 9.844% 77.486%, 8.939% 75.461%, 8.939% 75.461%, 7.28% 71.282%, 5.678% 66.895%, 4.181% 62.391%, 2.839% 57.859%, 1.7% 53.389%, 0.815% 49.072%, 0.233% 44.996%, 0.002% 41.253%, 0.172% 37.932%, 0.793% 35.123%, 0.793% 35.123%, 1.751% 32.616%, 3.006% 30.495%, 4.531% 28.683%, 6.298% 27.105%, 8.279% 25.686%, 10.447% 24.35%, 12.773% 23.022%, 15.23% 21.627%, 17.791% 20.088%, 20.427% 18.331%, 20.427% 18.331%, 23.187% 16.615%, 25.997% 14.669%, 28.87% 12.572%, 31.816% 10.405%, 34.847% 8.246%, 37.973% 6.177%, 41.206% 4.277%, 44.557% 2.626%, 48.037% 1.304%, 51.657% 0.391%, 51.658% 0.386%);
    animation: swing 14s infinite;
  }
.our-facilitiesouter-imagebox {
    background: #D0D0D0;
    width: 182px;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    clip-path: polygon(51.658% 0.386%, 51.658% 0.386%, 52.114% 0.297%, 52.573% 0.219%, 53.033% 0.153%, 53.495% 0.099%, 53.959% 0.057%, 54.423% 0.026%, 54.889% 0.007%, 55.354% 0%, 55.82% 0.005%, 56.287% 0.021%, 56.287% 0.021%, 56.753% 0.05%, 57.218% 0.09%, 57.681% 0.139%, 58.143% 0.199%, 58.604% 0.27%, 59.062% 0.351%, 59.518% 0.442%, 59.972% 0.543%, 60.423% 0.654%, 60.871% 0.776%, 60.871% 0.776%, 61.822% 1.077%, 62.76% 1.408%, 63.684% 1.767%, 64.594% 2.155%, 65.489% 2.571%, 66.369% 3.014%, 67.232% 3.485%, 68.078% 3.984%, 68.906% 4.509%, 69.716% 5.06%, 69.716% 5.06%, 71.413% 6.272%, 73.083% 7.575%, 74.725% 8.96%, 76.335% 10.414%, 77.911% 11.927%, 79.451% 13.487%, 80.953% 15.083%, 82.414% 16.704%, 83.833% 18.339%, 85.206% 19.976%, 85.206% 19.976%, 87.823% 23.389%, 90.193% 26.732%, 92.311% 30.015%, 94.17% 33.245%, 95.765% 36.431%, 97.089% 39.582%, 98.137% 42.707%, 98.902% 45.814%, 99.379% 48.911%, 99.561% 52.007%, 99.561% 52.007%, 99.564% 52.108%, 99.566% 52.209%, 99.568% 52.311%, 99.569% 52.412%, 99.571% 52.513%, 99.571% 52.615%, 99.572% 52.716%, 99.572% 52.818%, 99.572% 52.92%, 99.571% 53.021%, 99.571% 53.021%, 99.571% 53.123%, 99.569% 53.225%, 99.568% 53.327%, 99.566% 53.43%, 99.564% 53.532%, 99.562% 53.634%, 99.559% 53.737%, 99.556% 53.839%, 99.553% 53.942%, 99.549% 54.045%, 99.549% 54.045%, 99.541% 54.251%, 99.531% 54.457%, 99.52% 54.664%, 99.509% 54.872%, 99.495% 55.08%, 99.481% 55.288%, 99.465% 55.496%, 99.448% 55.706%, 99.43% 55.915%, 99.41% 56.125%, 99.41% 56.125%, 99.368% 56.546%, 99.321% 56.969%, 99.269% 57.394%, 99.213% 57.821%, 99.152% 58.25%, 99.087% 58.681%, 99.017% 59.114%, 98.942% 59.548%, 98.863% 59.984%, 98.779% 60.422%, 98.779% 60.422%, 98.586% 61.35%, 98.379% 62.274%, 98.157% 63.196%, 97.921% 64.114%, 97.67% 65.029%, 97.404% 65.94%, 97.123% 66.847%, 96.828% 67.751%, 96.518% 68.65%, 96.194% 69.546%, 96.194% 69.546%, 95.459% 71.428%, 94.651% 73.323%, 93.762% 75.221%, 92.784% 77.111%, 91.708% 78.984%, 90.527% 80.831%, 89.231% 82.642%, 87.813% 84.407%, 86.264% 86.117%, 84.576% 87.761%, 84.576% 87.761%, 81.018% 90.845%, 76.722% 93.405%, 71.839% 95.473%, 66.518% 97.078%, 60.91% 98.251%, 55.166% 99.021%, 49.436% 99.42%, 43.869% 99.477%, 38.617% 99.222%, 33.829% 98.685%, 33.829% 98.685%, 33.684% 98.668%, 33.54% 98.65%, 33.397% 98.631%, 33.254% 98.613%, 33.112% 98.594%, 32.971% 98.574%, 32.83% 98.555%, 32.691% 98.535%, 32.552% 98.515%, 32.414% 98.495%, 32.414% 98.495%, 32.276% 98.474%, 32.139% 98.453%, 32.003% 98.431%, 31.868% 98.41%, 31.734% 98.388%, 31.6% 98.365%, 31.467% 98.343%, 31.335% 98.32%, 31.203% 98.296%, 31.073% 98.272%, 31.073% 98.272%, 30.813% 98.225%, 30.556% 98.175%, 30.302% 98.125%, 30.051% 98.073%, 29.802% 98.02%, 29.556% 97.966%, 29.313% 97.91%, 29.073% 97.853%, 28.835% 97.795%, 28.601% 97.736%, 28.601% 97.736%, 28.167% 97.624%, 27.735% 97.504%, 27.306% 97.377%, 26.88% 97.242%, 26.457% 97.1%, 26.036% 96.95%, 25.619% 96.793%, 25.205% 96.628%, 24.794% 96.457%, 24.387% 96.278%, 24.387% 96.278%, 23.67% 95.932%, 22.97% 95.56%, 22.289% 95.161%, 21.627% 94.737%, 20.985% 94.287%, 20.364% 93.813%, 19.764% 93.315%, 19.187% 92.793%, 18.634% 92.249%, 18.105% 91.683%, 18.105% 91.683%, 17.079% 90.483%, 16.1% 89.184%, 15.158% 87.789%, 14.245% 86.3%, 13.354% 84.717%, 12.477% 83.043%, 11.605% 81.279%, 10.73% 79.426%, 9.844% 77.486%, 8.939% 75.461%, 8.939% 75.461%, 7.28% 71.282%, 5.678% 66.895%, 4.181% 62.391%, 2.839% 57.859%, 1.7% 53.389%, 0.815% 49.072%, 0.233% 44.996%, 0.002% 41.253%, 0.172% 37.932%, 0.793% 35.123%, 0.793% 35.123%, 1.751% 32.616%, 3.006% 30.495%, 4.531% 28.683%, 6.298% 27.105%, 8.279% 25.686%, 10.447% 24.35%, 12.773% 23.022%, 15.23% 21.627%, 17.791% 20.088%, 20.427% 18.331%, 20.427% 18.331%, 23.187% 16.615%, 25.997% 14.669%, 28.87% 12.572%, 31.816% 10.405%, 34.847% 8.246%, 37.973% 6.177%, 41.206% 4.277%, 44.557% 2.626%, 48.037% 1.304%, 51.657% 0.391%, 51.658% 0.386%);
    animation: swing 14s infinite;
  }
.our-facilities-iconimages img {
    animation: swing 14s infinite;
}

.our-facilities-item:hover .our-facilities-iconimages {
    background: #30C3EC;
    transition: 0.3s ease-in;
}

/* Our Tools Section */

#our-tools {
    padding: 60px 0;
    position: relative;
    margin-top: 60px;
}
.our-tools-left-image img {
    width: 68%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.our-tools-left-image {
    height: 422px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  
  }


.our-tools-smal-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.our-tools-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #081F41;
}
.our-tools-coontent {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #707171;
    padding: 10px 0 48px;
}
.our-tools-point-heading {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
        padding-bottom: 12px;

}
.our-tools-point-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #707171;
}
.our-tools-contentpointbox {
    padding: 0px 0 34px;
}

.our-tools-left-image::after {
    content: "";
    background: #30C3EC;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(39.573% 0.372%, 39.573% 0.372%, 40.979% 0.145%, 42.847% 0.021%, 45.127% 0.011%, 47.765% 0.129%, 50.709% 0.387%, 53.908% 0.799%, 57.308% 1.377%, 60.858% 2.134%, 64.505% 3.083%, 68.198% 4.237%, 68.198% 4.237%, 72.513% 5.858%, 76.489% 7.637%, 80.117% 9.527%, 83.388% 11.483%, 86.295% 13.457%, 88.829% 15.405%, 90.981% 17.28%, 92.745% 19.036%, 94.111% 20.627%, 95.071% 22.008%, 95.071% 22.008%, 95.761% 23.267%, 96.366% 24.597%, 96.889% 26.004%, 97.331% 27.498%, 97.698% 29.086%, 97.99% 30.776%, 98.213% 32.575%, 98.368% 34.492%, 98.459% 36.533%, 98.489% 38.709%, 98.489% 38.709%, 98.657% 44.336%, 99.045% 49.318%, 99.476% 53.751%, 99.775% 57.731%, 99.766% 61.355%, 99.273% 64.72%, 98.121% 67.921%, 96.133% 71.055%, 93.134% 74.219%, 88.947% 77.509%, 88.947% 77.509%, 84.791% 80.896%, 81.776% 84.233%, 79.567% 87.444%, 77.828% 90.453%, 76.225% 93.18%, 74.422% 95.551%, 72.084% 97.488%, 68.875% 98.914%, 64.461% 99.751%, 58.505% 99.924%, 58.505% 99.924%, 51.876% 99.773%, 45.674% 99.588%, 39.913% 99.213%, 34.606% 98.495%, 29.767% 97.277%, 25.409% 95.405%, 21.547% 92.725%, 18.194% 89.081%, 15.364% 84.318%, 13.069% 78.282%, 13.069% 78.282%, 11.679% 74.052%, 10.282% 70.472%, 8.897% 67.447%, 7.544% 64.879%, 6.243% 62.673%, 5.014% 60.733%, 3.878% 58.961%, 2.853% 57.262%, 1.96% 55.54%, 1.219% 53.697%, 1.219% 53.697%, 0.874% 52.577%, 0.586% 51.414%, 0.355% 50.207%, 0.182% 48.961%, 0.066% 47.675%, 0.008% 46.351%, 0.007% 44.992%, 0.063% 43.599%, 0.176% 42.174%, 0.347% 40.718%, 0.347% 40.718%, 0.439% 40.019%, 0.53% 39.324%, 0.623% 38.631%, 0.724% 37.937%, 0.838% 37.242%, 0.97% 36.541%, 1.125% 35.834%, 1.307% 35.118%, 1.523% 34.39%, 1.776% 33.649%, 1.776% 33.649%, 2.726% 31.397%, 3.826% 29.351%, 5.038% 27.501%, 6.325% 25.841%, 7.65% 24.361%, 8.975% 23.053%, 10.262% 21.91%, 11.474% 20.924%, 12.574% 20.085%, 13.523% 19.386%, 13.523% 19.386%, 16.596% 16.99%, 19.354% 14.601%, 21.877% 12.257%, 24.243% 9.998%, 26.532% 7.861%, 28.823% 5.886%, 31.193% 4.111%, 33.722% 2.574%, 36.489% 1.315%, 39.573% 0.372%);
    height: 495px;
    width: 80%;
    top: -52px;
}

/* need-emergency */

#need-emergency {
    height: 320px;
    margin: 0 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
}
#need-emergency::after {
    content: "";
    background: #081F4199;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 30px;
}
.need-emergency-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.need-emergency-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 143%;
    letter-spacing: 0%;
    width: 50%;
    color: #FFFFFF;
    padding: 15px 0;
}

/* How it works */
#how-it-works {
  position: relative;
  z-index: 1;
  padding: 60px 0 400px;
}


.how-it-works-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.how-it-works-bottom-image {
    height: 50px;
    margin-top: 28px;
  }

.how-it-workds-box-image {
    position: relative;
}
.how-it-workds-box-image::after {
    content: "";
    width: 70%;
    height: 2px;
    border-bottom: 1.5px dashed #000000;
    position: absolute;
    top: 0;
    bottom: 59px;
    margin: auto;
    z-index: -1;
    left: 0;
    right: 0;
}
.how-it-works-small-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.how-it-works-title {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
        padding-top: 34px;
}

.how-it-works-iconimages {
    border: 1.5px dashed #000000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fce7eb;
    z-index: 9;
    position: relative;
}
.how-it-works-iconimages img {
    animation: swing 3s infinite;
}
.how-it-worksouter-imagebox {
    border: 15px solid #fce7eb;
    position: relative;
    z-index: 9;
    border-radius: 50%;

}
.how-it-worksouter-imagebox::before {
    content: "";
    clip-path: polygon(1.621% -12.864%, 49.621% -39.864%, 57.823% -15.555%, 73.122% -12.637%, 77.551% -7.124%, 76.144% 10.971%, 39.933% 9.633%, 41.951% 0.849%, 48.232% 15.606%, 41.809% 19.89%, 12.715% 24.686%, 12.982% 10.982%, 8.982% -8.018%, 33.686% 18.715%, 19.89% 41.809%, -11.394% 48.232%, 11.849% 54.951%, 8.633% 61.933%, 5.971% 69.144%, 3.876% 42.551%, -13.637% 65.122%, -15.555% 79.823%, -0.864% 89.621%);
    width: 125px;
    border: 1px dashed #000;
    position: absolute;
    top: 0;
    height: 125px;
    border-radius: 50%;
    left: -12px;
    top: 0;
    margin: auto;
    right: 0;
    margin: auto;
    bottom: 0;
}
.how-it-worksouter-imagebox::after {
    content: "";
    width: 125px;
    border: 1px dashed #000;
    position: absolute;
    top: 0;
    height: 125px;
    border-radius: 50%;
    left: -12px;
    top: 0;
    margin: auto;
    right: 0;
    margin: auto;
    bottom: 0;
    clip-path: polygon(185.621% 11.136%, 21.621% 87.136%, 79.823% 4.445%, 78.122% -2.637%, 67.551% -22.124%, 118.144% 33.971%, 90.933% 7.633%, 68.951% 6.849%, 71.232% 27.606%, 56.809% 19.89%, 55.715% 24.686%, 29.982% 39.982%, 50.982% 57.982%, 51.686% 35.715%, 19.89% 41.809%, 15.606% 48.232%, 21.849% 54.951%, 8.633% 61.933%, 5.971% 69.144%, 28.876% 78.551%, 28.363% 104.122%, -17.555% 142.823%, 21.136% 139.621%);
}
.how-it-works-content-box {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

/* Home Banner */
#home-banner {
    margin-top: -350px;
    position: relative;
    z-index: 1;
  }
.home-banner-sendgift-button {
    padding-left: 18px;
}
  .home-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner-shopnow-button a {
    background: #000000;
    padding: 0 28px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.home-banner-sendgift-button a {
    border: 1px solid #FFFFFF;
      padding: 0 28px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.home-banner-button a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-banner-button a:hover {
    background: #30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}


.home-banner-sendgift-button a:hover {
    background: #fff;
    color: #30C3EC;
    transition: 0.3s ease-in;
}
.home-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: shake 15s infinite;
}
.home-banner-image {
    height: 667px;
}
#home-banner .container {
    background: linear-gradient(180deg, #30C3EC 0%, #4E1F26 100%);
    position: relative;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    z-index: 1;
}

.home-banner-mainheading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.home-banner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-banner-maincontent {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    padding: 27px 0;
}


/* Deal Of the Day */

#deal-of-the-day {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}
#deal-of-the-day .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    top: -86px;
    right: 0;
}

#deal-of-the-day .products-weight {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 170%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #9097A3;
    padding-bottom: 14px;
}


.deal-of-the-day-heading {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
}


.deal-of-the-day-products-box {
    padding: 12px 0;
}

.deal-of-the-day-outer-box {
    background: #FFFFFF;
    border: 1px solid #00000012;
    border-radius: 15px;
    padding: 50px 0;
    height: 100%;
}


.deals-images {
    height: 226px;
    position: relative;
}
.deals-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#deal-of-the-day .product-random-tag {
    position: absolute;
    top: 0;
    left: 0;
}




#deal-of-the-day .product-random-tag.new {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: #F8F8F8;
    position: absolute;
    top: -30px;
    padding: 12px 20px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 20px;
}

#deal-of-the-day .product-random-tag.sale{
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: #F8F8F8;
    position: absolute;
    top: -30px;
    padding: 12px 20px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 20px;
}


#deal-of-the-day .product-random-tag.discount{
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: #000000;
    position: absolute;
    top: -30px;
      padding: 9px 9px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 20px;
    color: #FFFFFF;
}



#deal-of-the-day .product-title a {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 170%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
}
#deal-of-the-day .product-title a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}

#deal-of-the-day .products-price .regular-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: line-through;
    color: #9097A3;
}

#deal-of-the-day .products-price .sale-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #35A03E;
}

#deal-of-the-day .product-cart-button:hover {
    background: #30C3EC;
    border: 1px solid #30C3EC;
  }
#deal-of-the-day .product-cart-button:hover a {
    color: #FFFFFF;
}
#deal-of-the-day .product-cart-button:hover i {
    color: #FFFFFF;
}
#deal-of-the-day .product-cart-button a {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    background: unset !important;
    max-width: fit-content;
    padding: 16px 12px 16px 24px;
}
#deal-of-the-day .product-cart-button i {
    padding-right: 39px;
}
.product-rating span i {
    color: #FFC300;
}
#deal-of-the-day .product-cart-button {
    border: 1px solid #2E2E2E;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    border: 1px solid #000000;
    max-width: fit-content;
    background: #FFFFFF;
        margin-top: 20px;
}

#deal-of-the-day .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.wishlist-icon-box a {
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
}
#deal-of-the-day .wishlist-icon-box {
    position: absolute;
    top: 4px;
    right: 15px;
}
#deal-of-the-day .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button {
    text-decoration: none;
    width: 38px;
    height: 38px;
    background: #F8F8F8 !important;
    border: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
 .rating-number {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}


#timer .numbers {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 7px;
  margin: 0 20px;

  position: relative;
}
.numbers::after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid;
    border-image: linear-gradient(180deg, #000000 0%, rgba(53, 160, 62, 0.1) 100%) 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
#timer .timer_days{
  font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #000000;
}
#timer .nofont{
  font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #9097A3;
padding-top: 5px;
}

/* Why Choose Us */

#why-choose-us {
     position: relative;
    padding: 80px 0;
    background: #F5F8FF;
    margin: 0 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
.why-choose-heaingbox {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.why-choose-us-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.why-choose-us-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
    margin-bottom: 32px;
}
.why-choose-us-iconImage {
    width: 80px;
    height: 80px;
    background: #1E4F9E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    animation: flipInY 4s infinite;
}
.why-choose-us-smallbox:hover .why-choose-us-iconImage {
    background: #30C3EC;
    transition: 0.3s ease-in;
}
.why-choose-us-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    color: #1B212F;
} 
.why-choose-us-title {
     font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 138%;
    letter-spacing: 0%;
    color: #707171;

}
.why-choose-us-smallbox {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 28px;
    margin-right: 16px;
    width: 181px;

}
.why-choose-us-smallboxes {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.why-choose-us-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #707171;
    margin: 14px 0;
}
.why-choose-us-innercontent {
    margin-top: 50px;
    padding-right: 160px;
}

.why-choose-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.why-choose-us-image {
    height: 320px;
    border-radius: 20px;
    padding-left: 18px;
    margin-top: 2px;
}


/* COUNTER */


#counter {
    background: #F5F8FF;
    position: relative;
    margin: 0 40px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 0 0 60px;
}
.count {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 39px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.counter-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-iconimages {
    margin-bottom: 10px;
    animation: flipInY 4s infinite;
}
.counter-text-box span {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 39px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-title {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

/* Our Services */

#our-services {
    padding: 100px 0;
}

.our-services-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-services-bottom-image {
    height: 50px;
    margin-top: 28px;
  }
.our-services-buttonbox a:hover {
    background: #000000;
    transition: 0.3s ease-in;
}
.our-services-buttonbox a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 22px 32px;
    background: #30C3EC;
}
.our-services-buttonbox a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s ease-in;
}



.our-services-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}


.our-services-main-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

#our-services  .nav-tabs .nav-link {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #23203B; 
}

#our-services  .nav-tabs .nav-link {
border: 1px solid #30C3EC;
  border-radius: 50px;
    padding: 18px 27px;
    margin: 0 10px;

}
.nav-tabs {
    border-bottom: unset !important;
}
.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 !important;
}
#our-services  .nav-tabs .nav-item.show .nav-link, #our-services .nav-tabs .nav-link.active {
    color: #FFFFFF !important;
    background: #30C3EC !important;
  
}

#our-services .service-title a {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #36231F;
}

#our-services .service-inner-box .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
}
#our-services .service-inner-box {
    height: 438px;
    position: relative;
    z-index: 1;
}

#our-services .service-title {
    text-align: center;
}

.services-image-icon img {
     width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(151%) hue-rotate(15deg) brightness(116%) contrast(99%);
}
.services-image-icon {
      width: 80px;
    height: 80px;
    background: #30C3EC;
    border-radius: 50%;
    padding: 18px;
}
.services-outer-iconbox {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #30C3EC;
    border-radius: 50px;
    margin-bottom: 25px;
}
.service-item-box:hover .services-outer-iconbox {
      border: 1px dashed #ffffff;
      transition: 0.3s ease-in;
}
.service-item-box:hover .services-image-icon
{
  
  background: #ffffff;
  transition: 0.3s ease-in;
}
.service-item-box:hover .services-image-icon img
{
  filter: brightness(0) saturate(100%) invert(52%) sepia(33%) saturate(1051%) hue-rotate(304deg) brightness(104%) contrast(101%);
    transition: 0.3s ease-in;

}
#our-services .services-content-mainbox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px 0px #36282912;
    height: 330px;
    border-radius: 50%;
    flex-direction: column;
    padding: 0 45px;
}

#our-services  .service-item-box:hover .service-inner-box img {
  opacity: 1;
  animation: flash 1s linear;
}


#our-services  .service-item-box:hover .services-content-mainbox {
  background: unset !important;
}

#our-services  .service-item-box:hover .service-title a{
  color: #FFFFFF;
}

#our-services  .services-image{
  position: relative;
  height: 100%;
  width: 100%;
}
#our-services .services-image::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
}
#our-services  .service-item-box:hover .service-inner-box .services-image::after {
  opacity: 1;
  animation: flash 1s linear;
}
/* store tour */
#store-tour-section {
  padding: 60px 80px;
  position: relative;
  z-index: 1;
}


.store-tours-background-overlay {
  background: #30C3ECF2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}



.store-tour-button a:hover{
  background: #fff;
  transition: 0.3s ease-in;
}
.store-tour-button a:hover span{
 color: #30C3EC; 
 transition: 0.3s ease-in;

}
.store-tour-button a:hover i{
  color: #30C3EC; 
  transition: 0.3s ease-in;

 }
.store-tour-button a {
  background: #30C3EC;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  margin-top: 42px;
}
.store-tour-button a span {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.store-tour-button a i {
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 12px;
}



/*  Support me if you like it */
.support {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}

.support a:hover{
  transform: scale(1.1);
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;

}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}
.header-contact-content a:hover {
  color: #000000;
  transition: 0.3s ease-in;
}
.appointment-details-box h3 span {
  color: #30C3EC;
  margin-left: 10px;
}
a{
  text-decoration: none !important;
}
.search-icon i:hover {
  color: #30C3EC;
  transition: 0.4s;
}
.header-right-sidebar i {
  color: #FFFFFF;
  font-size: 26px;
}
.header-right-sidebar i {
  font-size: 14px;
  color: #30C3EC;
  background: #fff;
  padding: 7px 8px;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.header-right-sidebar i:hover {
  color: #30C3EC;
  transition: 0.4s;
}
.offcanvas-header{
  flex-direction: column;
}
.offcanvas-start{
  right: 0 !important;
  left: unset !important;  
  transform: translateX(0%) !important;

}
.header-contact-content p {
  margin-bottom: 0;
}
.header-phone-number {
  margin-bottom: 20px;
}
.header-phone-number a p{
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
}
.banner-button-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.wrapper {
  position: relative;
  width: 620px;
  height: 620px;

  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.number-hours span {
  position: absolute;
  transform: rotate(calc(var(--index) * 30deg));
  inset: 6px;
  text-align: center;
}
.banner-mainCenter-textBox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  z-index: -1;

}
.banner-left-arc-wrapper {
  width: 330px;
  height: 680px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 67px;
  bottom: 0;
  margin: auto;
  z-index: -1;

}

.banner-left-arc-wrapper .arc {
  width: 700px;
  height: 680px;
  border: 3px solid #6b6b6b;
  border-radius: 50%;
  position: absolute;
  left: -400px;
  top: 0;
}


.number-hours span p {
  font-size: 62px;
  color: #00000038;
  font-family: 'Poppins';
  font-weight: 900;
}
.banner-mainCenter-textBox textPath {
  color: #444444;
  font-size: 6px;
  font-family: 'Poppins';
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.banner-center-outerbox {
  position: relative;
}
.hand-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hand-box .hand {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.number-hours span.active p {
  color: #30C3EC;
  font-size: 62px;
  font-family: 'Poppins';
  font-weight: 900;
  position: relative;
}
.number-hours span.active p::after {
  content: "";
  width: 27px;
  height: 27px;
  display: flex;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #30C3EC;
  position: absolute;
  top: -142px;
  margin: auto;
  left: 0;
  right: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}



.header-mail-id a p{ 
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;

}
.faq-heading-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.slider-image img {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 661px;
  object-fit: cover;
}


.header-social-icons a i:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease-in;
}
.offcanvas-header {
  align-items: flex-start !important;
}
.header-right-sidebar .btn-close {
  position: absolute;
  top: 50px;
  right: 28px;
  color: #fff;
  background: unset;
  opacity: 1 !important;
}
.slider-image {
  overflow: hidden;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 661px;
}
.slider-image img {
  overflow: hidden;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 661px;
  object-fit: cover;
  animation: pulse 15s infinite;
  width: 100%;
}
.banner-image1 img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 30px;
}
.banner-image1 {
  height: 552px;
  box-shadow: 0px 5px 24px 0px #0000001A;
  border-radius: 30px;
}
.banner-image2 img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 30px;  
}
.banner-image2 {
  height: 552px;
  box-shadow: 0px 5px 24px 0px #0000001A;
  border-radius: 30px;
}
.services-button-box a::after {
  content: "";
  position: absolute;
  background: #30C3EC;
  width: 0%;
  height: 0%;
  border-radius: 60px;
}
.services-button-box a:hover:after{
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-image .banner-mainbox {
    background: #30C3EC;
    max-width: fit-content;
    padding: 27px 100px;
    border-radius: 15px;
}
.services-button-box:hover a span {
  color: #fff;
  transition: 0.3s ease-in;
}
.banner-mainbox h1 {
    font-family: 'Raleway';
    font-weight: 700;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.summary .entry-title {
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;

}
.woocommerce p.stars a {
  color: #FFC300;
}
.wc-block-cart .wc-block-cart__totals-title {
  font-family: 'Poppins';
  font-size: 16px;
  color: #444444;
  font-weight: 600;
}
.wc-block-cart__main .wc-block-cart-items th{
  font-family: 'Poppins';
  font-size: 16px;
  color: #444444;
  font-weight: 600;
}
.wc-block-components-button:not(.is-link) {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #444444;
  border: 1px solid #30C3EC;
  padding: 24px 42px;
  position: relative;
  z-index: 1;
}

.woocommerce-cart .outer_dpage {
  padding: 60px 0;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 47px;
  font-family: 'Poppins';
  color: #444444;
  border: 1px solid #30C3EC;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;

    background: #30C3EC;
    color: #ffffff;
    padding: 15px 24px;
    border-radius: 99px;
}
.woocommerce .star-rating span::before {
  color: #FFC300;
}
 .woocommerce-product-rating {
  margin-bottom: 8px !important;
}
.woocommerce .star-rating::before {
  color: #FFC300;
}
.star-rating{
  position: relative;
}
 .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}


.star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
        font-family: WooCommerce;
            color: #FFC300;

}
.product-details-box {
    padding-top: 30px;
}
.woocommerce-product-rating {
    line-height: 2;
    display: block;
}
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
}
.star-rating::before {
    content: "sssss";
    color: #36231F;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
        font-family: WooCommerce;
}
 .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-count {
    display: none;
}
.woocommerce-product-rating a {
font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: unset !important;
    background-color: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
 
    left: 0;
    border-bottom: unset !important;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {

    color: #30C3EC !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {

    padding: 0 52px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {

    text-decoration: none;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3 !important;
}

.woocommerce-product-details__short-description p {
font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    color: #464746;
  padding: 14px 0;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 600;
  font-family: 'Poppins';
  color: #444444;
  font-size: 20px;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  word-spacing: 12px;
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: 'Poppins';
  color: #000000;
  font-weight: 700;
}
.wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: 16px;
  font-family: 'Poppins';
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}

.navigation a:hover {
  background: #30C3EC;
  color: #fff;
  transition: 0.4s ease-in;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.navigation a {
     background: #000000;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    margin: 0 5px;
    border-radius: 6px;
}
.collection-button-text a:hover span{
  color: #30C3EC;
}
.header-search span:hover{
  color: #30C3EC;

}
.toggle-nav:hover svg path{
  fill: #30C3EC;
}
.page-numbers li a {
  background: #171717;
  padding: 10px 20px 10px 20px !important;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500 !important;
  margin: 0 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816f98;
    background: #171717;
    padding: 10px 20px 10px 20px !important;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500 !important;
    margin: 0 5px !important;
    border-radius: unset;
}
.page-numbers li span {
    background: #30C3EC;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    margin: 0 5px;
    border-radius: 6px;
}
.woocommerce .woocommerce-ordering select {
vertical-align: top;
    font-family: 'Poppins';
    padding: 10px 11px;
    background: unset;
    color: #000000 !important;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-family: 'Poppins';
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul{
  border: unset !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: unset !important;
}
.page-numbers a:hover {
  background: #30C3EC !important;
  color: #fff !important;
  transition: 0.4s ease-in;
}
a.next.page-numbers {
  margin-left: 0;
}
.navigation span {
  background: #30C3EC;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    margin: 0 5px;
    border-radius: 6px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #35A03E;
    font-weight: 600;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #CECECE;
    font-weight: 600;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: line-through;
        opacity: 1 !important; 
}
.posted_in {
  font-family: 'Poppins';
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
  border: 1px solid #30C3EC;
  padding: 12px 24px;
  position: relative;
  z-index: 1;
  background: unset;
}
.related.products h2 {
     font-family: 'Raleway';
    font-weight: 600;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    color: #000000;
    margin-bottom: 30px;

}
.posted_in a {
  font-family: 'Poppins';
  color: #30C3EC;
  font-weight: 500;
  font-size: 16px;
}
.bradcrumbs a {
    z-index: 1;
    position: relative;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: fit-content;
    border-radius: 6px;
    padding: 0px 5px 0 0;
}
.entry-content p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    color: #464746;

}
.archive .middle-align {
    padding: 60px 0;
}
.bradcrumbs {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 3%;
    color: #1B212F;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bradcrumbs span {
    padding-left: 8px;
}

section#term-of-use {
  padding: 50px 0;
}
.widget_recent_entries img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}
/* .recent-post-box .media-post-image{
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  width: 130px;
  
} */
.recent-post-box:hover  img {
transform: scale(1.1);
transition: 0.4s ease-in-out;
}
div#single-projects-page {
  padding: 60px 0;
}
.btn-close:focus {
  box-shadow: unset !important;
}
div#sidebar ul li {
  margin-bottom: 20px;
  color: #30C3EC;
}
.post-date {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 185%;
  letter-spacing: 3%;
  color: #000000;
  margin: 0;
  padding: 0;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar ul li {
  list-style: none;
}
.header-social-icons {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-top: 38px;
}
.header-social-icons a i {
  width: 35px;
  height: 35px;
  background: #30C3EC;
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 16px;
  color: #FFFFFF;
}
.about-us-menu p {
  text-align: left;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 181%;
  letter-spacing: 0%;
  color: #FFFFFF;

}
.offcanvas-start {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.offcanvas-start.show {
  transform: translateX(0);
  opacity: 1;
}

.offcanvas-header {
  padding: 82px 30px !important;
}
.offcanvas{
  background: #000000 !important;
}




/* Banner IMage */




.banner-image {
    padding: 100px 0;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    margin: 16px 40px 0;
    border-radius: 30px;

}
.banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #081F4199;
        border-radius: 30px;
}

.slider-content-box h1
{
  font-family: Instrument Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 96px;
  line-height: 84px;
  letter-spacing: 0.2px;
  text-align: center;
  text-shadow: 4px 0px #00000040;
  color: #FFFFFF;
}

.slider-percentage-offbox {
     background: #000000;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    right: -141px;
}
.slider-percentage-offbox::before {
    content: "";
    height: 400px;
    width: 2px;
    background: #000000;
    position: absolute;
    top: 0;
    transform: translate(0px, -350px);
}
.slider-offer-text {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px dashed #FFFFFF;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
        animation: swing 4s infinite;

}
.slider-percentage-offbox::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #000000;
    top: -8px;
} 
.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 70px !important;
  left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
  text-align: center;
  top: 0 !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-content-box p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}



/* Steps Sections */

#Steps {
 background: linear-gradient(180deg, #5445E5 0%, #9A44E9 100%);
  margin: 0 60px;
  border-radius: 30px;
  height: 572px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
 
}
.steps-heading-box h2 {
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 45px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: left;
}
.steps-heading-box p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: left;
}
.Steps-left-images {
  position: absolute;
  bottom: 0;
  right: -14px;
  animation: shake 8s infinite;
}
.step-images-box {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 42px;
  
}
.step-image-box1 {
  width: 140px;
  height: 60px;
  border-radius: 10px;
}

.step-image-box2 {
  width: 140px;
  height: 60px;
  border-radius: 10px;
  margin-left: 30px;
}

.step-image-box1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;}
.step-image-box2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;}




/* Our Brands */

#our-brands {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.our-brands-heading-box h6 {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  padding: 0;
  text-align: left;
  margin: 0;
}

.our-brands-heading-box h2 {
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #000000;
}
.our-brands-heading-box p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  width: 84%;
}

.our-brands-box .brands-item {
  background: #ED5565;
  border-radius: 325px;
}

.our-brands-box .brands-item:nth-child(1) {
  background: #ED5565;
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -36px;
  margin: auto;
  animation: tada 4s infinite;


}
.our-brands-box .brands-item:nth-child(2) {
  background: #FFAB37;
  width: 117px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 100px;
  position: absolute;
  animation: tada 6s infinite;
}
.our-brands-box .brands-item:nth-child(3) {
  background: #009581;
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  animation: flipInY 3s infinite;
}
.our-brands-box .brands-item:nth-child(4) {
  background: #F6438C;
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  animation: swing 3s infinite;
}
.our-brands-box .brands-item:nth-child(5) {
  background: #5745E5;
  width: 167px;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  right: 0;
  animation: tada 5s infinite;

}
.our-brands-box .brands-item:nth-child(6) {
  background: #9644E9;
  width: 187px;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  animation: flipInY 4s infinite;
}
.our-brands-box {
  border: 1px solid #9644E980;
  border-radius: 50%;
  width: 609px;
  height: 609px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px #0000001A;
  position: relative;
}

.our-brands-box::before {
  content: "";
  width: 400px;
  height: 400px;
  background: #EDEAFF;
  position: absolute;
  border-radius: 50%;
  left: -47px;
  bottom: 52px;
  z-index: -1;
}


.our-brands-box::after {
  content: "";
  width: 400px;
  height: 400px;
  background: #EDEAFF;
  position: absolute;
  border-radius: 50%;
  right: -47px;
  top: 52px;
  z-index: -1;
}
.accordion-button{
  background: unset !important;
}

/* Our Projects */

#projects {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.projects-small-heading {
      font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.projects-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
    margin-bottom: 32px;
}
.projects-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-project-image {
    height: 770px;
    border-radius: 20px;
    position: relative;
}
.left-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.right-project-image {
    height: 375px;
    border-radius: 20px;
    position: relative;
}
.right-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.project-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    flex-direction: column;
    background: #30C3ECE3;
    border-radius: 20px;
}
.project-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.project-title:hover {
    color: #081F41;
    transition: 0.3s ease-in;
}
.project-button-text a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #30C3EC;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px 26px;
}
.project-button-text a:hover {
    background: #081F41;
    color: #fff;
    transition: 0.3s ease-in;
}
.project-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.project-overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 0.4s, -webkit-transform 0.4s;
}


.project-item-box:hover .project-overlay-content {
    transform: scale(1, 1);
    transform-origin: right center;
}
span.project-short-content {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0 0;
}



/* Our Plans */

#our-plans {
    padding: 90px 0;
    position: relative;
    z-index: 1;
    background: #F5F8FF;
    margin: 0 40px;
    border-radius: 30px;
}

.our-plans-headingbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-plans-heading {
      font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.our-plans-iconimages {
    width: 77px;
    height: 77px;
    background: #30C3EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: flipInY 3s infinite;
}
.our-plans-price {
    color: #1E4F9E;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.our-plan-buttonbox a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F2F2F2;
    background: #081F41;
    border-radius: 12px;
    padding: 14px 24px;
}
.our-plan-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.our-plans-point {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #707171;
    padding: 12px 0;
}
.our-plans-outerbox {
    padding: 10px 0;
}
.our-plans-item {
     background: #FFFFFF;
    box-shadow: -1px -2px 19px 0px #00000026;
    border-radius: 20px;
    padding-bottom: 48px;

}
.our-plans-pointbox {
    padding: 20px 0;
} 
.our-plans-title {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 0 0 26px 0;
}
.our-plans-content-box {
      background: #1E4F9E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
clip-path: polygon( 0% 9.569%,0% 9.569%,0.073% 8.014%,0.284% 6.539%,0.622% 5.164%,1.076% 3.909%,1.633% 2.793%,2.282% 1.837%,3.012% 1.06%,3.811% 0.481%,4.668% 0.121%,5.571% -0%,94.46% 0.425%,94.46% 0.425%,95.359% 0.554%,96.212% 0.92%,97.007% 1.502%,97.733% 2.281%,98.378% 3.238%,98.932% 4.352%,99.382% 5.604%,99.718% 6.975%,99.928% 8.445%,100% 9.995%,100% 85.667%,100% 85.667%,99.337% 86.068%,97.43% 87.155%,94.404% 88.757%,90.383% 90.703%,85.493% 92.82%,79.858% 94.937%,73.603% 96.883%,66.852% 98.485%,59.73% 99.573%,52.361% 99.973%,52.361% 99.973%,44.615% 99.559%,36.992% 98.436%,29.655% 96.78%,22.766% 94.769%,16.49% 92.581%,10.989% 90.393%,6.426% 88.382%,2.965% 86.726%,0.768% 85.602%,0% 85.189%,0% 9.569% );
}
.our-plans-main-heading{
      font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
    margin-bottom: 32px;
}
.our-plans-heading-box {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-plans-heading-box h6 {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  padding: 0;
  max-width: max-content;
}
.our-plans-heading-box h2 {
  color: #000000;
  font-family: Archivo;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.plans-content-box {
  border: 1px solid #9644E980;
  box-shadow: 0px 2px 14px 0px #0000001A;
  border-radius: 20px;
  padding: 40px 25px;
  background: #FFFFFF;
}
.plan-price-content h5 {
  color: #000000;
  font-family: Archivo;
  font-weight: 500;
  font-style: Italic;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}
.plans-content-box h4 {
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
.plans-content-box p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
.plan-price-content {
  margin-top: 75px;
}
.buy-regular-button a span {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.buy-regular-button a {
  border-radius: 60px;
  padding: 10px 20px;
  background: linear-gradient(white, white) padding-box, linear-gradient(96.62deg, #9344E9 -2.84%, #5745E5 102.13%) border-box;
  border: 1px solid transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.faq-social-icons a:hover {
  background: #30C3EC;
  color: #fff;
  transition: 0.3s ease-in;

}
.faq-content-svg {
  position: absolute;
  top: -12px;
  right: 85px;
}
.panel-body {
  position: relative;
}
.faq-social-icons a:hover i{
  color: #fff;
  transition: 0.3s ease-in;
}


.owl-nav button:hover i{
  color: #FFFFFF;
  transition: 0.3s ease-in;
  -webkit-text-fill-color: unset;
}
.owl-nav button:hover {
color: #FFFFFF;
    transition: 0.3s ease-in;
    background: #5EBED6;
}

.header-search span {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #717171;
}
.custom-social-icons a:hover{
  color: #30C3EC;
  transition: 0.3s ease-in;
}


.search-icon:hover svg path {
  fill: #FFAB37;
  transition: 0.3s ease-in;
}
.buy-regular-button a::after {
  content: "";
  background: #5945E5;
  position: absolute;
  background: #30C3EC;

  width: 0%;
  height: 0%;
  border-radius: 60px;
}
.buy-regular-button a:hover:after{
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-regular-button:hover a span {
  color: #fff;
  transition: 0.3s ease-in;
}
.plans-inner-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.buy-regular-button {
  margin-top: 42px;
}
.plan-point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plans-inner-points h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
 line-height: 37px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  width: 100%;
  margin: 0;
  padding: 0 0 0px 10px;
}
.plans-inner-points {
  width: 100%;
}


/* Most Recent POst */
#most-recent-blog {
  padding: 0 0 60px 0;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
.blogs-admin-box h6 span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #97989F;
  margin: 0;
  text-transform: capitalize;
  padding-left: 0;
}
.most-recent-date {
  padding-left: 14px;
}
.most-recent-blogs-metadata {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.blogs-admin-box h6 {
  margin: 0;
  padding: 0 0px 8px 0;
}
.blogs-admin-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blogs-category-verified i {
  background: #36B37E;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}
.blogs-category-verified {
  display: flex;
  align-items: center;
  justify-content: center;
}
span.author-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.author-box {
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 50%;
}


.most-recent-date h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #97989F;
  margin: 0;
}
.most-recent-image {
  height: 454px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  margin-top: -82px;

}
.about-left-images:hover .about-image1 img {
  animation: fadeInUp 800ms linear;
}
.resources-images:hover img{
  animation: fadeInUp 800ms linear;

}
.most-recent-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.most-recent-image:hover img {
  animation: fadeInUp 500ms linear;
}
.recent-post-content-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 50px 54px 50px 30px;
  box-shadow: 0px 12px 24px -6px #181A2A1F;
  border: 1px solid #E8E8EA;
  margin-top: -150px;
  margin-right: -56px;
  position: relative;
}

.blogs-inner-details:hover  .most-recent-image::after{
  animation: bounceIn  1s linear;

}
.blogs-inner-details:hover  .recent-post-content-box::after{
  animation: bounceIn  1s linear;

}
.most-recent-image::after {
  background: linear-gradient(180deg, #505AE0 0%, #B227D3 100%);
  width: 40%;
  height: 40%;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: -1;
  content: "";
  border-radius: 12px;
}
.recent-post-content-box::after {
  content: "";
  background: linear-gradient(180deg, #505AE0 0%, #B227D3 100%);
  position: absolute;
  width: 100%;
  height: 89%;
  left: -25px;
  top: 68px;
  z-index: -9;
  border-radius: 12px;
}
.most-recent-blog-title a {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0%;
  color: #181A2A;
}
.most-recent-blog-title a:hover {
  color: #30C3EC;
  transition: 0.2s ease-in-out;
}
.most-recent-blog-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #30C3EC 0%, #6052DB 100%);
  max-width: fit-content;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
}

.blogs-slidernav-inner-details:hover .slider-nav-blog-image img{
animation: pulse 0.4s linear;
}
.blogs-inner-details:hover .slider-blogs-image img{
  animation: pulse 0.4s linear;

}




.blog-learnmore-button a{
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
color: #000000;
border: 1px solid #000000;
box-shadow: 0px 4px 4px 0px #00000040;
padding: 8px 20px;
border-radius: 30px;


}




.blog-learnmore-button a:hover i{

  color: #FFFFFF;

}

.blog-learnmore-button a{
  position: relative;
}



.blog-learnmore-button a:hover{

  color: #FFFFFF;

}

.blog-learnmore-button a span{
  position: relative;
  z-index: 1;
}


.blog-learnmore-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 30px;
}
.blog-learnmore-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}






.blog-learnmore-button{
  margin-top: 15px;
}

.joinnow-contact-button a:hover{

  color: #FFFFFF;

}

.joinnow-contact-button a span{
  position: relative;
  z-index: 1;
}


.joinnow-contact-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 10px;
}
.joinnow-contact-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}



.joinnow-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}



/* Blog Category */

#blog-category {
  background: #F5F6FF;
  padding: 60px 0;
  position: relative;
}
.shop-by-category-buttonbox a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #23203B;
    border: 1px solid #30C3EC;
    border-radius: 50px;
    padding: 22px 32px;
}
.shop-by-category-buttonbox a:hover{
  background: #30C3EC;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.shop-by-category-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
#blog-category  .owl-dots{
  display: none;
}
.blogs-category-content-box:hover .blogs-category-verified i{
  animation: bounceIn 1s linear;
}

.up-to-off:hover .category-image img{
  animation: bounce 800ms linear;

}
.category-blogs-meta h5 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-style: italic;
  margin: 0px 0px 0 8px ;
  padding: 0;
}
.category-blogs-meta {
  padding-left: 16px;
}
#blog-category  .blogs-admin-box h6 span{
  color: #fff;
  font-family: Open Sans;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;

}
.faq-social-icons a{
  width: 48px;
  height: 48px;
  display: flex;
 align-items: center;
  justify-content: center;
  background: linear-gradient(white, white) padding-box, linear-gradient(96.62deg, #9344E9 -2.84%, #5745E5 102.13%) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 10px;
animation: swing 4s infinite;

}
.ask-anything-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  
}
.ask-anything-button a span {
  color: #FFFFFF;
  border-radius: 60px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  position: relative;
  z-index: 1;
}
.ask-anything-button a  {
  padding: 16px 36px;
  border-radius: 60px;
  background: #30C3EC;
  position: relative;
  z-index: 1;
}
.ask-anything-button a::after {
  content: "";
  background: #000000;
  position: absolute;

  width: 0%;
  height: 0%;
  border-radius: 60px;
}
.ask-anything-button a:hover:after{
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ask-anything-button:hover a span {
  color: #fff;
  transition: 0.3s ease-in;
}



.faq-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faq-social-icons a i {
  color: transparent;
  font-size: 23px;

  border-radius: 50%;
  background: linear-gradient(180deg, #9644E9 0%, #5845E5 100%);
  background-clip: text;

  font-weight: 900;
}

.accordion-image-faq {
  height: 114px;
  border-radius: 10px;
  margin-right: 18px;
  width: 60%;
}
.accordion-inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-image-faq img {
  width: 100%;
  height: 100%;
  border-radius: 10px;

}








/* Delivery Steps */

#delivery-step {
  padding: 60px 80px;
  position: relative;
  z-index: 1;
}
.delivery-steps-overlay-box {
  background: #30C3ECF2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 85%;
}

.delivery-step-heading h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #30C3EC;
  text-align: center;
}
.delivery-step-heading h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}
.delivery-step-images {
  height: 530px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.delivery-step-content-box:hover {
  box-shadow: 0px 0px 20px 2px #FFFFFF;
  border-radius: 10px;
  transition: 0.3s ease-in;
}

#delivery-step .owl-carousel .owl-stage-outer {
  padding: 12px 0;
}
.fresh-stock-images {
  animation: flipInY 4s infinite;
}

.delivery-step-item {
  padding: 8px;
}
.delivery-step-item:hover .delivery-step-images img {
  transform: scale(1.2);
  transition: 0.4s ease-in;
}
.delivery-step-images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.delivery-step-innercontent h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #30C3EC;
  text-align: center;
}
.delivery-step-innercontent p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #30C3EC;
  text-align: center;
}

.delivery-step-innercontent {
  background: #FFFFFFD9;
  position: absolute;
  bottom: 27px;
  width: 86%;
  left: 0;
  right: 0;
  border-radius: 10px;
  margin: auto;
  PADDING: 23PX;
}
.delivery-step-innercontent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.delivery-step-item:hover .delivery-step-innercontent {
  background: #30C3ECD9;
  transition: 0.3s ease-in-out;

}
.delivery-step-item:hover .delivery-step-innercontent h4{
  color: #fff;
transition: 0.3s ease-in-out;
}
.delivery-step-item:hover .delivery-step-innercontent p{
  color: #fff;
transition: 0.3s ease-in-out;
}
.delivery-step-item:hover .delivery-step-innercontent img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(102%) contrast(101%);
}
.delivery-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.delivery-step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
   animation: flipInY 3s infinite;
}
#delivery-step .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
/* Services Section */
#services {
  margin: 0 60px;
  padding: 80px 0;
  position: relative;
  background: #F5F6FF;
  border-radius: 20px;
}




#services .owl-nav {
  display: block !important;
}

#services .owl-nav button:hover{
  background: #30C3EC;
  transition: 0.4s ease-in;
}
#services .owl-nav button {
  background: #000000;
  border: unset;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 18px;
}


.services-button-box a span {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.services-button-box a {
  border-radius: 60px;
  padding: 6px 24px;
  background: linear-gradient(white, white) padding-box, linear-gradient(96.62deg, #9344E9 -2.84%, #5745E5 102.13%) border-box;
  border: 1px solid transparent;
  width: 100%;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

#services .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
  margin: auto;
}
#services .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
}



.services-heading-box {
  position: relative;
}
.services-heading {
  position: relative;
}
.services-inner-content-box {
  background: #FFFFFF;
  padding: 42px 15px;
  flex-direction: column;
  display: flex
;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: 0.5px solid #9644E9;
  box-shadow: 0px 2px 14px 0px #0000001A;
  border-radius: 20px;
  margin-bottom: 30px;
}
#need-information .row:nth-child(2) .information-points:nth-child(3) {
  display: none;
}
.copyright-right-button a span {
  font-family: Barlow;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.terms-and-condition-button {
  padding-left: 28px;
}
.copyright-right-button {
  display: flex;
  align-items: center;
  justify-content: end;
}
.services-title{
  text-align: left;
  margin-top: 20px;
}
.services-heading-box {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-heading-box h6 {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  padding: 0;
}
.services-title a {
  font-family: Archivo;
  font-weight: 500;
  font-style: Medium;
  font-size: 23px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;

}
.blog-contents-box:hover .blog-title a {
  color: #30C3EC;
}
.services-inner-content-box:hover .services-title a {
  color: #30C3EC;
}
.services-inner-content-box:hover .services-images {
  transition: 0.4s ease-in-out;
  animation: bounceIn 1s linear;
}
.services-heading h2 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #30C3EC;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.services-content-box {
  margin-top: 60px;
}
.services-content p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 10px 0;
  margin: 0;
}
.services-heading-box h3 {
  color: #000000;
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.services-heading p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5D666F;
  margin: 0;
  width: 52%;
}
.services-images {
  width: 80px;
  height: 80px;
  background: #FBEFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.items-services:nth-child(1) .services-images{
  background: #9644E9;
}
.items-services:nth-child(2) .services-images{
  background: #FFAB37;
}
.items-services:nth-child(3) .services-images{
  background: #5745E5;
}
.items-services:nth-child(4) .services-images{
  background: #F6438C;
}
.items-services:nth-child(5) .services-images{
  background: #009581;
}
.items-services:nth-child(6) .services-images{
  background: #ED5565;
}
.services-button a {
  font-family: Outfit;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #000000;
  border: 1px solid #B3B0B0;
  padding: 10px 17px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}

.services-button a::after{
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  background: #30C3EC;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;

}

.services-inner-content-box:hover .services-button a{
  color: #fff;
  transition: 0.3s ease-in;
  border: unset;

}
.services-button a span{
  position: relative;
  z-index: 1;
}
.services-button a::before{
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  background: #30C3EC;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;

}
.services-inner-content-box:hover .services-button a::after{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}
.services-inner-content-box:hover .services-button a::before{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}



.services-button {
  margin-top: 20px;
}


.service-background-stroke h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: 2%;
  -webkit-text-stroke: 1px #D4D4D4;
  color: transparent;
  margin: 0;
  padding: 0;
}


/* Recent Blogs section */

#blog-latest {
  padding: 60px 0;
  position: relative;
  background: #FFFFFF;
}
.latest-verified-blogs i {
  background: #36B37E26;
  width: 20px;
  height: 20px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  color: #36B37E;
}
.blog-read-more-buttontext a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF0F0;
    background: #081F41;
    border-radius: 10px;
    padding: 14px 24px;
}
.blog-read-more-buttontext a:hover {
    background: #30C3EC;
    transition: 0.3s ease-in;
    color: #ffffff;
}
.blog-read-more-buttontext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}
.blogs-date-icon i {
    color: #30C3EC;
    margin-right: 5px;
    font-size: 18px;
}
.blogs-datebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
}
.blogs-date {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #707170;
}
.blogs-buttonbox a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #23203B;
    border: 1px solid #30C3EC;
    border-radius: 50px;
    padding: 22px 32px;
}
.blogs-buttonbox a:hover{
  background: #30C3EC;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

.blogs-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.latest-box-meta {
  margin-left: 18px;
}
.latest-verified-blogs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-verified-blogs h5 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #5A7184;
  font-style: italic;
  margin: 0px 0px 0 8px;
  padding: 0;
}
#blog-latest .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 16px;
}
.latest-blogs-blog-date h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: #5A7184;
  margin: 0;
  padding: 0;
}
.latest-blogs-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.latest-blogs-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blog-latest  .blogs-admin-box h6 span {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #183B56;
}

#blog-latest .latest-blog-headings h6 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #30C3EC 0%, #6052DB 100%);
  max-width: fit-content;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
}

.latest-blogs-heading-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.viewall-latestblogpost-button a:hover i {
  color: #FFFFFF;
}
.viewall-latestblogpost-button a {
  border: 2px solid #30C3EC;
  border-radius: 8px;
  padding: 15px 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}

#blog-latest .owl-nav button:hover {
  background: #000;
  transition: 0.2s ease-in;
}
#faqs .sec-faqbox {
  padding: 10px 0;
}
.viewall-latestblogpost-button a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #30C3EC;
  padding: 18px 35px 18px 12px;
}
.viewall-latestblogpost-button a{
  position: relative;
}
.viewall-latestblogpost-button a i {
  font-weight: 700;
  font-size: 16px;
  color: #30C3EC;
  position: relative;
  z-index: 1;
  padding-left: 36px;
}

.viewall-latestblogpost-button a:hover{

  color: #FFFFFF;

}

.viewall-latestblogpost-button a span{
  position: relative;
  z-index: 1;
}


.viewall-latestblogpost-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#30C3EC;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 6px;
}
.viewall-latestblogpost-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}





.recent-postimage {
  height: 481px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.recent-postimage img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.blogs-inner-details:hover .recent-postimage img {
  animation: pulse 400ms linear;
}
.ecent-post-title a {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #000000;
}
.ecent-post-title a:hover {
  color: #30C3EC;
  transition: 0.3s ease-in-out;
}
.latest-blog-headings h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 0%;
  color: #000000;
}


.ecent-post-content p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
    line-height: 32px;
  letter-spacing: 0px;
  color: #5A7184;
}

#blog-latest .owl-dots{
  display: none;
}


#blog-latest .owl-nav {
  display: block !important;
}

#blog-latest .owl-nav button {
  background: linear-gradient(180deg, #30C3EC 0%, #6251DC 100%);
  border: unset;
  color: #fff;
  width: 68px;
  height: 71px;
  border-radius: 50%;
  font-size: 18px;
}

#blog-latest .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -36px;
  bottom: 0;
  margin: auto;
}
#blog-latest .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -36px;
  bottom: 0;
  margin: auto;
}

#blog-latest .recent-post-category a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #30C3EC;
  background: #F5F6FF;
  padding: 12px 29px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}
#blog-latest .latest-blogs-box {
  padding: 32px 20px;
}
.ecent-post-title {
  padding: 20px 0;
}











/* Services single page */
.services-page {
  padding: 60px 0;
  position: relative;
}
.services-page  .services-inner-content-box {
  margin: 20px 0;
}

.single-services-contact-details h5 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #30C3EC;
  margin: 0;
  padding: 0;
}
.single-services-contact-details h6 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
}
.single-services-button a {
  font-family: Outfit;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  background: #30C3EC;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}



.single-services-button a:hover{
  color: #fff;
  transition: 0.3s ease-in;
  border: unset;

}
.single-services-button a span{
  position: relative;
  z-index: 1;
}
.single-services-button a::before{
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 7px;

}

.single-services-button a::after{
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 7px;

}

 .single-services-button a:hover::after{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}
 .single-services-button a:hover::before{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}




.single-services-contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 34px;
}

.single-services-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 50px;

}

.single-services-contact-details {
  margin-left: 14px;
}



































/* Designed In House */

#designed-in-house {
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}
.designed-in-house-content p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #444444;
  margin: 0;
}
.designed-in-house-content h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
  margin: 0;
}
.designed-in-house-content h2 span {
  color: #30C3EC;
}
.designed-in-house-content h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #444444;
  text-align: left;
  padding: 0;
}

.designed-in-house-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: upDown 4s infinite;
}
.designed-in-house-image {
  height: 500px;
  width: 100%;
}
.designed-in-house-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* Shop Now */

#shop-now {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.category-iconbox {
    width: 70px;
    height: 70px;
    background: #30C3EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.category-icon-outerbox {
border: 1.5px dashed #30C3EC;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 92px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
    animation: flipInY 2s infinite;
}
.shop-now-background-text h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 250px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #44444417;
  margin: 0;
  padding: 0;
}
.shop-now-background-text {
  position: absolute;
  top: 18%;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  z-index: -1;
}


#shop-now .product-content p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 146%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
  padding: 10px 15px;
}

.shop-now-heading h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 102%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
  text-align: center;
  padding: 0;
}
.shop-now-heading h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
}

.products-image:hover img {
  animation: upDown 3s linear;
}

#shop-now .product-title a {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
}










  
  
/* Single blogs page */
.blog-single-container {
  padding: 60px 0;
}



.slider-bottom-shape path:nth-child(1) {
  animation: slideInRight 4s linear;
}
.slider-bottom-shape path:nth-child(2) {
  animation: bounceInDown 4s linear;
}
.slider-bottom-shape path:nth-child(3) {
  animation: slideInRight 4s linear;
}









/* Our Teams */
#team {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #F5F8FF;
}
.team-member-content:hover a {
    color: #081F41;
    transition: 0.3s ease-in;
}
.team-member-stars span i {
    color: #FFC107;
    font-size: 16px;
    margin-top: 12px;
}

.team-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
#team .team-heading {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#team .team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
#team .team-member-image {
    position: relative;
    overflow: hidden;
    height: 470px;
    border-radius: 20px;
}
.team-member-box {
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.3s ease;
		margin-bottom: 30px;
		height: 100%;
        margin: 10px 0;
	}
	.team-member-box:hover {
		transform: translateY(-5px);
	}

	/* Team Member Image */
	.team-member-image {
		position: relative;
		overflow: hidden;
		background: #f0f0f0;
	}
	.team-member-image img {
		width: 100%;
		height: 470px;
		object-fit: cover;
		transition: all 0.3s ease;
		display: block;
	}
	.team-member-box:hover .team-member-image img {
		transform: scale(1.05);
	}

	/* Team Member Overlay - Main Hover Effect */
	.team-member-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: 10;
	}
	.team-member-box:hover .team-member-overlay {
		opacity: 1;
	}

	/* Team Member Social Links Container */
	.team-member-social {
	    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 22px;
    left: 23px;
	}

	/* Individual Social Links */
	.social-link {
		width: 45px;
		height: 45px;
		background: #fff;
		border-radius: 8px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #333;
		text-decoration: none;
		transition: all 0.3s ease;
		font-size: 16px;
	}
	.social-link:hover {
		background: #30C3EC;
		color: #fff;
		transform: scale(1.15) rotate(15deg);
	}
	.social-link i {
		font-size: 16px;
	}

	/* Team Member Content */
	.team-member-content {
		padding: 20px;
		text-align: center;
	}
	.team-member-name {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #30C3EC;
	}
	.team-member-designation {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #707170;
        margin: 0;
    padding: 10px 0 0;

	}
	.team-member-excerpt {
		color: #666;
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	/* Team Contact Info */
	.team-member-contact {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #eee;
	}
	.team-member-contact p {
		margin: 5px 0;
		font-size: 12px;
		color: #555;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.team-member-contact i {
		color: #007bff;
		font-size: 13px;
		min-width: 14px;
	}

	/* No Team Members Message */
	.no-team-members {
		text-align: center;
		padding: 50px 20px;
		color: #666;
		font-size: 16px;
	}

	/* Team Section Heading */
	.team-heading {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-small-heading h3 {
		font-size: 15px;
		color: #007bff;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	.team-main-heading h2 {
		font-size: 36px;
		font-weight: 700;
		color: #333;
		margin: 0;
		line-height: 1.2;
	}

  
.team-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #001C69;
}

#team .owl-dot {
  width: 34px;
  height: 34px;
  border: unset;
  background: #2B2B2B;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
}
#team .owl-dot.active {  
  width: 34px;
  height: 34px;
  border: unset;
  background: linear-gradient(238.66deg, #0283E9 -18.13%, #FC01CA 120.27%);
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
}

#team .owl-dots {
  display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px;
      display: none;
}
#team .owl-dot span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: #2B2B2B;
  border: 6px solid #FFF;
}
#team .owl-dot.active span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: linear-gradient(238.66deg, #0283E9 -18.13%, #FC01CA 120.27%);
  border: 6px solid #FFF;
}


.team-member-images {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.team-member-images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
} 
.team-social-icons-box {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tada 4s infinite;
}
.team-inner-box {
  background: #FFFFFF;
  padding: 36px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.team-inner-box:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}

.team-inner-box::after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #B906FC 0%, #674CDE 100%);
  z-index: -1;
  border-radius: 5px;
  right: 0;
  margin: auto;
}
.team-title a {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: center;
  color: #232536;
}

.team-inner-box:hover .team-title a {
  color: #fff;
}
.team-inner-box:hover .team-designation h6 {
  color: #fff;
}

.team-inner-box:hover .team-social-icons-box a i{
  color: #fff;

}


.team-title {
  text-align: center;
  margin-top: 12px;
}
.team-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  text-align: center;
  color: #232536;
}
.team-heading h3 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.team-social-icons-box a i {
  color: #232536;
  font-size: 16px;
  margin: 0 7px;
}
.team-designation h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #6D6E76;
  margin: 0;
  padding: 4px 0 18px;
}

.team-member {
  display: flex ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* Featured Product */



#featured-product {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.featured-products-rightbutton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.featured-outerContentbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-buttonbox-viewall {
    margin-left: 16px;
}
.featured-buttonbox-viewall a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #30C3EC;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 0 26px;
    border-radius: 50px;
}
.featured-buttonbox-viewall a:hover {
    background: #30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}
.feature-buttonbox a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #30C3EC;
    padding: 10px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
        border: 1px solid #30C3EC;

}

.feature-buttonbox a:hover {
    background: #FFFFFF;
    color: #000000;
    transition: 0.3s ease-in;
    border: 1px solid #30C3EC;
}


.featured-product-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}


#featured-product .product-title a {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
#featured-product .tag-stock {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    background: #30C3EC;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 7px 14px;
    position: absolute;
    left: 14px;
    top: -18px;
}

#featured-product .products-image img {
    width: 100%;
    height: 100%;
}
#featured-product .products-image {
    width: 200px;
    height: 200px;
}
#featured-product .featured-products-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.featured-products-items {
    border: 1px solid #D0D0D0;
    box-shadow: 0px 4px 44px 0px #00000012;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}
.featured-products-items:hover .meta-products-iconsbox {
    opacity: 1;
    animation: zoomIn 0.5s linear;
}
ins span bdi {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000;
}

del span bdi {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #A8A8A8;
    padding-left: 6px;
}
del{
      color: #A8A8A8;

}
.featured-products-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0px 0 12px;
}

#featured-product .product-title {
    text-align: left;
    padding: 18px 0;
}

.product-cart-button a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #30C3EC;
    border-radius: 50px;
    padding: 10px 20px;
}

.product-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}






/* Latest News */


.latest-news-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.latest-news-bottom-image {
    height: 50px;
    margin-top: 28px;
  }

.slider-for .slick-arrow {
    display: none !important;
}

/* Layout in one row */
.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Remove default list style */
.slick-dots li {
    list-style: none;
}

/* Numbers */
.number-dot {
    background: none;
    border: none;
  
    cursor: pointer;
        width: 15px;
    height: 15px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0;
}
.slick-active .number-dot{
  background: #30C3EC;
}
.slick-dots li.slick-active .number-dot {
    color: #000;
}

/* Arrow buttons */
.custom-prev button,
.custom-next button {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


.fa-arrow-left-long.slick-arrow {
    right: 60px;
}

.blog-title a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}
.blog-active-title a:hover{
     color: #30C3EC;
    transition: 0.3s ease-in;
}
#latest-news {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
#latest-news .owl-dots {
    display: none;
}
.latest-news-headingbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.latest-news-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.latest-news-blogs-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #001C69;

}
.blogs-date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-title a {
    text-align: center;
    color: #1B212F;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.blogs-date i {
    color: #35A03E;
}
.blogs-date h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8E8383;
    margin: 0;
    padding: 18px 0;
  }
.blogs-inner-details {
    height: 100%;
    position: relative;
}
.blog-title {
    text-align: left;
  }
  .slider-nav-blogs-inner-content {
    position: absolute;
    bottom: 0;
}
.slider-nav-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.slider-nav-blog-image {
    height: 476px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.blogs-image-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 83.17%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog-active-title a {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}
.blogs-active-date h6 {
    font-family: Bai Jamjuree;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
    padding-left: 6px;
}
.blogs-active-date i{
      color: #FFFFFF;

}
.slider-nav-blogs-inner-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-blogs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slider-blogs-image {
    height: 223px;
    overflow: hidden;
    border-radius: 15px;
}

.blogs-inner-contentbox {
    background: #F5F8FF;
    border-radius: 20px;
}




.slider-left-contentbox {
    padding: 20px 24px;
}
.blogs-active-date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}
.slider-blogs-metadata {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogs-category {
    z-index: 1;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    background: #30C3EC;
    padding: 9px 27px;
    border-radius: 50px;
    color: #fff;
    max-width: fit-content;
    margin-top: -30px;
}





/* Testimonial section */
#testimonial {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
#testimonial .owl-dots {
    display: none;
}
#testimonial .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 28px;
}
.testimonial-heading {  
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.testimonial-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
    margin-bottom: 32px;
}
.testimonial-inner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-inner-box {
    width: 100px;
    height: 100px;
}

.testimonial-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color: #707171;
}
.testi-title h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
    text-align: center;
    margin: 0;
    padding: 22px 0 8px;

}
.testimonial-stars span i {
    color: #FFC107;
    font-size: 16px;
}
.testimonial-stars {
    text-align: center;
    margin-bottom: 18px;
  }

.testimonial-outermain-box {
 display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F5F8FF;
    border-radius: 20px;
    padding: 46px;
}
.testimonial-outermain-box:hover {
    background: #30C3EC;
    transition: 0.3s ease-in;
    animation: fadeInUp 300ms ease-in;
}
.testimonial-outermain-box:hover .testimonial-content {
    color: #fff;
}
.testimonial-outermain-box:hover .testi-title h4 {
    color: #fff;
}
.testimonial-headingbox {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-left-imagebox {  
    height: 553px;
    width: 90%;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    animation: upDown 10s infinite;
}

.testimonial-left-imagebox1 {
    background: #FFA500;
    position: absolute;
    top: 0;
    width: 100%;
    height: 538px;
    clip-path: polygon( 50.332% 2.077%,50.332% 2.077%,51.73% 2.364%,53.25% 2.592%,54.881% 2.779%,56.612% 2.945%,58.433% 3.109%,60.333% 3.29%,62.3% 3.508%,64.324% 3.78%,66.393% 4.127%,68.498% 4.567%,68.498% 4.567%,70.622% 5.073%,72.764% 5.676%,74.91% 6.379%,77.046% 7.183%,79.158% 8.09%,81.23% 9.102%,83.251% 10.22%,85.204% 11.447%,87.076% 12.784%,88.852% 14.233%,88.852% 14.233%,90.538% 15.783%,92.096% 17.456%,93.523% 19.244%,94.812% 21.139%,95.96% 23.133%,96.962% 25.217%,97.812% 27.383%,98.505% 29.622%,99.037% 31.926%,99.403% 34.287%,99.403% 34.287%,99.675% 36.674%,99.813% 39.087%,99.848% 41.509%,99.808% 43.925%,99.723% 46.318%,99.623% 48.673%,99.536% 50.973%,99.492% 53.204%,99.521% 55.348%,99.652% 57.39%,99.652% 57.39%,99.589% 58.428%,99.539% 59.443%,99.498% 60.436%,99.464% 61.408%,99.436% 62.359%,99.411% 63.291%,99.386% 64.203%,99.36% 65.097%,99.33% 65.973%,99.295% 66.831%,99.295% 66.831%,99.252% 67.673%,99.198% 68.499%,99.132% 69.309%,99.051% 70.105%,98.954% 70.888%,98.837% 71.657%,98.699% 72.414%,98.538% 73.161%,98.351% 73.896%,98.136% 74.622%,98.136% 74.622%,97.659% 76.035%,97.063% 77.415%,96.352% 78.764%,95.528% 80.081%,94.593% 81.365%,93.549% 82.618%,92.4% 83.838%,91.147% 85.026%,89.794% 86.181%,88.341% 87.304%,88.341% 87.304%,86.808% 88.389%,85.187% 89.432%,83.488% 90.433%,81.72% 91.389%,79.891% 92.298%,78.012% 93.158%,76.09% 93.967%,74.135% 94.723%,72.156% 95.423%,70.162% 96.065%,70.162% 96.065%,68.143% 96.659%,66.12% 97.197%,64.093% 97.684%,62.063% 98.121%,60.031% 98.513%,57.998% 98.861%,55.966% 99.168%,53.935% 99.439%,51.908% 99.674%,49.884% 99.878%,49.884% 99.878%,49.379% 99.903%,48.873% 99.926%,48.367% 99.946%,47.86% 99.963%,47.352% 99.977%,46.844% 99.988%,46.335% 99.996%,45.826% 100%,45.316% 100.001%,44.806% 99.999%,44.806% 99.999%,44.551% 99.996%,44.295% 99.992%,44.04% 99.988%,43.784% 99.982%,43.528% 99.976%,43.272% 99.968%,43.016% 99.96%,42.76% 99.951%,42.504% 99.94%,42.248% 99.929%,42.248% 99.929%,42.12% 99.923%,41.991% 99.917%,41.863% 99.91%,41.735% 99.903%,41.607% 99.896%,41.479% 99.888%,41.35% 99.881%,41.222% 99.873%,41.094% 99.865%,40.965% 99.856%,40.965% 99.856%,40.837% 99.847%,40.708% 99.838%,40.58% 99.829%,40.452% 99.82%,40.323% 99.81%,40.195% 99.8%,40.066% 99.789%,39.938% 99.779%,39.809% 99.768%,39.681% 99.756%,39.681% 99.756%,38.626% 99.655%,37.575% 99.532%,36.528% 99.387%,35.485% 99.221%,34.447% 99.032%,33.413% 98.823%,32.386% 98.591%,31.364% 98.339%,30.348% 98.064%,29.339% 97.769%,29.339% 97.769%,27.279% 97.1%,25.219% 96.332%,23.17% 95.464%,21.144% 94.501%,19.15% 93.444%,17.2% 92.295%,15.305% 91.055%,13.476% 89.728%,11.724% 88.315%,10.059% 86.817%,10.059% 86.817%,8.487% 85.242%,7.032% 83.582%,5.699% 81.844%,4.494% 80.036%,3.423% 78.163%,2.492% 76.232%,1.705% 74.251%,1.069% 72.226%,0.589% 70.163%,0.27% 68.07%,0.27% 68.07%,0.206% 67.537%,0.151% 67.003%,0.104% 66.469%,0.066% 65.934%,0.037% 65.399%,0.016% 64.863%,0.004% 64.327%,0% 63.791%,0.005% 63.255%,0.019% 62.718%,0.019% 62.718%,0.021% 62.651%,0.023% 62.583%,0.025% 62.516%,0.027% 62.448%,0.03% 62.38%,0.032% 62.313%,0.035% 62.245%,0.038% 62.177%,0.041% 62.109%,0.044% 62.042%,0.044% 62.042%,0.047% 61.974%,0.05% 61.906%,0.053% 61.838%,0.057% 61.77%,0.06% 61.703%,0.064% 61.635%,0.067% 61.567%,0.071% 61.499%,0.075% 61.431%,0.079% 61.363%,0.079% 61.363%,0.088% 61.227%,0.096% 61.091%,0.106% 60.955%,0.115% 60.819%,0.125% 60.682%,0.135% 60.546%,0.146% 60.41%,0.157% 60.273%,0.169% 60.137%,0.181% 60%,0.181% 60%,0.205% 59.727%,0.232% 59.453%,0.259% 59.179%,0.288% 58.904%,0.318% 58.63%,0.35% 58.355%,0.383% 58.08%,0.417% 57.804%,0.452% 57.528%,0.488% 57.252%,0.488% 57.252%,0.645% 56.145%,0.816% 55.032%,1.002% 53.915%,1.198% 52.792%,1.404% 51.664%,1.616% 50.53%,1.833% 49.39%,2.054% 48.245%,2.274% 47.093%,2.493% 45.936%,2.493% 45.936%,3.131% 43.693%,3.724% 41.414%,4.285% 39.11%,4.829% 36.792%,5.369% 34.472%,5.919% 32.162%,6.494% 29.873%,7.107% 27.617%,7.772% 25.407%,8.504% 23.252%,8.504% 23.252%,9.276% 21.15%,10.129% 19.108%,11.06% 17.135%,12.067% 15.238%,13.149% 13.423%,14.302% 11.698%,15.526% 10.071%,16.817% 8.548%,18.174% 7.137%,19.595% 5.845%,19.595% 5.845%,21.064% 4.664%,22.585% 3.622%,24.15% 2.716%,25.747% 1.944%,27.369% 1.304%,29.004% 0.793%,30.645% 0.411%,32.279% 0.154%,33.9% 0.021%,35.495% 0.01%,35.495% 0.01%,35.545% 0.01%,35.595% 0.01%,35.646% 0.011%,35.696% 0.011%,35.746% 0.012%,35.796% 0.013%,35.845% 0.014%,35.895% 0.015%,35.945% 0.016%,35.995% 0.018%,35.995% 0.018%,36.045% 0.019%,36.095% 0.02%,36.144% 0.022%,36.194% 0.024%,36.244% 0.025%,36.293% 0.027%,36.343% 0.029%,36.393% 0.031%,36.442% 0.034%,36.492% 0.036%,36.492% 0.036%,36.591% 0.041%,36.69% 0.046%,36.788% 0.051%,36.887% 0.057%,36.985% 0.063%,37.084% 0.07%,37.182% 0.077%,37.28% 0.084%,37.378% 0.092%,37.476% 0.1%,37.476% 0.1%,37.671% 0.117%,37.866% 0.135%,38.061% 0.155%,38.255% 0.176%,38.448% 0.198%,38.641% 0.221%,38.834% 0.245%,39.026% 0.27%,39.217% 0.296%,39.408% 0.323%,39.408% 0.323%,39.79% 0.38%,40.169% 0.44%,40.548% 0.503%,40.924% 0.568%,41.299% 0.636%,41.673% 0.705%,42.045% 0.777%,42.416% 0.849%,42.785% 0.922%,43.153% 0.996%,43.153% 0.996%,43.886% 1.144%,44.615% 1.29%,45.339% 1.432%,46.06% 1.566%,46.778% 1.691%,47.493% 1.803%,48.205% 1.901%,48.915% 1.981%,49.624% 2.041%,50.331% 2.078%,50.332% 2.077% );
}

.testimonial-left-imagebox2 {
    background: #30C3EC;
    position: absolute;
    top: 0;
    width: 94%;
    height: 517px;
    clip-path: polygon(49.548% 1.098%, 49.548% 1.098%, 50.99% 1.268%, 52.562% 1.363%, 54.251% 1.403%, 56.044% 1.411%, 57.93% 1.41%, 59.896% 1.421%, 61.93% 1.468%, 64.019% 1.571%, 66.151% 1.753%, 68.315% 2.037%, 68.315% 2.037%, 70.492% 2.399%, 72.674% 2.886%, 74.845% 3.5%, 76.992% 4.243%, 79.1% 5.117%, 81.154% 6.122%, 83.14% 7.262%, 85.044% 8.537%, 86.85% 9.95%, 88.546% 11.502%, 88.546% 11.502%, 90.144% 13.167%, 91.615% 14.962%, 92.958% 16.876%, 94.17% 18.9%, 95.251% 21.021%, 96.198% 23.23%, 97.01% 25.516%, 97.685% 27.868%, 98.223% 30.276%, 98.621% 32.728%, 98.621% 32.728%, 98.94% 35.205%, 99.145% 37.702%, 99.261% 40.203%, 99.315% 42.693%, 99.334% 45.157%, 99.343% 47.581%, 99.369% 49.949%, 99.439% 52.247%, 99.578% 54.459%, 99.814% 56.571%, 99.814% 56.571%, 99.808% 58.684%, 99.835% 60.711%, 99.876% 62.655%, 99.914% 64.52%, 99.931% 66.311%, 99.908% 68.032%, 99.828% 69.688%, 99.672% 71.283%, 99.423% 72.82%, 99.062% 74.306%, 99.062% 74.306%, 98.619% 75.735%, 98.049% 77.117%, 97.355% 78.452%, 96.54% 79.742%, 95.607% 80.988%, 94.558% 82.189%, 93.397% 83.347%, 92.125% 84.464%, 90.747% 85.539%, 89.264% 86.573%, 89.264% 86.573%, 87.694% 87.567%, 86.032% 88.521%, 84.286% 89.436%, 82.467% 90.311%, 80.582% 91.147%, 78.642% 91.944%, 76.656% 92.702%, 74.632% 93.421%, 72.58% 94.101%, 70.509% 94.742%, 70.509% 94.742%, 68.412% 95.347%, 66.306% 95.916%, 64.193% 96.45%, 62.075% 96.95%, 59.952% 97.418%, 57.827% 97.857%, 55.701% 98.268%, 53.575% 98.653%, 51.45% 99.014%, 49.328% 99.352%, 49.328% 99.352%, 47.209% 99.578%, 45.081% 99.761%, 42.948% 99.893%, 40.812% 99.964%, 38.675% 99.966%, 36.542% 99.889%, 34.413% 99.725%, 32.292% 99.463%, 30.182% 99.096%, 28.086% 98.615%, 28.086% 98.615%, 26.019% 98.038%, 23.977% 97.342%, 21.97% 96.529%, 20.004% 95.605%, 18.09% 94.572%, 16.237% 93.436%, 14.452% 92.199%, 12.746% 90.865%, 11.126% 89.44%, 9.602% 87.925%, 9.602% 87.925%, 8.159% 86.311%, 6.828% 84.627%, 5.61% 82.879%, 4.507% 81.071%, 3.523% 79.208%, 2.659% 77.296%, 1.918% 75.339%, 1.302% 73.342%, 0.814% 71.31%, 0.457% 69.248%, 0.457% 69.248%, 0.19% 67.145%, 0.043% 65.02%, 0% 62.873%, 0.047% 60.701%, 0.169% 58.503%, 0.35% 56.278%, 0.577% 54.024%, 0.834% 51.741%, 1.107% 49.425%, 1.381% 47.077%, 1.381% 47.077%, 1.86% 44.787%, 2.298% 42.45%, 2.71% 40.078%, 3.112% 37.684%, 3.523% 35.281%, 3.957% 32.883%, 4.432% 30.501%, 4.964% 28.149%, 5.569% 25.84%, 6.265% 23.587%, 6.265% 23.587%, 7.02% 21.389%, 7.876% 19.266%, 8.83% 17.226%, 9.875% 15.276%, 11.007% 13.422%, 12.221% 11.673%, 13.513% 10.035%, 14.877% 8.515%, 16.307% 7.12%, 17.801% 5.858%, 17.801% 5.858%, 19.204% 4.801%, 20.678% 3.844%, 22.217% 2.987%, 23.813% 2.234%, 25.462% 1.587%, 27.156% 1.047%, 28.888% 0.618%, 30.654% 0.302%, 32.447% 0.099%, 34.259% 0.014%, 34.259% 0.014%, 35.892% 0.009%, 37.492% 0.083%, 39.064% 0.216%, 40.611% 0.388%, 42.135% 0.579%, 43.641% 0.768%, 45.132% 0.935%, 46.611% 1.059%, 48.081% 1.12%, 49.547% 1.098%, 49.548% 1.098%);
}
#testimonial .row {
    justify-content: space-between;
}


.testimonial-left-image1 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-left-image1 {
    position: absolute;
    top: 0;
    width: 203px;
    height: 203px;
    left: 56px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}



.testimonial-left-image2 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-left-image2 {
    position: absolute;
    top: 50px;
    width: 228px;
    height: 228px;
    right: 104px;

}


.testimonial-left-image3 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-left-image3 {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: 90px;
    margin: auto;
    right: 88px;
}


/* Need Help */


#need-help {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    height: 394px;
    border-radius: 30px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.need-help-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.need-help-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 146%;
    letter-spacing: 0%;
    color: #000000;
    padding: 16px 0;
    width: 51%;
}
.need-help-buttonbox a {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #707171;
    background: #FFFFFF;
    padding: 14px 23px;
    border-radius: 10px;
}
.need-help-buttonbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.need-help-buttonbox a:hover {
    background: #30C3EC;
    transition: 0.3s ease-in;
    color: #fff;
}


/* Faqs SEction */


#faqs-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.faqs-section-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 33px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0%;
    color: #1B212F;

}
.faqs-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);
    animation: pulse 4s infinite;
}
.faqs-left-image {
  height: 481px;
  clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);

}

/* How we won */
#how-we-won {
    background: #F5F8FF;
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
}

.how-we-won-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF3F5;
    background: #30C3EC;
    max-width: fit-content;
    padding: 13px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.how-we-won-main-heading {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #001C69;
}
.how-we-won-headingbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.how-we-won-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B212F;
}
.how-we-won-content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #707171;
    padding: 28px 0;
}

.how-we-won-contentbox {
    background: #FFFFFF;
    padding: 60px;
    border-radius: 20px;
}
.how-we-won-right-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.how-we-won-right-image {
    height: 587px;
    width: 453px;
    position: relative;
    right: 84px;
    z-index: -1;
    animation: shake 10s infinite;    
}

.how-we-won-pointbox i {
    width: 15px;
    height: 15px;
    background: #1E4F9E;
    border-radius: 3px;
    color: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.how-we-won-point {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #707171;
    padding-left: 8px;
}
.our-location-text a:hover {
    color: #30C3EC;
    transition: 0.3s ease-in;
}

.how-we-won-pointbox {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.how-we-won-buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.how-we-won-buttonbox a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF0F0;
    background: #247FFB;
    border-radius: 10px;
    padding: 16px 48px;
} 
.how-we-won-buttonbox a:hover {
    background: #081F41;
    color: #fff;
    transition: 0.3s ease-in;
}

.our-plan-buttonbox a:hover{
      background:#30C3EC;
    color: #fff;
    transition: 0.3s ease-in;
}
/* Our Brands Section */

.our-brands-images img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: grayscale(1);
}
.our-brands-images {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-brands-images:hover img {
    animation: pulse 1s linear;
}
.our-brands-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    width: 44%;

}
.our-brands-topbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 68px;
}

.our-brands-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-brands-bottom-image {
    height: 50px;
    margin-top: 28px;
  }
/* Video Section */



#somevid1 {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
}

.modal-body {
  height: auto !important;
}
.videos-box {
  position: relative;
  z-index: 1;
}
.image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-video {
  height: 489px;
  overflow: hidden;
  border-radius: 20px;
}
.image-video::after {
  width: 100%;
  content: "";
  background: #30C3ECB2;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.video-model-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.vedio-icon-center h5 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 0;
  margin: 0;
}
.vedio-icon-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: unset;
  border-bottom: unset;
  border-radius: 4px;
  box-shadow: unset;
  border: unset;
  background-clip: padding-box;
}

@media (min-width: 32em) {

  .modal-box {
    width: 70%;
  }
}

.modal-box header,
.modal-box .modal-header {
  padding: unset;
  border-bottom: unset;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 2em 1.5em;
}





.vedio-icon-center a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

.modal-body a.close:hover {
  color: #30C3EC;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 7px;
  right: 9px;
  text-decoration: none;
  color: #FFF;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 36px;

}

.vedio-icon-center h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 14px 0;
  padding: 0;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.modal-box {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  height: 100%;
  top: 0px !important;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner-video-button-box {
  position: relative;
}
.store-tour-heading h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #30C3EC;
  text-align: center;
}
.store-tour-left-contentbox p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.store-tour-heading h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}
.store-tour-left-contentbox h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 121%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.store-tour-left-contentbox {
  background: #30C3EC;
  height: 100%;
  border-radius: 20px;
  padding: 36px;
}

#somevid {
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
}
.modal-box .modal-body {
  padding: 0 !important;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #30C3EC;
  border-radius: unset;
  background: #000;
  overflow: hidden;
}

#somevid {
  width: 100%;
  height: 489px;

}

.js-open-modal i {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #FFFFFF;
  animation: floatBounce 2s infinite;
}



@keyframes floatBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}





/* Newsletter Section */

#newsletter .container {
    border-radius: 20px;
    padding: 60px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background: #30C3EC;
}
.newsletter-heading {
font-family: Josefin Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0px;
    padding-bottom: 34px;
  color: #000000;
}

.newsletter-image-box {
    height: 291px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.newsletter-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: shake 15s infinite;
}
#newsletter input[type="email"] {
    width: 100%;
    background: #FFFFFF;
    border: unset;
    border-radius: 15px;
    padding: 0 22px;
    height: 82px;
}
.newsletter-small-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF0F0;
}
.newsletter-main-heading {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 33.33px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFF0F0;
    padding: 14px 0 0;
}
.newsletter-form-box  .wpcf7-form {
  position: relative;
}

.newsletter-form-box [type=submit]:hover {
    background: #081F41;
    color: #FFFFFF;
    transition: 0.4s ease-in;
}
.newsletter-form-box [type=submit] {
     font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    background: #30C3EC;
    border: unset;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding: 0 38px;
    border-radius: 12px;
    position: absolute;
    top: 14px;
    right: 14px;
}
/* FAqs  Section */
.sec-faqbox {
  padding: 60px 0;
}
#faqs {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
.faqs-heading h2 {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  padding: 0;
  max-width: fit-content;}
.faqs-heading p {
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.faqs-heading h3 {
  letter-spacing: 0%;
  color: #000000;
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.faq-card {

  border-bottom: 1px solid #000000 !important;
  width: 100%;
  border-radius: unset !important;
}

.all-posts-tags li {
  list-style: none;
}

.viewall-faq-button a {
  border: 2px solid #30C3EC;
  border-radius: 8px;
  padding: 15px 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}

.viewall-faq-button a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #30C3EC;
  padding: 18px 35px 18px 12px;
}
.accordion-button::after {
    content: "\2b" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 24px;
    background-image: none !important;
    color: #FFFFFF;
    transition: transform 0.3s;
    background: #1E4F9E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-collapse.show .order-faq-number {
  font-size: 40px !important;
}
.order-faq-number {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #30C3EC;
  padding-right: 30px;
}
.accordion-item:last-of-type .accordion-collapse {
animation: fadeInUp 0.2s linear;
  padding: 12px 0 32px;
}
.accordion-button:not(.collapsed)::after{
    content: "\f068" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 24px;
    background-image: none !important;
    color: #FFFFFF;
    transition: transform 0.3s;
    background: #30C3EC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-posts-tags h6 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
  padding-right: 14px;
}
.all-posts-tags {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 20px 0 0;
      padding: 0;
}
.viewall-faq-button a:hover i{

  color: #FFFFFF;

}
#search .searchBox {
 position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0 17px;
  }

  .search-category {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    border: unset;
    background: unset;
}
.header-search-box {
  display: flex
;
  align-items: center;
  justify-content: center;
}
.slider-post-search-tag-box {
  width: 82%;
}
.all-posts-tags li a:hover {
  background: #FFFFFF;
  transition: 0.6s ease-in-out;
  color: #000;
}
.all-posts-tags li a {
  border: 1px solid #FFFFFF;
  background: #00000033;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  height: 32px;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(20px);
  border-radius: 4px;
  padding: 17px 10px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewall-faq-button a{
  position: relative;
}
.viewall-faq-button a i {
  font-weight: 700;
  font-size: 16px;
  color: #30C3EC;
  position: relative;
  z-index: 1;
  padding-left: 36px;
}

.viewall-faq-button a:hover{

  color: #FFFFFF;

}

.viewall-faq-button a span{
  position: relative;
  z-index: 1;
}


.viewall-faq-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#30C3EC;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 6px;
}
.viewall-faq-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}







.accordion-button{
    padding: 0 !important;
    color: #707171 !important;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.accordion-button:not(.collapsed) {
  background-color: unset !important;
  box-shadow: unset !important;
}

.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.panel-body p {
  margin: 0;
  text-align: left;
  padding: 0;
    color: #707171;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;

}


.accordion-item {
  background-color: unset !important;
  border: unset !important;
  width: 100%;
}
.accordion-body {
  padding: 0 !important;
}


.faq-card{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}



.owl-nav button {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    background: #000000;
    border-radius: 50%;
    border: unset;
    color: #FFFFFF;

}
.owl-nav button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#our-blogs .owl-nav {
    display: none;
  }

  #our-blogs  .owl-dots {
      display: none;
  }


.owl-nav {
  display: none;

}


.blogs-time-datebox {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8383;
padding: 18px 0;
}
/* contact us Section */

#contact-us-section {
    padding: 60px 0 110px;
    position: relative;
    z-index: 1;
}


#contact-us-section .contactUs-leftContent-box {
    background: linear-gradient(180deg, #30C3EC 0%, #4B1D24 100%);
    padding: 80px 42px;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100%;

}
.contactUs-left-image {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.contactUs-left-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#contact-us-section .contact-us-section-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#contact-us-section .contact-usbox-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px #0000001C;
    border-top-left-radius: 20px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 20px;
    padding: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#contact-us-section input[type='text'], #contact-us-section input[type='email'] , #contact-us-section input[type='tel'] {
    width: 100%;
    height: 60px;
    border: 1px solid #EAEAEA;
    border-radius: 99px;
    padding: 0 22px;
}



#contact-us-section textarea{
   width: 100%;
    height: 140px;
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 18px 22px;
}


#contact-us-section
[type=submit] {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #30C3EC;
    border: unset;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    height: 60px;
}


#contact-us-section   .contact-form-bottom-text p label {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8383;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-us-leftbox span a {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    height: 50px;

}
.contact-usmail-leftbox span {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-left: 16px;

}
.contact-us-leftbox {
      display: -webkit-box;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    flex-direction: initial;

}
.contact-us-leftbox svg {
    border: 1.5px dashed #FFFFFF;
    width: 52px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
}
#contact-us-section [type=submit]:hover {
    color: #fff;
    background: #000;
    transition: 0.3s ease-in;
}
.contact-us-button a span {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #23203B;
    background: #FFFFFF;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
        padding: 0 30px;  
}
.contact-us-button a span:hover {
    background: #000000;
    color: #fff;
    transition: 0.3s ease-in;
}
.contact-us-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}



/*------------------ Contact Page -----------------*/
.contact-page-details {
    padding: 30px 0;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 4px 44px 0px #00000012;
}

.contact-page-box {
    margin-top: 38px;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 4px 44px 0px #00000012;
}


h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: #FFFFFF;
  border-color: #ccc;
  color: #000000;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #EAEAEA;
  width: 100%;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 10px;
}
.contact-box {
  padding: 60px 0;
}
.inner-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c_content.media-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-page-details p{
  text-align: center;
}
.choose-content-box:hover .choose-icon-box {
  animation: bounceIn 0.30s linear;
}
.bradcrumbs a:hover {
  color: #000000;
  transition: 0.6s ease-in;
  background: #fff;
}
.contact-page-details p a {
     color: #3C3C3C;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}
.contact-page-details p a:hover {
  color: #30C3EC;
  transition: 0.3s ease-in;
}
.contact-page-details i {
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #30C3EC;
}
.contact-page-details span {
      text-align: center;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #30C3EC;

}
.contact-page-box [type=submit] {
     padding: 16px 36px;
    background: unset;
    border: unset;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    background: #30C3EC;
    color: #ffffff;
    border-radius: 12px;
}
.contact-page-box [type=submit]:hover{
  background: #30C3EC;
  color: #fff;
}
.contact-page-box h3 {
     color: #30C3EC;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

}


/* Shop page */

.shop.sing-sop {
  padding: 60px 0;
}
















/* 404 page */
.error404 .content_page {
  padding: 80px 0;
}
.page-content h3 span {
    font-family: Outfit;
    font-weight: 600;
    font-size: 67px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #30C3EC;
    text-align: left;
    background: #fff;
    padding: 0px 59px;

}
.page-content {
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0;
}
.read-moresec a {
    color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 60px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    background: #30C3EC;
    position: relative;
    z-index: 1;
}
.read-moresec a:hover{
  color: #fff;
}


.read-moresec a span{
  position: relative;
  z-index: 1;
}

.error-page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.error-page-image {
    width: 100%;
    height: 180px;
    margin-bottom: 24px;
}
.read-moresec a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#081F41;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 60px;
}
.read-moresec a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}

.text-404 {
    padding: 0 0 20px 0;
    color: #001C69;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.error404 .page-content h3 span {
  padding: 34px 59px 0;
  background: unset;
  font-style: Bold;
  letter-spacing: 0%;
  text-align: center;
  color: #171717;
  font-family: 'Poppins';
  font-weight: 700;
  font-style: Bold;
  font-size: 65px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.page-template-page-with-left-sidebar .middle-align {
  padding: 60px 0;
}
.page-template-page-with-right-sidebar .middle-align {
  padding: 60px 0;
}
.page-template-page-with-left-sidebar .middle-align p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 164%;
    letter-spacing: 0px;
    text-align: left;
    color: #707171;
}
.page-template-page-with-right-sidebar .middle-align p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 164%;
    letter-spacing: 0px;
    text-align: left;
    color: #707171;
}
/* single blog page */
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.form-submit [type=submit] {
     padding: 16px 30px;
    border: unset;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    background: #081F41;
    border-radius: 12px;
    color: #fff;
}
.form-submit [type=submit]:hover {
  color: #fff;
  transition: 0.6s ease-in;
  background: #30C3EC;
}
.main-single-div h1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}
.main-single-div p {
  color: #444444;
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
}
.meta-box-question {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin: 0;
  color: #30C3EC;
}
.single-page-metaimage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.copyright-right-button a:hover span {
  color: #000;
  transition: 0.4s ease-in;
}
.main-single-div {
  padding: 60px 0;
}
.social-icons p a i {
     background: #30C3EC;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
    border-radius: 6px;
}
.social-icons p a i:hover {
  background: #000;
  color: #fff;
  transition: 0.4s ease-in;

}
#footer_box .wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  border-color: #fff !important;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: end;
}
#comments h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    color: #001C69;
}
.metabox {
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 22px;
}
.metabox span {
    color: #1B212F;
    letter-spacing: 3%;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0%;
}


.metabox span a {
     color: #1B212F;
    letter-spacing: 3%;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0%;
}
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.metabox  .entry-date {
  margin: 0 20px;
}

.comment-form-comment textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  border: 1px solid #D4D7D9;
  border-radius: 7px;
  background: #FFFFFF;
}

/* Search page */
.search .middle-align {
  padding: 60px 0;
}
.search   [type=submit] {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    border: unset;
    height: 46px;
    border-radius: unset;
    padding: 4px 36px;

    background: #30C3EC;

}



.search .search-field {

  border-radius: 10px;
}
.banner-image h1 span {
  color: #fff;
}
.search h3 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  text-align: left;
  text-shadow: unset;
}
.search .search-field{
      height: 46px;
    padding: 17px;
    border: 1px solid #30C3EC;
    border-radius: unset;
    width: 100%;
    margin-top: 33px;
    min-width: 400px !important;
}

/* Single testimonial page */
.testimonial {
  padding: 60px 0;
}
.testimonial .single-page-content p {

  padding: 14px 0;
}
.main-single-div p a {
  color: #000;
  font-weight: 600;
}
.nav-next a {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #30C3EC;
}
.nav-next a .post-title {
  padding-left: 4px;
  color: #000000;
}
.nav-previous a {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #30C3EC;
}
.nav-previous a .post-title {
  padding-left: 4px;
  color: #000000;
}
#single-team-page {
  padding: 60px 0;
}
#single-team-page .team-title a {

  color: #000000;
}
#single-team-page .team-designation h6{
  color: #000000;

}

.entry-title {
    font-family: 'Raleway';
    font-weight: 700;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #FFFFFF;
}
/* Sidebar */
#sidebar aside {
    margin-bottom: 18px;
    background: #F5F8FF;
    border-radius: 20px;
    padding: 16px 16px;
}


#sidebar .serach-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sidebar label {
     color: #081F41;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
aside#block-3 {
  display: none;
}
#sidebar .widget-title {
    color: #081F41;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 14px;
}
.wp-block-search__input{
  border-radius: 10px;
}
#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar .search-field{
      height: 56px;
      width: 100%;
      padding-left: 18px;
      border-radius: 10px;
      border: 1px solid #949494;
      flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      padding: 8px;
      text-decoration: unset !important;
      background: unset !important;
      color: #000;

}
.wp-block-search__inside-wrapper{
  position: relative;
}
#sidebar [type=submit] {
       height: 50px;
    border-radius: 12px;
    padding: 0 23px;
    background: #30C3EC;
 
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    border: unset;
}
#sidebar input[type=search] {
      -webkit-appearance: none;
    background: #FFFFFF !important;
    border: unset;
    border-radius: 99px;
    height: 46px;
    padding: 17px;
    height: 50px;
    padding: 17px;
    border: unset;
    border-radius: 12px;
    box-shadow: 0px 0px 2px 0px #00000026;
}

.page-template-page-with-left-sidebar #sidebar .widget_recent_entries {
  order: unset;
}
.page-template-page-with-right-sidebar #sidebar .widget_recent_entries {
  order: unset;
}
.category-single-page {
  padding: 60px 0;
}
#sidebar #block-2{
  order: 1;
}
#sidebar .widget_calendar {
  order: 5;
}
#sidebar  .widget_recent_entries{
  order: 2;

}
#sidebar  #block-4{
  order: 4;

}
#sidebar .widget_categories{
  order: 3;

}

#sidebar ul li a:hover{
  color: #30C3EC;
  transition: 0.4s ease-in-out;
}
#sidebar h2 {
    color: #000000;
    margin: 0;
    color: #081F41;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 14px;
    margin: 0;
    padding: 0 0 18px;
}
  


#sidebar ul li a {
      color: #1B212F;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
}
#sidebar ol li a {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: center;
  color: #000;
}

/* Our Location */
#our-location {
 padding: 60px 0;
    position: relative;
    z-index: 1;
    margin: 140px 0;
}
.our-location-heading {
    color: #1B212F;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.our-location-text a {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #404040;
    padding-left: 12px;
}
.our-location-leftbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 0;
  }

.our-location-time-box {
    background: #1E4F9E;
    border-radius: 15px;
    padding: 24px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-timing-label {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FBFBFB;
}
.location-timing {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding-top: 8px;
}

.our-location-time {
    padding-left: 16px;
}

#our-location #map embed {
    width: 100%;
    height: 100%;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}
#our-location #map {
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 430px;
    border-top-left-radius: 50px;
    bottom: 0;
    margin: auto;
}





/* Single team page */

#single-team {
  padding: 60px 0;
}

.single-team-info {
  height: 481px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

#single-team .row {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 16px;
}
.single-teampage-content h2 {
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: linear-gradient(90deg, #AF29D3 0%, #654EDB 100%);
  max-width: fit-content;
  border-radius: 6px;
  padding: 7px 13px;
  text-transform: uppercase;
}
.single-teampage-content h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #5D666F;
  text-align: left;
  margin: 0;
  padding: 0;
}
.single-team-info img{
  height: 500px;
}


#single-team .social-profiles a i {
    width: 42px;
    height: 42px;
    color: #fff;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 3px;
    background: #081F41;
}

.blogs-category-content-box a:hover {
  color: #fff;
  transition: 0.4s ease-in;
}
.social-profiles {
  display: flex;
  align-items: center;
  justify-content: left;
}
#sidebar .serach-page {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  position: relative;
}



 .category-single-page .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.category-single-page .blogs-inner-content {
  padding: 20px 25px 20px;
}
 .category-single-page .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.category-single-page .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}

.middle-align p {
    color: #707170;
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 6px;
}

.postbox .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.postbox .blogs-inner-content {
  padding: 20px 25px 20px;
}
 .postbox .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.postbox .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
    margin: 10px 0 0;
    font-size: 16px;
    padding: 18px 19px 18px;
    margin: 0 0 0px 0;
    width: 100%;
    background: #F5F8FF;
    margin-bottom: 7px;
    border: unset;
    border-radius: 5px;
    margin: 10px 0 0;
}

#commentform {
  display: flex;
  flex-direction: column;
}
.comment-form-author {
  order: 1;
}
.comment-form-email {
  order: 2;
}
.comment-form-url {
  order: 3;
}
.comment-form-comment {
  order: 4;
}
.comment-form-cookies-consent {
  order: 5;
}

.comment-form-cookies-con {
  order: 6;
}
.form-submit {
  order: 7;
}
.meta-team-contact-box-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 0;
}
.team-contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #EAEAEA;
  background: #fff;
  padding: 12px 20px;
  margin-right: 16px;
}
.team-contact-box i {
  color: #fff;
  width: 28px;
  height: 28px;
  background: #30C3EC;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 9px;
}
.team-contact-box p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 17px;
  line-height: 95%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
}
#single-team .social-profiles a i:hover {
  background: #30C3EC;
  transition: 0.4s ease-in-out;
  color: #fff;
}


.best-articles-image {
  height: 256px;
  overflow: hidden;
  border-radius: 10px;
}
.best-articles-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.best-articles-blog-title a {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #183B56;
}
.best-article-blog-content p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #5A7184;
  margin: 0;
}
.best-articles-inner-content {
  padding: 16px;
}
.best-articles-content-box {
  background: #FFFFFF;
  /* box-shadow: -50px 50px 50px 0px #00000026; */
  border-radius: 16px;
  padding: 0 12px 22px;
  margin: 0 75px;

}
.best-aticles-heading {
  margin-right: 50px;
}
#best-aticles .blogs-inner-details::after {
  content: "";
  background: #30C3EC;
  width: 52%;
  height: 232px;
  position: absolute;
  bottom: -60px;
  opacity: 6%;
  z-index: -1;
  box-shadow: -50px 50px 50px 0px #00000026;
  border-radius: 16px;
}
#best-aticles .blogs-inner-details {
  position: relative;
  z-index: 1;
}
#best-aticles .blogs-inner-details::before {
  content: "";
  background: #30C3EC;
  width: 50%;
  position: absolute;
  height: 233px;
  right: 0;
  z-index: -1;
  border-radius: 16px;
  top: 34px;
}

/* Single case page */
.single-case-page {
  padding: 60px 0;
}
.single-case-content p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5D666F;
  margin: 0;
}
.single-case-member-images {
  height: 500px;
  margin-top: 20px;

}
.single-case-member-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-case-info1 h6 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 2%;
  -webkit-text-stroke: 1px #D4D4D4;
  color: transparent;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.single-case-info1 h4 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex
;
  align-items: center;
  margin: 0;
  padding: 0;
}
.single-case-info1{
  position: relative;
}
.single-case-info1 p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5D666F;
  margin: 0;
}

.single-case-title a {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-left: 14px;
}
.single-case-title {
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.single-case-title i {
  color: #30C3EC;
  width: 23px;
  height: 23px;
  background: rgba(224, 10, 10, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.single-case-title a:hover {
  color: #30C3EC;
}
.single-case-box-border {
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  padding: 50px 0;
}
.single-case-page .limited-offer-box {
  margin: 0;
}



/* Terms and conditions */

#tandc {
  padding: 60px 0;
}
#tandc h1 {
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: left;
  color: #000000;
}
#tandc h2 {
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
}
#tandc p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000;
}


#privacy-policy{
  padding: 60px 0;
}

.top-content h2 {
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: left;
  color: #000000;
}
.top-content h3 {
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
}
.top-content p {
  ont-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
  margin: 10px 0;
}
.top-content li {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
  margin: 14px 0;
}
#self-service {
  padding: 60px 0;
}


/* Single blog page */

.main-single-div .nav-next a .post-title {
  padding-left: 4px;
  color: #000;
  font-size: 14px;
}
.main-single-div .navigation span{
  clip-path: unset;
  background: unset;
  font-size: 14px;
  padding: 0px;
}
.main-single-div  .navigation a{
  clip-path: unset;
  padding: 0;
  background: unset;
}
.main-single-div .nav-links {
  display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
}
.main-single-div .nav-previous a .post-title {
  padding-left: 4px;
  color: #000;
  font-size: 14px;
}
.main-single-div .navigation span {
  color: #30C3EC;
}

/* tAGS */

.tag .middle-align {
  padding: 60px 0;
}


/* Single post page */

.related-posts h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 58px;
  margin-bottom: 24px;}

.main-single-div .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 31px;
}
.main-single-div  .latest-blogs-box {
  padding: 32px 20px;
}
.main-single-div .recent-post-category a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #30C3EC;
  background: #F5F6FF;
  padding: 12px 29px;
  border-radius: 20px;
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}


/* Project page */

.projects-member-images {
  height: 326px;
  border-radius: 8px;
  overflow: hidden;
}


.projects-member-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.projects-title a {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #2B2B2B;
}
.projects-designation h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;
  color: #828089;
  margin: 0;
  padding: 9px 0 0;
}
.projects-inner-box {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 8px;
}
.projects-details-box {
  padding: 18px 16px;
}

.projects-inner-box:hover .projects-member-images img {
  animation: pulse 400ms linear;
}
.projects-title:hover a {
  color: #30C3EC;
  transition: 0.2s eaes-in;
}


/* Single project page */

.single-projects-page {
  padding: 60px 0;
}
.single-projects-images {
  height: 500px;
  overflow: hidden;
  border-radius: 6px;
}
.single-projects-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;

}

.single-projects-details h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #30C3EC 0%, #6052DB 100%);
  max-width: fit-content;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
  margin-top: 26px;
}

.single-projects-details p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #5A7184;

}

.projects-single-image {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.projects-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;

}
.projects-single-image:hover img {
  animation: pulse 400ms linear;
}

.blogs-inner-details:hover .best-articles-image img {
  animation: pulse 400ms linear;
}

.single-projects-content-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.single-projects-content-box h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #30C3EC;
  padding: 0;
  margin: 0;
}
.project-meta-data {
  display: flex
  ;
      align-items: baseline;
      justify-content: flex-start;
      margin-top: 18px;
}
.services-single-image {
  height: 380px;
}
.services-single-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.services-single-points h6 {
  margin: 0;
  padding: 0;
}
.services-single-points i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    padding: 8px;
    margin-right: 20px;
    color: #fff;
    width: 22px;
    height: 22px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.service-single-boxes h5 {
    color: #081F41;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0;
}
.services-single-points {
  display: flex
;
  align-items: center;
  justify-content: flex-start;
}
.project-meta-data h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  color: #2B2B2B;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 130px;
}
.project-meta-data h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;
  color: #828089;
  margin: 0;
  padding: 0;
}
/* Single blog pages */
/* 
.content_page .blogs-inner-content {
  padding: 20px 25px 20px;
}

.content_page .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.content_page .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}

.content_page .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
} */

/* Shop page */




#shop .product-shop-buttonbox a i {
    font-size: 13px;
}
#shop .product-shop-buttonbox a {
    width: 25px;
    height: 25px;
    background: #DDF2EB;
    border-radius: 50%;
    color: #35A03E;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shop .product-shop-buttonbox a:hover {
    background: #35A03E;
    color: #fff;
    transition: 0.3s ease-in;
}

#shop .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#shop .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

#shop .owl-dots button span {
    background: #E2CFBC;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
#shop .owl-dots button {
    border-radius: 50%;
    border: unset;
    margin: 6px;
        cursor: pointer;

}
#shop .owl-dot.active span{
background: #FFB70D !important;
}

#shop .owl-dot.active {
    border: 1px solid #FFB70D !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.featured-price-butttonflex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-heading {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}

.shops-items {
    background: #FFFFFF;
    border: 1px solid #00000012;
    border-radius: 15px;
    padding: 42px 12px 12px;
}

#shop .products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#shop .products-image {
    height: 200px;
}



#shop .products-price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
#shop .regular-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #35A03E;
}

#shop .sale-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: line-through;
    color: #CECECE;
}


#pa_occasions {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A1B1C1;
    border: 1px solid #C0C6C9;
    border-radius: 99px;
    padding: 15px 16px;
    width: 100%;
}
.product_meta {
    margin-top: 16px;
}
#pa_occasions option {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A1B1C1;
}
#shop {
    padding: 60px 0;
    position: relative;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    display: flex;
    align-items: center;
    margin-inline: 0;
    justify-content: center;
    gap: 10px;
}
#shop .product-title a {
  font-family: Sail;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color: #000000;
}
 .tag-stock {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    background: #30C3EC;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 7px 14px;
    position: absolute;
    left: 14px;
    top: -18px;
}
#shop  .product-inner-box .product-weight {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}


#shop  .product-inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 4px;

}
#shop .product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

#shop  .product-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 32px;
}


.related .products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.related .products-image {
    height: 200px;
}

.related .product-title {
    text-align: center;
    padding: 14px 0;
}
.related .product-rating {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* singleService  */

#singleService .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#singleService .service-image {
    height: 500px;
}


/* Single Services page */
#singleService {
  padding: 60px 0;
}
.service-single-heading h4 {
       font-family: 'Raleway';
    font-weight: 700;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 134%;
    letter-spacing: 10%;
    color: #081F41;

}
#singleService p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #707171;

}

.services-points-box-details h4 {
    color: #30C3EC;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0px;
    margin: 0;
}
.services-single-points h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 41px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #56585B;
    margin: 0;
}

#singleService #pills-tab {
      position: relative;
    margin: 0px 0 0;
    border-radius: 20px;
    padding: 12px 25px;
    background: #F5F8FF;
}
.single-services-title {
      font-family: 'Raleway';
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #081F41;
    margin: 20px 0 0;
    padding: 0;

}
.service-para {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #707171;
}
#singleService  .nav-item {
  width: 100%;
}
#singleService  .nav-pills .nav-link {
     background: 0 0;
    border: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #1B212F;
    padding: 9px 0;

}

#singleService .nav-pills .nav-link.active{
  color: #30C3EC;

}
#singleService .services-meta-images {
  height: 400px;
}
.services-meta-images img{
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.singleservices-meta-details h4 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 2%;
  color: #000000;
}
.singleservices-meta-details p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 3%;
  color: #5D666F;
}

.single-services-points-box h6 {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 149%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
}

.single-services-points-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
  height: 100%;
}

.single-services-points-box i {
  color: #30C3EC;
  width: 20px;
  height: 20px;
  background: rgba(224, 10, 10, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 13px;
}


/* Single project page */


.project-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.project-featured-image {
    height: 423px;
    border-radius: 20px;
}
.single-projects-page .project-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #081F41;
}
.meta-single-gallery-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-contact a:hover {
    background: #30C3EC;
    color: #ffffff;
    transition: 0.3s ease-in;
}
.project-sidebar h4 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #081F41;
}
.project-content p {
    font-family: Montserrat;
    font-weight: 600;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    color: #001C69;
}
.project-meta {
     font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 24px;
}

.single-projects-page .gallery-img {
    height: 170px;
    border-radius: 20px;
    width: 100%;

}
.single-projects-page .gallery-img img {
    width: 95%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.project-sidebar li a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
}

.project-contact a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #000000;
    border-radius: 12px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}


/* Single team page */


.single-team .member {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    color: #001C69;
    padding: 0;
}


.single-team-content p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #707171;
}
.team-contact-box a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #081F41;
}
.single-team-related h4 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
}

.single-team .team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single-team .team-member-image {
    position: relative;
    overflow: hidden;
    height: 470px;
    border-radius: 20px;
}
.single-team-content h6 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #707170;
    margin: 0;
    padding: 10px 0 0;
} 