﻿@font-face { 
font-family: "HN"; 
src: url("fonts/HN.eot"); 
src: url('fonts/HN.eot?#iefix') format('embedded-opentype'), 
   url('fonts/HN.woff') format('woff'),  
   url('fonts/HN.ttf') format('truetype'),  
   url('fonts/HN.svg#HN') format('svg'); 
}





html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #47484a;
    padding: 0.2em 0;
}

.hidden {
  display: none !important; }


.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }


.invisible {
  visibility: hidden; }


.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }


@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
   }


@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #47484a !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
}

pre {
    white-space: pre-wrap !important;
}

pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
thead {
    display: table-header-group;
}

tr,
  img {
    page-break-inside: avoid;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
} }

html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
    margin: 0;	font-family: 'HN', serif;

}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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: 'HN', serif;
  /* 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: 'HN', serif;
  /* 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;
}

/* 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;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
		font-family: 'HN', serif;

    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #47484a;
    line-height: 28px;
    overflow-x: hidden;
    font-family: 'HN', serif;
    background: #ffffff;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #47484a;
    font-family: 'HN', serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #47484a;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #47484a;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 27px;
    line-height: 38px;
    margin-top: -100px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
       font-size: 0.9rem;
    text-align: left;

}



p a {
    color: #47484a;
}

p a:hover {
    color: #47484a;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -20px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #bccaea;
    outline: none;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #47484a;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #ff8a00;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #0a3d62;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: center;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg-xl-100, .footer-link li::after, .footer-section::before, .light-blue-bg::before, .client-item-16 .client-content::before, .banner-2 .banner-bg-2, .banner-bg-6, .banner-shape-9, .app-bg, .testimonial-wrapper .testimonial-area::after, .testimonial-wrapper .testimonial-area::before, .invest-range-slider .ui-slider-handle::after, .invest-range-slider .ui-slider-handle::before, .feature-item .feature-thumb::after, .feature-item .feature-thumb::before, .how-main-bg, .how--item .anime-item::after, .how--item .anime-item::before, .how-wrapper::after, .to-access-item .to-access-thumb span::before, .to-access-item .to-access-thumb span::after, .work-slider .owl-nav [class*=owl-]::before, .addon-wrapper .item, .recharge-item .recharge-thumb .anime::before, .recharge-item .recharge-thumb .anime::after, .about-feature-counter-area::after, .about-feature-counter-area::before, .pricing-item-4 .pricing-header::after, .pricing-item-4::after, .pricing-item-4::before, .counter-area-5::after, .counter-area-5::before, .team-item .team-thumb::before, .team-item .team-thumb::after, .history-item .history-content::before, .history-item .history-content::after, .team-con-wrapper::before, .contact-content .section-header a::before, .map-section::before, .maps-wrapper::before, .post-item.style-two::before, .post-item.style-two::after {
    position: absolute;
    content: '';
}

.social-icons, .footer-link, .pricing-area-16, .app-download-16, .appreciate-item .header, .client-say-16, .header-section .header-wrapper, .banner-4 .banner-odometer, .banner-4 .banner-odometer .counter-item, .banner-nav-container .ban-nav, .banner-1-slider-wrapper .ban-click, .counter-wrapper-3, .counter-wrapper-3 .counter-item, .banner-odometer-two, .banner-odometer-two .counter-item, .banner-12 .banner-odometer, .banner-12 .banner-odometer .counter-item, .sponsor-slider-wrapper .sponsor-thumb, .widget-tags ul, .widget-categories ul li a, .widget-post .widget-slider .item .content .meta-post, .widget-post .slider-nav, .trial-wrapper, .faq-item, .trigger, .exclusive-item, .colaboration-item, .amount-area, .download-options, .range-wrapper-2 .pricing-range .pricing-range-bottom, .coverage-right-area .rating-area, .coverage-wrapper div[class*="border-item"], .feature-item, .feature-item .feature-thumb, .feature-video-area .button-area, .download-area, .counter-area, .counter--item, .how--item, .bal-list, .counter-wrapper-2, .counter-item-2 .title, .advance-feature-item, .to-access-item .to-access-thumb, .count-slider, .count-slider .count-item, .pricing-menu, .ex-item .ex-thumb, .addon-wrapper .addon-center, .addon-wrapper .item, .cost-wrapper .cost-icon, .cost-wrapper .cost-icon .icon, .recharge-item .recharge-thumb, .recharge-wrapper, .help-item, .about-feature-counter-area, .pricing-item-4 .pricing-header, .pricing-wrapper-4, .counter-area-4, .counter-area-4 .counter-item-4, .page-header-content .breadcrumb li a, .counter-area-5, .counter-area-5 .counter-item-5, .sponsor-slider-4 .sponsor-thumb, .team-wrapper, .team-con-area, .team-con-area .item, .team-con-area .team-icons, .progress-area .progress-item .progress-label, .partner-item, .user-counter-wrapper, .review-item .review-thumb, .review-item .review-thumb .review-author-content, .comunity-wrapper, .coming-soon, .countdown, .account-section, .error-section, .error-section .man1, .error-section .man2, .feature-tab-menu, .cola-item, .user-range-area, .contact-form .form-group .form-check, .contact-item, .blog-author, .comment-area li .blog-item, .post-details .post-content, .post-details .post-content .entry-meta, .post-details .post-content .entry-meta .thumb, .post-details .tags-area, .post-details .tags-area .tags, .app-button-group, .button-group, .banner-button-group, .video-button-2 {
    display: flex;
    flex-wrap: wrap;
}

.banner-5 .banner-bg-5, .banner-9-video .video-button, .extra-bg, .banner-video-14 .video-button, .feature-item::before, .feature-item::after, .feature-video-area .button-area, .custom-wrapper .circle::after, .custom-wrapper .calculate-bg, .how--item .how-content .serial, .how--item .anime-item, .member-counter-area .member-bg, .to-access-item .to-access-thumb span, .count-slider .count-item::after, .count-slider .count-item .serial, .ex-item::before, .addon-wrapper::before, .addon-wrapper .addon-center, .addon-wrapper .addon-center::after, .addon-wrapper .addon-center::before, .recharge-item .recharge-thumb .anime, .pricing-item-4 .pricing-header::before, .page-header.single-header::before, .anime-item-2, .anime-item-2::after, .anime-item-2::before, .user-counter-wrapper .user-counter-bg, .post-details .post-content .entry-meta .thumb::before, .video-button::after, .video-button::before, .video-button-2, .video-button-2 span, .video-button-2 span::after, .video-button-2 span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-top-2 {
    padding-top: 40px;
}

.padding-bottom-2 {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }

    .padding-top-2 {
        padding-top: 50px;
    }

    .padding-bottom-2 {
        padding-bottom: 50px;
    }
}

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

    .padding-bottom {
        padding-bottom: 30px;
    }

    .padding-top-2 {
        padding-top: 60px;
    }

    .padding-bottom-2 {
        padding-bottom: 60px;
    }

    .pt-lg-120 {
        padding-top: 120px !important;
    }

    .mt-lg-120 {
        margin-top: 120px !important;
    }

    .lg-oh {
        overflow: hidden;
    }

    .pt-lg-half {
        padding-top: 60px !important;
    }

    .pb-lg-half {
        padding-bottom: 60px !important;
    }

    .mt-lg--90 {
        margin-top: -90px;
        position: relative;
        z-index: 9;
    }
}

.pr {
    position: relative;
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.tab-item {
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.tab-item.active {
    display: block;
}

.tab-menu li {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

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

.mb-40-none {
    margin-bottom: -40px;
}

@media (min-width: 1200px) {
    .pr-xl-15 {
        padding-right: 15px;
    }
}

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cl-white {
    color: #ffffff;
}

.cl-white * {
    color: #ffffff;
}

.cl-white *::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.cl-white p {
    color: rgba(255, 255, 255, 0.9);
}

.cl-black {
    color: #47484a;
}

.cl-black h1, .cl-black h2, .cl-black h3, .cl-black h4, .cl-black h5 {
    color: #47484a;
}

@media (min-width: 992px) {
    .mw-lg-100 {
        min-width: 100%;
    }
}

@media (min-width: 1200px) {
    .mw-xl-100 {
        min-width: 100%;
    }
}

.oh {
    overflow: hidden;
}





/*Social Icons*/
.social-icons {
    justify-content: center;
    margin: -7.5px 0;
}

.social-icons li {
    padding: 7.5px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #4c218b;
    border-radius: 50%;
    color: #ffffff;
}

.social-icons li a.active, .social-icons li a:hover {
    background: #47484a;
    border-color: #47484a;
}

.section-header {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.section-header .cate {
    margin-bottom: 38px;
    color: #ff8a00;
}

@media (max-width: 767px) {
    .section-header .cate {
        margin-bottom: 25px;
    }
}

.section-header .title {
    margin-bottom: 18px;
    font-weight: 700;
}

.section-header .title:last-child {
    margin-bottom: -19px;
}

@media (min-width: 768px) {
    .section-header .title {
        margin-bottom: 24px;
    }
}

.section-header p i {
    color: #47484a;
}

.section-header .thumb {
    width: 100px;
    text-align: center;
    margin: 0 auto 30px;
}

.section-header .thumb img {
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 60px;
    }

    .section-header .thumb {
        width: 175px;
        margin-bottom: 53px;
    }

    .section-header.mb-olpo {
        margin-bottom: 45px;
    }
}

.section-header.left-style {
    text-align: left;
    margin-left: 0;
    max-width: 100%;
}

.mw-725 {
    max-width: 725px;
}

.mw-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ratings span {
    color: #ffcc00;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.select-bar .current {
    display: block;
    margin-top: 2px;
}

.select-bar .list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.select-bar .list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.select-bar .list::-webkit-scrollbar-thumb {
    background-color: #47484a;
}

.select-bar .list::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select-bar .list li {
    padding: 0 20px;
}

.nice-select:after {
    width: 10px;
    height: 10px;
}

.pos-rel {
    position: relative;
}

.pos-rel .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .white-lg-black {
        color: rgba(255, 255, 255, 0.9);
    }

    .white-lg-black .title {
        color: #ffffff;
    }
}

@media (max-width: 1199px) {
    .white-xl-black {
        color: rgba(255, 255, 255, 0.9);
    }

    .white-xl-black .title {
        color: #ffffff;
    }
}

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

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

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

