@charset "UTF-8";
/*!
Template Name: bizla
Author: CodexCoder
Description: Description
Version: 1.0.0
Text Domain: bizla
Tags: business, consult, consulting service, Business consulting template, HTMl template, html5, bootstrap ,agency,Saas.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. Configuration and helpers css
# 2. Vendors css
# 3. Base stuff css
# 4. Layout-related sections css
# 5. Components css
# 6. Page-specific styles css
# 7. Themes css
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input,
textarea,
select {
  outline: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 1rem;
  color: #555;
  font-family: "Roboto Slab", serif;
  background-color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #030A15;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover {
  color: currentColor;
}
body h1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 5rem;
  }
}
body h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 3rem;
  }
}
body h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 2.25rem;
  }
}
body h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  body h4 {
    font-size: 1.875rem;
  }
}
body h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body h5 {
    font-size: 1.5rem;
  }
}
body h6 {
  font-size: 1.25rem;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
body a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: inline-block;
  text-decoration: none;
  color: #030A15;
}
body a:hover {
  color: #F64182;
}
body ul {
  padding: 0;
}
body input,
body textarea,
body select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

/*===== keyframes for ripple====*/
/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes rotating {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.account-form .form-group .checkgroup, .contact-form, .countdown, .coming-soon__inner, .comment__item-title, .social-media, .author__item-inner, .related-post__item, .share, .tags, .tags-area, .blog__slider-nav, .blog__meta, .widget.widget-info .widget-info__list-item, .widget.widget-service .widget-service__list-item a, .widget.widget-tags ul.widget-wrapper, .widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item, .quote__item-inner, .rating, .testimonial__slider2-hashNav, .testimonial__slider-nav, .testimonial__item2-inner, .testimonial__wrapper--style2, .experience__list, .team__skill, .team__award, .team__single-item, .case__filter, .case__item2-content, .case__item-content, .case--style1 .section-header, .about__author-inner, .about__author-wrap, .about__item-inner, .footer__social, .footer__blog-inner, .banner__content .btn-grp, .menu, .header-wrapper .menu-area, .header-wrapper, .header-top-area .left, .header-top-area, .header-social, .header-section.style-2 .header-top__info-item, .header-section.style-2 .header-top__info, .default-pagination, .social {
  display: flex;
  flex-wrap: wrap;
}

.contact-item .contact-thumb img, .contact-item .contact-thumb, .contact-top, .blog__item-thumb, .faq, .quote__wrapper, .quote--img, .testimonial__slider, .testimonial__item, .testimonial__author, .experience__thumb, .team__item-thumb, .case__filter li, .case__item2-thumb, .case__item-thumb, .case, .service__item2-thumb, .about--2, .about__thumb, .text-btn--2, .footer__item-content .dotted-list li, .banner, .menu-item-has-children > a, .header-bar, .header-wrapper .menu-area .call-bar, .header-bottom, .header-top-area .social-icons li, .header-top, .header-section.header-fixed .header-holder, .header-section, .swiper-pagination-bullet-active, .section-header__content h2 {
  position: relative;
}

.contact-item .contact-thumb:before, .contact-item .contact-thumb:after, .accordion-button:before, .accordion-button:after, .faq--bg:after, .quote--img:after, .testimonial__slider-nav, .testimonial__item::after, .testimonial__author-thumb, .testimonial__author:after, .experience__thumb .play-btn, .experience__thumb-client, .team__item-content, .case__item2-content, .case__item-content, .case--colorShape::after, .service__item2-thumb-icon, .about--2 .floating-img, .about--2 .about__thumb-experience, .about__thumb .floating-img, .about__thumb-experience, .text-btn--2:after, .footer__item-content .dotted-list li::before, .menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span, .swiper-pagination-bullet-active:after {
  position: absolute;
  content: "";
}

.coming-soon, .comment__item-content, .comment__item-thumb, .author__item-thumb, .related-post__item-thumb, .blog__item-thumb, .widget.widget-post ul.widget-wrapper li .post-thumb, .widget.recent-product ul.widget-wrapper li .post-thumb, .faq, .quote, .testimonial__slider2-hashItem, .testimonial__slider, .testimonial__author-thumb, .testimonial, .team__item2-thumb, .team__item-thumb, .case__item2-thumb, .case__slider, .case, .service__item2-thumb, .service, .about, .footer__blog-thumb, .footer, .banner, .pageheader-section .pageheader-title, .related-post__item-content h6, .widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6,
.blog__item-content h5 a,
.footer__blog-content h6 a {
  overflow: hidden;
}

.header-bar, .header-wrapper .menu-area .ellepsis-bar i {
  cursor: pointer;
}

.contact-bottom .location-map iframe, .contact-bottom .location-map, .comment__form input,
.comment__form textarea, .blog__item-thumb img, .widget.widget-author .widget-author__thumb img, .widget.widget-info .widget-info__thumb img, .widget.widget-brochure .widget-brochure__thumb img, .testimonial__item2-thumb img, .team__single-thumb img, .team__single-thumb, .team__item2-thumb img, .team__item-thumb img, .case__single-subthumb img, .case__item2-content, .case__item2-thumb img, .case__item-thumb img, .case__item-content, .case--colorShape::after, .service__item2-thumb > img, .service__item-thumb img, .footer__blog-thumb img, .header-bar span, .header-wrapper, .header-section.header-fixed, input,
textarea,
select {
  width: 100%;
}

.coming-soon__thumb img, .coming-soon__thumb, .team__single-thumb img, .team__item2-thumb img, .service__item-thumb img {
  height: 100%;
}

.comment__item-title .reply .comment-reply-link, .single-quote .quotes, .article-pagination .prev-article p,
.article-pagination .next-article p {
  font-weight: 700;
}

.single-quote span {
  font-weight: 400;
}

.coming-soon__inner, .social-media, .rating, .testimonial__slider2-hashNav, .experience__list, .header-section.style-2 .header-top__info, .default-pagination {
  justify-content: center;
}

.comment__item-title, .blog__meta, .testimonial__wrapper--style2, .case__item2-content, .case__item-content, .case--style1 .section-header, .header-wrapper, .header-top-area {
  justify-content: space-between;
}

.comment__item-title, .related-post__item, .tags, .blog__meta, .widget.widget-info .widget-info__list-item, .widget.widget-service .widget-service__list-item a, .widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item, .rating, .testimonial__item2-inner, .testimonial__wrapper--style2, .experience__list, .case__item2-content, .case__item-content, .about__author-inner, .about__author-wrap, .footer__social, .banner__content .btn-grp, .menu, .header-wrapper .menu-area, .header-wrapper, .header-top-area, .header-social, .header-section.style-2 .menu-area, .header-section.style-2 .header-top__info-item, .social {
  align-items: center;
}

.header-wrapper .logo a {
  display: block;
}

.blog__item-date, .testimonial__item2-content > span, .default-btn i, .default-btn, .header-bar span, .header-top-area .social-icons li a, .scrollToTop i {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.related-post__item-content h6, .widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6,
.blog__item-content h5 a,
.footer__blog-content h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.pageheader-section .pageheader-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.error .section-wrapper .zero-item .zero-content .lab-btn {
  background: #F64182;
}

.error .section-wrapper .zero-item, .countdown__item, .coming-soon__content, .single-quote, .experience__list-item, .counter__item, .team__skill-item, .team__item-content, .service__item2-content, .service__item-thumb img, .feature__item-inner, .header-top-area .social-icons li a, .scrollToTop i, .social-media li a, .section-header {
  text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.form-message, .banner__content h1, .header-top-area .social-icons {
  margin: 0;
}

.contact-item .contact-content p, .countdown__text, .comment__item-meta p, .comment__item-meta h6, .author__item-content-title p, .related-post__header h5, .comment__header h5, .author__header h5, .team__expertise-header h5, .share, .tags li h6, .widget.widget-project .widget-project__list-item h6, .widget.widget-info .widget-info__list-content h6, .widget.widget-service .widget-service__list-item p, .widget .widget__header h5, .quote__item-content p, .testimonial__slider2-hashNav, .testimonial__item2-authorText p, .testimonial__content p, .experience__thumb-client p, .counter__item-content p, .team__award p, .team__skill-item p, .team__skill, .team__award, .team__single-name h4,
.team__single-name p, .team__single-list-item p, .team__single-content .social-media p, .case__item2-content p, .case__item-content p, .about__author-content h6,
.about__author-content p, .about__item-content p, .about--2 .about__thumb-experience p, .about--2 .about__thumb-experience h4, .about__thumb-experience p, .about__thumb-experience h4, .feature__item-content p, .footer--2 .footer__aboutInfo, .footer__blog-content p, .footer__blog-content h6, .footer__aboutInfo-item p, .header-wrapper .menu-area .call-bar .call-text p, .header-top-area .left, .header-top-area .social-icons li p, .header-social, .header-section.style-2 .header-top__info-content p,
.header-section.style-2 .header-top__info-content h6, .header-section.style-2 .header-top__info, .social {
  margin-bottom: 0px;
}

.widget.widget-project .widget-project__list-item p, .testimonial__author, .subtitle, .team__item-content p, .footer__blog:not(:last-child), .footer__aboutInfo-item:not(:last-child), .banner__content h1, .section-header__content p, .mb-10 {
  margin-bottom: 10px;
}

.widget.widget-brochure .widget-brochure__thumb, .mb-25 {
  margin-bottom: 25px;
}

.team__award p, .team__skill-item p, .mt-10 {
  margin-top: 10px;
}

ul li {
  margin-left: 0;
}

.blog__meta-comment span, .blog__meta-author span, .blog__item-date i, .about__list-item span, .header-top-area .left li i, .social-media li a {
  margin-right: 5px;
}

.team__single-list-item p span {
  margin-right: 10px;
}

.contact-item .contact-content h6, .comment__item-title, .comment__item-thumb, .author__item-content-title, .blog__single-item .blog__item-content h5, .choose__list-item h6, .service__item-content h5, .footer__follow h6, .mb-15 {
  margin-bottom: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.account-wrapper .social, .mt-15 {
  margin-top: 15px;
}

.testimonial__item2-authorText, .mt-25 {
  margin-top: 25px;
}

.error .section-wrapper .zero-item .zero-content h2, .coming-soon__content h2, .author__item-content > p, .single-quote-icon, .quote__form .form-control,
.quote__form .form-select, .quote__content h2, .team__single-name, .about__content h2, .footer__links-item, .mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.header-wrapper .menu-area .ellepsis-bar {
  margin-left: 20px;
}

.widget.widget-info .widget-info__list-content p, .testimonial__item2-authorText h6, .team__item-content h5, .mb-5 {
  margin-bottom: 5px;
}

.account-wrapper .title, .coming-soon__content .countdown, .blog__item-content h5, .widget.widget-author .widget-author__thumb, .testimonial__item2-content > span, .choose__list-item:not(:last-child), .choose__content h2, .counter__item-thumb, .team__single-list, .team__single-content > p, .team__item2 .social, .service__item2-thumb, .service__item-content img, .footer__item-title, .footer__item-content > p, .mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.error .section-wrapper .zero-item .zero-content p, .coming-soon__content > p, .faq__content > h2, .quote__form .form-select, .quote__form-title, .choose__list, .feature__item-thumb, .mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.banner__content p, .mb-50 {
  margin-bottom: 50px;
}

.form-message.error, .form-message.success, .comment-respond, .blog__slider-nav, .mt-30 {
  margin-top: 30px;
}

.about__list, .mt-35 {
  margin-top: 35px;
}

.error .section-wrapper .zero-item .zero-content, .comment__form .default-btn, .mt-40 {
  margin-top: 40px;
}

.header-bar {
  margin-left: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.header-top-area .social-icons li {
  padding: 0;
}

input,
textarea,
select {
  padding: 10px;
}

.related-post__header, .comment__header, .author__header, .team__expertise-header, .widget .widget__header, .case__single {
  padding: 20px;
}

.comment-respond h6, .comment__add, .related-post__content, .widget.widget-author .widget-author__inner, .team__expertise-content {
  padding: 30px;
}

.widget.widget-brochure .widget-brochure__inner {
  padding: 25px;
}

.comment__item-content {
  padding-bottom: 20px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul li {
  list-style: none;
}

.color--theme-color {
  color: #F64182 !important;
}
.color--secondary-color {
  color: #51B9FC !important;
}
.color--white-color {
  color: #fff !important;
}

.bg--cover {
  background-size: cover;
  background-position: center;
}
.bg--primary {
  background-color: #191b48;
}
.bg--gradient-primary {
  background-image: radial-gradient(circle, #191b48 0%, rgba(5, 6, 29, 0) 95%);
}
.bg--lightbg {
  background-color: #FFF9F9;
}

.py-60 {
  padding-block: 50px;
}
@media (min-width: 992px) {
  .py-60 {
    padding-block: 60px;
  }
}

.py-70 {
  padding-block: 60px;
}
@media (min-width: 992px) {
  .py-70 {
    padding-block: 70px;
  }
}

.mb-50n {
  margin-bottom: -40px;
}
@media (min-width: 992px) {
  .mb-50n {
    margin-bottom: -50px;
  }
}

.section-header {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header__content p {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #F64182;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header__content h2 {
  text-transform: capitalize;
}
.section-header--left {
  text-align: left;
}

.padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  .padding-lg-top {
    padding-top: 115px;
  }
}
.padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

.bg-attachment {
  background-attachment: fixed;
}

.ls-2 {
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .mr-xl-50-none {
    margin-right: -50px;
  }

  .ml-xl-50-none {
    margin-left: -50px;
  }
}
.rating-star li i {
  color: #F64182;
}

.social-media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.25rem;
}
.social-media li a:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.social-media li a.vimeo {
  background: #3b5998;
}
.social-media li a.youtube {
  background: #cd201f;
}
.social-media li a.twitch {
  background: #6441a5;
}
.social-media li a.facebook {
  background: #3b5998;
}
.social-media li a.twitter {
  background: #55acee;
}
.social-media li a.linkedin {
  background: #007bb5;
}
.social-media li a.dribbble {
  background: #ea4c89;
}
.social-media li a.skype {
  background: #2fb7df;
}

.social {
  gap: 5px;
}
.social__link {
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #555;
}

.default-pagination {
  margin: -7px !important;
  margin-top: 31px !important;
}
@media (min-width: 768px) {
  .default-pagination {
    margin-top: 41px !important;
  }
}
.default-pagination li {
  padding: 7px;
}
.default-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background: #F1F1F1;
  color: #000;
}
.default-pagination li a:hover, .default-pagination li a.active {
  background: #F64182;
  box-shadow: none;
  color: #fff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #F64182;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  -moz-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 99;
}
.scrollToTop i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  background: #F64182;
  font-size: 30px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.scrollToTop i:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(246, 65, 130, 0.5);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #fff;
  border: 1px solid #F64182;
}
@media (min-width: 992px) {
  .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
}
.swiper-pagination-bullet-active:after {
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #F64182;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

/*================*** Header Section Start Here     ***===================*/
.header-section {
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.header-section.header-fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  z-index: 999;
}
@media (min-width: 992px) {
  .header-section.header-fixed {
    top: -47px;
  }
}
@media (min-width: 1200px) {
  .header-section.header-fixed {
    top: -55px;
  }
}
@media (min-width: 992px) {
  .header-section.style-2.header-fixed {
    top: -93px;
  }
}
.header-section.style-2 .header-top {
  background-color: #fff;
  padding-block: 1.5rem;
}
.header-section.style-2 .header-top * {
  color: inherit;
}
.header-section.style-2 .header-top .header-logo {
  display: none;
}
@media (min-width: 992px) {
  .header-section.style-2 .header-top .header-logo {
    display: inline-block;
  }
}
.header-section.style-2 .header-top__info {
  gap: 20px;
}
@media (min-width: 992px) {
  .header-section.style-2 .header-top__info {
    gap: 30px;
  }
}
.header-section.style-2 .header-top__info-item {
  gap: 12px;
}
.header-section.style-2 .header-top__info-content h6 {
  font-size: 1rem;
}
.header-section.style-2 .header-bottom {
  background-color: #51B9FC;
}
.header-section.style-2 .menu-area {
  width: auto;
}
@media (min-width: 992px) {
  .header-section.style-2 .menu-area {
    align-items: stretch;
    width: 100%;
  }
}
.header-section.style-2 .menu > li > a {
  color: #fff;
}
.header-section.style-2 .menu > li > a:after, .header-section.style-2 .menu > li > a:before {
  background-color: #fff;
}

.header-social {
  flex-wrap: nowrap;
  gap: 12px;
}
.header-social__item-link {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #51B9FC;
}
.header-social__item-link:hover {
  background-color: #F64182;
  color: #fff;
}

.search-socialbar {
  display: none;
}
@media (min-width: 992px) {
  .search-socialbar {
    display: flex;
    gap: 30px;
  }
}
.search-socialbar .input-group {
  width: clamp(200px, 250px, 300px);
}
@media (min-width: 1200px) {
  .search-socialbar .input-group {
    width: clamp(250px, 300px, 350px);
  }
}
.search-socialbar .form-control {
  background-color: #1D7DE7;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 1rem 2rem;
}
.search-socialbar .form-control::placeholder {
  color: #fff;
}
.search-socialbar .form-control:focus {
  box-shadow: none;
}
.search-socialbar .search-btn {
  background-color: #1775dd;
  color: #fff;
  padding-inline: 1.5rem;
}

.header-top {
  z-index: 2;
  background-color: #51B9FC;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-top * {
  color: #fff;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top-area .social-icons li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .header-top-area .social-icons li:last-child::after {
    display: none;
  }
}
.header-top-area .social-icons li a {
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: transparent;
}
.header-top-area .left li {
  padding: 13px 25px;
}
@media (min-width: 992px) {
  .header-top-area .left li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 1199px) {
  .header-top-area .left li {
    font-size: 14px;
    padding: 9px 15px;
  }
  .header-top-area .social-icons li a {
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
}
@media (max-width: 991px) {
  .header-top-area .left {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-top-area .left li {
    flex-grow: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .header-top-area .left li:first-child {
    border-top: none;
  }
  .header-top-area .social-icons {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-top-area .social-icons li {
    flex-grow: 1;
  }
}

@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    width: auto;
  }
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area .call-bar {
  display: none;
}
.header-wrapper .menu-area .call-bar * {
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrapper .menu-area .call-bar {
    display: inline-flex;
    align-items: center;
    background-color: #1D7DE7;
  }
}
.header-wrapper .menu-area .call-bar .call-icon {
  width: 100px;
  height: 100px;
  background-color: #1771d4;
  display: grid;
  place-items: center;
}
.header-wrapper .menu-area .call-bar .call-icon i {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .header-wrapper .menu-area .call-bar .call-icon i {
    font-size: 2.25rem;
  }
}
.header-wrapper .menu-area .call-bar .call-text {
  padding-inline: 1.5rem;
}
.header-wrapper .menu-area .call-bar .call-text p {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .header-wrapper .menu-area .call-bar .call-text p {
    font-size: 1.5rem;
  }
}
.header-wrapper .menu-area .call-bar:hover {
  color: #fff;
}
.header-wrapper .menu-area .ellepsis-bar {
  font-size: 20px;
}
.header-wrapper .menu-area .ellepsis-bar i {
  color: #030A15;
}
@media (max-width: 991px) {
  .header-wrapper .menu-area {
    padding: 15px 0;
  }
  .header-wrapper .menu-area .ellepsis-bar {
    margin-left: 20px;
  }
}

.mobile-logo {
  max-width: 120px;
}

@media (min-width: 992px) {
  .menu {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.menu > li > a {
  color: #030A15;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 15px 22px;
  text-transform: uppercase;
}
.menu > li > a i {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9;
    background: #F9F9F9;
    width: 220px;
    padding: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(81, 185, 252, 0.2);
    border-top: 2px solid rgba(81, 185, 252, 0.6);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #030A15;
    font-weight: 500;
    border-bottom: 1px solid #E6E7E8;
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #51B9FC;
    padding-left: 22px;
    color: #030A15;
  }
  .menu li .submenu li a::after, .menu li .submenu li a::before {
    background: #030A15;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li > .submenu {
    left: 100%;
    top: 10px;
    border-left: 2px solid #51B9FC;
  }
  .menu li .submenu li > .submenu a::after, .menu li .submenu li > .submenu a::before {
    background: #030A15;
  }
  .menu li .submenu li:hover > .submenu {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    visibility: visible;
  }
  .menu li .submenu li:hover > .submenu a::before {
    right: 14px;
  }
  .menu li .submenu li:hover > .submenu a::after {
    right: 10px;
  }
  .menu li .submenu li:hover > .submenu a::after, .menu li .submenu li:hover > .submenu a::before {
    background: #fff;
  }
  .menu li .submenu li:hover > .submenu .submenu {
    transform: translateY(0px);
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
  .menu li:hover > .submenu a::before {
    right: 14px;
  }
  .menu li:hover > .submenu a::after {
    right: 10px;
  }
  .menu li:hover > .submenu .submenu {
    transform: translateY(0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    background: rgba(3, 10, 21, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .menu li a:hover {
    background: rgba(81, 185, 252, 0.9);
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
.header-bar span {
  height: 3px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #030A15;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -moz-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  -o-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a.active::after, .menu-item-has-children > a.active::before {
  background-color: #fff !important;
}
.menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #030A15;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #030A15;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

/*================*** Header Section End Here     ***===================*/
.pageheader-section {
  padding-block: 70px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .pageheader-section {
    padding-block: 150px;
  }
}
.pageheader-section .pageheader-title {
  font-size: calc(1.425rem + 2.1vw);
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .pageheader-section .pageheader-title {
    font-size: 3rem;
  }
}
.pageheader-section .breadcrumb li {
  text-transform: capitalize;
}
.pageheader-section .breadcrumb li a {
  color: #F64182;
}
.pageheader-section .breadcrumb li.active {
  color: #F64182;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 120px;
}
@media (min-width: 992px) {
  .banner {
    padding-block: 150px;
    background-position: 35%;
  }
}
@media (min-width: 1440px) {
  .banner {
    background-position: left;
  }
}
.banner__content h1 {
  line-height: 1.125;
}
.banner__content p {
  line-height: 30px;
  max-inline-size: 55ch;
  text-transform: capitalize;
}
.banner__content .btn-grp {
  gap: 30px;
}
@media (min-width: 992px) {
  .banner__thumb img {
    position: absolute;
    bottom: 0;
  }
}

.footer {
  background-color: #021738;
}
.footer__top {
  padding-block: 80px;
}
@media (min-width: 992px) {
  .footer__top {
    padding-block: 120px;
  }
}
.footer__item-content .input-group {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer__item-content .input-group-text {
  background-color: transparent;
  color: #F64182;
  border: none;
  padding-inline-start: 1.25rem;
  padding-inline-end: 0.5rem;
}
.footer__item-content .input-group-button {
  background-color: #F64182;
  color: #fff;
  padding-inline: 1.44rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .footer__item-content .input-group-button {
    font-size: 1.5rem;
  }
}
.footer__item-content .input-group .form-control {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 1.125rem 0.5rem;
}
.footer__item-content .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__item-content .input-group .form-control:focus {
  box-shadow: none;
}
.footer__item-content .dotted-list li {
  padding-inline-start: 15px;
}
.footer__item-content .dotted-list li::before {
  top: 50%;
  left: 0;
  content: "";
  font-family: "IcoFont";
  color: #fff;
  font-size: 0.3125rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__item p {
  color: #fff;
}
.footer__item-title h4 {
  font-size: calc(1.275rem + 0.3vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .footer__item-title h4 {
    font-size: 1.5rem;
  }
}
.footer__aboutInfo-item p {
  font-family: "Roboto", sans-serif;
}
.footer__links {
  column-count: 2;
}
.footer__links-item a {
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.footer__blog-inner {
  gap: 20px;
}
.footer__blog-thumb {
  width: 80px;
  height: 80px;
}
.footer__blog-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer__blog-content {
  width: calc(100% - 100px);
}
.footer__blog-content h6 {
  font-size: 1rem;
  color: #fff;
}
.footer__blog-content h6 a {
  text-transform: capitalize;
}
.footer__blog-content p {
  color: #F64182;
}
.footer__blog:hover .footer__blog-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__follow h6 {
  color: #fff;
}
.footer__social {
  gap: 10px;
}
.footer__social-link {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
}
.footer__social-link:hover {
  background-color: #51B9FC;
  color: #fff;
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copyright p {
  padding-block: 30px;
  color: #fff;
}
.footer--2 {
  background-color: inherit;
}
.footer--2 p,
.footer--2 a {
  color: #555;
}
.footer--2 h4 {
  color: #030A15;
}
.footer--2 a:hover {
  color: #F64182;
}
.footer--2 .footer__top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer--2 .footer__aboutInfo-item:not(:last-child) {
  margin-bottom: 25px;
}
.footer--2 .footer__social-link {
  background-color: #030A15;
  color: #fff;
}
.footer--2 .footer__social-link:hover {
  background-color: #51B9FC;
  color: #fff;
}

.default-btn {
  font-size: 1rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  color: #fff;
  padding: 15px 40px;
  text-transform: capitalize;
  border-radius: 2px;
  background-image: linear-gradient(0deg, #F64182 0%, #FD7975 100%);
}
.default-btn i {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.default-btn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-position-y: -54px;
  color: #fff;
}
.default-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.default-btn--secondary {
  background-image: linear-gradient(0deg, #1D7DE7 0%, #51B9FC 100%);
}

.text-btn {
  font-size: 1rem;
  color: #030A15;
  font-weight: 700;
  text-transform: capitalize;
}
.text-btn:hover {
  color: #F64182;
}
.text-btn--2:after {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 70%;
  height: 2px;
  background-color: currentColor;
  bottom: -3px;
  left: 0;
}
.text-btn--2:hover::after {
  width: 100%;
}

.play-btn {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background-color: #F64182;
  border-radius: 50%;
  color: #fff;
}
.play-btn:hover {
  color: #fff;
}

button {
  outline: none;
  border: none;
}

.feature__item-inner {
  box-shadow: 0px 0px 10px 0px #5555551A;
  padding: 25px 20px;
}
@media (min-width: 1200px) {
  .feature__item-inner {
    padding: 30px 20px;
  }
}
@media (min-width: 1440px) {
  .feature__item-inner {
    padding: 40px 30px;
  }
}
.about__thumb {
  padding-inline-start: 30px;
  padding-block-end: 30px;
}
.about__thumb-experience {
  background-image: linear-gradient(90deg, #F64182 0%, #FD7975 100%);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  left: 0;
  top: 40px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .about__thumb-experience {
    padding: 15px 25px;
  }
}
.about__thumb-experience h4 {
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .about__thumb-experience h4 {
    font-size: 2.5rem;
  }
}
.about__thumb-experience p {
  color: #fff;
}
.about__thumb .floating-img {
  bottom: 0;
  left: 0;
  max-width: 40%;
}
@media (min-width: 1440px) {
  .about__thumb .floating-img {
    max-width: 100%;
  }
}
.about--2 .about__thumb {
  padding-block-end: 0;
}
.about--2 .about__thumb-experience {
  background-image: linear-gradient(0deg, #1D7DE7 0%, #51B9FC 100%);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  left: 0;
  bottom: 40px;
  padding: 10px 15px;
  top: auto;
  animation: shakeX 15s linear infinite;
}
@media (min-width: 992px) {
  .about--2 .about__thumb-experience {
    padding: 15px 25px;
  }
}
.about--2 .about__thumb-experience h4 {
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .about--2 .about__thumb-experience h4 {
    font-size: 2.5rem;
  }
}
.about--2 .about__thumb-experience p {
  color: #fff;
}
.about--2 .floating-img {
  top: 0;
  left: 0;
  max-width: 40%;
  animation: shakeY 15s linear infinite;
}
@media (min-width: 1440px) {
  .about--2 .floating-img {
    max-width: 100%;
  }
}
.about__content h2 {
  line-height: 1.25;
}
.about__list {
  column-count: 2;
}
.about__list-item {
  border-top: 1px solid #E6E7E8;
  padding-block: 13px;
}
.about__items {
  margin-block-start: 50px;
  margin-block-end: 40px;
  border-bottom: 1px solid #E6E7E8;
  padding-block-end: 30px;
}
@media (min-width: 1440px) {
  .about__items {
    margin-block-start: 60px;
  }
}
.about__item-inner {
  gap: 20px;
}
.about__item-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.about__item-content {
  width: calc(100% - 60px - 20px);
}
.about__author-wrap {
  gap: 40px;
}
.about__author-inner {
  gap: 15px;
}
.service__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.service__item-inner {
  background-color: #fff;
}
@media (min-width: 768px) {
  .service__item-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .service__item-thumb {
    width: 40%;
  }
}
.service__item-thumb img {
  object-fit: cover;
}
.service__item-content {
  padding: 45px 25px;
}
@media (min-width: 768px) {
  .service__item-content {
    width: 60%;
  }
}
.service__item-content h5 {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.service__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.service__item:hover .service__item-content h5 {
  color: #F64182;
}
.service__item2-inner {
  background-color: #F9F9F9;
  padding: 10px;
}
.service__item2-thumb > img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  object-fit: cover;
}
.service__item2-thumb-icon {
  bottom: 10px;
  left: 10px;
}
.service__item2:hover .service__item2-thumb > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service__single {
  padding-block: 25px;
  padding-inline: 20px;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .service__single {
    padding-block: 30px;
    padding-inline: 25px;
  }
}

.case--colorShape::after {
  top: 0;
  left: 0;
  height: 50%;
  background-image: url(../images/case/bg.png);
  background-size: cover;
  z-index: -1;
}
.case--style1 .section-header {
  align-items: flex-end;
}
.case--style1 .section-header__content h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .case--style1 .section-header__content {
    max-width: 60%;
  }
}
.case--style1 .section-header__button {
  display: none;
}
@media (min-width: 992px) {
  .case--style1 .section-header__button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}
.case--style1 .section-header__button a i {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .case--style1 .section-header__button a i {
    font-size: 1.5rem;
  }
}
.case__item-content {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #F64182;
  bottom: -50%;
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
}
@media (min-width: 1200px) {
  .case__item-content {
    padding: 20px 20px;
  }
}
.case__item-content > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #fff;
}
.case__item-content > a i {
  color: #F64182;
  font-size: 1.25rem;
}
.case__item-content a {
  color: #fff;
}
.case__item-content a:hover {
  color: #fff;
}
.case__item-content p {
  color: #fff;
}
.case__item-thumb img {
  object-fit: cover;
}
.case__item :hover .case__item-content {
  opacity: 1;
  bottom: 0;
}
.case__slider-next, .case__slider-prev {
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #030A15;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.case__slider-next:hover, .case__slider-prev:hover {
  background-color: #F64182;
  color: #fff;
}
.case__item2-thumb img {
  object-fit: cover;
}
.case__item2-content {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background: #F64182;
  bottom: -10%;
  left: 0;
  padding: 20px 30px;
  opacity: 0;
}
@media (min-width: 1440px) {
  .case__item2-content {
    padding: 20px 30px;
  }
}
.case__item2-content h5,
.case__item2-content p {
  color: #fff;
}
.case__item2-content .link-btn {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.case__item2-content .link-btn i {
  color: #F64182;
}
.case__item2-title {
  width: calc(100% - 70px);
}
.case__item2:hover .case__item2-content {
  bottom: 0;
  opacity: 1;
}
.case__filter {
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.case__filter li {
  border-radius: 99px;
  padding: 10px 30px;
  color: #000;
  text-transform: capitalize;
  cursor: pointer;
  background: #F1F1F1;
}
.case__filter li.is-checked {
  background: #F64182;
}
.case__filter li.is-checked .case__filter-item {
  color: #fff;
}
@media (min-width: 768px) {
  .case__filter {
    margin-bottom: 35px;
  }
}
.case__single {
  background-color: #F9F9F9;
}
@media (min-width: 576px) {
  .case__single {
    padding: 25px;
  }
}
.case__single-subthumb img {
  object-fit: cover;
}
.case__single ul {
  padding-inline-start: 15px;
}
.case__single ul li {
  list-style: disc;
}
.case__single ul li:not(:last-child) {
  margin-bottom: 15px;
}

.team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team__item-thumb img {
  object-fit: cover;
}
.team__item-content {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  left: 50%;
  bottom: 6px;
  width: calc(100% - 12px);
  background-color: #fff;
}
.team__item-content .social {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  justify-content: center;
  opacity: 0;
  height: 0;
}
.team__item:hover .team__item-content {
  background-color: #F64182;
}
.team__item:hover .team__item-content * {
  color: #fff;
}
.team__item:hover .team__item-content .social {
  opacity: 1;
  height: 30px;
}
.team__item2 {
  background-color: #fff;
}
@media (min-width: 576px) {
  .team__item2-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .team__item2-thumb {
    width: 40%;
  }
}
.team__item2-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  object-fit: cover;
}
.team__item2-content {
  padding: 40px 30px;
}
@media (min-width: 576px) {
  .team__item2-content {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .team__item2-content {
    padding: 40px 35px;
  }
}
.team__item2 .social__link {
  color: #555;
}
.team__item2 .social__link:hover {
  color: #F64182;
}
.team__item2:hover .team__item2-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team__single {
  background-color: #F9F9F9;
}
@media (min-width: 992px) {
  .team__single-thumb {
    width: 44%;
  }
}
.team__single-thumb img {
  object-fit: cover;
}
.team__single-content {
  padding: 20px;
}
@media (min-width: 768px) {
  .team__single-content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .team__single-content {
    width: calc(100% - 44%);
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .team__single-content {
    padding: 70px;
  }
}
.team__single-content .social-media {
  justify-content: flex-start;
}
.team__single-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.team__expertise {
  background-color: #F9F9F9;
}
.team__expertise-wrapper {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .team__expertise-wrapper {
    padding-top: 100px;
  }
}
.team__skill, .team__award {
  justify-content: space-around;
  gap: 30px;
}
@media (min-width: 576px) {
  .team__skill, .team__award {
    gap: 10px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (max-width: 1199px) {
  .team__skill, .team__award {
    gap: 30px;
  }
}
.counter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.counter.padding-bottom2x {
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  .counter.padding-bottom2x {
    padding-bottom: 240px;
  }
}
.experience--uplifted {
  margin-top: -80px;
}
@media (min-width: 992px) {
  .experience--uplifted {
    margin-top: -120px;
  }
}
.experience__wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #5555551A;
  padding: 20px;
}
@media (min-width: 992px) {
  .experience__wrapper {
    padding: 45px;
  }
}
.experience__content h2 {
  text-transform: capitalize;
}
.experience__thumb-client {
  bottom: 50px;
  left: 0;
  background-color: #fff;
  border-left: 4px solid #F64182;
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .experience__thumb-client {
    padding: 30px 40px;
  }
}
.experience__thumb .play-btn {
  width: 80px;
  height: 80px;
  font-size: 1.25rem;
  top: 30px;
  right: 30px;
}
.experience__list {
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .experience__list {
    gap: 30px;
  }
}
.experience__list-item .pie {
  margin-inline: auto;
  margin-block-end: 10px;
}

.subtitle {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.testimonial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: -1500px;
}
@media (min-width: 768px) {
  .testimonial {
    background-position: center;
  }
}
.testimonial__wrapper--style2 {
  background-color: #fff;
}
.testimonial .section-header__content h2 {
  max-inline-size: 23ch;
  margin-inline: auto;
}
.testimonial__content p {
  border-top: 1px solid #E6E7E8;
  padding-block-start: 15px;
}
.testimonial__author:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../images/testimonial/qoute.svg);
  right: 10px;
  top: 50%;
}
.testimonial__author-thumb {
  left: 0;
  bottom: -110px;
  width: 70px;
  height: 70px;
  border: 2px solid #F64182;
  border-radius: 50%;
}
.testimonial__author-content {
  width: calc(100% - 90px);
}
.testimonial__author-content h4 {
  font-weight: 600;
}
.testimonial__author-content h4 a {
  color: #030A15;
}
.testimonial__item {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 0;
}
.testimonial__item::after {
  left: 0;
  bottom: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 65px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 768px) {
  .testimonial__item2-inner {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .testimonial__item2-inner {
    gap: 40px;
  }
}
.testimonial__item2-thumb {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial__item2-thumb {
    width: 35%;
  }
}
.testimonial__item2-thumb img {
  object-fit: cover;
}
.testimonial__item2-content {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .testimonial__item2-content {
    width: calc(100% - 35% - 40px);
    padding: 30px 0;
  }
}
.testimonial__item2-content p {
  font-size: 1.125rem;
}
.testimonial__slider {
  padding-block-end: 120px;
}
.testimonial__slider-nav {
  gap: 20px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.testimonial__slider-prev, .testimonial__slider-next {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #F64182;
  color: #030A15;
  border-radius: 50%;
}
.testimonial__slider2 {
  margin-inline-start: 0;
}
@media (min-width: 768px) {
  .testimonial__slider2 {
    max-inline-size: 80%;
  }
}
.testimonial__slider2-pagination {
  display: none;
}
@media (min-width: 768px) {
  .testimonial__slider2-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: max-content !important;
    gap: 10px;
  }
}
.testimonial__slider2-navs {
  display: none;
}
@media (min-width: 768px) {
  .testimonial__slider2-navs {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.testimonial__slider2-hashNav {
  flex-direction: column;
  gap: 10px;
  margin-inline-start: 10px;
}
@media (min-width: 992px) {
  .testimonial__slider2-hashNav {
    gap: 20px;
  }
}
.testimonial__slider2-hashItem {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .testimonial__slider2-hashItem {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .testimonial__slider2-hashItem {
    width: 70px;
    height: 70px;
  }
}

.rating {
  gap: 5px;
}
.rating__item i {
  font-size: 0.875rem;
  color: #F64182;
}

.quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.quote--img:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/quote/01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 100%;
  width: 550px;
  bottom: 0;
  left: 55%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .quote--img:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .quote--img:after {
    max-width: 30%;
  }
}
@media (min-width: 1440px) {
  .quote--img:after {
    left: 55%;
    max-width: 100%;
  }
}
.quote__wrapper {
  z-index: 1;
}
.quote__content p:nth-of-type(2) {
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .quote__content {
    max-width: 85%;
  }
}
.quote__form {
  background-color: #fff;
  padding: 40px 30px;
}
.quote__form .form-control,
.quote__form .form-select {
  padding: 12px 24px;
  color: #555;
  background-color: #F1F1F1;
  border-color: transparent;
}
.quote__form .form-control:focus,
.quote__form .form-select:focus {
  box-shadow: none;
}
.quote__form .default-btn {
  line-height: inherit;
}
.quote__item:not(:last-child) {
  margin-block-end: 40px;
}
.quote__item-inner {
  gap: 30px;
}
.quote__item-content p {
  color: #fff;
}
.quote__item-content a {
  font-size: calc(1.275rem + 0.3vw);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .quote__item-content a {
    font-size: 1.5rem;
  }
}

.faq--bg:after {
  width: 100%;
  height: 50%;
  background-image: url(../images/faq/bg.png);
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .faq__thumb {
    position: absolute;
    bottom: 0;
  }
  .faq__thumb img {
    max-width: 90%;
  }
}

.accordion-item {
  border: none;
  box-shadow: 0px 0px 10px 0px #5555551A;
}
.accordion-item:not(:last-child) {
  margin-block-end: 10px;
}
.accordion-button {
  font-size: 1.25rem;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.accordion-button .accordion-icon {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #51B9FC;
  color: #fff;
  margin-inline-end: 20px;
}
@media (min-width: 768px) {
  .accordion-button .accordion-icon {
    width: 40px;
    height: 40px;
  }
}
.accordion-button .accordion-headerText {
  width: calc(100% - 50px - 3ch);
}
.accordion-button:not(.collapsed) {
  border-bottom: none;
  background-color: #fff;
  color: #F64182;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background-color: #F64182;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-button:not(.collapsed):before {
  opacity: 0;
}
.accordion-button:not(.collapsed) .accordion-icon {
  background-color: #F64182;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:before, .accordion-button:after {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #F64182;
  background-image: none;
}
.accordion-button:after {
  height: 20px;
  width: 2px;
  right: 20px;
}
.accordion-button:before {
  right: 10px;
  width: 20px;
  height: 2px;
}
.accordion-body {
  padding-inline-start: 5em;
  padding-block-start: 0;
  padding-inline-end: 30px;
}

.widget {
  background-color: #F9F9F9;
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__header {
  background-color: #F1F1F1;
  border-left: 5px solid #555;
}
.widget .widget__header h5 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 65px;
  }
}
.widget.widget-search .widget-search-inner {
  background-color: #F9F9F9;
  padding: 30px;
}
.widget.widget-search .widget-search-inner .form-control {
  background-color: #F1F1F1;
  border: none;
  padding: 1rem;
}
.widget.widget-search .widget-search-inner .form-control:focus {
  box-shadow: none;
}
.widget.widget-search .widget-search-inner .search-icon {
  background-color: #F1F1F1;
  padding-inline: 1rem;
}
.widget.widget-category .widget-wrapper li {
  border-bottom: 1px solid rgba(230, 231, 232, 0.6);
  padding: 20px 0;
}
.widget.widget-category .widget-wrapper li:last-child {
  border-bottom: none;
}
.widget.widget-category .widget-wrapper.list-bg-none li a span:last-child {
  background-color: transparent;
}
.widget.widget-category .widget-wrapper li {
  padding: 0;
}
.widget.widget-category .widget-wrapper li a {
  color: #030A15;
  font-family: "Roboto", sans-serif;
  padding: 20px 30px;
}
.widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}
.widget.widget-category .widget-wrapper li a.active, .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 35px;
  color: #F64182;
}
.widget.widget-category .widget-wrapper li a.active span:last-child, .widget.widget-category .widget-wrapper li a:hover span:last-child {
  color: #F64182;
}
.widget.widget-category .widget-wrapper li a span {
  font-weight: 500;
}
.widget.widget-category .widget-wrapper li a span:last-child {
  color: #030A15;
  text-align: center;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.widget.widget-category .widget-wrapper li:not(:last-child) {
  border-bottom: 1px solid #E6E7E8;
}
.widget.widget-archive li {
  border-bottom: 1px solid rgba(230, 231, 232, 0.6);
  padding: 20px 30px;
}
.widget.widget-archive li:last-child {
  border-bottom: none;
}
.widget.widget-archive li a {
  color: #030A15;
  font-weight: 500;
}
.widget.widget-archive li a i {
  margin-right: 5px;
}
.widget.widget-archive li a.active, .widget.widget-archive li a:hover {
  padding-left: 10px;
  color: #F64182;
}
.widget.widget-post ul.widget-wrapper, .widget.recent-product ul.widget-wrapper {
  padding: 0;
}
.widget.widget-post ul.widget-wrapper li, .widget.recent-product ul.widget-wrapper li {
  padding: 30px;
}
.widget.widget-post ul.widget-wrapper li:not(:last-child), .widget.recent-product ul.widget-wrapper li:not(:last-child) {
  border-bottom: 1px solid rgba(230, 231, 232, 0.6);
}
.widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item {
  gap: 20px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb, .widget.recent-product ul.widget-wrapper li .post-thumb {
  width: 80px;
  height: 80px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a, .widget.recent-product ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a img, .widget.recent-product ul.widget-wrapper li .post-thumb a img {
  width: 100%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  object-fit: cover;
}
.widget.widget-post ul.widget-wrapper li .post-content, .widget.recent-product ul.widget-wrapper li .post-content {
  width: calc(100% - 100px);
}
.widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.widget.widget-post ul.widget-wrapper li .post-content h6:hover, .widget.recent-product ul.widget-wrapper li .post-content h6:hover {
  color: #F64182;
}
.widget.widget-post ul.widget-wrapper li .post-content p, .widget.recent-product ul.widget-wrapper li .post-content p {
  margin: 0;
  color: #F64182;
}
.widget.widget-post ul.widget-wrapper li:hover .post-thumb img, .widget.recent-product ul.widget-wrapper li:hover .post-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.widget.recent-product ul.widget-wrapper {
  padding: 0;
}
.widget.recent-product ul.widget-wrapper li .post-thumb {
  width: auto;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.recent-product ul.widget-wrapper li .post-thumb {
    width: 80px;
    height: auto;
  }
}
.widget.recent-product ul.widget-wrapper li .post-content .price {
  margin-top: 5px;
  font-weight: 700;
}
.widget.widget-tags {
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper {
  padding: 30px;
  gap: 10px;
}
.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper li a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  font-family: "Roboto", sans-serif;
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #F1F1F1;
  text-transform: capitalize;
}
.widget.widget-tags ul.widget-wrapper li a.active, .widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: #F64182;
  color: #fff;
  border-color: #F64182;
}
.widget.widget-service .widget-service__list-item a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  gap: 20px;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  color: #555;
}
.widget.widget-service .widget-service__list-item:nth-child(2n) {
  background-color: #fff;
}
.widget.widget-service .widget-service__list-item p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.widget.widget-service .widget-service__list-item:hover, .widget.widget-service .widget-service__list-item.active {
  background-color: #51B9FC;
}
.widget.widget-brochure .widget-brochure__thumb img {
  object-fit: cover;
}
.widget.widget-info .widget-info__inner {
  padding-inline: 25px;
  padding-block-start: 30px;
}
.widget.widget-info .widget-info__list-icon {
  width: 40px;
  height: 40px;
}
.widget.widget-info .widget-info__list-item {
  gap: 20px;
  padding-block: 1.35rem;
}
.widget.widget-info .widget-info__list-item:not(:last-child) {
  border-bottom: 1px solid #E6E7E8;
}
.widget.widget-info .widget-info__list-content {
  width: calc(100% - 60px);
}
.widget.widget-info .widget-info__thumb img {
  object-fit: cover;
}
.widget.widget-project .widget-project__list {
  padding-inline: 30px;
}
.widget.widget-project .widget-project__list-item {
  padding-block: 20px;
}
.widget.widget-project .widget-project__list-item h6 {
  font-size: 1.125rem;
}
.widget.widget-project .widget-project__list-item:not(:last-child) {
  border-bottom: 1px solid #E6E7E8;
}
.widget.widget-author .widget-author__thumb img {
  object-fit: cover;
}

.blog__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #5555551A;
}
.blog__item-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog__item-date {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #51B9FC;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
}
.blog__item-content {
  padding-inline: 25px;
}
.blog__item-content h5 a {
  text-transform: capitalize;
}
.blog__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog__item:hover .blog__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item:hover .blog__item-date {
  background-color: #F64182;
}
.blog__meta {
  padding-block: 15px;
  border-top: 1px solid #E6E7E8;
}
.blog__meta-author span i {
  color: #F64182;
}
.blog__meta-comment span i {
  color: #51B9FC;
}
.blog__meta--singleItem {
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #E6E7E8;
  border-top: none;
  padding-block-start: 10px;
  padding-block-end: 25px;
}
@media (min-width: 576px) {
  .blog__meta--singleItem {
    gap: 40px;
  }
}
.blog__slider {
  padding: 5px;
}
.blog__slider-nav {
  gap: 10px;
}
@media (min-width: 992px) {
  .blog__slider-nav {
    margin-top: 40px;
  }
}
.blog__slider-next, .blog__slider-prev {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #F64182;
  border-radius: 50%;
  color: #F64182;
}
.blog__slider-next:hover, .blog__slider-prev:hover {
  background-color: #F64182;
  color: #fff;
}
.blog__single-item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #F9F9F9;
}
.blog__single-item-bottom {
  padding-block-start: 25px;
  padding-block-end: 35px;
}
.blog__single-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog__single-item:hover .blog__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__single-item:hover .blog__item-date {
  background-color: #F64182;
}

.article-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.article-pagination .prev-article a,
.article-pagination .next-article a {
  font-size: 14px;
  font-weight: 700;
  color: #F64182;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.article-pagination .prev-article a i,
.article-pagination .next-article a i {
  font-size: 18px;
}
.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
  color: #F64182;
}
.article-pagination .prev-article p,
.article-pagination .next-article p {
  margin-bottom: 0;
}
.article-pagination .next-article {
  text-align: right;
}

.tags-area {
  justify-content: center;
  border-top: 1px solid #E6E7E8;
  padding: 25px 10px;
  gap: 15px;
}
@media (min-width: 768px) {
  .tags-area {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .tags-area {
    padding: 25px 0 0;
  }
}

.tags {
  gap: 10px;
  margin-bottom: 0;
}
.tags li h6 {
  font-size: 1rem;
}
.tags li a {
  background-color: #fff;
  color: #030A15;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 2px;
  text-transform: capitalize;
}
.tags li a:hover, .tags li a.active {
  background: #F64182;
  color: #fff;
}

.share li {
  padding: 5px;
  cursor: pointer;
}
.share li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #021738;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.share li a.facebook:hover {
  background: #3b5998;
}
.share li a.twitter:hover {
  background: #55acee;
}
.share li a.instagram:hover {
  background: #e4405f;
}
.share li a.google:hover {
  background: #dd4b39;
}
.share li a.linkedin:hover {
  background: #007bb5;
}
.share li a.vimeo:hover {
  background: #3b5998;
}
.share li a.pinterest:hover {
  background: #bd081c;
}
.share li a.behance:hover {
  background: #1769ff;
}
.share li a.dribble:hover {
  background: #ea4c89;
}

.single-quote {
  background: #F64182;
  color: #fff;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .single-quote {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .single-quote {
    gap: 30px;
  }
}
.single-quote-icon {
  margin-inline: auto;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .single-quote-icon {
    width: 90px;
    height: 90px;
  }
}
.single-quote-icon i {
  font-size: calc(1.35rem + 1.2vw);
  color: #F64182;
}
@media (min-width: 1200px) {
  .single-quote-icon i {
    font-size: 2.25rem;
  }
}
.single-quote .quotes {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  .single-quote .quotes {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .single-quote .quotes {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1440px) {
  .single-quote .quotes {
    width: calc(100% - 120px);
  }
}
.single-quote span {
  margin-left: auto;
  display: block;
  text-align: right;
  font-size: 1rem;
}

.related-post {
  background-color: #F9F9F9;
}
.related-post__header, .comment__header, .author__header, .team__expertise-header {
  background-color: #F1F1F1;
  border-left: 5px solid #555;
}
.related-post__item {
  gap: 20px;
}
.related-post__item-thumb {
  width: 100px;
  height: 100px;
}
.related-post__item-thumb a {
  display: inline-flex;
  height: 100%;
}
.related-post__item-thumb a img {
  width: 100%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  object-fit: cover;
}
.related-post__item-content {
  width: calc(100% - 120px);
}
.related-post__item-content h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.related-post__item-content h6:hover {
  color: #F64182;
}
.related-post__item-content p {
  margin: 0;
  color: #F64182;
}
.related-post__item:hover .related-post__item-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.author {
  background-color: #F9F9F9;
}
.author__item-inner {
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 575px) {
  .author__item-inner {
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .author__item-inner {
    padding: 40px;
  }
}
.author__item-thumb {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 100%;
}
.author__item-thumb img {
  height: 100%;
  border-radius: 100%;
}
.author__item-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .author__item-content {
    width: calc(100% - 150px);
    margin-top: 0;
    text-align: left;
  }
}
.author__item-content-title h6 {
  margin-bottom: 3px;
}
.social-media {
  gap: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .social-media {
    justify-content: flex-start;
  }
}
.social-media a {
  font-size: 1.125rem;
  color: #555;
  background: transparent;
}
.social-media a:hover {
  color: #F64182;
}

.comment {
  background: #F9F9F9;
}
@media (max-width: 575px) {
  .comment__list {
    margin: 0;
  }
}
.comment__list-item {
  padding-inline: 30px;
  padding-block-start: 30px;
}
@media (min-width: 1440px) {
  .comment__list-item {
    padding-inline: 40px;
    padding-block-start: 40px;
  }
}
.comment__list-item:not(:first-child) {
  border-top: 1px solid #E6E7E8;
}
.comment__list-item .comment__list-item {
  border-top: 1px solid #E6E7E8;
  padding-inline-end: 0;
}
.comment__item-thumb {
  height: 50px;
  width: 50px;
  margin-right: 17px;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
@media (min-width: 576px) {
  .comment__item-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .comment__item-thumb {
    height: 80px;
    width: 80px;
  }
}
.comment__item-thumb img {
  border-radius: 100%;
}
@media (max-width: 575px) {
  .comment__item-content {
    width: 100%;
  }
}
.comment__item-content > p {
  max-inline-size: 48ch;
}
@media (min-width: 1440px) {
  .comment__item-content > p {
    max-inline-size: 60ch;
  }
}
.comment__item-title {
  gap: 10px;
}
@media (max-width: 575px) {
  .comment__item-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.comment__item-title .reply .comment-reply-link {
  padding: 3px 16px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.comment__item-title .reply .comment-reply-link:hover {
  color: #F64182;
  border-radius: 5px;
}
.comment__item-meta h6 {
  font-size: 1rem;
}
.comment__item-reply {
  background-color: #F64182;
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 2px;
}
.comment__item-reply:hover {
  color: #fff;
  background-color: #51B9FC;
}
.comment__respond {
  background-color: #F9F9F9;
}
.comment__form input,
.comment__form textarea {
  padding: 1.2rem 1.5rem;
  border: 1px solid #E6E7E8;
  outline: none;
  background: #fff;
  color: #030A15;
}
.comment__form input::placeholder,
.comment__form textarea::placeholder {
  color: rgba(3, 10, 21, 0.9);
}
.comment__form input:focus,
.comment__form textarea:focus {
  border-color: rgba(246, 65, 130, 0.4);
}
.comment__form textarea {
  min-height: 120px;
}
.comment__form .default-btn {
  line-height: inherit;
}

.comment-respond {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
  background: #191b48;
}
.comment-respond h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .coming-soon {
    height: 100vh;
  }
}
.coming-soon__inner {
  height: 100vh;
}
@media (min-width: 992px) {
  .coming-soon__inner {
    flex-direction: row-reverse;
    height: 100%;
  }
}
.coming-soon__thumb a {
  display: block;
  height: inherit;
}
@media (min-width: 992px) {
  .coming-soon__thumb {
    width: 35%;
    height: 100%;
  }
}
.coming-soon__thumb img {
  object-fit: cover;
}
.coming-soon__content {
  display: grid;
  place-content: center;
  padding-inline: 30px;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .coming-soon__content {
    padding-block: 80px;
  }
}
.coming-soon__content > p {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .coming-soon__content > p {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .coming-soon__content > p {
    max-inline-size: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .coming-soon__content {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .coming-soon__content .countdown {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .coming-soon__content .input-group {
    max-inline-size: 70%;
    margin-inline: auto;
  }
}
.coming-soon__content .input-group .form-control {
  padding: 1rem;
  border: none;
  background-color: #F9F9F9;
  border: 1px solid #E6E7E8;
}
.coming-soon__content .input-group .form-control:focus {
  box-shadow: none;
}
.coming-soon__content .input-group-text {
  background: #F64182;
  color: #fff;
  padding: 1rem 1.75rem;
  border: none;
}
.coming-soon__content .input-group-text i {
  font-size: 1.25rem;
}
.coming-soon .social {
  gap: 10px;
}
.coming-soon .social__link {
  width: 45px;
  height: 45px;
  background-color: #F1F1F1;
  border-radius: 50%;
}
.coming-soon .social__link:hover {
  background-color: #F64182;
  border-color: #F64182;
  color: #fff;
}

.countdown {
  gap: 30px;
}
@media (min-width: 992px) {
  .countdown {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .countdown {
    gap: 60px;
  }
}
.contact-top {
  z-index: 1;
}
.contact-bottom .location-map iframe {
  margin-bottom: -7px;
  min-height: 350px;
}
@media (min-width: 992px) {
  .contact-bottom .location-map iframe {
    min-height: 500px;
  }
}
@media (min-width: 1440px) {
  .contact-bottom .location-map iframe {
    min-height: 700px;
  }
}

.contact-item {
  padding: 50px 30px;
  background: #F9F9F9;
  border-radius: 4px;
}
.contact-item .contact-thumb {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #F64182;
  margin: 0 auto 30px;
}
.contact-item .contact-thumb:before, .contact-item .contact-thumb:after {
  opacity: 1;
  z-index: 1 !important;
  border-color: #F64182 !important;
}
.contact-item .contact-thumb:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 25px;
}
.contact-item .contact-thumb:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 15px;
}
.contact-item .contact-thumb img {
  z-index: 2;
}
.contact-form {
  justify-content: space-between;
  margin-bottom: -20px;
}
.contact-form-wrapper {
  background-color: #F9F9F9;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .contact-form-wrapper {
    padding: 70px 50px;
  }
}
.contact-form .form-group {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-form .form-group {
    width: calc(50% - 10px);
  }
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 1px solid #E6E7E8;
  border-radius: 2px;
  background-color: #fff;
  color: #030A15;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: rgba(3, 10, 21, 0.7);
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: #F64182;
}
.contact-form .form-group input {
  height: 57px;
  padding: 0 25px;
}
.contact-form .form-group textarea {
  padding: 25px;
}
@media (max-width: 575px) {
  .contact-form {
    margin-bottom: -20px;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
}

.form-message {
  font-size: 1rem;
}
.form-message.success {
  color: #51B9FC;
}
.form-message.error {
  color: #F64182;
}

/*Account Section Starts Here*/
.account-wrapper {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #F9F9F9;
  padding: 60px 80px;
  text-align: center;
  max-width: 545px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .account-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 499px) {
  .account-wrapper {
    padding: 40px 15px;
  }
}
.account-wrapper .cate {
  font-style: normal;
}
.account-wrapper .cate a {
  font-weight: 600;
  color: #F64182;
}
.account-wrapper .cate a:hover {
  color: #F64182;
}
.account-wrapper .social {
  gap: 10px;
}
.account-wrapper .social__link {
  width: 45px;
  height: 45px;
  background-color: #F1F1F1;
  border-radius: 50%;
}
.account-wrapper .social__link:hover {
  background-color: #F64182;
  border-color: #F64182;
  color: #fff;
}

.account-bottom .subtitle {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .account-bottom .subtitle {
    font-size: 20px;
  }
}

.account-form .form-group {
  margin-bottom: 15px;
}
.account-form .form-group input {
  width: 100%;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px;
  color: #030A15;
  line-height: 36px;
}
.account-form .form-group input::placeholder {
  color: rgba(3, 10, 21, 0.5);
}
.account-form .form-group .checkgroup {
  flex-wrap: nowrap;
  align-items: center;
}
.account-form .form-group .checkgroup input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .account-form .form-group .checkgroup input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.account-form .form-group .checkgroup label {
  margin: 0;
  color: #555;
}
@media (max-width: 575px) {
  .account-form .form-group .checkgroup label {
    font-size: 14px;
  }
}
.account-form .form-group a {
  color: #555;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .account-form .form-group a {
    font-size: 14px;
  }
}
.account-form .form-group a:hover {
  color: #F64182;
}
.account-form .form-group button {
  margin-top: 34px;
  width: 100%;
  border: none;
  outline: none;
  line-height: inherit;
}
@media (max-width: 575px) {
  .account-form .form-group button {
    margin-top: 24px;
  }
}

.or {
  display: block;
  margin: 24px auto 40px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #F64182;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.or span {
  position: relative;
  z-index: 1;
}
.or::before, .or::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #F64182;
  border-radius: 50%;
  background: rgba(246, 65, 130, 0.3);
  width: 100%;
  height: 100%;
  animation: pulse 2s linear infinite;
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  opacity: 0;
}
.or::before {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -moz-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    -o-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
/*====== Error page start here ======*/
.error .section-wrapper .zero-item {
  padding: 60px;
  background: #F9F9F9;
  border-radius: 5px;
}
.error .section-wrapper .zero-item .zero-content p {
  max-inline-size: 60ch;
  margin-inline: auto;
}
.error .section-wrapper .zero-item .zero-content .lab-btn {
  color: #fff;
  font-weight: 700;
}
.error .section-wrapper .zero-item .zero-content .lab-btn span {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