@media (max-width: 991px) {
    .pb-max-lg-0 {
        padding-bottom: 0 !important;
    }

    .pt-max-lg-0 {
        padding-top: 0 !important;
    }

    .mt-max-lg-0 {
        margin-top: 0 !important;
    }

    .mb-max-lg-0 {
        margin-bottom: 0 !important;
    }

    .bg-max-lg-ash {
        background: -ms-linear-gradient(89deg, #edf2fd 12%, #cbd9f5 100%) !important;
        background: -moz-linear-gradient(89deg, #edf2fd 12%, #cbd9f5 100%) !important;
        background: -webkit-linear-gradient(89deg, #edf2fd 12%, #cbd9f5 100%) !important;
    }
}

@media (max-width: 767px) {
    .pb-max-md-0 {
        padding-bottom: 0 !important;
    }

    .pt-max-md-0 {
        padding-top: 0 !important;
    }

    .mt-max-md-0 {
        margin-top: 0 !important;
    }

    .mb-max-md-0 {
        margin-bottom: 0 !important;
    }
}

.ash-gradient-bg {
    background: -ms-linear-gradient(-89deg, #edf2fd 12%, #cbd9f5 100%);
    background: -moz-linear-gradient(-89deg, #edf2fd 12%, #cbd9f5 100%);
    background: -webkit-linear-gradient(-89deg, #edf2fd 12%, #cbd9f5 100%);
}

@media (min-width: 768px) {
    .mb-md-95 {
        margin-bottom: 95px;
    }
}

@media (max-width: 1199px) {
    .mt-max-xl-0 {
        margin-top: 0;
    }
}

.bg-xl-100 {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

@media (min-width: 1200px) {
    .bg-xl-100 {
        bottom: 160px;
    }
}

@media (min-width: 992px) {
    .footer-top {
        padding-bottom: 50px;
    padding-top: 50px;
    }
}

.footer-top .logo {
    max-width: 150px;
    margin: 0 auto 0px;
}

.footer-top .logo a {
    display: block;
}

.footer-top .logo a img {
    width: 100%;
}

.footer-bottom {
    overflow: hidden;
    padding-bottom: 27px;
}

.footer-link {
    justify-content: center;
    margin: -5px -20px;
}

.footer-link li {
    padding: 5px 20px;
    position: relative;
}

.footer-link li a {
    font-size: 16px;
    color: #47484a;
}

.footer-link li a:hover {
    color: #47484a;
}

@media (max-width: 575px) {
    .footer-link li a {
        font-size: 14px;
    }
}

.footer-link li::after {
   width: 1px;
    height: 19px;
    background: #47484a;
    right: 0;
    top: 11px;
}

.footer-link li:last-child::after {
    display: none;
}

@media (min-width: 992px) {
    .footer-link {
        margin: -5px -40px;
    }

    .footer-link li {
        padding: 5px 40px;
    }
}

.copyright {
    text-align: center;
    color: #444648;
	
    padding: 22px 0;
    border-top: 1px solid #47484a;
}

.copyright p {
    margin: 0 !important; font-size: 14px;
}

.footer-section {
  background:  linear-gradient(90deg, #f4fdff  0%, #b1f1ff  100%);
    background-size: 150% auto;
    position: relative;
    padding-top: 16px;
}

.footer-section::before {
    top: -3px;
    left: 0;
    width: 100%;
    height: 180px;
    background-size: cover;
}

@media (min-width: 1200px) {
    .footer-section::before {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .footer-section::before {
        display: none;
    }
        .companyName { max-width:350px; margin:0 auto; }
        .companyNameSmall {  margin:0 auto; text-align:center;
        margin-bottom:20px !important;
       }
       .companyDesc {  text-align:center; } 

}

.footer-section .container {
    position: relative;
    z-index: 1;
}



@media (min-width: 768px) {
    .pricing-item-16 .title {
        font-size: 46px;
    }

}


.pricing-item-16 .button-3 {
    border-color: transparent;
    text-transform: capitalize;
}

.pricing-item-16.active, .pricing-item-16:hover {
    background: -moz-linear-gradient(90deg, #4050e9 0%, #a12ffe 100%);
    background: -webkit-linear-gradient(90deg, #4050e9 0%, #a12ffe 100%);
    background: -ms-linear-gradient(90deg, #4050e9 0%, #a12ffe 100%);
    animation: fadeIn .3s;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
}


.menu li:hover { border-radius: 0px;
    border-bottom: 2px solid #2b9bb4;}



.pricing-item-16.active ul li, .pricing-item-16.active .subtitle, .pricing-item-16.active .button-3, .pricing-item-16:hover ul li, .pricing-item-16:hover .subtitle, .pricing-item-16:hover .button-3 {
    color: #ffffff !important;
}

.pricing-item-16.active {
    padding: 80px 15px;
    width: 350px;
}

@media (max-width: 1199px) {
    .pricing-item-16 {
        width: calc((100% - 20px) / 3) !important;
    }
}

@media (max-width: 991px) {
    .pricing-item-16 {
        width: 100% !important;
        max-width: 350px;
        margin: 0 auto 30px;
        border: 1px solid rgba(102, 124, 216, 0.2) !important;
    }
}



.customize-area {
    text-align: center;
}

.customize-area .title {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .customize-area .title {
        margin-bottom: 25px;
    }
}

.customize-area .subtitle a {
    color: #2253ff;
    text-decoration: underline;
}

.footer-section-16 {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

.border-ash {
    border-color: rgba(255, 255, 255, 0.2);
}

.feature-thumb-16 {
    position: relative;
}

.feature-thumb-16 .anime-1, .feature-thumb-16 .anime-2 {
    position: absolute;
}

.feature-thumb-16 .anime-1 img, .feature-thumb-16 .anime-2 img {
    max-width: 100%;
}

.feature-thumb-16 .anime-2 {
    left: 0;
    top: 7%;
    animation: noraChora 2s linear infinite;
    -webkit-animation: noraChora 2s linear infinite;
    -moz-animation: noraChora 2s linear infinite;
}

@media (max-width: 575px) {
    .feature-thumb-16 .anime-2 {
        width: 230px;
        left: 0;
    }
}

@media screen and (max-width: 575px) and (min-width: 450px) {
    .feature-thumb-16 .anime-2 {
        width: 325px;
    }
}

.feature-thumb-16 .anime-1 {
    right: 0;
    bottom: -25px;
    direction: rtl;
    animation: uthaNama 2s linear infinite;
    -webkit-animation: uthaNama 2s linear infinite;
    -moz-animation: uthaNama 2s linear infinite;
}

@media (min-width: 1200px) {
    .feature-thumb-16 .anime-1.anime-3 {
        bottom: 18%;
    }
}

@media (max-width: 991px) {
    .feature-thumb-16 .anime-1.anime-3 {
        bottom: 18%;
    }
}

@media (max-width: 575px) {
    .feature-thumb-16 .anime-1 {
        width: 230px;
    }
}

@media screen and (max-width: 575px) and (min-width: 450px) {
    .feature-thumb-16 .anime-1 {
        width: 325px;
    }
}

@keyframes uthaNama {
    0% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes noraChora {
    0% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    50% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.client-wrapper-16 {
    padding: 120px 0 60px;
    border-radius: 20px;
    background: -moz-linear-gradient(-90deg, #4050e9 0%, #a12ffe 100%);
    background: -webkit-linear-gradient(-90deg, #4050e9 0%, #a12ffe 100%);
    background: -ms-linear-gradient(-90deg, #4050e9 0%, #a12ffe 100%);
}

@media (max-width: 1199px) {
    .client-wrapper-16 {
        padding: 120px 30px 60px;
    }
}

@media (max-width: 991px) {
    .client-wrapper-16 {
        padding: 80px 15px 40px;
    }
}

.appreciate-item {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.102);
    box-shadow: 0px 16px 43px 0px rgba(60, 49, 172, 0.19);
    padding: 40px;
    margin-bottom: 30px;
}

.appreciate-item .header {
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 5px;
}

.appreciate-item .header .title, .appreciate-item .header .ratings {
    margin: 0 10px 10px;
}

.appreciate-item .header .title {
    font-weight: 600;
}

@media screen and (max-width: 399px) {
    .appreciate-item {
        padding: 30px 15px;
    }
}

.ff-heading {
    font-family: 'HN', serif;
}

.light-blue-bg {
    position: relative;
}

.light-blue-bg .container, .light-blue-bg .container-fluid {
    position: relative;
    z-index: 1;
}

.light-blue-bg::before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 270px;
    background: -moz-linear-gradient(90deg, #f0f5fc 0%, #e0cdfc 100%);
    background: -webkit-linear-gradient(90deg, #f0f5fc 0%, #e0cdfc 100%);
    background: -ms-linear-gradient(90deg, #f0f5fc 0%, #e0cdfc 100%);
}


/*Header Section Starts Here*/
.header-section {
	
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 15px 0;
}

.header-section .header-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 700px;direction: rtl;
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
	
	.header-section .header-wrapper {
 
    width: 100%;
  
}
	
}


.header-section .header-wrapper .logo {
    width: 140px;
}

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

.header-section .header-wrapper .logo a img {
    width: 100%;
}




@media (min-width: 992px) {
    .header-section .header-wrapper .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0 auto;
    }

    .header-section .header-wrapper .menu li {
        padding: 5px;
        position: relative;
    }

    .header-section .header-wrapper .menu li a {
        font-weight: 600;
        text-transform: capitalize;
        color: #47484a;
        padding: 7px 10px;
    }

    .header-section .header-wrapper .menu li .submenu {
        min-width: 200px;
        background: #189da2;
        box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header-section .header-wrapper .menu li .submenu li {
        padding: 0;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        justify-content: space-between;
        padding: 6px 15px;
        color: #ffffff;
        width: 100%;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header-section .header-wrapper .menu li .submenu li a:hover {
        color: #47484a;
        padding-left: 20px;
        background: #ffffff;
    }

    .header-section .header-wrapper .menu li .submenu li:last-child > a {
        border: none;
    }

    .header-section .header-wrapper .menu li .submenu li .submenu {
        left: 100%;
        top: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: left;
    }

    .header-section .header-wrapper .menu li .submenu li:hover > .submenu {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .header-section .header-wrapper .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section .header-wrapper .menu {
        margin-right: 30px;
    }

    .header-section .header-wrapper .menu li a {
        padding: 5px;
        font-size: 14px;
    }

    .header-section .header-wrapper .menu li .submenu {
        min-width: 180px;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (max-width: 991px) {
    .header-section .header-wrapper .menu {
           position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 130px);
    z-index: 9;
    background-color: #f1fafb;
    overflow-y: auto;
    box-shadow: 0px 5px 5px rgb(94 94 94 / 58%);
    -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;
    overflow: hidden;
    padding-bottom: 10px;
	padding-top: 10px;
    }

    .header-section .header-wrapper .menu li {
        width: 100%;
        padding: 0;
    }

    .header-section .header-wrapper .menu li a {
           padding: 13px 14px;
            display: flex;
            align-items: center;
            font-weight: 500;
            text-transform: uppercase;
            justify-content: space-between;
            color: #47484a;
    }

    .header-section .header-wrapper .menu li a:hover {
        background: #6c757d;
        color: #ffffff;
    }

    .header-section .header-wrapper .menu li a.header-button {
        display: inline-flex;
        padding: 10px 50px;
        background: #33406a;
        border: none;
        color: #ffffff;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .header-section .header-wrapper .menu li .submenu {
        display: none;
        padding-left: 20px;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        font-size: 16px;
    }

    
}

.header-section .header-wrapper .select-bar {
    border: none;
    background-color: transparent;
}

.header-section .header-wrapper .select-bar::after {
    border-color: #665cb2;
    width: 8px;
    height: 8px;
}

.header-section .header-wrapper .select-bar .current {
    color: #ffffff;
    text-transform: uppercase;
}

.header-section .header-wrapper .header-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 34px;
    color: #ffffff;
    border: 1px solid #665cb2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-left: 22px;
}

.header-section .header-wrapper .header-button:hover {
    background: #ffffff;
    color: #47484a;
}

@media (max-width: 1199px) {
    .header-section .header-wrapper .header-button {
        padding: 7px 25px;
        font-size: 14px;
        margin-left: 12px;
    }
}

.header-section.inner-header .header-button {
    border-color: #bc66ef;
}

.header-section.inner-header.active .header-button {
    border-color: #665cb2;
}



.header-section.header-cl-black.active {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(59, 54, 140, 0.3);
    box-shadow: 0 -2px 5px rgba(59, 54, 140, 0.1);
}

.header-section.header-cl-black .header-wrapper .header-bar span {
    background: #47484a;
}

.header-section.header-cl-black .header-wrapper .select-bar .current {
    color: #47484a;
}

@media (min-width: 576px) {
    .header-section.header-cl-black .header-wrapper .header-button {
        color: #47484a;
    }
}

@media (min-width: 992px) {
    .header-section.header-cl-black .header-wrapper .menu li a {
        color: #47484a;
    }

    .header-section.header-cl-black .header-wrapper .select-bar::after {
        border-color: #0c0026;
    }
}

.header-section.header-white-dark .header-button {
    border-color: #8c69c5;
}

.header-section.header-white-dark .header-button.light {
    border-color: #7d92fc;
}

.header-section.header-white-dark.active {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(59, 54, 140, 0.3);
    box-shadow: 0 -2px 5px rgba(59, 54, 140, 0.1);
}

@media (min-width: 576px) {
    .header-section.header-white-dark.active .header-wrapper .header-button {
        color: #47484a;
    }

    .header-section.header-white-dark.active .header-wrapper .header-button.light {
        border-color: #8c69c5;
    }
}

@media (min-width: 992px) {
    .header-section.header-white-dark.active .header-wrapper .menu li a {
        color: #47484a;
    }

    .header-section.header-white-dark.active .header-wrapper .menu li ul li a {
        color: #ffffff;
    }

    .header-section.header-white-dark.active .header-wrapper .menu li ul li a:hover {
        color: #47484a;
    }
}

.header-section.header-white-dark.active .header-wrapper .header-bar span {
    background: #47484a;
}

.header-section.header-white-dark.active .header-wrapper .select-bar::after {
    border-color: #47484a;
}

.header-section.header-white-dark.active .header-wrapper .select-bar .current {
    color: #47484a;
}

@media (max-width: 991px) {
    .header-section.header-white-dark .header-button {
        color: #47484a;
    }
}

.header-section.header-white-dark .header-wrapper .header-bar span {
    background: #47484a;
}

.header-section.header-white-dark .header-wrapper .select-bar::after {
    border-color: #ffffff;
}

@media (max-width: 991px) {
    .header-section.header-white-dark .header-wrapper .select-bar .current {
        color: #47484a;
    }

    .header-section.header-white-dark .header-wrapper .select-bar::after {
        border-color: #47484a;
    }
}

.header-section .header-right {
    align-items: center;
}

@media (min-width: 992px) {
    .header-section.header-logo-change.active .logo {
        display: none !important;
    }

    .header-section.header-logo-change.active .logo.d-lg-none {
        display: block !important;
    }
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 600;
    font-family: 'HN', serif;
    margin-left: 5px;
}

/*Header Bar Starts*/
.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #47484a;
    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);
    -ms-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);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}






.how--item .anime-item {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -ms-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    background: -moz-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    background: -webkit-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    z-index: 1;
}

@media (max-width: 767px) {
    .how--item .anime-item {
        display: none;
    }
}

.how--item .anime-item::after, .how--item .anime-item::before {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -ms-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    background: -moz-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    background: -webkit-linear-gradient(-127deg, #0015fe 0%, #fe36c0 88%);
    box-shadow: 3.694px -4.728px 38px 0px rgba(17, 65, 189, 0.52);
}

.how--item .anime-item::before {
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.how--item .anime-item::after {
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

@media (max-width: 767px) {
    .how--item {
        margin-bottom: 120px;
    }

    .how--item .how-content {
        margin: 0 auto 40px;
    }

    .how--item .how-thumb img {
        width: 100%;
    }
}

.how-wrapper {
    position: relative;
    padding-top: 45px;
}

.how-wrapper .plane {
    z-index: 3;
    position: absolute;
    left: calc(50% - 46px);
    bottom: calc(100% - 20px);
}

.how-wrapper::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: calc(100% + 150px);
    background: -ms-linear-gradient(-127deg, #9441d4 15%, #ff51ff 100%);
    background: -moz-linear-gradient(-127deg, #9441d4 15%, #ff51ff 100%);
    background: -webkit-linear-gradient(-127deg, #9441d4 15%, #ff51ff 100%);
}

@media (max-width: 767px) {
    .how-wrapper {
        padding-top: 80px;
    }

    .how-wrapper::after {
        display: none;
    }
}

.member-counter-area {
    position: relative;
    margin-top: 160px;
}

.member-counter-area .member-bg {
    width: 100%;
    height: 100%;
    text-align: center;
    min-width: 720px;
}

.member-counter-area .member-bg img {
    height: 100%;
    max-width: 100%;
}

.member-counter-area .up-bal {
    position: absolute;
    bottom: 99%;
    left: calc(50% - 268px);
    width: 555px;
}

.member-counter-area .up-bal img {
    max-width: 100%;
}

.member-counter-area .up-bal.two {
    bottom: 75%;
    left: calc(50% - 366px);
    width: 700px;
}

.member-counter-area .member-counter {
    position: relative;
    z-index: 1;
    text-align: center;
}

.member-counter-area .member-counter .title {
    margin-bottom: 23px;
}

.member-counter-area .member-counter p {
    margin-bottom: 49px;
}

.member-counter-area .member-counter .custom-button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 45px;
    margin-bottom: 28px;
    box-shadow: 0px 10px 20px rgba(238, 71, 48, 0.9);
}

.member-counter-area .member-counter .download-options li a {
    background: #b7b9cf;
}

.member-counter-area .member-counter .download-options li a i {
    color: #553fdc;
}

.member-counter-area .member-counter .download-options li a.active, .member-counter-area .member-counter .download-options li a:hover {
    background: #47484a;
}

.member-counter-area .member-counter .download-options li a.active i, .member-counter-area .member-counter .download-options li a:hover i {
    color: #ffffff;
}

@media (max-width: 767px) {
    .member-counter-area .member-counter .title {
        margin-bottom: 10px;
    }

    .member-counter-area .member-counter p {
        margin-bottom: 30px;
    }

    .member-counter-area .member-counter .custom-button {
        margin-bottom: 30px;
    }
}

/*Real Data Section Starts Here*/
.bal-list li {
    padding: 0;
    font-weight: 600;
    color: #47484a;
    width: 100%;
    max-width: 285px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 3px;
}

.bal-list li::before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    font-family: 'HN', serif;
    font-weight: 600;
    color: #47484a;
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bal-list li {
        max-width: 255px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bal-list li {
        max-width: 255px;
    }
}

@media (max-width: 575px) {
    .bal-list li {
        max-width: 100%;
    }
}

.realtime-content .bal-list {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .realtime-content .bal-list {
        margin-bottom: 35px;
    }
}

.reliable-top, .reliable-bottom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 1920px;
}

.reliable-top img, .reliable-bottom img {
    width: 100%;
}

.reliable-top {
    top: -2px;
}

.reliable-bottom {
    bottom: -2px;
}

.reliable-video {
    position: relative;
}

.reliable-video img {
    width: 100%;
}

/*Convencing Feature Section Starts Here*/
.feature-tabs {
    border: none;
    justify-content: space-between;
    margin: 0 -10px 25px;
}

.feature-tabs li {
    margin-bottom: 30px;
    padding: 0 10px;
}

.feature-tabs li a {
    text-align: center;
    display: block;
}

.feature-tabs li a .thumb {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto 20px;
}

.feature-tabs li a .subtitle {
    text-transform: capitalize;
    color: #47484a;
}

.feature-tabs li a.active .subtitle {
    color: #47484a;
}

.feature-tabs li:nth-of-type(5n + 2) a .thumb {
    background: -ms-linear-gradient(0deg, #f6d365 0%, #fda085 100%);
    background: -moz-linear-gradient(0deg, #f6d365 0%, #fda085 100%);
    background: -webkit-linear-gradient(0deg, #f6d365 0%, #fda085 100%);
    box-shadow: 2.419px 9.703px 18.24px 0.76px rgba(253, 160, 133, 0.5);
}

.feature-tabs li:nth-of-type(5n + 3) a .thumb {
    background: -ms-linear-gradient(0deg, #95b4ff 0%, #7397ff 100%);
    background: -moz-linear-gradient(0deg, #95b4ff 0%, #7397ff 100%);
    background: -webkit-linear-gradient(0deg, #95b4ff 0%, #7397ff 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(115, 151, 255, 0.5);
}

.feature-tabs li:nth-of-type(5n + 4) a .thumb {
    background: -ms-linear-gradient(0deg, #9df3a7 0%, #57d464 100%);
    background: -moz-linear-gradient(0deg, #9df3a7 0%, #57d464 100%);
    background: -webkit-linear-gradient(0deg, #9df3a7 0%, #57d464 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(87, 212, 100, 0.5);
}

.feature-tabs li:nth-of-type(5n + 5) a .thumb {
    background: -ms-linear-gradient(0deg, #63eef7 0%, #3ad1e5 100%);
    background: -moz-linear-gradient(0deg, #63eef7 0%, #3ad1e5 100%);
    background: -webkit-linear-gradient(0deg, #63eef7 0%, #3ad1e5 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(58, 209, 229, 0.5);
}

@media (max-width: 991px) {
    .feature-tabs li {
        margin-bottom: 20px;
    }

    .feature-tabs li a .thumb {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .feature-tabs li a .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .feature-tabs li {
        width: calc(50% - 20px);
    }
}

.convencing-feature-content .title {
    margin-bottom: 28px;
}

.convencing-feature-content p {
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .convencing-feature-content .title {
        margin-bottom: 20px;
    }

    .convencing-feature-content p {
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    .convencing-feature-thumb img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .convencing-feature-thumb {
        margin-bottom: 40px;
    }
}

/*Counter Section Two Start Here*/
.counter-wrapper-area-2 {
    padding: 75px 0 76px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 1.21px 4.851px 19.2px 0.8px rgba(60, 57, 213, 0.1);
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .counter-wrapper-area-2 {
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        margin-top: -90px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper-area-2 {
        padding: 52px 0 53px;
    }
}

.counter-wrapper-2 {
    margin-bottom: -30px;
}

.counter-item-2 {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    border-right: 1px solid #bccaea;
}

.counter-item-2 .title {
    align-items: center;
    justify-content: center;
    margin-bottom: -5px;
    margin-top: 0;
}

.counter-item-2:nth-of-type(4n + 4) {
    border: none;
}

@media (max-width: 991px) {
    .counter-item-2 .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .counter-item-2 {
        width: 50%;
    }

    .counter-item-2:nth-of-type(4n + 2) {
        border: none;
    }
}

@media (max-width: 575px) {
    .counter-item-2 .name {
        font-size: 14px;
    }
}

/*Advance Feature Section Starts Here*/
.advance-feature-item {
    margin: 0 -15px;
    align-items: center;
}

.advance-feature-item .advance-feature-thumb, .advance-feature-item .advance-feature-content {
    width: 50%;
    padding: 0 15px;
}

.advance-feature-item .advance-feature-thumb img, .advance-feature-item .advance-feature-content img {
    width: 100%;
}

@media (max-width: 991px) {
    .advance-feature-item .advance-feature-thumb, .advance-feature-item .advance-feature-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .advance-feature-item .advance-feature-thumb {
        max-width: 450px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .advance-feature-item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.advance-feature-item.style-two .advance-feature-thumb {
    width: calc(100% - 610px);
}

.advance-feature-item.style-two .advance-feature-content {
    width: 610px;
    padding: 0 15px;
}

.advance-feature-item.style-two .advance-feature-content img {
    width: 100%;
}

@media (max-width: 1199px) {
    .advance-feature-item.style-two .advance-feature-thumb, .advance-feature-item.style-two .advance-feature-content {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .advance-feature-item.style-two .advance-feature-thumb, .advance-feature-item.style-two .advance-feature-content {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .advance-feature-item.style-two {
        justify-content: space-between;
    }

    .advance-feature-item.style-two .advance-feature-thumb {
        max-width: 540px;
    }

    .advance-feature-item.style-two .advance-feature-thumb img {
        width: auto;
    }
}

@media screen and (min-width: 1400px) and (min-width: 1650px) {
    .advance-feature-item.style-two .advance-feature-thumb {
        max-width: 410px;
    }
}

@media (min-width: 1400px) {
    .advance-feature-item.style-two:nth-child(odd) .advance-feature-thumb {
        direction: rtl;
    }

    .advance-feature-item.style-two:nth-child(odd) .advance-feature-thumb img {
        max-width: unset;
    }
}

/*To Access Section Stars Here*/
.to-access-item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgb(252 252 252);
    box-shadow:  1px 0px 7px 0px rgb(79 79 88 / 50%);
    padding: 60px 15px;
    text-align: center;
    margin: 0 auto 30px;
}

@media (max-width: 575px) {
    .to-access-item {
        max-width: 350px;
    }
}

.to-access-item .to-access-thumb {
    margin: 0 auto 28px;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.to-access-item .to-access-thumb span {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c2c6f7;
    animation: rotate2 8s linear infinite;
    -webkit-animation: rotate2 8s linear infinite;
    -moz-animation: rotate2 8s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.to-access-item .to-access-thumb span::before, .to-access-item .to-access-thumb span::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(232, 58, 153, 0.39);
    left: 5px;
    bottom: 5px;
}

.to-access-item .to-access-thumb span::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}

.to-access-item .to-access-thumb .thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(219, 218, 255, 0.5);
    background: #ffffff;
}

.to-access-item .to-access-thumb .thumb img {
    width: 100%;
}

.to-access-item.active .to-access-thumb span, .to-access-item:hover .to-access-thumb span {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.to-access-item.style-two {
    box-shadow: none;
    border: 1px solid #d6defb;
    background: transparent;
}

/*Work Section Starts Here*/
.work-item {
    max-width: 540px;
    margin: 0 auto 40px;
    text-align: center;
}

@media (min-width: 768px) {
    


    
    .work-item {
        padding-top: 10px;
    }
}

.work-item .work-thumb {
    width: 288px;
    margin: 0 auto 30px;
}

.work-item .work-thumb img {
    max-width: 100%;
}

.work-item .work-content .title {
    margin-bottom: 28px;
}

.work-item .work-content p {
    margin-bottom: 38px;
}

@media (max-width: 575px) {
    .work-item .work-thumb {
        max-width: 180px;
        margin-bottom: 10px;
    }

    .work-item .work-content .title {
        margin-bottom: 18px;
    }

    .work-item .work-content p {
        margin-bottom: 28px;
    }
}

.work-slider .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -12px;
    width: auto;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 400;
}

@media (max-width: 575px) {
    .work-slider .owl-nav [class*=owl-] {
        font-size: 14px;
        top: 70px;
        padding: 0;
        color: rgba(255, 255, 255, 0.8);
    }
}

.work-slider .owl-nav [class*=owl-]::before {
    left: 0px;
    width: 100%;
    height: 24px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: url(./img/arrow.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 575px) {
    .work-slider .owl-nav [class*=owl-]::before {
        height: 14px;
    }
}

.work-slider .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.work-slider .owl-nav [class*=owl-]:hover:before {
    left: 10px;
}

.work-slider .owl-nav [class*=owl-].disabled {
    opacity: 0;
}

.work-slider .owl-nav .owl-next {
    right: 0;
}

.work-slider .owl-nav .owl-prev {
    left: 0;
}

.count-slider {
    border-radius: 20px;
    background-color: white;
    padding: 45px 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .count-slider {
        -webkit-transform: translateY(95px);
        -ms-transform: translateY(95px);
        transform: translateY(95px);
        margin-top: -65px;
    }
}

@media (max-width: 767px) {
    .count-slider {
        padding: 25px 0;
    }
}

.count-slider .count-item {
    width: 25%;
    text-align: center;
    min-height: 110px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #d9deef;
    cursor: pointer;
}

.count-slider .count-item::after {
    width: 100%;
    height: 100%;
}

.count-slider .count-item .title {
    margin: 0;
}

.count-slider .count-item .serial {
    font-size: 100px;
    line-height: 1;
    color: rgba(59, 54, 140, 0.102);
}

@media (max-width: 767px) {
    .count-slider .count-item {
        min-height: 80px;
    }

    .count-slider .count-item .serial {
        font-size: 60px;
    }
}

@media screen and (max-width: 510px) {
    .count-slider .count-item {
        width: 50%;
        min-height: 50px;
    }

    .count-slider .count-item:nth-child(even) {
        border: none;
    }

    .count-slider .count-item .serial {
        font-size: 50px;
    }
}

.pricing-item-2 {
    background: #ffffff;
    text-align: center;
    padding: 30px 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-right: 1px solid #dddcea;
}

.pricing-item-2 .cate {
    margin-bottom: 30px;
}

.pricing-item-2 .thumb {
    height: 88px;
    margin-bottom: 32px;
}

.pricing-item-2 .thumb img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.pricing-item-2 .title {
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.pricing-item-2 .title sup {
    top: -13px;
    font-size: 55%;
}

.pricing-item-2 .info {
    display: block;
    color: #00bc9c;
    margin-bottom: 20px;
}

.pricing-item-2 ul {
    margin-bottom: 20px;
}

.pricing-item-2 ul li {
    padding: 6px 0;
}

.pricing-item-2 .get-button i {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.pricing-item-2:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(59, 54, 140, 0.2);
    z-index: 1;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-item-2:hover .get-button {
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 10px 7px 0px rgba(17, 83, 252, 0.35);
    color: #ffffff;
    border-color: transparent;
}

.pricing-item-2:hover .get-button i {
    padding-left: 0;
}

@media (max-width: 767px) {
    .pricing-item-2 {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
 .banner-content-7 h2 { 
   font-size: 38px !important;
    line-height: 41px !important;
    margin-top: -1px !important;
    text-align: center;
}


}

.pricing-slider-wrapper {
    margin: -50px;
}

.pricing-slider-wrapper .pricing-slider {
    padding: 50px;
    overflow: hidden;
}

.pricing-slider-wrapper .pricing-slider .owl-stage-outer {
    overflow: visible;
}

.pricing-slider-wrapper .pricing-slider .owl-stage-outer .owl-item {
    visibility: hidden;
}

.pricing-slider-wrapper .pricing-slider .owl-stage-outer .owl-item:hover {
    z-index: 99;
}

.pricing-slider-wrapper .pricing-slider .owl-stage-outer .owl-item.active {
    visibility: visible;
}

.pricing-menu {
    position: relative;
    z-index: 99;
    justify-content: space-between;
    width: 235px;
    margin: 0 auto 50px;
}

.pricing-menu li {
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 10px;
    width: 50%;
    position: relative;
}

.pricing-menu li::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 40px;
    background: #47484a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    right: -43px;
    top: 50%;
    margin-top: -20px;
}

.pricing-menu li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: -15px;
    z-index: 1;
    top: 50%;
    right: -38px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}

.pricing-menu li:nth-child(even) {
    text-align: right;
}

.pricing-menu li:nth-child(even)::before {
    left: -27px;
    right: auto;
}

.pricing-menu li:nth-child(even)::after {
    right: auto;
    left: -22px;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}

.pricing-menu li.active::after, .pricing-menu li.active::before {
    display: none;
    z-index: -9;
}

/*Feat Nav*/
.feat-nav {
    margin: -5px;
    margin-top: 50px;
}

.feat-nav a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #47484a;
    background: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 5px;
}

.feat-nav a:hover, .feat-nav a.active {
    color: #ffffff;
    background: -ms-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    background: -moz-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    background: -webkit-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    box-shadow: 0px 10px 10px 0px rgba(231, 51, 81, 0.3);
}

@media (min-width: 576px) {
    .feat-nav {
        margin: -10px;
        margin-top: 80px;
    }

    .feat-nav a {
        margin: 10px;
    }
}

/*Feature Item Two Section Starts Here*/
.feature-item-2 {
    text-align: center;
    margin-bottom: 50px;
}

.feature-item-2 .feature-thumb {
    width: 160px;
    height: 160px;
    padding: 25px;
    border-radius: 50%;
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
    margin: 0 auto 40px;
}

.feature-item-2 .feature-thumb img {
    max-width: 100%;
}

.feature-item-2 .feature-content .title {
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .feature-item-2 .feature-thumb {
        width: 100px;
        height: 100px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .feature-item-2 .feature-content .title {
        margin-bottom: 20px;
    }
}

.owl-item:nth-of-type(3n + 2) .feature-item-2 .feature-thumb, div[class*="col"]:nth-of-type(3n + 2) .feature-item-2 .feature-thumb {
    background: -ms-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    background: -moz-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    background: -webkit-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(121, 107, 232, 0.5);
}

.owl-item:nth-of-type(3n + 3) .feature-item-2 .feature-thumb, div[class*="col"]:nth-of-type(3n + 3) .feature-item-2 .feature-thumb {
    background: -ms-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    background: -moz-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    background: -webkit-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    box-shadow: 4.232px 12.292px 10.56px 0.44px rgba(121, 107, 232, 0.5);
}

/*Experience Section Starts Here*/
.ex-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid #6e7fee;
    overflow: hidden;
    padding: 40px 25px;
    margin-bottom: 30px;
    text-align: center;
}

.ex-item * {
    position: relative;
    z-index: 1;
}

.ex-item::before {
    width: 100%;
    height: 100%;
    background: url(./img/ex-bg.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.ex-item .ex-thumb {
    width: 100px;
    height: 100px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: -ms-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    background: -moz-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    background: -webkit-linear-gradient(0deg, #d180dd 0%, #796be8 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(121, 107, 232, 0.5);
    margin: 0 auto 30px;
}

.ex-item .ex-thumb img {
    max-height: 100%;
}

.ex-item .ex-content .title {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .ex-item {
        max-width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .ex-item .ex-thumb {
        width: 80px;
        height: 80px;
    }
}

.ex-item:hover, .ex-item.active {
    border-color: transparent;
}

.ex-item:hover::before, .ex-item.active::before {
    opacity: 1;
}

.ex-item:hover .ex-thumb, .ex-item.active .ex-thumb {
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
}

.ex-item:hover *, .ex-item.active * {
    color: #ffffff;
}

.owl-item:nth-of-type(4n + 2) .ex-item .ex-thumb, div[class*="col"]:nth-of-type(4n + 2) .ex-item .ex-thumb {
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
}

.owl-item:nth-of-type(4n + 3) .ex-item .ex-thumb, div[class*="col"]:nth-of-type(4n + 3) .ex-item .ex-thumb {
    background: -ms-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    background: -moz-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    background: -webkit-linear-gradient(0deg, #e1358f 0%, #7e6ce7 100%);
    box-shadow: 4.232px 12.292px 10.56px 0.44px rgba(121, 107, 232, 0.5);
}

.owl-item:nth-of-type(4n + 4) .ex-item .ex-thumb, div[class*="col"]:nth-of-type(4n + 4) .ex-item .ex-thumb {
    background: -ms-linear-gradient(0deg, #f6be65 0%, #e6603a 100%);
    background: -moz-linear-gradient(0deg, #f6be65 0%, #e6603a 100%);
    background: -webkit-linear-gradient(0deg, #f6be65 0%, #e6603a 100%);
    box-shadow: 2.419px 9.703px 18.24px 0.76px rgba(253, 160, 133, 0.5);
}

/*Addon Section Starts Here*/
.addon-wrapper {
    width: 730px;
    height: 730px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f0f5fc;
    position: relative;
    margin: 0 auto;
}

.addon-wrapper::before {
    width: 1920px;
    height: 100%;
    background: url(./img/addon-bg.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.addon-wrapper .addon-center {
    width: 135px;
    height: 135px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.addon-wrapper .addon-center::after, .addon-wrapper .addon-center::before {
    border: 1px solid #a6c1ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.addon-wrapper .addon-center::after {
    width: 230px;
    height: 230px;
}

.addon-wrapper .addon-center::before {
    width: 540px;
    height: 540px;
}

.addon-wrapper .addon-center img {
    max-width: 100%;
}

.addon-wrapper .item {
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.addon-wrapper .item:nth-child(2) {
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.addon-wrapper .item:nth-child(3) {
    top: 145px;
    left: 110px;
}

.addon-wrapper .item:nth-child(4) {
    top: 145px;
    right: 110px;
}

.addon-wrapper .item:nth-child(5) {
    top: 330px;
    left: 30px;
}

.addon-wrapper .item:nth-child(6) {
    top: 330px;
    right: 30px;
}

.addon-wrapper .item:nth-child(7) {
    bottom: 60px;
    right: 145px;
}

.addon-wrapper .item:nth-child(8) {
    bottom: 60px;
    left: 145px;
}

@media (max-width: 991px) {
    .addon-wrapper {
        width: 690px;
        height: 690px;
    }

    .addon-wrapper .addon-center::before {
        width: 510px;
        height: 510px;
    }
}

@media (max-width: 767px) {
    .addon-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        height: auto;
        border-radius: 0;
        margin: -15px;
    }

    .addon-wrapper .addon-center {
        display: none;
    }

    .addon-wrapper .item {
        margin: 15px;
        position: relative;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
    }
}

/*Cost Section Starts Here*/
.cost-wrapper {
    max-width: 730px;
    margin: 0 auto;
    border: 2px solid #472efc;
    border-radius: 20px;
    padding: 0 15px 60px;
    margin-top: 45px;
}

.cost-wrapper .section-header {
    max-width: 530px;
}

.cost-wrapper .cost-icon {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #f0f5fc;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.cost-wrapper .cost-icon .icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
    align-items: center;
    justify-content: center;
}

.cost-wrapper .button-3 {
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .cost-wrapper .button-3 {
        font-size: 14px;
        padding: 12px 25px;
    }
}

@media (max-width: 575px) {
    .cost-wrapper {
        padding-bottom: 40px;
    }

    .cost-wrapper .cost-icon {
        margin-bottom: -50px;
    }
}

/*Client Section Starts Here*/
.client-item {
    text-align: center;
    margin: 15px;
}

.client-item .client-content {
    padding: 25px 25px 30px;
    background: #ffffff;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .client-item .client-content {
        padding: 25px 15px 30px;
    }
}

.client-item .client-content p {
    max-width: 210px;
    margin: 0 auto 4px;
}

@media (max-width: 767px) {
    .client-item .client-content p {
        font-size: 16px;
    }
}

.client-item .client-content .rating {
    font-size: 16px;
    color: #ffcc00;
}

.client-item .client-thumb {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto 0;
}

.client-item .client-thumb a {
    display: block;
}

.client-item .client-thumb img {
    width: 100%;
}

@media (min-width: 992px) {
    .client-slider {
        width: 1110px;
    }
}

.button-client {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cac7f6;
    color: #ffffff;
    padding: 15px 35px;
}

.button-client:hover {
    color: #ffffff;
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
}

@media (max-width: 991px) {
    .client-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .client-header {
        margin-bottom: 30px;
    }
}

/*How Section Three Starts Here*/
.how-item-3 {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 18px 40px;
    text-align: center;
    margin: 0 auto 30px;
}

.how-item-3 .how-thumb {
    height: 135px;
    margin-bottom: 40px;
}

.how-item-3 .how-thumb img {
    max-height: 100%;
    width: auto;
}

.how-item-3 .how-content .title {
    margin-bottom: 25px;
}

.how-item-3 .how-content p {
    margin-bottom: 40px;
}

.how-item-3 .how-content a {
    font-weight: 400;
    text-transform: capitalize;
}

/*Faster Section Starts Here*/
.faster-content .group {
    margin: -10px;
}

.faster-content .get-button {
    margin: 10px;
    font-weight: 400;
}

.faster-content .get-button.active {
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 10px 7px 0px rgba(17, 83, 252, 0.35);
    color: #ffffff;
    border: none;
}

.faster-content .get-button.active i {
    padding-left: 5px;
}

/*Safe Section Starts Here*/
.safe-content .group {
    margin: -10px;
}

.safe-content .get-button {
    margin: 10px;
    font-weight: 400;
}

.safe-content .get-button.active {
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 10px 7px 0px rgba(17, 83, 252, 0.35);
    color: #ffffff;
    border: none;
}

.safe-content .get-button.active i {
    padding-left: 5px;
}

/*Pricing Section Three Stars Here*/
.pricing-item {
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
    margin: 0 auto 30px;
    position: relative;
}

.pricing-item .tag {
    position: absolute;
    display: block;
    width: 160px;
    height: 50px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    background: #f0f5fc;
    line-height: 50px;
    font-size: 24px;
    font-family: 'HN', serif;
    text-transform: capitalize;
    color: #47484a;
    top: 55px;
    left: -25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 499px) {
    .pricing-item .tag {
        font-size: 20px;
        width: 140px;
    }
}

.pricing-item .pricing-thumb {
    height: 155px;
    margin-bottom: 15px;
}

@media screen and (max-width: 499px) {
    .pricing-item .pricing-thumb {
        height: 120px;
    }
}

.pricing-item .pricing-thumb img {
    width: auto;
    height: 100%;
}

.pricing-item .pricing-content .pricing-header {
    margin-bottom: 20px;
}

.pricing-item .pricing-content .pricing-header .title {
    font-size: 54px;
    line-height: 64px;
    margin-top: -20px;
    margin-bottom: -5px;
}

@media screen and (max-width: 499px) {
    .pricing-item .pricing-content .pricing-header .title {
        font-size: 48px;
    }
}

.pricing-item .pricing-content .pricing-header .title sup {
    top: -.5em;
    font-weight: 400;
    font-size: 55%;
}

.pricing-item .pricing-content .pricing-header .cate {
    text-transform: capitalize;
}

.pricing-item .pricing-content ul {
    margin-bottom: 26px;
}

.pricing-item .pricing-content ul li {
    padding: 6px 0 9px;
    border-bottom: 2px dotted rgba(93, 88, 179, 0.4);
}

.pricing-item .pricing-content ul li:last-child {
    border: none;
}

.pricing-item .pricing-content .button-3 {
    padding: 10px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 250px;
    margin: 0 auto;
}

/*Recharge Section Starts Here*/
.recharge-item {
    text-align: center;
    padding: 0 15px;
    width: 25%;
    margin-bottom: 55px;
}

.recharge-item .recharge-thumb {
    margin: 0 auto 28px;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recharge-item .recharge-thumb .anime {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c2c6f7;
    animation: rotate2 8s linear infinite;
    -webkit-animation: rotate2 8s linear infinite;
    -moz-animation: rotate2 8s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.recharge-item .recharge-thumb .anime::before, .recharge-item .recharge-thumb .anime::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(232, 58, 153, 0.39);
    left: 5px;
    bottom: 5px;
}

.recharge-item .recharge-thumb .anime::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}

.recharge-item .recharge-thumb .thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(219, 218, 255, 0.5);
    background: #ffffff;
}

.recharge-item .recharge-thumb .thumb img {
    width: 100%;
}

.recharge-item .recharge-content .title {
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .recharge-item {
        width: 100%;
        max-width: 165px;
    }
}

.recharge-item.active .recharge-thumb .anime, .recharge-item:hover .recharge-thumb .anime {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.recharge-wrapper {
    justify-content: center;
    margin: 0 -15px -63px;
}

/*Help Section Starts Here*/
.help-item {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(183, 184, 185, 0.2);
    align-items: center;
    padding: 30px 15px;
    margin: 0 auto 30px;
}

@media (max-width: 991px) {
    .help-item {
        max-width: 450px;
    }
}

.help-item .help-thumb {
    width: 80px;
}

.help-item .help-thumb img {
    width: 100%;
}

.help-item .help-content {
    width: calc(100% - 80px);
    padding-left: 30px;
}

.help-item .help-content .title {
    margin: 0;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.help-item .help-content a {
    color: #00bc9c;
}

@media screen and (max-width: 400px) {
    .help-item .help-thumb {
        width: 60px;
    }

    .help-item .help-content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
}

/*Testimonial Two Section Starts Here*/
@media (max-width: 991px) {
    .testi-wrapper {
        margin-bottom: 60px;
    }
}

.testi-wrapper .testi-header {
    margin-bottom: 40px;
}

.testi-wrapper .testi-header .button-3 {
    padding: 10px 35px;
    font-size: 16px;
}

.sponsor-slider-two .sponsor-thumb {
    width: 100%;
}

.tool-wrapper {
    position: relative;
}

.tool-wrapper .owl-nav .owl-prev, .tool-wrapper .owl-nav .owl-next {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 10px 11px 0px rgba(49, 86, 246, 0.3);
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -15px;
}

.tool-wrapper .owl-nav .owl-prev {
    left: -15px;
}

.tool-wrapper .owl-nav .owl-next {
    right: -15px;
}

/*App Video Section Starts Here*/
.app-video-thumb {
    position: relative;
    padding-right: 30px;
}

.app-video-thumb .video-button {
    position: absolute;
    top: 58%;
    right: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1600px) {
    .app-video-thumb img {
        max-width: 800px;
    }

    .app-video-thumb .video-button {
        right: 89%;
    }
}

@media screen and (max-width: 1399px) {
    .app-video-thumb img {
        max-width: 700px;
    }

    .app-video-thumb .video-button {
        right: 80%;
    }
}

@media (max-width: 1199px) {
    .app-video-thumb {
        padding-right: 0;
    }

    .app-video-thumb img {
        max-width: 600px;
    }

    .app-video-thumb .video-button {
        right: 82%;
    }
}

@media (max-width: 991px) {
    .app-video-thumb {
        margin-bottom: 50px;
    }

    .app-video-thumb img {
        width: 100%;
        max-width: 100%;
    }

    .app-video-thumb .video-button {
        right: 57%;
    }
}

@media (max-width: 575px) {
    .app-video-thumb {
        margin-bottom: 40px;
    }

    .app-video-thumb .rtl {
        direction: ltr;
    }

    .app-video-thumb img {
        max-width: unset;
        min-width: 395px;
    }

    .app-video-thumb .video-button {
        right: 50%;
    }
}

@media screen and (max-width: 400px) {
    .app-video-thumb .video-button {
        right: unset;
        left: 50%;
    }
}

/*About Feature Section Starts Here*/
.about-feature-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-counter-item {
    margin-bottom: 40px;
    max-width: 33.33%;
    text-align: center;
}

.about-counter-item .title {
    margin-bottom: 7px;
}

.about-counter-item .title span {
    background: linear-gradient(90deg, #e2906e 0%, #e83b99 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 1.871px 8.803px 7px rgba(232, 58, 153, 0.22);
}

.about-counter-item .title span:last-child {
    background: #e83b99;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.about-counter-item p {
    color: #ffffff;
}

.about-feature-counter-area {
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}

.about-feature-counter-area::after, .about-feature-counter-area::before {
    width: 1px;
    height: calc(100% - 40px);
    top: 0;
    background: #5338af;
}

.about-feature-counter-area::after {
    left: 27%;
}

.about-feature-counter-area::before {
    left: 70%;
}

@media screen and (max-width: 449px) {
    .about-feature-counter-area {
        padding-bottom: 0;
        justify-content: flex-start;
        margin-left: -35px;
        margin-right: -35px;
    }

    .about-feature-counter-area::before, .about-feature-counter-area::after {
        display: none;
    }

    .about-feature-counter-area .about-counter-item {
        padding: 0 35px;
        max-width: 100%;
    }
}

.feat-counter .title {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .feat-counter .title {
        margin-bottom: 20px;
    }
}

.feat-counter .title span {
    background: linear-gradient(90deg, #e2906e 0%, #e83b99 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0.968px 3.881px 1.92px rgba(232, 58, 153, 0.31);
}

/*Pricing Section Four Starts Here*/
.pricing-item-4 {
    text-align: center;
    border-radius: 90px;
    padding: 0 15px 60px 35px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.pricing-item-4 .pricing-header {
    width: 230px;
    height: 230px;
    margin: 0 auto 38px;
    border: 2px solid #d22c48;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.pricing-item-4 .pricing-header * {
    width: 100%;
}

.pricing-item-4 .pricing-header::after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.302);
}

.pricing-item-4 .pricing-header::before {
    width: 208px;
    height: 208px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(-90deg, #eb82f7 0%, #e3455a 99%);
    background: -ms-linear-gradient(-90deg, #eb82f7 0%, #e3455a 99%);
    background: -webkit-linear-gradient(-90deg, #eb82f7 0%, #e3455a 99%);
}

.pricing-item-4 .pricing-header .title {
    font-weight: 600;
    text-shadow: -1.336px 6.871px 8px rgba(58, 78, 229, 0.5);
    margin: 0;
    margin-bottom: -4px;
}

.pricing-item-4 .pricing-header .title sup {
    font-size: 55%;
    font-weight: 400;
    top: -.4em;
}

.pricing-item-4 .pricing-header span {
    text-transform: capitalize;
}

.pricing-item-4 * {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.pricing-item-4 .pricing-body .info {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    padding: 5px 30px 0px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
}

.pricing-item-4 .pricing-body ul {
    margin-bottom: 38px;
}

.pricing-item-4 .pricing-body ul li {
    padding: 0;
    margin-bottom: 13px;
}

.pricing-item-4 .pricing-body .button-3 {
    color: #ffffff;
    border-color: rgba(225, 232, 255, 0.3);
}

.pricing-item-4 .pricing-body .button-3.active {
    border: none;
}

.pricing-item-4 .pricing-body .button-3.active:hover {
    color: #ffffff;
}

.pricing-item-4::after {
    background: -ms-linear-gradient(-90deg, #f093fb 0%, #f5576c 100%);
    background: -moz-linear-gradient(-90deg, #f093fb 0%, #f5576c 100%);
    background: -webkit-linear-gradient(-90deg, #f093fb 0%, #f5576c 100%);
    left: 20px;
    top: 115px;
    bottom: 15px;
    right: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.pricing-item-4::before {
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    border: 2px solid #d22c48;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

@media (max-width: 1199px) {
    .pricing-item-4 .pricing-header {
        width: 200px;
        height: 200px;
        margin: 0 auto 30px;
    }

    .pricing-item-4 .pricing-header::before {
        width: 178px;
        height: 178px;
    }

    .pricing-item-4 .pricing-header .title {
        font-size: 40px;
    }

    .pricing-item-4 .pricing-body ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.pricing-item-4:nth-of-type(3n + 3) {
    padding: 0 35px 60px 15px;
}

.pricing-item-4:nth-of-type(3n + 3)::after {
    background: -ms-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -moz-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    right: 20px;
    top: 115px;
    bottom: 15px;
    left: 0;
}

.pricing-item-4:nth-of-type(3n + 3)::before {
    border-color: #6976de;
}

.pricing-item-4:nth-of-type(3n + 3) .pricing-header {
    border-color: #6976de;
}

.pricing-item-4:nth-of-type(3n + 3) .pricing-header::before {
    background: -ms-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -moz-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
}

.pricing-item-4:nth-of-type(3n + 2)::before {
    border-color: #26a2fb;
}

.pricing-item-4:nth-of-type(3n + 2)::after {
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 1.871px 8.803px 109px 0px rgba(9, 9, 181, 0.31);
    background: -ms-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -moz-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -webkit-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
}

.pricing-item-4:nth-of-type(3n + 2) .pricing-header {
    border-color: #26a2fb;
}

.pricing-item-4:nth-of-type(3n + 2) .pricing-header::before {
    background: -ms-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -moz-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -webkit-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
}

@media (min-width: 992px) {
    .pricing-item-4:nth-of-type(3n + 2) .pricing-body .info {
        font-size: 36px;
        line-height: 50px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .pricing-item-4 {
        width: 100% !important;
        padding: 0 30px 45px !important;
        max-width: 330px;
    }

    .pricing-item-4::after {
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        top: 115px !important;
    }

    .pricing-item-4::before {
        top: 100px;
        display: block !important;
    }
}

.pricing-wrapper-4 {
    align-items: center;
}

.pricing-wrapper-4 .pricing-item-4 {
    width: 30%;
}

@media (max-width: 1199px) {
    .pricing-wrapper-4 .pricing-item-4 {
        width: 32.5%;
    }
}

.pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) {
    width: 40%;
}

@media (min-width: 992px) {
    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) {
        padding: 0 15px 60px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header {
        width: 340px;
        height: 340px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header .title {
        font-size: 74px;
        margin-bottom: 0;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header span {
        font-size: 24px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header::before {
        width: 306px;
        height: 306px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2)::before {
        -webkit-border-radius: 110px;
        -moz-border-radius: 110px;
        border-radius: 110px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2)::after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 85px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) {
        width: 35%;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header {
        width: 290px;
        height: 290px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header .title {
        font-size: 60px;
        margin-bottom: 0;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header span {
        font-size: 22px;
    }

    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-header::before {
        width: 264px;
        height: 264px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .pricing-wrapper-4 .pricing-item-4:nth-of-type(3n + 2) .pricing-body .info {
        font-size: 30px;
        line-height: 46px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pricing-wrapper-4 {
        margin-left: -15px;
        margin-right: -15px;
        justify-content: center;
    }

    .pricing-wrapper-4 .pricing-item-4 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

div[class*="col"]:nth-of-type(3n + 3) .pricing-item-4 {
    padding: 0 35px 60px 15px;
}

div[class*="col"]:nth-of-type(3n + 3) .pricing-item-4::after {
    background: -ms-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -moz-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    right: 20px;
    top: 115px;
    bottom: 15px;
    left: 0;
}

div[class*="col"]:nth-of-type(3n + 3) .pricing-item-4::before {
    border-color: #6976de;
}

div[class*="col"]:nth-of-type(3n + 3) .pricing-item-4 .pricing-header {
    border-color: #6976de;
}

div[class*="col"]:nth-of-type(3n + 3) .pricing-item-4 .pricing-header::before {
    background: -ms-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -moz-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(-90deg, #667eea 0%, #764ba2 100%);
}

div[class*="col"]:nth-of-type(3n + 2) .pricing-item-4::before {
    border-color: #26a2fb;
}

div[class*="col"]:nth-of-type(3n + 2) .pricing-item-4::after {
    bottom: 0;
    left: 0;
    right: 0;
    background: -ms-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -moz-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -webkit-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
}

div[class*="col"]:nth-of-type(3n + 2) .pricing-item-4 .pricing-header {
    border-color: #26a2fb;
}

div[class*="col"]:nth-of-type(3n + 2) .pricing-item-4 .pricing-header::before {
    background: -ms-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -moz-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
    background: -webkit-linear-gradient(-90deg, #68e0cf 0%, #209cff 100%);
}

/*Counter Section Four Starts Here*/
.counter-wrapper-4 {
    background: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: -100px;
    padding: 47px 60px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .counter-wrapper-4 {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper-4 {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper-4 {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .counter-wrapper-4 {
        padding: 0;
        margin: 0;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.counter-area-4 {
    align-items: center;
    justify-content: space-between;
    margin-bottom: -30px;
}

.counter-area-4 .counter-item-4 {
    align-items: center;
    width: auto;
    max-width: calc(100% / 3);
    margin-bottom: 30px;
}

.counter-area-4 .counter-item-4 .counter-thumb {
    width: 106px;
}

.counter-area-4 .counter-item-4 .counter-thumb img {
    max-width: 100%;
}

.counter-area-4 .counter-item-4 .counter-content {
    max-width: calc(100% - 106px);
    padding-left: 25px;
}

.counter-area-4 .counter-item-4 .counter-content .title {
    margin: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

@media (max-width: 1199px) {
    .counter-area-4 .counter-item-4 {
        width: 100%;
    }

    .counter-area-4 .counter-item-4 .counter-thumb {
        width: 80px;
    }

    .counter-area-4 .counter-item-4 .counter-content {
        width: calc(100% - 80px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .counter-area-4 .counter-item-4 {
        width: 100%;
    }

    .counter-area-4 .counter-item-4 .counter-thumb {
        width: 50px;
    }

    .counter-area-4 .counter-item-4 .counter-content {
        padding-left: 15px;
        width: calc(100% - 50px);
    }

    .counter-area-4 .counter-item-4 .counter-content .title {
        font-size: 36px;
        line-height: 1;
    }

    .counter-area-4 .counter-item-4 .counter-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .counter-area-4 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .counter-area-4 .counter-item-4 {
        max-width: 260px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .counter-area-4 .counter-item-4 .counter-thumb {
        width: 70px;
    }

    .counter-area-4 .counter-item-4 .counter-content {
        width: calc(100% - 70px);
    }
}

/*Page Header Starts Here*/
.page-header {
    padding: 233px 0 170px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-header {
        padding: 180px 0 100px;
    }
}

.page-header.single-header {
    height: 599px;
    padding: 0;
}

.page-header.single-header::before {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0deg, #2102ae 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #2102ae 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #2102ae 0%, #e83a99 100%);
    opacity: .7;
}

.page-header.single-header.blog-single-header {
    height: 450px;
}

@media (max-width: 991px) {
    .page-header.single-header {
        height: 550px;
    }

    .page-header.single-header.blog-single-header {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .page-header.single-header {
        height: 450px;
    }

    .page-header.single-header.blog-single-header {
        height: 300px;
    }
}

.page-header .page-header-content.hide {
    display: none;
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}

.page-header-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-header-content .title {
    font-size: 66px;
    line-height: 70px;
    margin: 0;
}

@media (max-width: 767px) {
    .page-header-content .title {
        font-size: 48px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .page-header-content .title {
        font-size: 42px;
        line-height: 50px;
    }
}

.page-header-content .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
}

.page-header-content .breadcrumb li {
    text-transform: capitalize;
    padding: 5px;
}

.page-header-content .breadcrumb li a {
    align-items: center;
}

.page-header-content .breadcrumb li a::after {
    font-family: 'HN', serif;
    font-weight: 500;
    margin-left: 10px;
    content: "\f104";
}

.page-header-content .breadcrumb li a:hover {
    color: #05c3de;
}




/* inner ripple */
@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    30% {
        transform: scale(2.5);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    30% {
        transform: scale(2.5);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

@keyframes zigZag2 {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px, -10px);
        -ms-transform: rotate(0deg) translate(-10px, -10px);
        transform: rotate(0deg) translate(-10px, -10px);
    }

    20% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }

    40% {
        -webkit-transform: rotate(0deg) translate(10px, 10px);
        -ms-transform: rotate(0deg) translate(10px, 10px);
        transform: rotate(0deg) translate(10px, 10px);
    }

    60% {
        -webkit-transform: rotate(360deg) translate(10px, 10px);
        -ms-transform: rotate(360deg) translate(10px, 10px);
        transform: rotate(360deg) translate(10px, 10px);
    }

    80% {
        -webkit-transform: rotate(0deg) translate(10px, 10px);
        -ms-transform: rotate(0deg) translate(10px, 10px);
        transform: rotate(0deg) translate(10px, 10px);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-moz-keyframes upDown {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

/*All Animation Ends Here*/
.blog-author {
    padding: 30px;
    border-radius: 10px;
}

.blog-author .author-thumb {
    width: 94px;
    height: 94px;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.blog-author .author-thumb a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author .author-thumb a img {
    width: 100%;
}

.blog-author .author-content {
    width: calc(100% - 94px);
    padding-left: 30px;
}

.blog-author .author-content .title {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .blog-author {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-author .author-thumb {
        margin: 0 auto 20px;
    }

    .blog-author .author-content {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.blog-comment {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .blog-comment {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .blog-comment {
        margin-top: 80px;
    }
}

.blog-comment > .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 576px) {
    .blog-comment > .title {
        font-size: 28px;
        padding-bottom: 23px;
    }
}

.comment-area li {
    padding: 0;
}

.comment-area li .blog-item {
    border-top: 1px solid #bccaea;
    padding: 21px 0;
    align-items: center;
}

.comment-area li .blog-item .blog-thumb {
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid #bccaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-area li .blog-item .blog-thumb a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-area li .blog-item .blog-thumb a img {
    width: 100%;
}

.comment-area li .blog-item .blog-thumb-info {
    width: 160px;
    padding-left: 30px;
}

.comment-area li .blog-item .blog-thumb-info span {
    margin-bottom: 10px;
    display: block;
    color: #0a3d62;
    font-size: 14px;
}

.comment-area li .blog-item .blog-thumb-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-area li .blog-item .blog-content {
    width: calc(100% - 225px);
    padding-left: 30px;
}

.comment-area li .blog-item .blog-content p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 575px) {
    .comment-area li .blog-item .blog-thumb {
        margin-bottom: 10px;
    }

    .comment-area li .blog-item .blog-thumb-info {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .comment-area li .blog-item .blog-thumb-info span {
        margin-bottom: 7px;
    }

    .comment-area li .blog-item .blog-content {
        padding: 0;
        width: 100%;
    }
}

.comment-area li ul {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .comment-area li ul {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .comment-area li ul {
        padding-left: 95px;
    }
}

/*Leave-Comment Starts*/
.leave-comment {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .leave-comment {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .leave-comment {
        margin-top: 55px;
    }
}

.leave-comment .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
}

@media (min-width: 576px) {
    .leave-comment .title {
        font-size: 28px;
    }
}

.blog-form {
    margin-bottom: -30px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .blog-form {
        font-size: 14px;
    }
}

.blog-form .form-group {
    margin-bottom: 30px;
}

.blog-form .form-group input {
    height: 52px;
    border: none;
    border-bottom: 1px solid #bccaea;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    color: #0a3d62;
}

.blog-form .form-group input::placeholder {
    color: #0a3d62;
}

.blog-form .form-group input:focus {
    border-color: #e883ae;
}

.blog-form .form-group input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    padding: 0 50px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
    border: none;
}

.blog-form .form-group textarea {
    padding: 0;
    height: 200px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bccaea;
    color: #0a3d62;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog-form .form-group textarea:focus {
    border-color: #e883ae;
}

.blog-form .form-group textarea::placeholder {
    color: #0a3d62;
}

@media (max-width: 575px) {
    .blog-form {
        margin-bottom: -20px;
    }

    .blog-form .form-group {
        margin-bottom: 20px;
    }

    .blog-form .form-group input {
        height: 45px;
    }

    .blog-form .form-group textarea {
        height: 150px;
    }
}

.post-item {
    margin: 0 auto 40px;
    overflow: hidden;
}

.post-item .post-thumb a {
    display: block;
}

.post-item .post-thumb img {
    width: 100%;
}

.post-item .post-content {
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin: -30px 4px 0;
    padding: 30px 20px;
}

.post-item .post-content .title {
    margin: 0;
    margin-bottom: 20px;
}

.post-item .post-content p {
    margin-bottom: 15px;
}

.post-item .post-content .read {
    font-size: 16px;
    color: #9d9cab;
}

@media (min-width: 768px) {
    .post-item .post-content {
        margin: -80px 30px 0;
        padding: 34px 30px;
    }

    .post-item .post-content .title {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .post-item .post-content p {
        margin-bottom: 30px;
    }
}

.post-item.style-two {
    background: #ffffff;
    padding: 20px;
    position: relative;
}

.post-item.style-two::before, .post-item.style-two::after {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 40px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}

.post-item.style-two::after {
    height: 140px;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
}

.post-item.style-two::before {
    height: 160px;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    opacity: 0.502;
}

@media (min-width: 768px) {
    .post-item.style-two::before {
        height: 335px;
    }

    .post-item.style-two::after {
        height: 300px;
    }
}

.post-item.style-two .post-thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.post-item.style-two .post-content {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

@media (min-width: 768px) {
    .post-item.style-two {
        padding: 40px;
    }

    .post-item.style-two .post-thumb {
        margin-bottom: 32px;
    }
}

.pagination-area {
    font-size: 18px;
    margin-left: 0 -15px;
    overflow: hidden;
}

.pagination-area a {
    color: #7a89bb;
    margin: 0 15px;
}

.pagination-area a i {
    font-size: 14px;
}

.pagination-area a:hover {
    color: #47484a;
}

@media (max-width: 575px) {
    .pagination-area a span {
        display: none;
    }
}

.pagination-area a.active {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}

.pagination-area a:first-child span {
    margin-left: 3px;
}

.pagination-area a:last-child span {
    margin-right: 3px;
}

@media (max-width: 575px) {
    .pagination-area {
        margin: 0 -10px;
    }

    .pagination-area a {
        margin: 0 10px;
    }
}

/*BLog Details Section Starts Here*/
.post-details {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    color: #47484a;
    margin-bottom: 60px;
}

.post-details .post-inner {
    padding: 50px 60px 40px;
}

.post-details .post-header .meta-post {
    font-size: 16px;
    margin-right: -15px;
    margin-bottom: 36px;
}

.post-details .post-header .meta-post a {
    color: #47484a;
    margin-right: 15px;
    margin-bottom: 5px;
}

.post-details .post-header .title {
    margin-bottom: 36px;
}

@media (min-width: 576px) {
    .post-details .post-header .title {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .post-details .post-header .title {
        font-size: 46px;
        line-height: 55px;
    }
}

.post-details .post-content {
    align-items: start;
}

.post-details .post-content .entry-content {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.post-details .post-content .entry-content p {
    margin-bottom: 40px;
}

.post-details .post-content .entry-content img {
    margin-bottom: 44px;
    width: 100%;
}

.post-details .post-content .entry-meta {
    justify-content: center;
    width: 50px;
}

.post-details .post-content .entry-meta .thumb {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.post-details .post-content .entry-meta .thumb::before {
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
}

.post-details .post-content .entry-meta .thumb img {
    position: relative;
    z-index: 1;
    width: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-details .post-content .entry-meta .comment {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.post-details .post-content .entry-meta .comment i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid rgba(31, 53, 92, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #47484a;
    margin: 0 auto;
}

.post-details .post-content .entry-meta .comment span {
    display: block;
    font-size: 16px;
    color: #47484a;
}

@media (max-width: 767px) {
    .post-details {
        margin-bottom: 40px;
    }

    .post-details .post-inner {
        padding: 30px 15px 30px;
    }

    .post-details .post-header .meta-post {
        margin-bottom: 20px;
    }

    .post-details .post-header .title {
        margin-bottom: 25px;
    }

    .post-details .post-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .post-details .post-content .entry-content p {
        margin-bottom: 30px;
    }

    .post-details .post-content .entry-content img {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .post-details .post-header .title {
        margin-bottom: 20px;
    }

    .post-details .post-content .entry-content, .post-details .post-content .entry-meta {
        width: 100%;
        padding: 0;
    }

    .post-details .post-content .entry-meta {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .post-details .post-content .entry-meta .comment {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .post-details .post-content .entry-meta .comment span {
        margin-left: 5px;
    }
}

.post-details .tags-area {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border-top: 1px solid #bccaea;
    padding: 30px 30px 15px;
}

@media (max-width: 767px) {
    .post-details .tags-area {
        padding: 20px 15px 5px;
    }
}

.post-details .tags-area .tags {
    font-size: 16px;
    margin-bottom: 15px;
}

.post-details .tags-area .tags span {
    font-size: 18px;
    font-weight: 500;
    color: #47484a;
    font-weight: 600;
}

.post-details .tags-area .tags a {
    color: #47484a;
}

.post-details .tags-area .tags a::after {
    content: ",";
}

.post-details .tags-area .tags a:last-child::after {
    display: none;
}

.post-details .tags-area .social-icons {
    margin: -5px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.post-details .tags-area .social-icons li {
    padding: 5px;
}

.post-details .tags-area .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: #bccaea;
    color: rgba(80, 76, 137, 0.8);
}

.post-details .tags-area .social-icons li a.active, .post-details .tags-area .social-icons li a:hover {
    border: none;
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

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

.blog-single-section {
    margin-top: -280px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog-single-section {
        margin-top: -160px;
    }
}

.scrollToTop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #e6709c;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.transparent-button {
    color: #ffffff;
    border: 1px solid #c087fa;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
}

.transparent-button:hover {
    color: #47484a;
    background-color: #ffffff;
    border-color: #47484a;
}

@media (max-width: 575px) {
    .transparent-button {
        font-size: 16px;
    }
}

.button-2 {
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    background: #735ff1;
}

.button-2:hover {
    color: #47484a;
    background-color: #ffffff;
    border-color: #47484a;
}

.button-2 i {
    margin-left: 5px;
}

@media (max-width: 575px) {
    .button-2 {
        font-size: 16px;
    }
}

.app-button-group {
    margin-bottom: -20px;
    margin-right: -30px;
}

.app-button-group .app-button {
    display: block;
    margin-bottom: 20px;
    width: calc(50%);
    margin-right: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 200px;
}

.app-button-group .app-button:hover {
    box-shadow: 0px 17px 24px 0px rgba(18, 83, 252, 0.51);
}

.app-button-group .app-button img {
    width: 100%;
}

@media screen and (max-width: 399px) {
    .app-button-group .app-button {
        width: 100%;
        max-width: 190px;
    }
}

.button-3 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cac7f6;
    color: #33406a;
    padding: 15px 35px;
}

.button-3.active, .button-3:hover {
    color: #ffffff;
    border-color: transparent;
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 17px 24px 0px rgba(18, 83, 252, 0.51);
}

.button-3.active:hover {
    background: transparent;
    border: 1px solid #cac7f6;
    color: #33406a;
    box-shadow: none;
}

.button-3 i {
    margin-left: 5px;
}

.button-3.long-light {
    padding: 10px 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}

.button-group {
    margin: -10px;
}

.button-group a {
    margin: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button-group a {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.custom-button {
    color: #ffffff;
    border: 1px solid #47484a;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    background: #47484a;
}

.custom-button:hover {
    color: #47484a;
    background-color: #ffffff;
    border-color: #47484a;
}

@media (max-width: 575px) {
    .custom-button {
        font-size: 16px;
    }
}

.button-4 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px 45px;
    background: -ms-linear-gradient(-65deg, #292929 0%, #6e6e6f 100%);
    background: -moz-linear-gradient(-65deg, #292929 0%, #6e6e6f 100%);
    background: -webkit-linear-gradient(-65deg, #292929 0%, #6e6e6f 100%);
}

.button-4:hover {
    color: #ffffff;
    box-shadow: 0px 17px 24px 0px rgba(18, 83, 252, 0.51);
}

.button-4.active {
    background: transparent;
    border: 1px solid #6e5dc6;
}

.play-button {
    display: inline-flex;
    align-items: center;
}

.play-button i {
    font-size: 60px;
    line-height: 60px;
}

.play-button span {
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 20px;
}

.play-button .video-button i {
    line-height: 50px;
    font-size: 20px;
}

.banner-button-group {
    align-items: center;
    margin: -10px;
}

.banner-button-group a {
       margin: 27px auto;
    margin-bottom: -20px;
}
}

@media (min-width: 576px) {
    .banner-button-group {
        margin: -15px;
    }

    .banner-button-group a {
        margin: 15px;
    }
}

.video-button {
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff8a00;
    position: relative;
    color: #ffffff;
    margin: 0 auto;
}

.video-button i {
    margin-left: 5px;
}

.video-button::after, .video-button::before {
    animation: video 25s linear infinite;
    -webkit-animation: video 25s linear infinite;
    -moz-animation: video 25s linear infinite;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.video-button::before {
    background: rgba(255, 138, 0, 0.161);
    width: 100px;
    height: 100px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-border-radius: 33.33% 50%;
    -moz-border-radius: 33.33% 50%;
    border-radius: 33.33% 50%;
}

.video-button::after {
    background: rgba(255, 138, 0, 0.302);
    height: 73px;
    width: 73px;
}

@keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-webkit-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-moz-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@media (min-width: 576px) {
    .large-button {
        padding: 15px 55px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}

.get-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 11px 34px;
    color: #47484a;
    border: 1px solid #d4cff4;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.get-button i {
    margin-left: 14px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.get-button:hover {
    box-shadow: 0px 17px 24px 0px rgba(18, 83, 252, 0.51);
}

.get-button:hover i {
    padding-left: 5px;
}

.get-button.white {
    color: #ffffff;
}

.get-button.light {
    font-weight: 400;
}


}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #7c209c;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
    .img-box img {
        max-height: 100%;
    max-width: 100%;
        margin-bottom: 25px;
        height: auto;
		text-align: center;
    }

.description-block{
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(224deg, rgb(255 232 168) 16%, rgb(255 255 255) 43%, rgb(178 225 195) 73%);
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 6px 11px 3px rgb(171 177 185 / 51%);
    padding: 30px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;height: 300px;clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 63% 75%, 71% 91%, 47% 75%, 0% 75%);
}

.description-block:hover {
	box-shadow: 0px 4px 17px 3px rgb(0 0 0 / 20%);
	max-height: 100%;
}


.inner-box{
    padding-left: 70px;
    position: relative;
}
.inner-box2{
    font-size: 15px;
    position: relative;margin-top: 4%;
}
.inner-box .step_num{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: .3s ease; 
}
.inner-box h3{
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
	margin-top: 5px;
}

.inner-box p{
    margin-top: -10px;
    margin-bottom: 10px !important;
	
}
.img-box img {
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
    max-height: 500px;
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.list-clients {
    margin-top: 60px;
    text-align: center;
}
.clients-item a {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: .5;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s cubic-bezier(0,0,.2,1) 0s;
    -khtml-transition: all .3s cubic-bezier(0,0,.2,1) 0s;
    -moz-transition: all .3s cubic-bezier(0,0,.2,1) 0s;
    -ms-transition: all .3s cubic-bezier(0,0,.2,1) 0s;
    -o-transition: all .3s cubic-bezier(0,0,.2,1) 0s;
    transition: all .3s cubic-bezier(0,0,.2,1) 0s;
}
.clients-item a:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.clients-item img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shape-top{
background-image: url(shapes/price-shape.svg);
    background-size: 28% 29px;
    top: -47px;
    height: 29px;
    z-index: 1;
    margin-top: 45px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    transform: rotate(180deg);
}

.wave-area1 {
height: 5%;
    width: 100%;
    position: absolute;
    bottom: -58px;
    left: 0;
    z-index: 1;
}
.wave-area2 {
transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: 45px;
    /* direction: initial; */
    left: 0;
    background: white;
    z-index: 1;
}

.wave {
    background: url("shapes/wave.svg") repeat-x;
    position: absolute;
    top: -147px;
    width: 6400px;
    height: 100px;
    animation: wave 11s cubic-bezier(0.36, 1.45, 0.63, 2.53) infinite;
    transform: translate3d(0, 0, 0)
}

.wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1
}
@media only screen and (max-width: 600px) {
 .wave { display:none;  } 
 .wave-area1 { padding-top: 100px; display: none;}
 .wave-area2 { padding-top: 100px; display: none;} 
 
}



@media only screen and (max-width: 600px) {
 .shape-bottom { display:none;  } 
}

@media only screen and (max-width: 600px) {
.align-items-center {margin-bottom: 150px;}
}

@keyframes wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -45px, 0)
    }
    50% {
        transform: translate3d(0, 5px, 0)
    }
}









.title-box {
    position: relative;margin-top: 90px;
    margin-left: 10%;
}
.title2-box {
    position: relative;
}
.breadcrumb{background: transparent;
    color: #fff;
    padding: 0;}
.headpage-section {
background: linear-gradient(180deg, #ffffff 0%, #5acbd0 100%);
background-size: 150% auto;
    position: relative;
    padding-top: 60px; padding-bottom: 0px;
}

.shape-bottom{
    transform: scaleX(-1);margin-top: -50px;
}
.section-page{
	    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: auto;

}	
.section2-page{
	    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: auto;

}	
.section2-page img:hover{

transform: scale(1.2);
}
.section2-page h6:hover {

transform: scale(1.2);
}

.contact {
	    margin-top: -38px;margin-bottom: 50px;
}
.market{
	text-align: center;
	    margin-bottom: 80px;  margin-top: 100px;
}
.market img{
	max-width: 100%;
    height: auto;margin-bottom:30px;
}

.terms{
text-align: center;
    margin-bottom: 100px;
    margin: auto;
    padding-bottom: 100px;
}
.terms img{
width:50%;
}
.terms h7{
font-size: 15px;
    font-weight: 700;
}
.terms p{
font-size: 13px;
}

.market-header{
	text-align: center;
	    margin-bottom: 10px;
}
.market-header img{
	    margin-bottom: 30px;
}
.market-header h3{
	    color: #464343; margin-top: 0px !important;
}

.mob {
	margin: auto;
    text-align: center;
    width: 70%;margin-bottom: 200px;
}

@media only screen and (max-width: 600px) {
 .mob { 
margin: auto;
    text-align: center;
    width: 95%;margin-bottom: 150px;
 } 
 
 .head-section3 {display: block;}
.head-section2 {display: none;}
 
 
 
}

a, .breadcrumb {
    color: #4c4d4f;
}
.mob a {
 margin-bottom: 5px; text-transform: uppercase; font-size: 25px; color: #4c4d4f; text-align: center; 
}

.mob h1 {
font-weight: bold; text-transform: uppercase; font-size: 25px; color: #4c4d4f; text-align: center; 
}

.td11 {
margin-right: 5px; 
}

.td12 {
text-align: center; width: 131px; color: #229422; font-weight: 700; font-size: 30px;
}
.btnpay {
background-color:#40af40; border-color: #21880a;margin-bottom: 10px;
}
.btnpay1 {
margin-top: 25px;margin-bottom: 50px;
}
.form-group  {
	text-align: left;
}
.form-group label {
	    margin-bottom: 5px;
    color: #1050e2;
    font-weight: 300;cursor: default;
}

.in_center {width: 100%; position: relative; height: 100%; background: rgb(255 255 255 / 69%);}
.fixbody {max-width: 1150px; min-width: 1150px; margin: 0 auto;}
.text_center {text-align: center; }


.text_center p {font-size: 25px;padding: 10px;text-align: center; } 




.orange-button:hover {
 color: #fff;
 background: #ffa69a;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  box-shadow: 0px 2px 0px #9b4a3f;
  -webkit-box-shadow: 0px 2px 0px #9b4a3f;
  -moz-box-shadow: 0px 2px 0px #9b4a3f;
  -ms-box-shadow: 0px 2px 0px #9b4a3f;
}

.bg_video {position: absolute; width: 100%; height: 100%; z-index: -1; top: 1px}
.bg_video video {position: absolute; width: 100%;}



.after_center {background: url('../../images/pattern.png'); }


.in_after_center .dleftd p {color: #47484a}
.in_after_center .dleftd p.title {font-size: 40px; color: #47484a;}
.in_after_center .dleftd .after_center_download {width: 300px;background: #EC1165;height: 50px;line-height: 3em;border-radius: 5px;text-align: center;margin: 0 auto;margin-top: 56px;}
.in_after_center .dleftd .after_center_download a {display: block; color: #fff; font-size: 25px;}


.in_after_center .drightd img {width: 100%;}

.in_bluediv .dleftd {margin-top: -150px;}
.in_bluediv .dleftd img {margin: -3px auto;}
.in_bluediv .drightd { margin-top: 15px;   margin-bottom: 55px;     margin-left: 120px;}
.in_bluediv .drightd p {color: #fff;}
.in_bluediv .drightd p.title {font-size: 40px; color: #FFF; margin-top: 52px;}
.in_bluediv .drightd .bluediv_download {margin-top: 30px; z-index: 1; position: relative;}
.fixbody {max-width: 1150px; min-width: 1150px; margin: 0 auto;}
.drightd p {color: #fff;text-align: center;font-size: 40px;padding-top: 64px;}
.drightd h1 {color: #fff;margin-top: -6px;text-align: center;font-size: 20px; font-weight: 100;margin-bottom: 20px;}

.leftd {float: right; }
.rightd {float: left; }
.ftcontainer {
    border: 0px solid #fff;
   width: 105%;
}
.floatchild {
    text-align: center;
    margin: 0 auto;	margin-top: 40px;
	}
	
.floatchild1 {
    width: 50%;
    float: left;
    border: 0px ;
	}
.floatchild2 {
    width: 50%;
    float: right;
    border: 0px ;
	}

.in_features {text-align: center; padding-top: 20px;}
.in_features h1 {font-size: 40px; margin-top:30px;  } 

.ul_features {margin-top: 35px; }
.ul_features li { width: 33%; text-align: inherit; float: right; margin: 20px 0px; color: #47484a; font-size: 15px;}
.ul_features li img {vertical-align: middle; margin-left: 0px;}
.ul_features li:nth-child(4){}

.in_features .seeall_features {width: 250px;  height: 50px; margin: 0 auto; margin-bottom: -25px; background: #515459; border-radius: 5px; line-height: 3em;}
.in_features .seeall_features a {color: #fff;  display: block;}

.in_reseller {text-align: center; margin-top: 100px;}
.in_reseller h1 img {vertical-align: middle; margin: 0px 10px;}
.in_reseller h1 {font-size: 35px;margin-top: 20px; }

.in_reseller .reseller_btnn {width: 250px;   margin: 50px auto;  background: #515459; border-radius: 5px; line-height: 3em;}
.in_reseller .reseller_btnn a {color: #fff; display: block;}
.in_reseller .reseller_img img {width: 31%; margin: 5px; }
.reseller_page p.textabt_reseller {text-align: right; font-size: 15px; line-height: 1.5em; direction:rtl;}
.reseller_page .reseller_btnn {background: #ff6600;}
.reseller{    margin: 0 auto;
    text-align: center; width: 80%;}

.footerb { text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;font-weight: 900;
    font-size: 23px;}








.headaddress {
width: 100%;direction: rtl;
    text-align: center;
    margin: 0 auto;
}


.headaddresslg {margin-bottom: 60px;}


.headaddress2 { margin-bottom: 100px;margin-top: 100px;}
.headaddress2 h1{font-size: 15px; margin-bottom: 10px;text-align: left;}
.headaddress2 p{font-size: 12px; margin-bottom: 10px;text-align: left;}

.mob0{display: block;}
.mob1{display: none;}


.drpm{padding: 10px 42px 10px 10px;
    border-radius: 10px;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    font-size: 26px;
    color: #444;
    height: 55px;
    text-align: right !important;
    color: #3498db;
    direction: rtl;
    float: right !important;
    margin-right: -44px;
    margin-bottom: -20px;
}
.select{
    background-color: #f5f5f5;
    border: 1px solid #333333;margin-bottom: 200px;
}



.marketw1 {width: 80%;
    text-align: center;
    margin: 0 auto;}
.marketw1 form {width: 100%;
    text-align: center;
    margin: 0 auto;}
	
	.head-section {
background: linear-gradient(56deg, rgba(255,255,255,1) 16%, rgb(194 210 217) 43%, rgb(233 196 226) 73%);
background-size: 150% auto;
    position: relative;
    padding-top: 53px; padding-bottom: 100px;
}

.head-section2 {
background: linear-gradient(56deg, rgb(239 239 239) 16%, rgb(194 210 217) 43%, rgb(233 196 226) 73%);
background-size: 150% auto;
    position: relative;
    padding-top: 165px; 
}

.head-section2 img {
width: 100%;
    height: 15%;
    margin-top: -1%;
    
}
.head-section3 {display: none;
background: linear-gradient(56deg, rgb(239 239 239) 16%, rgb(194 210 217) 43%, rgb(233 196 226) 73%);
background-size: 150% auto;
    position: relative;
    padding-top: 160px; 
}


.header-dot {
	display: none;
}





.header-section.active {top: -2px;padding: 5px;background: #f1fafb !important;border-radius: 0px 0px 0px 0px !important;box-shadow: -4px 13px 24px #328ca0 !important}

.w_center {background-image: url("../../images/vcc.png"); background-size: cover; height: 560px;margin-top: 0px;}

.text_center h1 {padding-top: 312px; font-size: 35px; text-align: center;color: #47484a;line-height: 75px;}
.orange-button {
	
  display: inline-block;
  width: 40%;
  
  height: 54px;
  color: #fefefe;
  text-align: center;
  line-height: 60px;
  font-size: 21px;
  
  margin: 0 auto;
  margin-top: 17px;
  font-weight: 300;
  background: #f97360;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  box-shadow: 0px 2px 0px #9b4a3f;
  -webkit-box-shadow: 0px 2px 0px #9b4a3f;
  -moz-box-shadow: 0px 2px 0px #9b4a3f;
  -ms-box-shadow: 0px 2px 0px #9b4a3f;
}


.peopleimg  {   

    margin-top: 10px;
    height: 84px;
    width: 100%;
	background-position: center;
    text-align: center;
    background-image: url(img/people.png);
}

.section1{
	margin-top: 100px;margin-bottom: 100px;
}

.in_after_center { width: 80%;margin: 0 auto;}

.in_after_center .dleftd {width: 50%;text-align: center;}

.imagespc img {width: 50%;}
.bluediv { background: url('../../images/blueBG.png') no-repeat; background-size: cover; height: 378px;}
.in_after_center .drightd {width: 40%;}
.in_after_centerimages {margin-top: -50px;}


.features {background: url(../../images/pattern.png);border-bottom: 4px solid #ebebeb;height: 400px;width: 80%;text-align: center;margin: auto;}
.features {background: url(../../images/pattern.png);border-bottom: 4px solid #ebebeb;height: 400px;width: 80%;text-align: center;margin: auto;}
.in_features p {font-size: 22px; line-height:38px; color: #47484a; text-align: center;}
.in_reseller p {margin-top: 35px;text-align: center;font-size: 22px;}


#wevoroot .hcg-slide-container {
	width: auto;
	height: auto;
}
.hcg-slider {
	text-align: center;
}
.hcg-slide-container {
	max-width: 100%;
	display: inline-block;
	position: relative;
}
.hcg-slides {
	display: none;
	text-align: center;
	overflow: hidden;
}
.hcg-slides img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #a0a0a0;
	vertical-align: middle;
}
.hcg-slide-prev, .hcg-slide-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	text-decoration: none;
}
.hcg-slide-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.hcg-slide-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.hcg-slide-prev:hover, .hcg-slide-next:hover {
	background-color: #000c;
}
.hcg-slide-dot-control {
	margin-top: 10px;
	text-align: center;
}
.hcg-slide-dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}
.hcg-slide-dot.dot-active {
	background-color: #717171;
}

.animated { 
	animation-name: fadeIn; 
	animation-duration: 1s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}

.col-md-6 {width: 100%;margin: 0 auto;}
.headaddress h1{margin-top: 30px;font-size: 35px; margin-bottom: 50px;}

@media only screen and (max-width: 990px) {
	.mob0{display: none;}
	.mob1{display: block;}
	.container {max-width: 100%;}
	.header-bar {margin-right: 0%;}
	.headimg { height: auto;width: 16%;}
	.headimg2 { height: auto;max-width: 75%;}
	.head-section {height: 113px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: 0px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
	.header-section .header-wrapper{width: 100%;}
	.w_center{margin-top: 0px;height: 500px;background-position: center;}
	.text_center h1 {padding-top: 300px; font-size: 40px;line-height: 50px;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height:750px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 45%;margin-left: 4%;}
	.features {height: 450px;width: 100%;margin: auto;margin-top: -100px; }
	.in_features p {font-size: 20px;  text-align: center; margin: 0 auto;width: 80%;}
    .in_reseller p {width: 90%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 20px;}
    .hcg-slider {margin-bottom: 20px;margin-top: -50px;}
	.header-section .header-wrapper .menu.active {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);margin-top: 0px;    border-top: 3px solid #1C6EA4;border-bottom: 3px solid #1C6EA4;}
	.head-section3 img {width: 100%;height: 13%;margin-top: -9%;}
	.header-section .header-wrapper .menu li {direction: ltr;}
	.col-md-6 {width: 95%!important;max-width: 95%!important;margin: 0 auto;}
	.headaddress h1 {width: 80%;margin: 0 auto;margin-top: 65px;margin-bottom: 50px;font-size: 28px;}
}

@media only screen and (max-width: 717px) {
	.mob0{display: none;}
	.mob1{display: block;}
	.container {max-width: 100%;}
	.header-bar {margin-right: 0%;}
	.header-section .header-wrapper{width: 100%;}
	.headimg { height: auto;width: 20%;}
	.headimg2 { height: auto;max-width: 75%;}
	.head-section {height: 113px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: 0px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
	.w_center{margin-top: 0px;height: 355px;background-position: center;}
	.text_center h1 {padding-top: 165px; font-size: 40px;line-height: 50px;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height:750px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 62%;margin-left: 5%;}
	.features {height: 450px;width:100%;margin: auto;margin-top: -100px; }
	.in_reseller p {width: 90%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 20px;}
    .hcg-slider {margin-bottom: 20px;}
	.head-section3 img {width: 100%;height: 10%;margin-tosp: -9%;}
	.col-md-6 {width: 100%;margin: 0 auto;}
}


	
@media only screen and (max-width: 600px) {

	
	
	.header-bar {margin-right: 0%;}
	.header-section .header-wrapper{width: 100%;}
	.mob0{display: none;}
	.mob1{display: block;}
	.headimg { height: auto;width: 28%;}
	.headimg2 { height: auto;max-width: 75%;}
	.head-section {height: 90px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: -30px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
	.w_center{margin-top: 30px;height: 355px;background-position: center;}
	.text_center h1 {padding-top: 190px; font-size: 40px;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height:780px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 77%;margin-left: 5%;}
    .features {height: 455px;width: 98%;margin: auto;margin-top: -100px; }
	.in_reseller p {width: 90%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 20px;}
    .hcg-slider {margin-bottom: 455px;}
	.head-section3 img {width: 100%;height: 10%;margin-tosp: -9%;}
	
}


@media only screen and (max-width: 540px) {

	.mob0{display: none;}
	.mob1{display: block;}
	.header-bar {margin-right: 0%;}
	.header-section .header-wrapper{width: 100%;}
	.headimg { height: auto;width: 30%;}
	.headimg2 { height: auto;max-width: 75%;}
	.head-section {height: 90px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: -30px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
	.w_center{margin-top: 30px;height: 355px;background-position: center;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height:780px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 90%;margin-left: 5%;}
	.features {height: 490px;width: 100%;margin: auto;margin-top: -100px; }
	.in_reseller p {width: 100%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 20px;}
    .hcg-slider {margin-bottom: 464px;}
	
}


@media only screen and (max-width: 414px) {

	.mob0{display: none;}
	.mob1{display: block;}
	.header-bar {margin-right: 0%;}
	.header-section .header-wrapper{width: 100%;}
	.headimg { height: auto;width: 35%;}
	.headimg2 { height: auto;max-width: 75%;}
	.head-section {height: 90px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: -30px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
    .w_center{margin-top: 30px;height: 355px;background-position: center;}
	.text_center h1 {padding-top: 190px; font-size: 40px;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height:690px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 100%;margin-left: 1%;}
	.features {height: 540px;width: 100%;margin: auto;margin-top: -100px; }
	.in_reseller p {width: 80%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 17px;}
    .hcg-slider {margin-bottom: 464px;}
	
}



@media only screen and (max-width: 280px) {
	.mob0{display: none;}
	.mob1{display: block;}
	.header-bar {margin-right: 0%;}
	.header-section .header-wrapper{width: 100%;}
	.headimg { height: auto;width: 35%;}
	.headimg2 { height: auto;max-width: 75%;}
	.container {max-width: 100%;}
	.header-bar {margin-right: 5%;}
	.head-section {height: 90px;background-size: 150% auto;position: relative;padding-top: 0px;padding-bottom: 10px;margin-bottom: -30px}
	.header-section.active {top: 10px;padding: 0px;height: 86px;width: 100%;box-shadow: 0px -20px 24px 20px #f1fafb !important;}
	.w_center{margin-top: 30px;height: 355px;background-position: center;}
	.orange-button {width: 90%;margin-top: 16px;}
	.peopleimg  {margin-top: 10px;}
	.section1{margin-top: 35px;margin-bottom: 100px;}
	.in_after_center {width: 90%;padding-top: 0px;}
	.in_after_center .dleftd {width: 100%;text-align: center;}
	.imagespc img {width: 100%;    margin-top: 50px;}
	.bluediv { height: 548px;}
	.in_after_center .drightd {width: 100%;}
	.in_after_centerimages {margin-bottom: 40px;width: 100%;margin-left: 1%;}
	.features {height: 540px;width: 100%;margin: auto;margin-top: -100px; }
	.in_reseller p {width: 80%;text-align: center;margin: 0 auto;margin-top: 21px;font-size: 17px;}
	.button-container {margin-top: 100%;}
	.hcg-slider {margin-bottom: 464px;}
	
}





      #boxbb {
width: 50%;
    height: 530px;
    text-align: center;
    padding: 6px;
    background-color: #ffffff;
    border: 2px solid #4d4f50;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: -60;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
      }
      #boxbb:target {display: block;}
      .close {
display: inline-block;padding: 11px 37px;font-size: 15pt;cursor: pointer;margin-top: -63px;margin-right: 29px;}
      .close:hover {background: #f2f2f2;padding: 11px 37px;  }



.boxbb-button {
box-shadow: 0px 10px 14px -7px #276873;
    background-color: #3498DB;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 13px 32px;
}
.boxbb-button:hover {
	background-color:#6cb7e9;
}
.boxbb-button:active {
	position:relative;
	top:1px;
}

.boxbb-button a {color: #ffffff;}






      #boxbb2 {
    width: 95%;
    height: 499px;
    text-align: center;
    padding: 6px;
    background-color: #ffffff;
    border: 2px solid #4d4f50;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 105px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
      }
      #boxbb2:target {display: block;}
      .close {
display: inline-block;padding: 11px 37px;font-size: 15pt;cursor: pointer;margin-top: -63px;margin-right: 29px;}
      .close:hover {background: #f2f2f2;padding: 11px 37px;  }



.boxbb2-button {
box-shadow: 0px 10px 14px -7px #276873;
    background-color: #3498DB;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 13px 32px;
}
.boxbb2-button:hover {
	background-color:#6cb7e9;
}
.boxbb2-button:active {
	position:relative;
	top:1px;
}

.boxbb2-button a {color: #ffffff;}






.we3 {    
text-align: center;
    color: #414141;
    font-family: 'HN';
    font-size: 16px;
    width: 60%;
    height: 100%;
    margin: 0 auto;padding: 25px;    margin-top: -50px;
        }

.we3 h1 {font-weight: bold;font-size: 18px;margin-bottom: 25px;}

.ce1 {
     width: 50%;
    float: left;
    
    }
.ce2 {
  
    width: 50%;
    float: left;  
}


.ce2 h3 { font-size:16px;
 font-family:'HN'; 
 font-weight:normal; line-height:40px;				
}
.ce1 h3 { font-size:16px;
 font-family:'HN'; 
 font-weight:normal; line-height:40px;				
}

.ce2 img {margin-top: 20px;}


.contactm {width: 80%;
    text-align: center;
    margin: 0 auto;}
.contactm1 h1 {font-size: 25px;text-align: center;margin-bottom: 20px;}
.contactm1 p {font-size: 15px;text-align: center;}
.contactm1 img {margin-bottom: 20px;}



@media only screen and (max-width: 600px) {
	
	.contactm {display: block;}
	

 .header-section {
	 padding: 0px 0;
 }
.header-dot {
	display: block;
    font-size: 20px;
    font-weight: 600;
}

.marketw1 {width: 100%;
}

.drpm{height: 80px; float: left!important;margin-bottom:0px;direction: ltr;}
	
select, input, textarea, button	{width: 95%;}





.text_center {text-align: center; color: #025494; }

.text_center p { padding-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 9px; } 




.wave-area2 {display: none;}


.in_after_center .drightd img {width: 100%;}




.ul_features li img {vertical-align: middle;margin-left: 0px;}
.ul_features {
    margin-top: 21px;
    text-align: center;
    margin-left: 0px;
}
.reseller {width: 95%;margin: 0 auto;text-align: center;}
.in_reseller {text-align: center;margin-top: 45px;}


}




.anim {
  animation: animateBg 14s linear infinite;
  background-image: linear-gradient(0deg,#b3d7b2,#c8ff00,#2af0fe,#fe95fa,#feea0b,#ff8157,#58ccfd,#b3d7b2,#c8ff00);
  background-size: 100% 800%;
}
@keyframes animateBg {
  0% { background-position: 0% 100%; }
  100% { background-position: 0% 0%; }
}



.button-container {
	padding: 20px;
}
.folio-button {
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #91B0A5;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}



.folio-button:hover {
	background-color: #B0D6C9;
}





.section-contat {text-align: center;margin-top: 30px;margin-bottom: 100px;}
.contact1 {margin: 0 auto;text-align: center;}
.contact1 h6 {font-size: 20px;margin: 0 auto;text-align: center;margin-top: 20px;}
.contact1 p {margin: 0 auto;text-align: center;margin-top: 10px;font-size: 15px;font-weight: normal;}
	
	

@media only screen and (max-width: 600px) {
 .section-contat{margin-top: -445px;} 
}














