/**!

    Template Name: Hostera - Web Hosting and Domain PSD Template
    Template URI: http://pixner.net/hostera/
    Description:
    Author: pixelaxis
    Author URI: https: //themeforest.net/user/pixelaxis
    Version: 1.0.0
    -------------------------------------------------

   ---- Deafult--------
       1.0 Root Css
       1.1 Default Css
       1.2 typography Css
   ---- Layout--------
       2.0 Banner Css*
       2.1 IconBox Css
       2.2 Price Box
       2.3 domain
       2.4 Call To Action
       2.5 testimonial
       2.6 product
   ---- Menu And Nav Tools--------
       3.0 Menu Css
   ---- Elements Css--------
       4.0 Acrodain Css
       4.1 Animation Css
       4.2 Button Css
       4.3 Bredcump Css
       4.4 Pagination Css
       4.5 rt-socials Css
        4.6 modal css
        4.7 form css
        4.8 select2 css
        4.9 datepicker css
        4.10 alert css
        4.11 badge css
        4.12 icon css
        4.13 progress css
        4.14 preloder css

   ---- Blog Sidebar Comments--------
       5.0 Blog Css

    ---- Header Footer--------
        6.0 Header Css
        6.1 Footer Css

    -----------------------------------------------------
   
    
**/
/*1.0 Root Css*/
:root {
    --primary_color: #f87c15;
    --secondary_color: #224fe7;
    --body-font-color: #33406a;
    --heading-font-color: #33406a;
    --body-font-size: 18px;
    --default-font-size: 18px;
    --line-height: 28px;
    --gradient-primary: linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    --gradient_primary_reverse: linear-gradient(103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    --menu_font_family: Open Sans, sans-serif;
    --menu_font_size: 18px;
    --menu_item_color: #33406a;
    --menu_item_hover_color: #f87c15;
    --menu_item_active_color: #f87c15;
    --submenu_bg: #fff;
    --submenu_item_color: #33406a;
    --submenu_border_radius: 6px;
    --mobile_menu_icon_color: #33406a;
    --mobile_menu_bg_color: #fff;
    --mobile_menu_sub_menu_bg_color: #fff;
    --blog-primary-color: #7d50ff;
}

.primary-color,
a.primary-color {
    color: var(--primary_color);
}

.secondary-color,
a.secondary-color {
    color: var(--secondary_color);
}

.primary-color-bg {
    background-color: var(--primary_color);
}

.secondary-color-bg {
    background-color: var(--secondary_color);
}

.body-font-color {
    color: var(--body-font-color);
}

.heading-font-color {
    color: var(--heading-font-color);
}

a.heading-font-color:hover {
    color: var(--primary_color);
}


.text-gradinet-1 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary {
    background: var(--gradient-primary);
}

.section-bg-1 {
    background-color: #f7f8fe;
}

.section-bg-2 {
    background-color: #f6f8fd;
}

.section-bg-3,
.rt-site-footer.version-two {
    background-color: #f0f5fc;
}

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    font-size: var(--body-font-size);
    line-height: var(--line-height);

    color: var(--body-font-color);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: .2em 0;
    padding: .2em 0;

    color: #000;
    background: #ccc;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    white-space: nowrap;

    border: 0;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;

    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
    /* 1 */
    display: table;

    content: ' ';
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@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) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        background: transparent !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;
    }
}

/*
os-theme-round-light
*/
.os-theme-round-light>.os-scrollbar {
    padding: 0;
}

.os-theme-round-light>.os-scrollbar-horizontal {
    right: 20px;

    height: 20px;
}

.os-theme-round-light>.os-scrollbar-vertical {
    bottom: 20px;

    width: 20px;
}

.os-theme-round-light.os-host-rtl>.os-scrollbar-horizontal {
    right: 0;
    left: 20px;
}

.os-theme-round-light>.os-scrollbar-corner {
    width: 20px;
    height: 20px;

    background-color: transparent;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track:before {
    position: absolute;

    display: block;

    content: '';

    background: rgba(255, 255, 255, .15);
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track:before {
    top: 50%;
    right: 3px;
    left: 3px;

    height: 2px;
    margin-top: -1px;
}

.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track:before {
    top: 3px;
    bottom: 3px;
    left: 50%;

    width: 2px;
    margin-left: -1px;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: transparent;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;

    display: block;

    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    border-radius: 100%;
    background: #fff;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 20px;
    max-width: 20px;
    height: 100%;
}

.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    width: 100%;
    min-height: 20px;
    max-height: 20px;
}

.os-theme-round-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

/*1.1 Default Css*/
html {
    height: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: var(--body-font-size);
    font-weight: 400;
    line-height: var(--line-height);

    overflow-x: hidden;

    height: 100%;

    counter-reset: my-sec-counter;
    vertical-align: baseline;

    color: var(--body-font-color);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

a:hover {
    text-decoration: none;

    color: var(--primary_color);
}

a.link-text {
    color: var(--body-font-color);
}

a.link-text2 {
    text-decoration: underline;

    color: var(--body-font-color);
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.owl-item img {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
}

.rt-list,
.price-list-parent,
.domain-search-parent,
.domain-buyfooter,
.order-detils-box,
.filter-list,
.tp-r-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.mouse-cursor {
    cursor: pointer;
}

button.mfp-close {
    font-size: 20px;
    line-height: 35px !important;

    position: absolute;
    top: -52px !important;

    width: 35px !important;
    height: 35px;
    padding: 0 !important;

    text-align: center !important;

    opacity: 1;
    color: var(--primary_color) !important;
    border-radius: 50%;
    background: #fff;
}

img.mfp-img {
    padding: 0 !important;

    border: 6px solid #fff;
    -webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
    box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
}

.mfp-counter {
    font-size: 14px;
    font-weight: 700;

    right: 15px;

    padding: 3px 16px;

    color: #fff;
    border-radius: 3px;
    background: var(--secondary_color);
}

.mfp-content {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
    box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
}

.smallgap.row>[class*='col-'] {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

#scrollUp {
    font-size: 20px;
    line-height: 50px;

    position: fixed;
    right: 30px;
    bottom: 30px;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: var(--gradient-primary);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

@media (max-width: 767.98px) {
    #scrollUp {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}

.review {
    color: #ffab53;
}

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

blockquote {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;

    position: relative;

    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 37px;

    color: var(--body-font-color);
    border-left: 4px solid #fc4a1a;
    background: #f3f3f3;
}

blockquote h5 {
    font-size: 15px;

    margin: 20px 0 0;

    color: #888;
}

.slick-slide {
    outline: none;
}

.rt-inner-overlay,
.rt-overlay-content {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.rt-inner-overlay.white-overlay,
.rt-overlay-content.white-overlay {
    background-color: rgba(255, 255, 255, .8);
}

.rt-inner-overlay.white-overlay2,
.rt-overlay-content.white-overlay2 {
    background-color: rgba(255, 255, 255, .502);
}

.rt-overlay-content {
    z-index: auto;
}

.rt-overlay-content.white-overlay2 {
    background-color: rgba(255, 255, 255, .502);
}

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

.rtbgprefix-contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.rtbgprefix-full {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.min-height-1 {
    height: 1369px;
}

@media (max-width: 991.98px) {
    .min-height-1 {
        height: auto;
    }
}

.height-100 {
    height: 100vh;
}

.position-parent,
.rt-form .checkbox-wrappper .single-ckbox-img {
    position: relative;
    z-index: 1;
}

.position-parent.software-area::after,
.rt-form .checkbox-wrappper .software-area.single-ckbox-img::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: calc(100% - 200px);

    content: '';

    background-image: url(../images/all-img/bg-24.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.position-parent .bg-img,
.rt-form .checkbox-wrappper .single-ckbox-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.position-parent .bg-e,
.rt-form .checkbox-wrappper .single-ckbox-img .bg-e {
    position: absolute;
    top: 0;
    left: -100px;
}

@media (max-width: 1600px) {

    .position-parent .bg-e,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e {
        left: 0;

        max-width: 380px;
    }
}

@media (max-width: 1199.98px) {

    .position-parent .bg-e,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e {
        max-width: 320px;
    }
}

@media (max-width: 991.98px) {

    .position-parent .bg-e,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e {
        position: static;

        margin-bottom: 30px;
    }
}

.position-parent .big-in-lg,
.rt-form .checkbox-wrappper .single-ckbox-img .big-in-lg {
    position: absolute;
    top: 0;
    left: -100px;
}

@media (max-width: 1600px) {

    .position-parent .big-in-lg,
    .rt-form .checkbox-wrappper .single-ckbox-img .big-in-lg {
        left: 0;

        max-width: 400px;
    }
}

@media (max-width: 1199.98px) {

    .position-parent .big-in-lg,
    .rt-form .checkbox-wrappper .single-ckbox-img .big-in-lg {
        max-width: 380px;
    }
}

@media (max-width: 991.98px) {

    .position-parent .big-in-lg,
    .rt-form .checkbox-wrappper .single-ckbox-img .big-in-lg {
        position: static;

        max-width: 100%;
        margin-bottom: 30px;
    }
}

.position-parent .bg-e2,
.rt-form .checkbox-wrappper .single-ckbox-img .bg-e2 {
    position: absolute;
    top: 0;
    left: -250px;
}

@media (max-width: 1600px) {

    .position-parent .bg-e2,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e2 {
        left: 0;

        max-width: 380px;
    }
}

@media (max-width: 1199.98px) {

    .position-parent .bg-e2,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e2 {
        max-width: 320px;
    }
}

@media (max-width: 991.98px) {

    .position-parent .bg-e2,
    .rt-form .checkbox-wrappper .single-ckbox-img .bg-e2 {
        position: static;

        max-width: 100%;
        margin-bottom: 30px;
    }
}

.position-parent .map-img,
.rt-form .checkbox-wrappper .single-ckbox-img .map-img {
    position: absolute;
    top: 50%;
    left: 0;

    width: 48%;

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

@media (max-width: 1199.98px) {

    .position-parent .map-img,
    .rt-form .checkbox-wrappper .single-ckbox-img .map-img {
        position: static;

        width: 100%;
        margin-top: 100px;
        margin-bottom: 30px;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }
}

@media (max-width: 991.98px) {

    .position-parent .map-img,
    .rt-form .checkbox-wrappper .single-ckbox-img .map-img {
        margin-top: 30px;
    }
}

.position-parent .ui-1,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-1,
.position-parent .ui-2,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-2,
.position-parent .ui-3,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-3 {
    position: absolute;
    top: 270px;
}

@media (max-width: 1600px) {

    .position-parent .ui-1,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-1,
    .position-parent .ui-2,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-2,
    .position-parent .ui-3,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-3 {
        display: none;
    }
}

.position-parent .ui-1,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-1 {
    left: 20px;
}

.position-parent .ui-2,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-2 {
    right: 20px;
}

.position-parent .ui-3,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-3 {
    top: 0;
    left: 0;

    width: 18%;
}

.position-parent .ui-4,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-4 {
    position: absolute;
    bottom: 0;
    left: 30px;
}

@media (max-width: 1199.98px) {

    .position-parent .ui-4,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-4 {
        display: none;
    }
}

.position-parent .ui-6,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-6 {
    position: absolute;
    top: 50%;
    left: 30px;

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

@media (max-width: 1199.98px) {

    .position-parent .ui-6,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-6 {
        display: none;
    }
}

.position-parent .ui-e,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-e {
    position: absolute;
}

.position-parent .ui-7,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-7 {
    top: 0;
    left: 0;
}

@media (max-width: 1199.98px) {

    .position-parent .ui-7,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-7 {
        display: none;
    }
}

.position-parent .ui-8,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-8 {
    top: 0;
    right: 0;
}

@media (max-width: 1199.98px) {

    .position-parent .ui-8,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-8 {
        display: none;
    }
}

.position-parent .ui-9,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-9 {
    bottom: 0;
    left: 0;
}

.position-parent .ui-10,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-10 {
    position: absolute;
    top: 50%;
    left: 6%;

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

@media (max-width: 1600px) {

    .position-parent .ui-10,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-10 {
        left: 1%;

        max-width: 44%;
    }
}

@media (max-width: 1199.98px) {

    .position-parent .ui-10,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-10 {
        display: none;
    }
}

.position-parent .man-ui-1,
.rt-form .checkbox-wrappper .single-ckbox-img .man-ui-1 {
    z-index: 3;
    top: 50px;
    left: 70px;
}

@media (max-width: 1199.98px) {

    .position-parent .man-ui-1,
    .rt-form .checkbox-wrappper .single-ckbox-img .man-ui-1 {
        display: none;
    }
}

.position-parent .man-ui-2,
.rt-form .checkbox-wrappper .single-ckbox-img .man-ui-2 {
    z-index: 3;
    top: 50px;
    right: 30px;
}

@media (max-width: 1199.98px) {

    .position-parent .man-ui-2,
    .rt-form .checkbox-wrappper .single-ckbox-img .man-ui-2 {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .position-parent .man-ui-2,
    .rt-form .checkbox-wrappper .single-ckbox-img .man-ui-2 {
        display: none;
    }
}

.position-parent.bg-h,
.rt-form .checkbox-wrappper .bg-h.single-ckbox-img {
    min-height: 1150px;
}

.position-parent .ui-11,
.rt-form .checkbox-wrappper .single-ckbox-img .ui-11 {
    top: 50%;
    right: 3%;

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

@media (max-width: 1600px) {

    .position-parent .ui-11,
    .rt-form .checkbox-wrappper .single-ckbox-img .ui-11 {
        right: 1%;

        max-width: 44%;
    }
}

.video-middle {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step-area {
    margin-bottom: 260px;
}

@media (max-width: 991.98px) {
    .step-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .step2-area {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

@media (max-width: 767.98px) {
    .feature2-area {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

@media (max-width: 767.98px) {
    .services-area {
        padding-bottom: 70px;

        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.rt-shadow-table {
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0 10px 59px 0 rgba(103, 129, 173, .3);
    box-shadow: 0 10px 59px 0 rgba(103, 129, 173, .3);
}

.rt-shadow-table thead th {
    font-weight: 400;

    padding: 30px 0;

    border: none;
}

.rt-shadow-table tr {
    border-color: #e8e8fd;
}

.rt-shadow-table tr td {
    padding: 15px 0;
}

.rt-shadow-table.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #fdfdff;
}

.rt-shadow-table2 {
    margin: 0;
}

.rt-shadow-table2 thead th {
    font-weight: 400;

    padding: 14px 0;

    border: none;
    background: #edf5fe;
}

.rt-shadow-table2 tr {
    border-color: #e8e8fd;
}

.rt-shadow-table2 tr td {
    padding: 5px 0;

    vertical-align: middle;
}

.rt-shadow-table2 tr td .rt-btn,
.rt-shadow-table2 tr td .rt-card .rt-single-icon-box .iconbox-content .card-btn,
.rt-card .rt-single-icon-box .iconbox-content .rt-shadow-table2 tr td .card-btn,
.rt-shadow-table2 tr td .comment-respond input[type='submit'],
.comment-respond .rt-shadow-table2 tr td input[type='submit'],
.rt-shadow-table2 tr td .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .rt-shadow-table2 tr td .g-sing-up-btn {
    margin-top: 6px;
}

.rt-shadow-table2.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #fff;
}

.rt-shadow-table2.table-striped tbody tr:nth-of-type(2n) {
    background-color: #fbfcff;
}

.rt-shadow-table3 {
    margin: 0;
}

.rt-shadow-table3 .progress {
    height: 13px;
}

.rt-shadow-table3 thead th {
    font-weight: 400;

    padding: 14px 0;

    border: none;
    background: #fff;
}

.rt-shadow-table3 tr {
    border-color: #e8e8fd;
}

.rt-shadow-table3 tr td {
    padding: 5px 0;

    vertical-align: middle;
}

.rt-shadow-table3 tr td:first-child {
    padding-left: 20px;
}

.rt-shadow-table3 tr td:last-child {
    padding-right: 20px;
}

.rt-shadow-table3 tr td .rt-btn,
.rt-shadow-table3 tr td .rt-card .rt-single-icon-box .iconbox-content .card-btn,
.rt-card .rt-single-icon-box .iconbox-content .rt-shadow-table3 tr td .card-btn,
.rt-shadow-table3 tr td .comment-respond input[type='submit'],
.comment-respond .rt-shadow-table3 tr td input[type='submit'],
.rt-shadow-table3 tr td .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .rt-shadow-table3 tr td .g-sing-up-btn {
    margin-top: 6px;
}

.rt-shadow-table3.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #fff;
}

.rt-shadow-table3.table-striped tbody tr:nth-of-type(2n) {
    background-color: #fbfcff;
}

.table-area {
    min-height: 1636px;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    border: none;
}

button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus,
[type='color']:active,
[type='date']:active,
[type='datetime']:active,
[type='datetime-local']:active,
[type='email']:active,
[type='month']:active,
[type='number']:active,
[type='password']:active,
[type='search']:active,
[type='tel']:active,
[type='text']:active,
[type='time']:active,
[type='url']:active,
[type='week']:active,
input:not([type]):active,
textarea:active,
[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover,
[type='color']:invalid,
[type='date']:invalid,
[type='datetime']:invalid,
[type='datetime-local']:invalid,
[type='email']:invalid,
[type='month']:invalid,
[type='number']:invalid,
[type='password']:invalid,
[type='search']:invalid,
[type='tel']:invalid,
[type='text']:invalid,
[type='time']:invalid,
[type='url']:invalid,
[type='week']:invalid,
input:not([type]):invalid,
textarea:invalid {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-rounded-0 {
    border-radius: 0;
}

.rt-rounded-1 {
    border-radius: 1px;
}

.rt-rounded-2 {
    border-radius: 2px;
}

.rt-rounded-3 {
    border-radius: 3px;
}

.rt-rounded-4 {
    border-radius: 4px;
}

.rt-rounded-5 {
    border-radius: 5px;
}

.rt-rounded-6 {
    border-radius: 6px;
}

.rt-rounded-7 {
    border-radius: 7px;
}

.rt-rounded-8 {
    border-radius: 8px;
}

.rt-rounded-9 {
    border-radius: 9px;
}

.rt-rounded-10 {
    border-radius: 10px;
}

.rt-rounded-11 {
    border-radius: 11px;
}

.rt-rounded-12 {
    border-radius: 12px;
}

.rt-rounded-13 {
    border-radius: 13px;
}

.rt-rounded-14 {
    border-radius: 14px;
}

.rt-rounded-15 {
    border-radius: 15px;
}

.rt-rounded-16 {
    border-radius: 16px;
}

.rt-rounded-17 {
    border-radius: 17px;
}

.rt-rounded-18 {
    border-radius: 18px;
}

.rt-rounded-19 {
    border-radius: 19px;
}

.rt-rounded-20 {
    border-radius: 20px;
}

.rt-rounded-21 {
    border-radius: 21px;
}

.rt-rounded-22 {
    border-radius: 22px;
}

.rt-rounded-23 {
    border-radius: 23px;
}

.rt-rounded-24 {
    border-radius: 24px;
}

.rt-rounded-25 {
    border-radius: 25px;
}

.rt-rounded-26 {
    border-radius: 26px;
}

.rt-rounded-27 {
    border-radius: 27px;
}

.rt-rounded-28 {
    border-radius: 28px;
}

.rt-rounded-29 {
    border-radius: 29px;
}

.rt-rounded-30 {
    border-radius: 30px;
}

.rt-rounded-31 {
    border-radius: 31px;
}

.rt-rounded-32 {
    border-radius: 32px;
}

.rt-rounded-33 {
    border-radius: 33px;
}

.rt-rounded-34 {
    border-radius: 34px;
}

.rt-rounded-35 {
    border-radius: 35px;
}

.rt-rounded-36 {
    border-radius: 36px;
}

.rt-rounded-37 {
    border-radius: 37px;
}

.rt-rounded-38 {
    border-radius: 38px;
}

.rt-rounded-39 {
    border-radius: 39px;
}

.rt-rounded-40 {
    border-radius: 40px;
}

.rt-rounded-41 {
    border-radius: 41px;
}

.rt-rounded-42 {
    border-radius: 42px;
}

.rt-rounded-43 {
    border-radius: 43px;
}

.rt-rounded-44 {
    border-radius: 44px;
}

.rt-rounded-45 {
    border-radius: 45px;
}

.rt-rounded-46 {
    border-radius: 46px;
}

.rt-rounded-47 {
    border-radius: 47px;
}

.rt-rounded-48 {
    border-radius: 48px;
}

.rt-rounded-49 {
    border-radius: 49px;
}

.rt-rounded-50 {
    border-radius: 50px;
}

.rt-mb-0 {
    margin-bottom: 0;
}

.rt-pt-0 {
    padding-top: 0;
}

.rt-spacer-0 {
    height: 0;
}

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

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

.rt-spacer-10 {
    height: 10px;
}

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

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

.rt-spacer-20 {
    height: 20px;
}

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

.rt-pt-30 {
    padding-top: 30px;
}

.rt-spacer-30 {
    height: 30px;
}

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

.rt-pt-40 {
    padding-top: 40px;
}

.rt-spacer-40 {
    height: 40px;
}

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

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

.rt-spacer-50 {
    height: 50px;
}

.rt-mb-60 {
    margin-bottom: 60px;
}

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

.rt-spacer-60 {
    height: 60px;
}

.rt-mb-70 {
    margin-bottom: 70px;
}

.rt-pt-70 {
    padding-top: 70px;
}

.rt-spacer-70 {
    height: 70px;
}

.rt-mb-80 {
    margin-bottom: 80px;
}

.rt-pt-80 {
    padding-top: 80px;
}

.rt-spacer-80 {
    height: 80px;
}

.rt-mb-90 {
    margin-bottom: 90px;
}

.rt-pt-90 {
    padding-top: 90px;
}

.rt-spacer-90 {
    height: 90px;
}

.rt-mb-100 {
    margin-bottom: 100px;
}

.rt-pt-100 {
    padding-top: 100px;
}

.rt-spacer-100 {
    height: 100px;
}

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

.rt-hw-10 {
    line-height: 10px;

    width: 10px;
    height: 10px;
}

.rt-hw-11 {
    line-height: 11px;

    width: 11px;
    height: 11px;
}

.rt-hw-12 {
    line-height: 12px;

    width: 12px;
    height: 12px;
}

.rt-hw-13 {
    line-height: 13px;

    width: 13px;
    height: 13px;
}

.rt-hw-14 {
    line-height: 14px;

    width: 14px;
    height: 14px;
}

.rt-hw-15 {
    line-height: 15px;

    width: 15px;
    height: 15px;
}

.rt-hw-16 {
    line-height: 16px;

    width: 16px;
    height: 16px;
}

.rt-hw-17 {
    line-height: 17px;

    width: 17px;
    height: 17px;
}

.rt-hw-18 {
    line-height: 18px;

    width: 18px;
    height: 18px;
}

.rt-hw-19 {
    line-height: 19px;

    width: 19px;
    height: 19px;
}

.rt-hw-20 {
    line-height: 20px;

    width: 20px;
    height: 20px;
}

.rt-hw-21 {
    line-height: 21px;

    width: 21px;
    height: 21px;
}

.rt-hw-22 {
    line-height: 22px;

    width: 22px;
    height: 22px;
}

.rt-hw-23 {
    line-height: 23px;

    width: 23px;
    height: 23px;
}

.rt-hw-24 {
    line-height: 24px;

    width: 24px;
    height: 24px;
}

.rt-hw-25 {
    line-height: 25px;

    width: 25px;
    height: 25px;
}

.rt-hw-26 {
    line-height: 26px;

    width: 26px;
    height: 26px;
}

.rt-hw-27 {
    line-height: 27px;

    width: 27px;
    height: 27px;
}

.rt-hw-28 {
    line-height: 28px;

    width: 28px;
    height: 28px;
}

.rt-hw-29 {
    line-height: 29px;

    width: 29px;
    height: 29px;
}

.rt-hw-30 {
    line-height: 30px;

    width: 30px;
    height: 30px;
}

.rt-hw-31 {
    line-height: 31px;

    width: 31px;
    height: 31px;
}

.rt-hw-32 {
    line-height: 32px;

    width: 32px;
    height: 32px;
}

.rt-hw-33 {
    line-height: 33px;

    width: 33px;
    height: 33px;
}

.rt-hw-34 {
    line-height: 34px;

    width: 34px;
    height: 34px;
}

.rt-hw-35 {
    line-height: 35px;

    width: 35px;
    height: 35px;
}

.rt-hw-36 {
    line-height: 36px;

    width: 36px;
    height: 36px;
}

.rt-hw-37 {
    line-height: 37px;

    width: 37px;
    height: 37px;
}

.rt-hw-38 {
    line-height: 38px;

    width: 38px;
    height: 38px;
}

.rt-hw-39 {
    line-height: 39px;

    width: 39px;
    height: 39px;
}

.rt-hw-40 {
    line-height: 40px;

    width: 40px;
    height: 40px;
}

.rt-hw-41 {
    line-height: 41px;

    width: 41px;
    height: 41px;
}

.rt-hw-42 {
    line-height: 42px;

    width: 42px;
    height: 42px;
}

.rt-hw-43 {
    line-height: 43px;

    width: 43px;
    height: 43px;
}

.rt-hw-44 {
    line-height: 44px;

    width: 44px;
    height: 44px;
}

.rt-hw-45 {
    line-height: 45px;

    width: 45px;
    height: 45px;
}

.rt-hw-46 {
    line-height: 46px;

    width: 46px;
    height: 46px;
}

.rt-hw-47 {
    line-height: 47px;

    width: 47px;
    height: 47px;
}

.rt-hw-48 {
    line-height: 48px;

    width: 48px;
    height: 48px;
}

.rt-hw-49 {
    line-height: 49px;

    width: 49px;
    height: 49px;
}

.rt-hw-50 {
    line-height: 50px;

    width: 50px;
    height: 50px;
}

.rt-hw-51 {
    line-height: 51px;

    width: 51px;
    height: 51px;
}

.rt-hw-52 {
    line-height: 52px;

    width: 52px;
    height: 52px;
}

.rt-hw-53 {
    line-height: 53px;

    width: 53px;
    height: 53px;
}

.rt-hw-54 {
    line-height: 54px;

    width: 54px;
    height: 54px;
}

.rt-hw-55 {
    line-height: 55px;

    width: 55px;
    height: 55px;
}

.rt-hw-56 {
    line-height: 56px;

    width: 56px;
    height: 56px;
}

.rt-hw-57 {
    line-height: 57px;

    width: 57px;
    height: 57px;
}

.rt-hw-58 {
    line-height: 58px;

    width: 58px;
    height: 58px;
}

.rt-hw-59 {
    line-height: 59px;

    width: 59px;
    height: 59px;
}

.rt-hw-60 {
    line-height: 60px;

    width: 60px;
    height: 60px;
}

@media (max-width: 1600px) {
    .rt-spacer-xl-0 {
        height: 0;
    }

    .rt-spacer-xl-50 {
        height: 50px;
    }
}

@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0;
    }

    .rt-pt-lg-0 {
        padding-top: 0;
    }

    .rt-spacer-lg-0 {
        height: 0;
    }

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

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

    .rt-spacer-lg-10 {
        height: 10px;
    }

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

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

    .rt-spacer-lg-20 {
        height: 20px;
    }

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

    .rt-pt-lg-30 {
        padding-top: 30px;
    }

    .rt-spacer-lg-30 {
        height: 30px;
    }

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

    .rt-pt-lg-40 {
        padding-top: 40px;
    }

    .rt-spacer-lg-40 {
        height: 40px;
    }

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

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

    .rt-spacer-lg-50 {
        height: 50px;
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px;
    }

    .rt-pt-lg-60 {
        padding-top: 60px;
    }

    .rt-spacer-lg-60 {
        height: 60px;
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px;
    }

    .rt-pt-lg-70 {
        padding-top: 70px;
    }

    .rt-spacer-lg-70 {
        height: 70px;
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px;
    }

    .rt-pt-lg-80 {
        padding-top: 80px;
    }

    .rt-spacer-lg-80 {
        height: 80px;
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px;
    }

    .rt-pt-lg-90 {
        padding-top: 90px;
    }

    .rt-spacer-lg-90 {
        height: 90px;
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px;
    }

    .rt-pt-lg-100 {
        padding-top: 100px;
    }

    .rt-spacer-lg-100 {
        height: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0;
    }

    .rt-pt-md-0 {
        padding-top: 0;
    }

    .rt-spacer-md-0 {
        height: 0;
    }

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

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

    .rt-spacer-md-10 {
        height: 10px;
    }

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

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

    .rt-spacer-md-20 {
        height: 20px;
    }

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

    .rt-pt-md-30 {
        padding-top: 30px;
    }

    .rt-spacer-md-30 {
        height: 30px;
    }

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

    .rt-pt-md-40 {
        padding-top: 40px;
    }

    .rt-spacer-md-40 {
        height: 40px;
    }

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

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

    .rt-spacer-md-50 {
        height: 50px;
    }

    .rt-mb-md-60 {
        margin-bottom: 60px;
    }

    .rt-pt-md-60 {
        padding-top: 60px;
    }

    .rt-spacer-md-60 {
        height: 60px;
    }

    .rt-mb-md-70 {
        margin-bottom: 70px;
    }

    .rt-pt-md-70 {
        padding-top: 70px;
    }

    .rt-spacer-md-70 {
        height: 70px;
    }

    .rt-mb-md-80 {
        margin-bottom: 80px;
    }

    .rt-pt-md-80 {
        padding-top: 80px;
    }

    .rt-spacer-md-80 {
        height: 80px;
    }

    .rt-mb-md-90 {
        margin-bottom: 90px;
    }

    .rt-pt-md-90 {
        padding-top: 90px;
    }

    .rt-spacer-md-90 {
        height: 90px;
    }

    .rt-mb-md-100 {
        margin-bottom: 100px;
    }

    .rt-pt-md-100 {
        padding-top: 100px;
    }

    .rt-spacer-md-100 {
        height: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0;
    }

    .rt-pt-xs-0 {
        padding-top: 0;
    }

    .rt-spacer-xs-0 {
        height: 0;
    }

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

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

    .rt-spacer-xs-10 {
        height: 10px;
    }

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

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

    .rt-spacer-xs-20 {
        height: 20px;
    }

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

    .rt-pt-xs-30 {
        padding-top: 30px;
    }

    .rt-spacer-xs-30 {
        height: 30px;
    }

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

    .rt-pt-xs-40 {
        padding-top: 40px;
    }

    .rt-spacer-xs-40 {
        height: 40px;
    }

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

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

    .rt-spacer-xs-50 {
        height: 50px;
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px;
    }

    .rt-pt-xs-60 {
        padding-top: 60px;
    }

    .rt-spacer-xs-60 {
        height: 60px;
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px;
    }

    .rt-pt-xs-70 {
        padding-top: 70px;
    }

    .rt-spacer-xs-70 {
        height: 70px;
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px;
    }

    .rt-pt-xs-80 {
        padding-top: 80px;
    }

    .rt-spacer-xs-80 {
        height: 80px;
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px;
    }

    .rt-pt-xs-90 {
        padding-top: 90px;
    }

    .rt-spacer-xs-90 {
        height: 90px;
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px;
    }

    .rt-pt-xs-100 {
        padding-top: 100px;
    }

    .rt-spacer-xs-100 {
        height: 100px;
    }
}

.rt-col-5 {
    max-width: 20%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.rt-col-6 {
    max-width: 16.66%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
}

@media (max-width: 1199.98px) {
    .rt-col-lg-5 {
        max-width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .rt-col-lg-4 {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .rt-col-lg-3 {
        max-width: 33.33%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .rt-col-lg-2 {
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .rt-col-lg-1 {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 991.98px) {
    .rt-container {
        max-width: 720px;
    }

    .rt-col-md-4 {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .rt-col-md-3 {
        max-width: 33.33%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .rt-col-md-2 {
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .rt-col-md-1 {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767.98px) {
    .rt-container {
        width: 100%;
    }

    .rt-col-xs-4 {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .rt-col-xs-3 {
        max-width: 33.33%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .rt-col-xs-2 {
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .rt-col-xs-1 {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.rt-container,
.rt-container2,
.rt-container3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar .rt-container,
.navbar .rt-container2,
.navbar .rt-container3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {

    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        max-width: 1410px;
    }

    .rt-container2 {
        max-width: 1170px;
    }

    .rt-container3 {
        max-width: 1390px;
    }
}

@media (max-width: 767.98px) {
    .mblbg-change {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

@media (max-width: 1600px) {
    .abt-2 .abt-x-img {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .faq-araea .bg-img {
        display: none;
    }
}

.danceTop {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-name: danceTop;
    animation-name: danceTop;
}

@-webkit-keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

.blurInTop {
    -webkit-animation-name: blurInTop;
    animation-name: blurInTop;
}

@-webkit-keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

.fade-in-right {
    -webkit-animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
}

.blurInTop {
    -webkit-animation-name: blurInTop;
    animation-name: blurInTop;
}

@keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

.danceBottom {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-name: danceBottom;
    animation-name: danceBottom;
}

@-webkit-keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

.cssanimation,
.cssanimation span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cssanimation span {
    display: inline-block;
}

.rtleFadeInLeft span {
    -webkit-animation-name: rdleFadeInLeft;
    animation-name: rdleFadeInLeft;
}

@-webkit-keyframes rdleFadeInLeft {
    from {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInLeft {
    from {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleFadeIn span {
    -webkit-animation-name: rdleFadeIn;
    animation-name: rdleFadeIn;
}

@-webkit-keyframes rdleFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleFadeInRight span {
    -webkit-animation-name: rdleFadeInRight;
    animation-name: rdleFadeInRight;
}

@-webkit-keyframes rdleFadeInRight {
    from {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInRight {
    from {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleFadeInTop span {
    -webkit-animation-name: rdleFadeInTop;
    animation-name: rdleFadeInTop;
}

@-webkit-keyframes rdleFadeInTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleFadeInBottom span {
    -webkit-animation-name: rdleFadeInBottom;
    animation-name: rdleFadeInBottom;
}

@-webkit-keyframes rdleFadeInBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleScaleXIn span {
    -webkit-animation-name: rdleScaleXIn;
    animation-name: rdleScaleXIn;
}

@-webkit-keyframes rdleScaleXIn {
    from {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes rdleScaleXIn {
    from {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.rtleScaleYIn span {
    -webkit-animation-name: rdleScaleYIn;
    animation-name: rdleScaleYIn;
}

@-webkit-keyframes rdleScaleYIn {
    from {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes rdleScaleYIn {
    from {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.rtleFlyInLeft span {
    -webkit-animation-name: rdleFlyInLeft;
    animation-name: rdleFlyInLeft;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rdleFlyInLeft {
    0% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
}

@keyframes rdleFlyInLeft {
    0% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
}

.rtleFlyInRight span {
    -webkit-animation-name: rdleFlyInRight;
    animation-name: rdleFlyInRight;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rdleFlyInRight {
    0% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
}

@keyframes rdleFlyInRight {
    0% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
}

.rtleFlyInBottom span {
    -webkit-animation-name: rdleFlyInBottom;
    animation-name: rdleFlyInBottom;
}

@-webkit-keyframes rdleFlyInBottom {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@keyframes rdleFlyInBottom {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);

        opacity: 0;
    }

    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.rtleDoorCloseLeft span {
    -webkit-animation-name: rdleDoorCloseLeft;
    animation-name: rdleDoorCloseLeft;
}

@-webkit-keyframes rdleDoorCloseLeft {

    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleDoorCloseLeft {

    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleDoorCloseRight span {
    -webkit-animation-name: rdleDoorCloseRight;
    animation-name: rdleDoorCloseRight;
}

@-webkit-keyframes rdleDoorCloseRight {

    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    from {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdleDoorCloseRight {

    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    from {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rtleBlurInLeft span {
    -webkit-animation-name: rtleBlurInLeft;
    animation-name: rtleBlurInLeft;
}

@-webkit-keyframes rtleBlurInLeft {
    from {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes rtleBlurInLeft {
    from {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

.rtleBlurInRight span {
    -webkit-animation-name: rtleBlurInRight;
    animation-name: rtleBlurInRight;
}

@-webkit-keyframes rtleBlurInRight {
    from {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes rtleBlurInRight {
    from {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);

        opacity: 0;

        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@-webkit-keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
}

@keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
}

.fade-out-top {
    -webkit-animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both;
}

/*1.2 typography Css*/
html {
    font-size: 62.5%;

    height: 100%;
}

@media (max-width: 1199.98px) {
    html {
        font-size: 60%;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 45%;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 40%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;

    color: var(--heading-font-color);
}

h1,
.h1 {
    font-size: 42px;
}

@media (max-width: 991.98px) {

    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 38px;
}

@media (max-width: 991.98px) {

    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: 30px;
}

@media (max-width: 991.98px) {

    h3,
    .h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 25px;
    }
}

h4,
.h4 {
    font-size: 25px;
}

@media (max-width: 991.98px) {

    h4,
    .h4 {
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 18px;

    text-transform: capitalize;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: var(--default-font-size);
    line-height: 26px;
}

.title-font {
    font-family: 'Open Sans', sans-serif !important;
}

.body-font,
.widget .wo-widget-title {
    font-family: 'Open Sans', sans-serif !important;
}

.text-font {
    font-family: 'Open Sans', sans-serif !important;
}

.custom-font,
.rt-price-1.mini-title .price-hrader .price-amount span:nth-child(1),
.rt-price-2 .price-amount,
.rt-price-2 .price-footer a,
.tabel-data li.tabel-data-item .inner-item div a,
.simply-section>div span.simply-word,
.login-register-wrapper {
    font-family: 'Josefin Sans', sans-serif;
}

.rt-section-title,
.rt-column-title,
.rt-column-title2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin: 0 0 20px;

    text-transform: capitalize;
}

@media (max-width: 991.98px) {

    .rt-section-title,
    .rt-column-title,
    .rt-column-title2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {

    .rt-section-title,
    .rt-column-title,
    .rt-column-title2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.rt-section-title span,
.rt-column-title span,
.rt-column-title2 span {
    font-size: 25px;
    font-weight: 600;

    display: block;

    text-transform: capitalize;

    color: var(--primary_color);
}

.rt-section-title span.top,
.rt-column-title span.top,
.rt-column-title2 span.top {
    margin: 0 0 10px;
}

.rt-section-title span.bottom,
.rt-column-title span.bottom,
.rt-column-title2 span.bottom {
    margin: 10px 0 0;
}

@media (max-width: 991.98px) {

    .rt-section-title span,
    .rt-column-title span,
    .rt-column-title2 span {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {

    .rt-section-title span,
    .rt-column-title span,
    .rt-column-title2 span {
        font-size: 16px;
    }
}

.rt-section-title.text-unset,
.text-unset.rt-column-title,
.text-unset.rt-column-title2 {
    text-transform: unset;
}

.rt-column-title {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    .rt-column-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.rt-column-title2 {
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .rt-column-title2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.text-white .rt-section-title,
.text-white .rt-column-title,
.text-white .rt-column-title2 {
    color: #fff;
}

.text-white .rt-section-title h1,
.text-white .rt-column-title h1,
.text-white .rt-column-title2 h1,
.text-white .rt-section-title h2,
.text-white .rt-column-title h2,
.text-white .rt-column-title2 h2,
.text-white .rt-section-title h3,
.text-white .rt-column-title h3,
.text-white .rt-column-title2 h3,
.text-white .rt-section-title h4,
.text-white .rt-column-title h4,
.text-white .rt-column-title2 h4,
.text-white .rt-section-title h5,
.text-white .rt-column-title h5,
.text-white .rt-column-title2 h5,
.text-white .rt-section-title h6,
.text-white .rt-column-title h6,
.text-white .rt-column-title2 h6 {
    color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff;
}

.text-white2 .rt-section-title,
.text-white2 .rt-column-title,
.text-white2 .rt-column-title2 {
    color: #fff;
}

.text-white2 .rt-section-title span,
.text-white2 .rt-column-title span,
.text-white2 .rt-column-title2 span {
    color: #496cfe;
}

.text-white2 h1,
.text-white2 h2,
.text-white2 h3,
.text-white2 h4,
.text-white2 h5,
.text-white2 h6 {
    color: #fff;
}

.text-white2 p {
    color: #fff;
}

.rt-black {
    font-weight: 800;
}

.rt-strong {
    font-weight: 700;
}

.rt-medium {
    font-weight: 500;
}

.rt-semiblod {
    font-weight: 600;
}

.rt-light1 {
    font-weight: 100;
}

.rt-light2 {
    font-weight: 200;
}

.rt-light3 {
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.positon-parent {
    position: relative;
    z-index: 1;
}

.rt-watter-mark {
    font-family: 'Playfair Display', serif;
    font-size: 300px;
    font-weight: 900;

    position: absolute;
    top: 67px;

    width: 100%;

    text-align: center;

    color: #eff3ee;
}

@media (max-width: 1600px) {
    .rt-watter-mark {
        font-size: 250px;
    }
}

@media (max-width: 1199.98px) {
    .rt-watter-mark {
        font-size: 200px;

        top: 87px;
    }
}

@media (max-width: 991.98px) {
    .rt-watter-mark {
        font-size: 200px;
        line-height: 200px;

        top: 0;
    }
}

@media (max-width: 767.98px) {
    .rt-watter-mark {
        font-size: 120px;
        line-height: 120px;

        top: -49px;
    }
}

.rt-lettersp-0 {
    letter-spacing: 0;
}

.rt-lettersp-1 {
    letter-spacing: 1px;
}

.rt-lettersp-2 {
    letter-spacing: 2px;
}

.rt-lettersp-3 {
    letter-spacing: 3px;
}

.rt-lettersp-4 {
    letter-spacing: 4px;
}

.rt-lettersp-5 {
    letter-spacing: 5px;
}

.rt-lettersp-6 {
    letter-spacing: 6px;
}

.rt-lettersp-7 {
    letter-spacing: 7px;
}

.rt-lettersp-8 {
    letter-spacing: 8px;
}

.rt-lettersp-9 {
    letter-spacing: 9px;
}

.rt-lettersp-10 {
    letter-spacing: 10px;
}

.badge-hilighit {
    position: relative;

    display: inline-block;

    padding: 10px 40px;
}

.badge-hilighit:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 7px solid #fff;
}

.badge-hilighit.color--1 {
    background: #f0a736;
}

.badge-hilighit.color--2 {
    background: -webkit-linear-gradient(82deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
    background: linear-gradient(8deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
}

.rt-section-title.title_restaurent,
.title_restaurent.rt-column-title,
.title_restaurent.rt-column-title2 {
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 767.98px) {

    .rt-section-title.title_restaurent,
    .title_restaurent.rt-column-title,
    .title_restaurent.rt-column-title2 {
        font-size: 36px;
    }
}

.text-large {
    font-size: 18px;
    line-height: 34px;
}

/*2.0 Banner Css*/
.single-rt-banner {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .single-rt-banner {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.single-rt-banner .rt-inner-overlay {
    z-index: 0;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content {
        padding-top: 60px;
    }
}

.single-rt-banner .rt-banner-content h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;

    color: #f87c15;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

.single-rt-banner .rt-banner-content h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 90px;

    margin-bottom: 0 0 6px;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

.single-rt-banner .rt-banner-content p {
    font-size: 24px;
    line-height: 38px;

    margin: 0 0 35px;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
}

.single-rt-banner .rt-banner-content .banner-check {
    margin-top: 15px;
}

.single-rt-banner .rt-banner-content [class*='icheck-material']>input:first-child+input[type='hidden']+label::before,
.single-rt-banner .rt-banner-content [class*='icheck-material']>input:first-child+label::before {
    border-radius: 50%;
}

.single-rt-banner .rt-banner-content [class*='icheck-material']>input[type='checkbox']:first-child:checked+input[type='hidden']+label::after,
.single-rt-banner .rt-banner-content [class*='icheck-material']>input[type='checkbox']:first-child:checked+label::after {
    width: 6px;
    height: 13px;

    -webkit-transform: translate(8px, 3px) rotate(45deg);
    -ms-transform: translate(8px, 3px) rotate(45deg);
    transform: translate(8px, 3px) rotate(45deg);
}

.single-rt-banner .rt-banner-content.has-domain-content .banner-domain-search {
    max-width: 635px;
}

.single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .serch-btn-group {
    max-width: 115px;
    padding-right: 5px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

@media (max-width: 991.98px) {
    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds {
        max-width: 100%;
    }
}

.single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds::after {
    right: 226px;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;

        border-radius: 10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds .form-bdage {
        top: 9px;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds::after {
        top: unset;
        right: 50%;
        bottom: 20px;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds input[type='email'],
.single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds input[type='text'] {
    max-width: calc(100% - 250px);

    -webkit-box-flex: calc(100% - 250px);
    -webkit-flex: calc(100% - 250px);
    -ms-flex: calc(100% - 250px);
    flex: calc(100% - 250px);
}

@media (max-width: 767.98px) {

    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds input[type='email'],
    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds input[type='text'] {
        display: block;

        width: 100%;
        max-width: 100%;
        padding-right: 15px;

        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds .select-optin {
    margin-left: 37px;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds .select-optin {
        max-width: 50%;
        margin-left: 0;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .single-rt-banner .rt-banner-content.has-domain-content .domain-searh-form .domianinput-fileds .select-optin .domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        right: 50px;
    }
}

.rt-banner-area .banner-services {
    position: relative;
    z-index: 1;

    margin-top: -67px;
}

.rt-banner-area .banner-services2 {
    position: relative;
    z-index: 1;

    margin-top: -260px;
}

.rt-banner-height {
    height: 930px;
}

@media (max-width: 767.98px) {
    .rt-banner-height {
        height: 700px;
    }
}

.rt-banner-height2 {
    height: 1085px;
}

.rt-banner-height5 {
    height: 824px;
}

@media (max-width: 1199.98px) {
    .rt-banner-height5 {
        height: auto;
    }
}

.rt-banner-height3 {
    height: 955px;
}

@media (max-width: 767.98px) {
    .rt-banner-height3 {
        height: auto;
    }
}

.rt-banner-height8 {
    height: 1060px;
}

@media (max-width: 991.98px) {
    .home-two .single-rt-banner {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

@media (max-width: 991.98px) {
    .home-two .rt-banner-height2 {
        height: 700px;
    }
}

@media (max-width: 767.98px) {
    .home-two .rt-banner-height2 {
        height: 600px;
    }
}

@media (max-width: 991.98px) {
    .home-two .rt-banner-content {
        padding-top: 100px;
    }
}

@media (max-width: 1199.98px) {
    .home-two .rt-banner-content h1 br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home-three .rt-banner-content {
        padding-top: 200px;
        padding-bottom: 50px;
    }

    .home-three .rt-banner-content h1,
    .home-three .rt-banner-content p {
        color: white;
    }

    .home-three .rt-banner-content .smallgap.row>[class*='col-'] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.rt-slider-active .slick-next,
.rt-slider-active .slick-prev {
    line-height: 50px;

    position: absolute;
    z-index: 66;
    top: 50%;
    right: 160px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;

    opacity: 1;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 29px 0 rgba(64, 65, 91, .11);
    box-shadow: 0 11px 29px 0 rgba(64, 65, 91, .11);
}

@media (max-width: 1900px) {

    .rt-slider-active .slick-next,
    .rt-slider-active .slick-prev {
        right: 0;
    }
}

.rt-slider-active .slick-next::before,
.rt-slider-active .slick-prev::before {
    font-family: 'icofont';
    font-size: 25px;
    line-height: 50px;

    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    opacity: 1;
    color: #000;
}

@media (max-width: 767.98px) {

    .rt-slider-active .slick-next::before,
    .rt-slider-active .slick-prev::before {
        font-size: 16px;
        line-height: 35px;
    }
}

@media (max-width: 767.98px) {

    .rt-slider-active .slick-next,
    .rt-slider-active .slick-prev {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}

.rt-slider-active .slick-next:hover,
.rt-slider-active .slick-prev:hover {
    background-color: var(--primary_color);
}

.rt-slider-active .slick-next:hover::before,
.rt-slider-active .slick-prev:hover::before {
    opacity: 1;
    color: #fff;
}

.rt-slider-active .slick-prev {
    left: auto;

    margin-top: 60px;
}

.rt-slider-active .slick-prev::before {
    content: '\ea9d';
}

.rt-slider-active .slick-next::before {
    content: '\eaa0';
}

@media (max-width: 991.98px) {
    .home-four .single-rt-banner {
        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.home-four .rt-banner-content {
    padding: 30px;

    border-radius: 30px;
    background-color: rgba(255, 255, 255, .102);
    -webkit-box-shadow: -7.234px -82.684px 10px 0 rgba(21, 28, 70, .1);
    box-shadow: -7.234px -82.684px 10px 0 rgba(21, 28, 70, .1);
}

@media (max-width: 991.98px) {
    .home-four .rt-banner-content {
        padding: 0;
        padding-top: 200px;
        padding-bottom: 50px;

        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .home-four .rt-banner-content h1,
    .home-four .rt-banner-content p {
        color: white;
    }

    .home-four .rt-banner-content .smallgap.row>[class*='col-'] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.home-five .rt-banner-content {
    padding-top: 209px;
}

/*2.1 IconBox Css*/
.rt-single-icon-box {
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.rt-single-icon-box .icon-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rt-single-icon-box .icon-thumb img {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-single-icon-box.icon-center {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-single-icon-box.icon-center2 {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.rt-xs-center {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.rt-single-icon-box .iconbox-content {
    width: 100%;
}

.rt-single-icon-box .iconbox-content h4 a {
    color: var(--body-font-color);
}

@media (max-width: 767.98px) {
    .rt-single-icon-box .iconbox-content h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

.rt-single-icon-box.plain-list-1 {
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
}

.rt-single-icon-box.plain-list-1:last-child {
    border: none;
}

.rt-single-icon-box.rt-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-single-icon-box.bg-transparent {
    background-color: transparent;
}

.rt-single-icon-box.shdoaw-style {
    background-color: #fff;
    -webkit-box-shadow: 0 18px 65px 0 rgba(153, 153, 159, .2);
    box-shadow: 0 18px 65px 0 rgba(153, 153, 159, .2);
}

.rt-single-icon-box:hover.shdoaw-style {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);

    -webkit-box-shadow: 0 18px 45px 0 rgba(153, 153, 159, .2);
    box-shadow: 0 18px 45px 0 rgba(153, 153, 159, .2);
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.mbl-center {
        flex-direction: column;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.active-price .slick-next,
.active-price .slick-prev {
    line-height: 65px;

    position: absolute;
    z-index: 66;
    z-index: 1;
    top: unset;
    bottom: -45px;
    left: 50%;

    width: 65px;
    height: 65px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    text-align: center;

    opacity: 1;
    color: #000;
    border-radius: 50%;
    background-color: #364b86;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .1);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .1);
}

@media (max-width: 767.98px) {

    .active-price .slick-next,
    .active-price .slick-prev {
        line-height: 40px;

        bottom: 20px;
        left: calc(50% - 30px);

        width: 40px;
        height: 40px;

        background-size: 20px;
    }
}

.active-price .slick-next::before,
.active-price .slick-prev::before {
    display: none;
}

.active-price .slick-next:hover,
.active-price .slick-prev:hover {
    background-color: #ec5e50;
}

.active-price .slick-next:hover::before,
.active-price .slick-prev:hover::before {
    opacity: 1;
    color: #fff;
}

.active-price .slick-prev {
    background-image: url('../images/all-img/ar-wl.png');
}

.active-price .slick-next {
    margin-left: 80px;

    background-image: url('../images/all-img/ar-wr.png');
}

@media (max-width: 767.98px) {
    .active-price .slick-next {
        margin-left: 56px;
    }
}

.rt-single-icon-box.services-box {
    padding-top: 34px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 32px;

    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

@media (max-width: 1199.98px) {
    .rt-single-icon-box.services-box {
        min-height: 380px;
    }
}

.rt-single-icon-box.services-box .icon-thumb {
    margin-bottom: 30px;
}

.rt-single-icon-box.services-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.services-box .iconbox-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.rt-single-icon-box.services-box .iconbox-content p {
    margin: 0 0 20px;
}

.rt-single-icon-box.services-box .iconbox-content a {
    font-size: 18px;
    font-weight: 600;

    color: var(--body-font-color);
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.services-box .iconbox-content a {
        font-size: 16px;
    }

    .rt-single-icon-box.services-box .iconbox-content a span img {
        height: 15px;
    }
}

.rt-single-icon-box.services-box .iconbox-content a span {
    font-size: 20px;

    margin-left: 10px;
}

.rt-single-icon-box.feature-box {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 28px;
    padding-left: 40px;

    border: 1px solid rgba(57, 91, 225, .5);
    border-radius: 30px;
    background-color: #fff;
}

.rt-single-icon-box.feature-box .icon-thumb {
    margin-bottom: 30px;
}

.rt-single-icon-box.feature-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;

    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.feature-box {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.rt-single-icon-box.feature-box:hover {
    border-color: transparent;
    -webkit-box-shadow: -1.22px 13.947px 20px 0 rgba(2, 96, 255, .14);
    box-shadow: -1.22px 13.947px 20px 0 rgba(2, 96, 255, .14);
}

.rt-single-icon-box.list-item-1,
.rt-single-icon-box.list-item-3 {
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .051);
}

.rt-single-icon-box.list-item-1 .icon-thumb,
.rt-single-icon-box.list-item-3 .icon-thumb {
    margin-right: 30px;
}

.rt-single-icon-box.list-item-1 .iconbox-content h4,
.rt-single-icon-box.list-item-3 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;

    margin-bottom: 10px;
}

@media (max-width: 767.98px) {

    .rt-single-icon-box.list-item-1,
    .rt-single-icon-box.list-item-3 {
        flex-direction: column;

        padding-right: 25px;
        padding-left: 25px;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rt-single-icon-box.list-item-1 .icon-thumb,
    .rt-single-icon-box.list-item-3 .icon-thumb {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.rt-single-icon-box.list-item-2 {
    padding: 30px;

    border: 1px solid #e7e8f2;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(156, 165, 181, 0);
    box-shadow: 0 5px 20px 0 rgba(156, 165, 181, 0);
}

.rt-single-icon-box.list-item-2::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 6px;
    height: 100%;

    content: '';
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    background-color: #e7e8f2;
}

.rt-single-icon-box.list-item-2::before {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 6px;
    height: 0;

    content: '';
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    background-color: #224fe7;
}

.rt-single-icon-box.list-item-2 .icon-thumb {
    margin-right: 30px;
}

.rt-single-icon-box.list-item-2 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;

    margin-bottom: 10px;
}

.rt-single-icon-box.list-item-2:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 20px 0 rgba(156, 165, 181, .5);
    box-shadow: 0 5px 20px 0 rgba(156, 165, 181, .5);
}

.rt-single-icon-box.list-item-2:hover:after {
    height: 0;
}

.rt-single-icon-box.list-item-2:hover::before {
    height: 100%;

    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.rt-single-icon-box.list-item-3 {
    padding: 0;

    border: none;
    background-color: transparent;
}

.rt-single-icon-box.list-item-3 .icon-thumb {
    margin-right: 0;
    margin-bottom: 30px;
}

.counter-area {
    position: relative;
    z-index: 1;

    margin-top: -80px;
}

.rt-single-icon-box.single-counter .icon-thumb,
.rt-single-icon-box.single-counter2 .icon-thumb {
    margin-right: 30px;
}

.rt-single-icon-box.single-counter .iconbox-content h4,
.rt-single-icon-box.single-counter2 .iconbox-content h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.rt-single-icon-box.single-counter2 .iconbox-content h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.rt-single-icon-box.single-counter2 .iconbox-content p {
    font-size: 22px;
    font-weight: 300;

    color: #526288;
}

.install-list-item {
    position: relative;
    z-index: 1;

    height: 300px;
}

@media (max-width: 991.98px) {
    .install-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        height: auto;
        margin-top: 30px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.install-list-item li {
    position: absolute;
}

.install-list-item li img {
    max-width: 90px;
}

@media (max-width: 991.98px) {
    .install-list-item li img {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .install-list-item li {
        position: static;

        max-width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 767.98px) {
    .install-list-item li {
        max-width: 33.33%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

.install-list-item li:hover img {
    -webkit-animation: pulse 400ms ease-in-out;
    animation: pulse 400ms ease-in-out;
}

.install-list-item li:nth-child(1) {
    top: 0;
    left: 0;
}

.install-list-item li:nth-child(2) {
    top: 42px;
    left: 9%;
}

.install-list-item li:nth-child(3) {
    top: 85px;
    left: 18%;
}

@media (max-width: 991.98px) {
    .install-list-item li:nth-child(3) {
        top: 89px;
        left: 22%;
    }
}

.install-list-item li:nth-child(4) {
    top: 42px;
    left: 27%;
}

.install-list-item li:nth-child(5) {
    top: 85px;
    left: 36%;
}

.install-list-item li:nth-child(6) {
    top: 42px;
    left: 45%;
}

.install-list-item li:nth-child(7) {
    top: 85px;
    left: 54%;
}

.install-list-item li:nth-child(8) {
    top: 0;
    right: 0;
}

.install-list-item li:nth-child(9) {
    top: 42px;
    right: 9%;
}

.install-list-item li:nth-child(10) {
    top: 85px;
    right: 18%;
}

.install-list-item li:nth-child(11) {
    top: 42px;
    right: 27%;
}

.install-list-item li:nth-child(12) {
    top: 100px;
    right: 0;
}

.install-list-item li:nth-child(13) {
    top: 100px;
    left: 0;
}

.install-list-item li:nth-child(14) {
    top: 145px;
    left: 9%;
}

.install-list-item li:nth-child(15) {
    top: 145px;
    right: 9%;
}

.install-list-item li:nth-child(16) {
    top: 145px;
    left: 27%;
}

.install-list-item li:nth-child(17) {
    top: 145px;
    left: 45%;
}

.install-list-item li:nth-child(18) {
    top: 145px;
    right: 27%;
}

.rt-single-icon-box.help-box {
    height: 145px;
    padding: 30px;

    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(183, 184, 185, .2);
    box-shadow: 0 5px 20px 0 rgba(183, 184, 185, .2);
}

.rt-single-icon-box.help-box .icon-thumb {
    margin-right: 30px;
}

@media (max-width: 1199.98px) {
    .rt-single-icon-box.help-box {
        height: auto;
    }
}

.rt-single-icon-box.help-box .iconbox-content h4 {
    font-size: 28px;
    font-weight: 600;

    margin: 0 0 10px;
}

.feature-parent-item li {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .feature-parent-item li {
        position: static;
    }
}

.feature-parent-item li:nth-child(2n) {
    top: 74px;
}

.rt-single-icon-box.feature-list-item {
    overflow: hidden;

    height: 334px;
    padding-top: 55px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;

    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
    box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
}

.rt-single-icon-box.feature-list-item .icon-thumb {
    margin-bottom: 30px;
}

.rt-single-icon-box.feature-list-item .iconbox-content {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-single-icon-box.feature-list-item .iconbox-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;

    margin: 0 0 10px;
}

.rt-single-icon-box.feature-list-item .iconbox-content h4,
.rt-single-icon-box.feature-list-item .iconbox-content p {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-single-icon-box.feature-list-item .iconbox-content .hover_link {
    display: none;
}

.rt-single-icon-box.feature-list-item::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: 0;
    border-radius: 30px;
    background: -webkit-linear-gradient(345deg, #6457c6 0%, #30d2be 0%, #30d2be 0%, #2c6bf1 0%, #1a59e7 100%);
    background: linear-gradient(105deg, #6457c6 0%, #30d2be 0%, #30d2be 0%, #2c6bf1 0%, #1a59e7 100%);

    filter: alpha(opacity=0);
}

.rt-single-icon-box.feature-list-item:hover .icon-thumb {
    -webkit-animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both;
}

.rt-single-icon-box.feature-list-item:hover .iconbox-content {
    padding-bottom: 67px;
}

.rt-single-icon-box.feature-list-item:hover .iconbox-content h4,
.rt-single-icon-box.feature-list-item:hover .iconbox-content p {
    color: white;
}

.rt-single-icon-box.feature-list-item:hover .hover_link {
    display: block;

    -webkit-animation: zoomIn .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: zoomIn .6s cubic-bezier(.39, .575, .565, 1) both;
}

.rt-single-icon-box.feature-list-item:hover::after {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-single-icon-box.service-box2 {
    min-height: 180px;

    border-radius: 15px;
}

.rt-single-icon-box.service-box2 .icon-thumb {
    max-width: 100px;
    margin-right: 30px;

    -webkit-transition: all .1s cubic-bezier(.39, .575, .565, 1);
    transition: all .1s cubic-bezier(.39, .575, .565, 1);

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.rt-single-icon-box.service-box2 .iconbox-content {
    padding-right: 20px;

    -webkit-transition: all .1s cubic-bezier(.39, .575, .565, 1);
    transition: all .1s cubic-bezier(.39, .575, .565, 1);
}

.rt-single-icon-box.service-box2 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 600;
}

.rt-single-icon-box.service-box2:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .6s cubic-bezier(.39, .575, .565, 1);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);

    opacity: 0;
    border-radius: 15px;
    background: -webkit-linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
    background: linear-gradient(45deg, #3da9f5 0%, #683df5 100%);

    filter: alpha(opacity=0);
}

.rt-single-icon-box.service-box2 .hover-content {
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: 100%;
    height: 100%;

    text-align: center;

    opacity: 0;

    filter: alpha(opacity=0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-single-icon-box.service-box2 .hover-content a {
    font-size: 16px;
    font-weight: 700;

    text-transform: capitalize;

    color: white;
}

.rt-single-icon-box.service-box2 .hover-content a span {
    display: inline-block;

    margin-right: 10px;
}

.rt-single-icon-box.service-box2:hover .icon-thumb,
.rt-single-icon-box.service-box2:hover .iconbox-content {
    visibility: hidden;

    opacity: 0;

    filter: alpha(opacity=0);
}

.rt-single-icon-box.service-box2:hover:after {
    visibility: visible;

    height: 100%;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-single-icon-box.service-box2:hover .hover-content {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-single-icon-box.domin-feature-box .icon-thumb {
    margin-bottom: 25px;
}

.rt-single-icon-box.domin-feature-box .iconbox-content h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;

    margin: 0 0 12px;
}

.rt-single-icon-box.domain-feature3 {
    min-height: 205px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 34px;
    padding-left: 25px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 4.678px 15.301px 46px 0 rgba(26, 88, 215, .3);
    box-shadow: 4.678px 15.301px 46px 0 rgba(26, 88, 215, .3);
}

.rt-single-icon-box.domain-feature3 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.domain-feature3 .iconbox-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.rt-single-icon-box.domain-feature3 .iconbox-content p {
    margin: 0 0 0;
}

.rt-single-icon-box.ssl-icon {
    min-height: 250px;
    padding: 25px;
}

.rt-single-icon-box.ssl-icon .icon-thumb {
    margin-bottom: 20px;
}

.rt-single-icon-box.ssl-icon .iconbox-content h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.rt-single-icon-box.ssl-icon2 {
    min-height: 250px;
    padding: 25px;
}

.rt-single-icon-box.ssl-icon2 .icon-thumb {
    margin-bottom: 20px;
}

.rt-single-icon-box.ssl-icon2 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.rt-single-icon-box.icon-style-1 .icon-thumb {
    margin-right: 30px;
}

.rt-single-icon-box.icon-style-1 .iconbox-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.rt-single-icon-box.icon-style-2 {
    min-height: 211px;

    border: 1px solid rgba(26, 88, 215, .3);
    border-radius: 20px;
}

.rt-single-icon-box.icon-style-2 .icon-thumb {
    margin-bottom: 20px;
}

.rt-single-icon-box.icon-style-2 .iconbox-content h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.rt-single-icon-box.icon-style-3 .icon-thumb {
    margin-bottom: 20px;
}

.rt-single-icon-box.icon-style-3 .iconbox-content span {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;

    display: block;

    margin: 0 0 10px;

    color: #8e97b6;
}

.rt-single-icon-box.icon-style-3 .iconbox-content h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;

    margin: 0 0 13px;
}

.rt-single-team {
    position: relative;
    z-index: 1;
}

.rt-single-team .team-content h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.214;

    text-shadow: 0 4px 4px rgba(51, 64, 106, .26);
}

.rt-single-team .team-content h4 a {
    color: #33406a;
}

.rt-single-team .team-content p span {
    color: var(--primary_color);
}

.card.card-white-bg {
    border: transparent;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 32px 51px 0 rgba(136, 143, 207, .1);
    box-shadow: 0 32px 51px 0 rgba(136, 143, 207, .1);
}

.card.card-white-bg .card-body {
    padding: 30px;
}

.domain-box.rt-single-icon-box {
    min-height: 569px;

    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0 19px 56px 0 rgba(26, 88, 215, .2);
    box-shadow: 0 19px 56px 0 rgba(26, 88, 215, .2);
}

.domain-box.rt-single-icon-box .icon-thumb {
    margin-bottom: 50px;
}

.domain-box.rt-single-icon-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 600;

    margin: 0 0 45px;
    padding: 13px 0;

    border-top: 1px solid rgba(236, 237, 246, .8);
    border-bottom: 1px solid rgba(236, 237, 246, .8);
}

.domain-box.rt-single-icon-box .iconbox-content .para-text {
    margin: 0 0 45px;
}

/*2.2 Price Box */
.price-carosle-wrapper {
    max-width: 1130px;
    margin-left: auto;
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .price-carosle-wrapper {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .price-carosle-wrapper {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .price-carosle-wrapper {
        padding-left: 30px;
    }
}

.rt-single-icon-box.price-box {
    min-height: 520px;
    padding-top: 60px;
    padding-bottom: 100px;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    border-radius: 24px;
    background-color: #f7f7fb;
    background-image: url(../images/all-img/hover-1.png);
    background-repeat: no-repeat;
    background-position: 280px;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.price-box {
        min-height: auto;
        padding-bottom: 60px;
    }
}

.rt-single-icon-box.price-box .icon-thumb {
    margin-bottom: 35px;
}

.rt-single-icon-box.price-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin: 0 0 15px;

    text-transform: uppercase;

    color: #33406a;
}

.rt-single-icon-box.price-box .iconbox-content h5 {
    font-size: 40px;
    font-weight: 600;

    color: #224fe7;
    text-shadow: 1.753px 3.595px 2px rgba(34, 79, 231, .22);
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.price-box .iconbox-content h5 {
        font-size: 32px;
    }
}

.rt-single-icon-box.price-box .iconbox-content .hover-link {
    position: absolute;
    right: 80px;
    bottom: 16px;

    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;

    opacity: 0;
    color: #fff;

    filter: alpha(opacity=0);
}

.rt-single-icon-box.price-box .iconbox-content .hover-link span {
    position: relative;
    top: 3px;

    display: inline-block;

    padding-left: 8px;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.price-box .iconbox-content .hover-link span {
        top: 0;
    }

    .rt-single-icon-box.price-box .iconbox-content .hover-link span img {
        display: none;
    }
}

.rt-single-icon-box.price-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

    background-position: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 20px 0 rgba(132, 141, 156, .3);
}

.rt-single-icon-box.price-box:hover .hover-link {
    right: 18px;

    visibility: visible;

    -webkit-transition-delay: .1s;
    transition-delay: .1s;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-single-icon-box.price-box2 {
    min-height: 445px;
    padding-top: 50px;
    padding-bottom: 50px;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1.753px -3.595px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 1.753px -3.595px 10px 0 rgba(132, 141, 156, .3);
}

.rt-single-icon-box.price-box2 .icon-thumb {
    margin-bottom: 35px;
}

.rt-single-icon-box.price-box2 .iconbox-content .inner-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;

    border: 1px solid rgba(23, 34, 82, .2);
    border-radius: 10px;
}

.rt-single-icon-box.price-box2 .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin: 0 0 15px;

    text-transform: uppercase;

    color: #33406a;
}

.rt-single-icon-box.price-box2 .iconbox-content h5 {
    font-size: 40px;
    font-weight: 600;

    color: #224fe7;
    text-shadow: 1.753px 3.595px 2px rgba(34, 79, 231, .22);
}

.rt-single-icon-box.price-box2 .iconbox-content .hover-link-mbl {
    position: absolute;
    right: 80px;
    bottom: 16px;

    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;

    opacity: 0;
    color: #fff;

    filter: alpha(opacity=0);
}

.rt-single-icon-box.price-box2 .iconbox-content .hover-link-mbl span {
    position: relative;
    top: 3px;

    display: inline-block;

    padding-left: 8px;
}

.price-list-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price-list-parent li {
    position: relative;
    z-index: 1;

    max-width: 50%;
    height: 531px;
    margin-bottom: 30px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.price-list-parent li:nth-child(2n) {
    top: 174px;
}

@media (max-width: 767.98px) {
    .price-list-parent li {
        max-width: 100%;
        height: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .price-list-parent li:nth-child(2n) {
        top: unset;
    }
}

.price-list-parent li .hover-link {
    position: absolute;
    top: 0;
    left: 25px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: calc(100% - 25px);
    height: 479px;
    padding-bottom: 24px;

    -webkit-transition: all .34s ease-in-out;
    transition: all .34s ease-in-out;

    opacity: 0;
    border-radius: 10px;
    background: var(--gradient-primary);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    filter: alpha(opacity=0);
}

@media (max-width: 767.98px) {
    .price-list-parent li .hover-link {
        display: none;
    }
}

.price-list-parent li .hover-link a {
    display: inline-block;

    color: white;
}

.price-list-parent li .hover-link a span {
    display: inline-block;

    margin-left: 10px;
}

.price-list-parent li.active .hover-link {
    top: 50px;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.price-list-parent li.active .hover-link a {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.price2-area {
    background-repeat: no-repeat;
    background-position: 0 300px;
    background-size: 100% 100%;
}

@media (max-width: 1199.98px) {
    .price2-area {
        background-position: center center;
        background-size: cover;
    }
}

.price2-area .price-bgi {
    position: absolute;
    top: 50%;
    right: 0;

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

@media (max-width: 1600px) {
    .price2-area .price-bgi img {
        height: 750px;
    }
}

@media (max-width: 1199.98px) {
    .price2-area .price-bgi img {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
    .price2-area .price-bgi {
        display: none;
    }
}

.active-price .slick-slide {
    margin: 0 15px;
}

.active-price .slick-list {
    margin: 0 -15px;
}

.active-price .single-item,
.active-price .rt-single-items {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rt-single-icon-box.price3-box {
    padding-top: 55px;
    padding-right: 95px;
    padding-bottom: 50px;
    padding-left: 95px;

    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
    box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
}

@media (max-width: 991.98px) {
    .rt-single-icon-box.price3-box {
        flex-direction: column;

        padding: 60px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.price3-box {
        padding: 30px;
    }
}

.rt-single-icon-box.price3-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin: 0 0 10px;
}

.rt-single-icon-box.price3-box .iconbox-content p {
    color: #526288;
}

.rt-single-icon-box.price3-box .iconbox-content h5 {
    font-size: 60px;
    font-weight: 700;

    margin-top: 10px;
    margin-bottom: 40px;

    color: #224fe7;
    text-shadow: 1.753px 3.595px 2px rgba(34, 79, 231, .22);
}

.rt-single-icon-box.price3-box .iconbox-content h5 span {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.price3-box .iconbox-content h5 {
        font-size: 32px;
    }
}

.rt-single-icon-box.price3-box .iconbox-content .rt-btn,
.rt-card .rt-single-icon-box.price3-box .iconbox-content .card-btn,
.rt-single-icon-box.price3-box .iconbox-content .comment-respond input[type='submit'],
.comment-respond .rt-single-icon-box.price3-box .iconbox-content input[type='submit'],
.rt-single-icon-box.price3-box .iconbox-content .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .rt-single-icon-box.price3-box .iconbox-content .g-sing-up-btn {
    padding: 13px 45px;
}

.all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n) .icon-thumb {
    margin-right: 50px;

    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 991.98px) {
    .all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n) .icon-thumb {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n) .iconbox-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n + 1) .icon-thumb {
    margin-left: 50px;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991.98px) {
    .all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n + 1) .icon-thumb {
        margin-top: 30px;
        margin-left: 0;
    }
}

.all-price-boxes .rt-single-icon-box.price3-box:nth-child(2n + 1) .iconbox-content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.price-carosel-area {
    height: 1050px;

    background-repeat: no-repeat;
    background-size: 100% 115%;
}

.price-carosel-area .active-price .slick-next,
.price-carosel-area .active-price .slick-prev {
    bottom: -75px;
}

.price-carosel-area .rt-single-icon-box.price-box2 {
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

@media (max-width: 1199.98px) {
    .price-carosel-area {
        height: auto;

        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.price-carosel-area2 {
    height: 900px;

    background-repeat: no-repeat;
    background-size: 100% 115%;
}

.price-carosel-area2 .active-price .slick-next,
.price-carosel-area2 .active-price .slick-prev {
    bottom: -75px;
}

@media (max-width: 1199.98px) {
    .price-carosel-area2 {
        height: auto;

        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.rt-price-1 {
    padding: 30px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2.718px 25.858px 20px 0 rgba(49, 74, 126, .1);
    box-shadow: 2.718px 25.858px 20px 0 rgba(49, 74, 126, .1);
}

.rt-price-1 .price-hrader .price-icon {
    margin-bottom: 20px;
}

.rt-price-1 .price-hrader .header-title {
    font-size: 28px;
    font-weight: 600;

    margin-bottom: 30px;

    color: var(--secondary_color);
}

.rt-price-1 .price-hrader .price-amount {
    max-width: 225px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 45px;

    color: white;
    border-radius: 10px;
    background: -webkit-linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
    background: linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
}

.rt-price-1 .price-hrader .price-amount span {
    font-size: 36px;
    font-weight: 700;
}

.rt-price-1 .price-hrader .price-amount span sub,
.rt-price-1 .price-hrader .price-amount span sup {
    font-size: 18px;

    vertical-align: middle;
}

.rt-price-1 .price-hrader .price-amount span:nth-child(2) {
    font-size: 18px;
}

.rt-price-1 .price-body ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;

    border-bottom: 2px dotted rgba(35, 81, 232, .3);
}

.rt-price-1 .price-body ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

.rt-price-1 .price-footer {
    padding-top: 35px;
}

.rt-price-1.mini-title {
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

    border-radius: 30px;
    -webkit-box-shadow: 0 10px 95px 0 rgba(11, 99, 220, .19);
    box-shadow: 0 10px 95px 0 rgba(11, 99, 220, .19);
}

.rt-price-1.mini-title .price-hrader .price-badge-1 {
    line-height: 37px;

    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 147px;
    height: 37px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;

    color: white;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8359), to(#ffdf40));
    background-image: -webkit-linear-gradient(left, #ff8359 0%, #ffdf40 100%);
    background-image: linear-gradient(90deg, #ff8359 0%, #ffdf40 100%);
}

.rt-price-1.mini-title .price-hrader .header-title {
    font-size: 22px;

    margin-bottom: 20px;

    color: var(--body-font-color);
}

.rt-price-1.mini-title .price-hrader .price-amount {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;

    color: var(--secondary_color);
    border-radius: 30px;
    background: transparent;
}

.rt-price-1.mini-title .price-hrader .price-amount span:nth-child(1) {
    font-size: 60px;
    font-weight: 600;
}

.rt-price-1.mini-title .price-hrader .price-amount span:nth-child(1) sup {
    vertical-align: revert;
}

.rt-price-1.mini-title .price-hrader .price-amount:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .2;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, #8739e6 0%, #5496ff 100%);
    background: linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
}

.rt-price-1.mini-title.has-icon .price-icon {
    position: absolute;
    top: -30px;
    left: 50%;

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

@media (max-width: 991.98px) {
    .rt-price-1.mini-title.has-icon .price-icon {
        position: static;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }

    .rt-price-1.mini-title.has-icon .price-icon img {
        display: block;

        margin: 0 auto;
    }
}

.rt-price-1.mini-title.has-icon .price-icon.two {
    top: -60px;
}

.rt-price-1.mini-title.has-icon .price-icon.three {
    top: -122px;
}

.rt-price-1.mini-title.has-icon .price-hrader .header-title {
    margin-bottom: 5px;
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .rt-price-1.mini-title.has-icon .price-hrader .header-title {
        padding-top: 0;
    }
}

.rt-price-1.mini-title.has-icon .price-hrader .price-amount {
    margin-top: 20px;
}

.rt-price-1.mini-title.has-icon .price-hrader p {
    font-size: 16px;
}

.rt-price-1.mini-title.has-icon .price-body .rt-list,
.rt-price-1.mini-title.has-icon .price-body .price-list-parent,
.rt-price-1.mini-title.has-icon .price-body .domain-search-parent,
.rt-price-1.mini-title.has-icon .price-body .domain-buyfooter,
.rt-price-1.mini-title.has-icon .price-body .order-detils-box,
.rt-price-1.mini-title.has-icon .price-body .filter-list,
.rt-price-1.mini-title.has-icon .price-body .tp-r-list {
    text-align: start;
}

.rt-price-1.mini-title.has-icon .price-body .rt-list li,
.rt-price-1.mini-title.has-icon .price-body .price-list-parent li,
.rt-price-1.mini-title.has-icon .price-body .domain-search-parent li,
.rt-price-1.mini-title.has-icon .price-body .domain-buyfooter li,
.rt-price-1.mini-title.has-icon .price-body .order-detils-box li,
.rt-price-1.mini-title.has-icon .price-body .filter-list li,
.rt-price-1.mini-title.has-icon .price-body .tp-r-list li {
    border-color: rgba(51, 64, 106, .302);
}

.rt-price-1.mini-title.has-icon .price-body .rt-list li span,
.rt-price-1.mini-title.has-icon .price-body .price-list-parent li span,
.rt-price-1.mini-title.has-icon .price-body .domain-search-parent li span,
.rt-price-1.mini-title.has-icon .price-body .domain-buyfooter li span,
.rt-price-1.mini-title.has-icon .price-body .order-detils-box li span,
.rt-price-1.mini-title.has-icon .price-body .filter-list li span,
.rt-price-1.mini-title.has-icon .price-body .tp-r-list li span {
    margin-right: 10px;
}

.rt-price-2 {
    position: relative;
    z-index: 1;

    min-height: 300px;

    border-radius: 20px;
}

.rt-price-2 .price-badge-1 {
    line-height: 37px;

    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 147px;
    height: 37px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;

    color: white;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8359), to(#ffdf40));
    background-image: -webkit-linear-gradient(left, #ff8359 0%, #ffdf40 100%);
    background-image: linear-gradient(90deg, #ff8359 0%, #ffdf40 100%);
}

.rt-price-2 .price-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    margin-bottom: 20px;
    padding-top: 57px;

    color: var(--primary_color);
}

.rt-price-2 .price-amount {
    font-size: 60px;
    font-weight: 600;

    margin-bottom: 10px;
}

.rt-price-2 .price-amount span sup {
    font-size: 24px;

    vertical-align: baseline;
}

.rt-price-2 .price-amount span:nth-child(2) {
    font-size: 24px;
}

.rt-price-2 .price-body {
    font-size: 16px;

    margin-bottom: 30px;

    color: #514296;
}

.rt-price-2 .price-footer a {
    font-size: 16px;

    padding: 10px 15px;

    text-align: center;
    text-transform: capitalize;

    color: #6342ff;
    border: 1px solid rgba(157, 175, 232, .4);
    border-radius: 999px;
}

.rt-price-2.active {
    top: -80px;

    min-height: 344px;

    background-image: -webkit-linear-gradient(45deg, #1a58d7 0%, #683df5 84%);
    background-image: linear-gradient(45deg, #1a58d7 0%, #683df5 84%);
}

.rt-price-2.active .price-amount,
.rt-price-2.active .price-body {
    color: white;
}

.rt-price-2.active .price-title {
    padding-top: 97px;
}

.rt-price-2.active .price-footer a {
    color: white;
    border: none;
    background: var(--gradient-primary);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

/*2.3 domain  */
.hunt-domian {
    background-repeat: no-repeat;
    background-position: center center;
}

.domain-content .tbanavs .nav-item {
    margin-right: 25px;
}

.domain-content .tbanavs .nav-item:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .domain-content .tbanavs .nav-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .domain-content .tbanavs .nav-item:last-child {
        margin-bottom: 0;
    }
}

.domain-content .tbanavs .nav-item .nav-link {
    font-size: 16px;

    padding: 10px 55px;

    text-transform: uppercase;

    color: #38496d;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .678);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

.domain-content .tbanavs .nav-item .nav-link.active {
    color: #fff;
    background: var(--gradient-primary);
}

.domian-serach-box {
    max-width: 923px;
    margin-right: auto;
    margin-left: auto;
}

.domian-serach-box .domain-searh-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .domian-serach-box .domain-searh-form {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.hunt-bg {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
    .hunt-bg {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .hunt-domian2 {
        padding-top: 80px;
        padding-bottom: 80px;

        background-color: var(--secondary_color);
    }
}

@media (max-width: 991.98px) {
    .hunt-domian2 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.domianinput-fileds {
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 636px;
    height: 60px;

    border-radius: 999px;
    background-color: white;
    -webkit-box-shadow: 0 5px 30px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 5px 30px 0 rgba(132, 141, 156, .3);

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .domianinput-fileds {
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {
    .domianinput-fileds {
        margin-bottom: 10px;

        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.domianinput-fileds .form-bdage {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;

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

@media (max-width: 767.98px) {
    .domianinput-fileds .form-bdage {
        left: 10px;
    }

    .domianinput-fileds .form-bdage img {
        height: 15px;
    }
}

.domianinput-fileds:after {
    position: absolute;
    top: 50%;
    right: 133px;

    width: 1px;
    height: 25px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: rgba(93, 92, 100, .5);
}

@media (max-width: 767.98px) {
    .domianinput-fileds:after {
        right: 80px;
    }
}

.domianinput-fileds input[type='text'],
.domianinput-fileds input[type='email'] {
    position: relative;
    z-index: 1;

    max-width: calc(100% - 150px);
    height: 100%;
    padding-left: 66px;

    border: none;
    border-radius: 999px;

    -webkit-box-flex: calc(100% - 150px);
    -webkit-flex: calc(100% - 150px);
    -ms-flex: calc(100% - 150px);
    flex: calc(100% - 150px);
}

@media (max-width: 767.98px) {

    .domianinput-fileds input[type='text'],
    .domianinput-fileds input[type='email'] {
        max-width: calc(100% - 85px);
        padding-left: 30px;

        -webkit-box-flex: calc(100% - 85px);
        -webkit-flex: calc(100% - 85px);
        -ms-flex: calc(100% - 85px);
        flex: calc(100% - 85px);
    }
}

.domianinput-fileds input[type='text']::-webkit-input-placeholder,
.domianinput-fileds input[type='email']::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #939393;
}

.domianinput-fileds input[type='text']::-moz-placeholder,
.domianinput-fileds input[type='email']::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #939393;
}

.domianinput-fileds input[type='text']:-ms-input-placeholder,
.domianinput-fileds input[type='email']:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #939393;
}

.domianinput-fileds input[type='text']::-ms-input-placeholder,
.domianinput-fileds input[type='email']::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #939393;
}

.domianinput-fileds input[type='text']::placeholder,
.domianinput-fileds input[type='email']::placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #939393;
}

.domianinput-fileds .select-optin {
    max-width: 95px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95px;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
}

@media (max-width: 767.98px) {
    .domianinput-fileds .select-optin {
        max-width: 80px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}

.domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 600;

    color: #2a2a2a;
}

.domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
}

.domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: 'Flaticon';
    font-size: 15px;

    position: absolute;
    top: 50%;
    right: 25px;

    content: '\f113';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #939393;
}

@media (max-width: 767.98px) {
    .domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__arrow:after {
        right: 10px;
    }
}

.domianinput-fileds .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.hosting-badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 176px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-align: center;

    border-radius: 20px;
    background-color: #fff;
    background-image: url(../images/all-img/hi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-box-shadow: 1.753px 3.595px 20px 0 rgba(34, 79, 231, .1);
    box-shadow: 1.753px 3.595px 20px 0 rgba(34, 79, 231, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hosting-badge span.domain-name {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.hosting-badge span.domain-yr {
    font-size: 20px;
    font-weight: 600;

    color: #f87c15;
}

@media (max-width: 767.98px) {
    .hosting-badge {
        height: 130px;
    }

    .hosting-badge span.domain-name {
        font-size: 25px;
        line-height: 35px;
    }

    .hosting-badge span.domain-yr {
        font-size: 18px;
    }
}

.hosting-badge:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);

    background-image: url(../images/all-img/hi2.png);
    -webkit-box-shadow: 2.816px 17.778px 13px 0 rgba(44, 71, 163, .21);
    box-shadow: 2.816px 17.778px 13px 0 rgba(44, 71, 163, .21);
}

.domain-search .rt-btn,
.domain-search .rt-card .rt-single-icon-box .iconbox-content .card-btn,
.rt-card .rt-single-icon-box .iconbox-content .domain-search .card-btn,
.domain-search .comment-respond input[type='submit'],
.comment-respond .domain-search input[type='submit'],
.domain-search .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .domain-search .g-sing-up-btn {
    min-width: 245px;
}

.hosting-badge2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 83px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-align: center;

    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);
    box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hosting-badge2 span.domain-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;

    color: var(--body-font-color);
}

.hosting-badge2 span.domain-yr {
    font-size: 18px;

    color: #f87c15;
}

.hosting-badge2 span.domain-yr.clr-1 {
    color: #e6457b;
}

.hosting-badge2 span.domain-yr.clr-2 {
    color: #4bcc88;
}

.hosting-badge2 span.domain-yr.clr-3 {
    color: #215bee;
}

.hosting-badge2:hover {
    background: -webkit-linear-gradient(345deg, #6457c6 0%, #30d2be 0%, #30d2be 0%, #2c6bf1 0%, #1a59e7 100%);
    background: linear-gradient(105deg, #6457c6 0%, #30d2be 0%, #30d2be 0%, #2c6bf1 0%, #1a59e7 100%);
}

.hosting-badge2:hover span.domain-name {
    color: #f87c15;
}

.hosting-badge2:hover span.domain-yr {
    color: #e3e6ff !important;
}

@media (max-width: 767.98px) {
    .domain-search-parent {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.domain-search-parent .search-child {
    min-height: 210px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 8.933px -1.097px 76px 0 rgba(92, 110, 167, .3);
    box-shadow: 8.933px -1.097px 76px 0 rgba(92, 110, 167, .3);
}

.domain-search-parent .search-child:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .domain-search-parent .search-child {
        padding: 30px;
    }
}

.domain-search-parent .search-child span {
    display: block;
}

.domain-search-parent .search-child span.top-title {
    margin-bottom: 15px;

    color: #173ee3;
}

.domain-search-parent .search-child span.bottom-title {
    font-size: 26px;
    font-weight: 700;
}

.domain-search-parent .search-child span.s-badge {
    font-size: 12px;
    font-weight: 700;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 28px;
    padding: 0 12px;

    text-align: center;

    color: white;
    border-radius: 999px;
    background: #1a58d7;
}

.domain-search-parent .search-child span.stv {
    font-size: 16px;

    color: #666e85;
}

.domain-search-parent .search-child span.sbv {
    font-size: 24px;
    font-weight: 700;

    margin-top: 5px;

    color: #324582;
}

.domain-search-parent .search-child span.s-domain-name {
    font-size: 24px;
    font-weight: 600;
}

.domain-search-parent .search-child.child-sm {
    min-height: 120px;

    -webkit-box-shadow: 5.803px 3.914px 20px 0 rgba(49, 74, 126, .1);
    box-shadow: 5.803px 3.914px 20px 0 rgba(49, 74, 126, .1);
}

.rt-single-icon-box.domain-search-resultbox {
    z-index: 3;

    min-height: 394px;

    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 2.924px 9.563px 46px 0 rgba(26, 88, 215, .1);
    box-shadow: 2.924px 9.563px 46px 0 rgba(26, 88, 215, .1);
}

.rt-single-icon-box.domain-search-resultbox .icon-thumb {
    margin-bottom: 25px;
}

.rt-single-icon-box.domain-search-resultbox .iconbox-content h4 {
    font-size: 24px;
    font-weight: 600;

    color: var(--body-font-color);
}

.rt-single-icon-box.domain-search-resultbox .iconbox-content h4 span {
    font-size: 18px;
    font-weight: 400;

    display: inline-block;

    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .rt-single-icon-box.domain-search-resultbox .iconbox-content h4 span {
        padding-left: 0;
    }
}

.rt-single-icon-box.domain-search-resultbox .iconbox-content h5 {
    font-size: 28px;
    font-weight: 700;

    margin: 10px 0 25px;

    color: #1a58d7;
}

.rt-single-icon-box.domain-search-resultbox .iconbox-content .rt-btn,
.rt-card .rt-single-icon-box.domain-search-resultbox .iconbox-content .card-btn,
.rt-single-icon-box.domain-search-resultbox .iconbox-content .comment-respond input[type='submit'],
.comment-respond .rt-single-icon-box.domain-search-resultbox .iconbox-content input[type='submit'],
.rt-single-icon-box.domain-search-resultbox .iconbox-content .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .rt-single-icon-box.domain-search-resultbox .iconbox-content .g-sing-up-btn {
    padding: 14px 38px;
}

.tabel-data li.tabel-data-item {
    display: block;

    padding-top: 18px;
    padding-bottom: 18px;

    border-bottom: 1px solid #ded4fc;
}

.tabel-data li.tabel-data-item .inner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    text-align: center;
}

@media (max-width: 767.98px) {
    .tabel-data li.tabel-data-item .inner-item {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tabel-data li.tabel-data-item .inner-item div {
    font-size: 20px;

    color: #422ca4;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabel-data li.tabel-data-item .inner-item div:nth-child(1) {
    padding-left: 20px;

    text-align: start;

    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

.tabel-data li.tabel-data-item .inner-item div a {
    font-size: 16px;

    padding: 10px 15px;

    text-align: center;
    text-transform: capitalize;

    color: #6342ff;
    border: 1px solid rgba(157, 175, 232, .4);
    border-radius: 999px;
}

@media (max-width: 767.98px) {
    .tabel-data li.tabel-data-item .inner-item div a {
        display: block;

        margin-bottom: 5px;
    }
}

.tabel-data li.tabel-data-item .inner-item div a:hover {
    color: white;
    border-color: #6342ff;
    background: #6342ff;
}

.tabel-data li.tabel-data-item:last-child {
    border-bottom: none;
}

.tabel-data li.tabel-data-item:nth-child(2n) {
    background-color: #fdfcff;
}

.plans-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.plans-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    min-height: 220px;
    margin-bottom: 20px;

    text-align: center;

    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 5.909px 1.042px 36.48px 1.52px rgba(134, 121, 182, .25);
    box-shadow: 5.909px 1.042px 36.48px 1.52px rgba(134, 121, 182, .25);

    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .plans-list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plans-list li .text-eme {
        max-width: 33.33%;
        margin-top: 15px;
        margin-bottom: 15px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767.98px) {
    .plans-list li .text-eme {
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.plans-list li .text-eme span {
    display: block;
}

.plans-list li .text-eme span.has-img {
    margin-bottom: 20px;
}

.plans-list li .text-eme span.n-text {
    font-weight: 600;

    margin-bottom: 15px;
}

.plans-list li .text-eme span.b-name2 {
    font-weight: 600;
    line-height: 18px;

    color: #1a58d7;
}

.plans-list li .text-eme span.b-name3 {
    font-size: 14px;
}

.domain-tabs {
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    .domain-tabs {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .domain-tabs {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.domain-tabs li.nav-item {
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .domain-tabs li.nav-item {
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .domain-tabs li.nav-item {
        display: block;
    }
}

.domain-tabs li.nav-item a.nav-link {
    font-weight: 600;

    padding: 10px 20px;

    text-transform: uppercase;

    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--gradient-primary);
}

@media (max-width: 767.98px) {
    .domain-tabs li.nav-item a.nav-link {
        display: block !important;

        margin-bottom: 4px;
        padding: 8px 10px !important;

        text-align: center;

        border-radius: 10px !important;
    }
}

.domain-tabs li.nav-item a.nav-link.active {
    color: var(--body-font-color);
    background: #f5f7ff;
}

.domain-by-tab-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 260px;

    background-color: #f5f7ff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.domain-by-tab-inner .inner-item {
    max-width: 74%;
    margin-top: 83px;
    padding-right: 30px;
    padding-left: 30px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74%;
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
}

@media (max-width: 991.98px) {
    .domain-by-tab-inner .inner-item {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.domain-by-tab-inner .buy-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 26%;

    text-align: center;

    background: -webkit-gradient(linear, left bottom, left top, from(#83c3fa), color-stop(47%, #66b7ff), color-stop(75%, #6290fb), to(#5e69f6));
    background: -webkit-linear-gradient(bottom, #83c3fa 0%, #66b7ff 47%, #6290fb 75%, #5e69f6 100%);
    background: linear-gradient(0deg, #83c3fa 0%, #66b7ff 47%, #6290fb 75%, #5e69f6 100%);

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .domain-by-tab-inner .buy-price {
        display: none;
    }
}

.domain-by-tab-inner .buy-price span {
    color: #fff;
}

.domain-by-tab-inner .buy-price span.price {
    font-size: 50px;
    font-weight: 600;
}

.domain-by-tab-inner .buy-price span.sub-price {
    font-size: 24px;
}

.domain-buyfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}

@media (max-width: 991.98px) {
    .domain-buyfooter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.domain-buyfooter li {
    font-size: 20px;
    font-weight: 600;
    line-height: 80px;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 80px;
    margin: 0 1.4px;
    padding-right: 10px;
    padding-left: 10px;

    color: #ebeaff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d180dd), to(#796be8));
    background: -webkit-linear-gradient(bottom, #d180dd 0%, #796be8 100%);
    background: linear-gradient(0deg, #d180dd 0%, #796be8 100%);

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 991.98px) {
    .domain-buyfooter li {
        max-width: 45%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
}

@media (max-width: 767.98px) {
    .domain-buyfooter li {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.domain-buyfooter li span {
    display: inline-block;
}

/*2.4 Call To Action  */
.call-to-height {
    height: 612px;
}

@media (max-width: 991.98px) {
    .call-to-height {
        height: auto;
        padding-top: 10px;
        padding-bottom: 34px;
    }
}

@media (max-width: 991.98px) {
    .callto-ac {
        background-image: url(../images/all-img/bg-mb-1.png) !important;
    }
}

.rocket-img {
    position: absolute;
    top: -17px;
    left: 15%;
}

@media (max-width: 1900px) {
    .rocket-img {
        left: 9%;
    }
}

@media (max-width: 1600px) {
    .rocket-img {
        left: 2%;
    }
}

@media (max-width: 1199.98px) {
    .rocket-img {
        max-width: 190px;
    }
}

@media (max-width: 991.98px) {
    .rocket-img {
        display: none;
    }
}

.rckt-animation {
    -webkit-animation: rt-rocket-animation .6s linear infinite;
    animation: rt-rocket-animation .6s linear infinite;
}

@-webkit-keyframes rt-rocket-animation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        -webkit-transform: translate3d(0px, -4px, 0);
        transform: translate3d(0px, -4px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes rt-rocket-animation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        -webkit-transform: translate3d(0px, -4px, 0);
        transform: translate3d(0px, -4px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}

.map-area-minius {
    margin-top: -300px;
}

.cta-3 {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 50px;

    border-radius: 30px;
}

/*2.5 testimonial  */
.testibg {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .testibg {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

.testi_active .slick-dots li button:before {
    display: none !important;
}

.testi_active .slick-dots {
    bottom: -60px;

    margin: 0;
    padding: 0;

    list-style: none;

    text-align: left;
}

@media (max-width: 767.98px) {
    .testi_active .slick-dots {
        text-align: center;
    }
}

.testi_active .slick-dots li {
    position: relative;
    z-index: 1;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.testi_active .slick-dots li button {
    width: 10px;
    height: 10px;

    border-radius: 50%;
    background-color: #a5b2eb;
}

.testi_active .slick-dots li button {
    overflow: hidden;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    background-color: #a5b2eb;
}

.testi_active .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;

    background-color: var(--primary_color);
}

.testi_active .single-item h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

    margin-bottom: 33px;
}

@media (max-width: 767.98px) {
    .testi_active .single-item h6 {
        font-size: 20px;
        line-height: 30px;
    }
}

.testi_active .single-item h6 span {
    display: inline-block;

    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .testi_active .single-item .rt-single-icon-box {
        flex-direction: column;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testi_active .single-item .rt-single-icon-box .icon-thumb {
    margin-right: 22px;
}

@media (max-width: 767.98px) {
    .testi_active .single-item .rt-single-icon-box .icon-thumb {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.testi_active .single-item .rt-single-icon-box .iconbox-content h4 {
    font-size: 18px;
    font-weight: 600;

    margin: 0 0 0;
}

.testi_active .single-item .rt-single-icon-box .iconbox-content h4 span {
    font-size: 16px;

    margin: 0 0 10px;
}

/*2.6 product  */
.rt-card {
    position: relative;
    z-index: 1;

    padding: 30px;

    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 2.924px 9.563px 46px 0 rgba(26, 88, 215, .1);
    box-shadow: 2.924px 9.563px 46px 0 rgba(26, 88, 215, .1);
}

.rt-card .box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin: 0 0 30px;
}

.rt-card .rt-card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;

    margin: 0 0 20px;
}

.rt-card .inner-cart-box {
    position: relative;
    z-index: 1;

    padding: 30px;

    color: var(--body-font-color);
    border: 1px solid rgba(35, 81, 232, .3);
    border-radius: 10px;
    background-color: white;
}

@media (max-width: 767.98px) {
    .rt-card .inner-cart-box {
        padding: 10px;
    }
}

.rt-card .inner-cart-box .close-domain-cart {
    font-size: 22px;
    line-height: 34px;

    position: absolute;
    top: -15px;
    right: -15px;

    width: 34px;
    height: 34px;

    cursor: pointer;
    text-align: center;

    color: #808cb2;
    border-radius: 50%;
    background-color: #eff4ff;
}

.rt-card .inner-cart-box .table .thead-bg th {
    font-size: 18px;
    font-weight: 400;

    margin: 0 0 10px;
    padding: 3px 16px;

    border-color: #f7f7ff;
    background-color: #f7f7ff;
}

.rt-card .inner-cart-box .table .thead-bg th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rt-card .inner-cart-box .table .thead-bg th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rt-card .inner-cart-box .table td,
.rt-card .inner-cart-box .table th {
    padding: 20px 0;
}

.rt-card .inner-cart-box .bs-outline-drop {
    line-height: 40px;

    display: inline-block;

    min-width: 124px;
    min-height: 40px;
    padding-left: 15px;

    color: var(--body-font-color);
    border: 1px solid rgba(93, 107, 154, .3);
    border-radius: 10px;
}

.rt-card .inner-cart-box .dropdown-item {
    font-size: var(--body-font-size);
}

.rt-card .inner-cart-box .dropdown-item:hover {
    color: var(--secondary_color);
}

.rt-card .inner-cart-box .dropdown-menu {
    min-width: 180px;
}

.rt-card .cart-hide-notify {
    padding: 15px 0;
    padding-left: 20px;

    border-radius: 999px;
    background-color: rgba(26, 88, 215, 0);
    -webkit-box-shadow: 0 5px 30px 0 rgba(23, 48, 100, .1);
    box-shadow: 0 5px 30px 0 rgba(23, 48, 100, .1);
}

@media (max-width: 767.98px) {
    .rt-card .cart-hide-notify {
        border-radius: 20px;
    }
}

.rt-card .rt-single-icon-box .badge {
    position: absolute;
    top: 0;
    right: 0;
}

.rt-card .rt-single-icon-box .iconbox-content h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;

    margin: 0 0 10px;
}

.rt-card .rt-single-icon-box .iconbox-content .card-btn {
    font-size: 16px;

    margin-top: 10px;

    color: var(--body-font-color);
    border-radius: 999px !important;
    background-color: white;
    -webkit-box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);
    box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);
}

.rt-card .rt-single-icon-box .iconbox-content .card-btn:hover {
    color: white;
    background-color: var(--primary_color);
}

.table {
    color: var(--body-font-color);
}

.order-detils-box {
    padding: 15px;

    border: 1px solid rgba(35, 81, 232, .3);
    border-radius: 10px;
    background-color: #f7f7ff;
}

.order-detils-box li {
    display: block;

    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid rgba(35, 81, 232, .3);
}

.order-detils-box li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border: none;
}

.order-detils-box li div {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.order-detils-box li div span {
    font-size: 20px;
}

.order-detils-box li span {
    font-size: 15px;
    font-weight: 600;

    color: #4f5876;
}

/*2.7 product  */
.filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 20px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .filter-list {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.filter-list li {
    display: inline-block;

    padding: 8px 25px;

    cursor: pointer;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border-radius: 999px;
}

@media (max-width: 767.98px) {
    .filter-list li {
        display: block;

        text-align: center;
    }
}

.filter-list li.active {
    cursor: pointer;

    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
    background-image: linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
}

/*2.8 product  */
.comming-soon-height {
    height: 100vh;
}

@media (max-width: 1900px) {
    .comming-soon-height {
        height: 980px;
    }
}

@media (max-width: 767.98px) {
    .comming-soon-height {
        height: auto;
        padding-bottom: 50px;
    }
}

.comming-content {
    position: relative;
    z-index: 1;
}

.comming-content h2 {
    font-size: 86px;
    font-weight: 700;

    margin: 0 0 15px;

    text-transform: capitalize;
    text-transform: uppercase;

    color: transparent;

    -webkit-text-stroke: 1px #fff;
}

@media (max-width: 767.98px) {
    .comming-content h2 {
        font-size: 32px;
    }
}

.simply-countdown-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input_bg {
    position: absolute;
    z-index: 37;
    top: 611px;
    left: 687px;

    width: 544px;
    height: 74px;

    opacity: .4;
    border-width: 1px;
    border-style: solid;
}

.comming-soon-content .snf-group {
    position: relative;
    z-index: 1;

    max-width: 544px;
}

.comming-soon-content .snf-group .form-control {
    font-size: 16px;

    width: 100%;
    height: 74px;
    padding-left: 20px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .102);
}

.comming-soon-content .snf-group .form-control::-webkit-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.comming-soon-content .snf-group .form-control::-moz-placeholder {
    font-size: 16px;

    color: #fff;
}

.comming-soon-content .snf-group .form-control:-ms-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.comming-soon-content .snf-group .form-control::-ms-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.comming-soon-content .snf-group .form-control::placeholder {
    font-size: 16px;

    color: #fff;
}

.comming-soon-content .snf-group button {
    font-size: 18px;
    font-weight: 500;

    position: absolute;
    top: 50%;
    right: 10px;

    min-width: 120px;
    height: 50px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e2906e), to(#e83a99));
    background-image: -webkit-linear-gradient(bottom, #e2906e 0%, #e83a99 100%);
    background-image: linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    -webkit-box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .5);
    box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .5);
}

@media (max-width: 767.98px) {
    .comming-soon-content .snf-group button {
        position: static;

        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .comming-soon-content {
        padding-top: 100px;
    }
}

.simply-section {
    position: relative;
    z-index: 1;

    width: 155px;
    height: 183px;
    margin-right: 30px;

    text-align: center;

    border: 1px solid white;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .102);
}

@media (max-width: 767.98px) {
    .simply-section {
        width: 20%;
        height: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 0;

        border: none;
        background: transparent;

        flex-width: 0 0 20%;
    }
}

.simply-section:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .simply-section:last-child {
        margin-right: auto;
    }
}

.simply-section>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.simply-section>div:last-child {
    padding-right: 0;
}

.simply-section>div span {
    display: block;
}

.simply-section>div span.simply-amount {
    font-size: 76px;
    font-weight: 700;

    margin-bottom: 15px;

    color: #3ed4e7;
    text-shadow: 2.419px 9.703px 12.48px rgba(58, 209, 229, .5);
}

@media (max-width: 767.98px) {
    .simply-section>div span.simply-amount {
        font-size: 45px;

        margin-bottom: 0;
        margin-bottom: 0;
    }
}

.simply-section>div span.simply-word {
    font-weight: 100;

    text-transform: uppercase;

    color: #fff;
}

/*3.0 Menu Css*/
.main-menu ul {
    margin: 0;
    margin-right: -23px;
    padding: 0;

    list-style: outside none none;

    text-align: center;
}

@media (max-width: 1600px) {
    .main-menu ul {
        margin-right: -18px;
    }
}

@media (max-width: 1199.98px) {
    .main-menu ul {
        margin-right: -13px;
    }
}

.main-menu ul li {
    position: relative;

    display: inline-block;
}

.main-menu ul li.has-megamenu {
    position: static;
}

.main-menu ul li a {
    font-family: var(--menu_font_family);
    font-size: var(--menu_font_size);
    font-weight: 600;

    display: block;

    padding: 0 13px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: var(--menu_item_color);
}

@media (max-width: 1600px) {
    .main-menu ul li a {
        padding: 0 14px;
    }
}

@media (max-width: 1199.98px) {
    .main-menu ul li a {
        padding: 0 13px;
    }
}

.main-menu ul li a:hover {
    text-decoration: none;
}

.main-menu a:foucs {
    text-decoration: none;

    outline: none;
}

.main-menu>ul>li.current-menu-item>a {
    color: var(--menu_item_active_color);
}

/*change hover color*/
.main-menu>ul>li>a {
    line-height: 74px;
}

@media (max-width: 991.98px) {
    .main-menu>ul>li>a {
        line-height: 1.9;
    }
}

.main-menu>ul>li:hover>a {
    color: var(--menu_item_hover_color);
}

/*li dot hover change*/
/*men item carve icon*/
.main-menu>ul>li.menu-item-has-children>a:after {
    font-family: 'icofont';
    font-size: 14px;

    margin-left: 10px;

    content: '\ea99';
}

@media (max-width: 991.98px) {
    .main-menu>ul>li.menu-item-has-children>a:after {
        position: absolute;
        right: 15px;

        margin-left: 0;
    }
}

.main-menu>ul>li.menu-item-has-children.open>a:after {
    content: '\eab9';
}

/*sub menu*/
.main-menu>ul>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    z-index: 999;
    top: 110%;
    left: 0;

    visibility: hidden;

    min-width: 180px;
    padding: 15px 0;

    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    color: #fff;
    border-radius: var(--submenu_border_radius);
    background: var(--submenu_bg);
    -webkit-box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);
    box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);

    filter: alpha(opacity=0);
}

.main-menu>ul>li.menu-item-has-children:hover>ul.sub-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.main-menu>ul>li.menu-item-has-children:hover>.rt-mega-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li,
.main-menu ul ul li {
    display: block;
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
.main-menu ul ul li a {
    font-size: 16px;
    font-weight: 600;

    position: relative;
    z-index: 1;

    display: block;

    padding: 5px 15px;

    text-transform: capitalize;

    color: var(--submenu_item_color);
    border-bottom: 1px solid rgba(204, 204, 204, 0);
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:last-child>a,
.main-menu ul ul li:last-child>a {
    border-bottom: 1px solid transparent !important;
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
.main-menu ul ul>li:hover>a {
    padding-left: 25px;

    color: #f87c15;
    background: #fff;
}

/*// drop menu cart*/
.main-menu ul ul li.menu-item-has-children>a:after {
    font-family: 'icofont';

    position: absolute;
    right: 10px;

    content: '\eab8';
}

@media (max-width: 991.98px) {
    .main-menu ul ul li.menu-item-has-children>a:after {
        right: 15px;

        content: '\eab2';
    }
}

.main-menu ul ul li.menu-item-has-children.open>a:after {
    content: '\eab9';
}

.main-menu ul ul {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 195px;

    visibility: hidden;

    min-width: 200px;
    padding: 15px 0;

    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    border: none;
    border-radius: var(--submenu_border_radius);
    background: var(--submenu_bg);
    -webkit-box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);
    box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);

    filter: alpha(opacity=0);
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    left: 185px;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.mobile-menu {
    display: none;
}

.menu-click {
    margin-left: 15px;

    cursor: pointer;
}

.menu-click i {
    font-size: 30px;

    color: var(--mobile_menu_icon_color);
}

.white-menu .menu-click i {
    color: white;
}

.menu-icon {
    position: relative;

    height: 21px;
    margin-left: 15px;

    cursor: pointer;
}

.menu-icon span {
    display: block;

    width: 20px;
    height: 1px;
    margin-bottom: 5px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    background: #000;
}

.menu-icon span:first-child {
    margin-top: 10px;
}

.menu-icon span:last-child {
    margin-bottom: 0;
}

.menu-icon span:nth-child(2) {
    width: 15px;
}

.menu-icon span:nth-child(3) {
    width: 20px;
}

.mblnav-close,
.rt-mobile-menu-close,
.rt-sidnav .sidenav-close {
    line-height: 35px;

    position: absolute;
    top: 30px;
    right: 30px;

    width: 35px;
    height: 35px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: var(--secondary_color);
}

.mobile-menu {
    display: none;
}

.rt-mobile-menu-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: 0;
    background: rgba(0, 0, 0, .5);

    filter: alpha(opacity=0);
}

.rt-mobile-menu-overlay.active {
    z-index: 7;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-mobile-menu-close {
    font-size: 12px;
    line-height: 30px;

    right: 10px;

    display: none;

    width: 30px;
    height: 30px;
}

@media (max-width: 991.98px) {
    .rt-mobile-menu-close {
        display: block;
    }
}

@media (min-width: 992px) {

    .white-menu .main-menu>ul>li>a,
    .white-menu .main-menu>ul>li.current-menu-item>a {
        color: #fff;
    }

    .white-menu .main-menu>ul>li:hover>a {
        color: var(--primary_color) !important;
    }
}

@media (max-width: 991.98px) {

    .main-menu>ul>li:hover:before,
    .main-menu>ul>li:hover:after,
    .main-menu>ul>li.current-menu-item:before,
    .main-menu>ul>li.current-menu-item:after {
        visibility: hidden;

        opacity: 0;

        filter: alpha(opacity=0);
    }

    .main-menu ul {
        margin: 0 !important;

        text-align: left;
    }

    .main-menu ul li {
        display: block;
    }

    .main-menu ul li a {
        font-size: 16px;

        padding: 8px 20px !important;
    }

    .main-menu ul>li:hover>a {
        color: #f87c15 !important;
        background: #fff;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu,
    .main-menu>ul>li.menu-item-has-children>.rt-mega-menu {
        position: static;

        display: none;
        visibility: visible;

        padding-top: 0;
        padding-bottom: 0;

        -webkit-transition: none;
        transition: none;

        opacity: 1;
        border-top: 3px solid transparent;
        background: var(--mobile_menu_sub_menu_bg_color);
        -webkit-box-shadow: none;
        box-shadow: none;

        filter: alpha(opacity=100);
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
    .main-menu ul ul>li:hover>a {
        color: #f87c15 !important;
    }

    .main-menu ul ul {
        position: static;

        display: none;
        visibility: visible;

        margin: 0;
        padding-top: 0;
        padding-bottom: 0;

        -webkit-transition: none;
        transition: none;

        opacity: 1;
        border: none;
        background: transparent;
        background: var(--mobile_menu_sub_menu_bg_color);
        -webkit-box-shadow: none;
        box-shadow: none;

        filter: alpha(opacity=100);
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
    .main-menu ul ul li a {
        font-size: 14px !important;

        display: block;

        text-transform: capitalize;

        color: #33406a;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
        padding: 8px 25px !important;
    }

    .main-menu ul ul li a {
        padding: 8px 35px !important;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
    .main-menu ul ul>li:hover>a {
        background: #fff;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        padding-left: 25px !important;
    }

    .main-menu ul ul>li:hover>a {
        padding-left: 35px !important;
    }

    .main-menu {
        overflow-x: hidden;
    }

    .main-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        left: -320px;

        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;

        width: 300px;
        height: 100vh;
        padding-top: 70px;
        padding-bottom: 35px;

        -webkit-transition: all .2s ease;
        transition: all .2s ease;

        opacity: 0;
        background-color: #fff;

        filter: alpha(opacity=0);
    }

    .main-menu.active-mobile-menu {
        left: 0;

        visibility: visible;

        opacity: 1;

        filter: alpha(opacity=100);
    }

    .mobile-menu {
        display: block;

        text-align: center;
    }

    .main-menu ul.show>li>a {
        color: #33406a;
    }

    .main-menu ul li a {
        border-bottom: 1px solid rgba(204, 204, 204, .5);
    }

    .main-menu ul li:last-child a {
        border-bottom: 1px solid rgba(204, 204, 204, .5);
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
    .main-menu ul ul li a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:last-child>a,
    .main-menu ul ul li:last-child>a {
        border-bottom: 1px solid rgba(204, 204, 204, .5) !important;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
    .main-menu ul ul li a {
        font-size: 14px;
    }
}

.rt-mega-menu {
    position: absolute;
    z-index: 999;
    top: 115%;
    right: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    margin: auto;
    padding: 15px 0;

    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    border-radius: var(--submenu_border_radius);
    background: var(--submenu_bg);
    -webkit-box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);
    box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);

    filter: alpha(opacity=0);
}

.rt-mega-menu .rt-container,
.rt-mega-menu .container {
    max-width: 100%;
}

.rt-mega-menu .row {
    width: 100%;
}

.rt-mega-menu h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    margin: 0 0 20px;

    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .rt-mega-menu h4 {
        font-size: 16px;

        margin: 15px 0 15px;
    }
}

.rt-mega-menu a {
    font-size: 15px !important;

    display: block;

    margin: 0 0 3px;
    padding: 0 !important;

    text-transform: capitalize !important;
}

.rt-mega-menu a img {
    display: block;

    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .rt-mega-menu a img {
        margin-top: 15px;
    }
}

.rt-mega-menu a:hover {
    color: var(--primary_color);
}

.rt-mega-menu a span {
    display: block;

    margin: 10px 0 0;

    text-align: center;
    text-transform: capitalize;
}

.offcanvas-menu .rt-mega-menu {
    position: static;

    display: none;
    visibility: visible;

    width: 100% !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;

    -webkit-transition: none;
    transition: none;

    opacity: 1;
    background: var(--mobile_menu_sub_menu_bg_color);
    -webkit-box-shadow: none;
    box-shadow: none;

    filter: alpha(opacity=100);
}

.offcanvas-menu .rt-mega-menu:before {
    display: none;
}

.offcanvas-menu .rt-mega-menu h4 {
    margin: 20px 0 10px;
    padding-left: 0;
}

.offcanvas-menu .rt-mega-menu a {
    color: #000;
}

.offcanvas-menu .rt-mega-menu a:hover {
    color: var(--primary_color);
}

.offcanvas-menu .rt-mega-menu a span {
    margin-bottom: 10px;
}

.rt-nav-tolls {
    position: relative;

    margin-left: 30px;
}

@media (max-width: 767.98px) {
    .rt-nav-tolls {
        display: none;
    }
}

.rt-nav-tolls ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.rt-nav-tolls ul li {
    line-height: 74px;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin-right: 30px;
}

@media (max-width: 1199.98px) {
    .rt-nav-tolls ul li {
        margin-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .rt-nav-tolls ul li {
        line-height: normal;

        margin-right: 7px;
    }
}

.rt-nav-tolls ul li:last-child {
    margin-right: 0;
}

.rt-nav-tolls ul li a {
    display: block;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-nav-tolls ul li a:focus {
    outline: none;
}

.rt-nav-tolls ul li a i {
    font-size: 20px;
}

@media (max-width: 1199.98px) {
    .rt-nav-tolls ul li a i {
        font-size: 16px;
    }
}

.rt-nav-tolls ul li:hover>a {
    color: #f87c15;
}

.white-menu .rt-nav-tolls span a {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .catagory-drops {
        display: none;
    }
}

.catagory-drops a {
    font-size: 18px;

    color: #111420;
}

.catagory-drops a.dropdown-toggle::before {
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    right: -20px;

    content: '\ea99';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catagory-drops a.dropdown-toggle::after {
    display: none;
}

.rt-hidden-search {
    position: fixed;
    z-index: 999;
    top: 0;
    top: 0;
    left: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    opacity: 0;
    background-color: rgba(0, 0, 0, .79);

    filter: alpha(opacity=0);
}

.rt-hidden-search .rt-search-close {
    font-size: 20px;

    position: absolute;
    top: 30px;
    right: 30px;

    cursor: pointer;

    color: #fff;
}

.rt-hidden-search.rt-search-active {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.search-height {
    height: 100vh;
}

.rt-hidden-search .rt-overlay-search {
    position: relative;
    z-index: 1;
}

.rt-hidden-search .rt-overlay-search input[type='text'],
.rt-hidden-search .rt-overlay-search input[type='search'],
.rt-hidden-search .rt-overlay-search .form-control {
    font-size: 16px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 70px;
    padding: 0 30px;

    color: #fff;
    border-width: 2px;
    border-color: #fff;
    border-radius: 999px;
    background-color: transparent;
}

.rt-hidden-search .rt-overlay-search input[type='text']::-webkit-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type='search']::-webkit-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control::-webkit-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type='text']::-moz-placeholder,
.rt-hidden-search .rt-overlay-search input[type='search']::-moz-placeholder,
.rt-hidden-search .rt-overlay-search .form-control::-moz-placeholder {
    font-size: 16px;

    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type='text']:-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type='search']:-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control:-ms-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type='text']::-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type='search']::-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control::-ms-input-placeholder {
    font-size: 16px;

    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type='text']::placeholder,
.rt-hidden-search .rt-overlay-search input[type='search']::placeholder,
.rt-hidden-search .rt-overlay-search .form-control::placeholder {
    font-size: 16px;

    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type='text']:focus,
.rt-hidden-search .rt-overlay-search input[type='search']:focus,
.rt-hidden-search .rt-overlay-search .form-control:focus {
    border-color: var(--primary_color) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-hidden-search .rt-overlay-search button {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
    border: none;
    background: transparent;
}

.rt-hidden-search .rt-overlay-search button:hover {
    color: var(--primary_color);
}

.nav-inline-search {
    position: relative;
    z-index: 1;

    width: 300px;
}

@media (max-width: 1600px) {
    .nav-inline-search {
        display: none;
    }
}

.nav-inline-search input {
    width: 100%;
    height: 46px;
    padding-left: 45px;

    border: 1px solid #dfe0e1;
    border-radius: 999px;
}

.nav-inline-search input::-webkit-input-placeholder {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.nav-inline-search input::-moz-placeholder {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.nav-inline-search input:-ms-input-placeholder {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.nav-inline-search input::-ms-input-placeholder {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.nav-inline-search input::placeholder {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.nav-inline-search input:focus {
    border-color: var(--primary_color);
    outline: none;
}

.nav-inline-search button {
    position: absolute;
    top: 50%;
    left: 15px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    background: transparent;
}

.nav-inline-search button i {
    color: rgba(0, 0, 0, .502);
}

.nav-inline-search button:hover,
.nav-inline-search button:focus {
    color: var(--primary_color);
}

.search-items {
    position: relative;
    z-index: 1;

    display: none;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .search-items {
        position: absolute;
        z-index: 878;
        top: 100%;
        left: 0;

        width: 100%;
        padding: 30px;

        background-color: #fff;
    }
}

.search-items input[type='text'],
.search-items .form-control {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    min-height: 43px;
    padding-left: 20px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 999px;
    background-color: transparent;
}

.search-items input[type='text']::-webkit-input-placeholder,
.search-items .form-control::-webkit-input-placeholder {
    text-transform: capitalize;

    color: rgba(0, 0, 0, .6);
}

.search-items input[type='text']::-moz-placeholder,
.search-items .form-control::-moz-placeholder {
    text-transform: capitalize;

    color: rgba(0, 0, 0, .6);
}

.search-items input[type='text']:-ms-input-placeholder,
.search-items .form-control:-ms-input-placeholder {
    text-transform: capitalize;

    color: rgba(0, 0, 0, .6);
}

.search-items input[type='text']::-ms-input-placeholder,
.search-items .form-control::-ms-input-placeholder {
    text-transform: capitalize;

    color: rgba(0, 0, 0, .6);
}

.search-items input[type='text']::placeholder,
.search-items .form-control::placeholder {
    text-transform: capitalize;

    color: rgba(0, 0, 0, .6);
}

.search-items input[type='text']:focus,
.search-items input[type='text']:hover,
.search-items .form-control:focus,
.search-items .form-control:hover {
    border-color: var(--primary_color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-items button {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: rgba(0, 0, 0, .2);
    border: none;
    background: transparent;
}

@media (max-width: 767.98px) {
    .search-items button {
        right: 45px;
    }
}

.search-items button:hover {
    color: var(--primary_color);
}

.open-offcanvasmenu {
    cursor: pointer;
}

.open-offcanvasmenu span {
    display: block;

    width: 30px;
    height: 2px;
    margin-bottom: 5px;

    -webkit-transition: all .12s ease-in-out;
    transition: all .12s ease-in-out;

    background: #999;
}

.open-offcanvasmenu:hover span {
    background: var(--primary_color);
}

.open-offcanvasmenu:hover span:nth-child(1) {
    margin-bottom: 8px;
}

.open-offcanvasmenu:hover span:nth-child(2) {
    position: relative;

    width: 20px;
    margin-left: 5px;
}

.open-offcanvasmenu:hover span:nth-child(3) {
    margin-top: 8px;
}

.rt-sidnav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: -385px;

    visibility: hidden;

    width: 385px;
    height: 100%;
    padding: 30px;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);
    box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);

    filter: alpha(opacity=0);
}

.rt-sidnav.active {
    z-index: 999;
    right: 0;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

@media (max-width: 767.98px) {
    .rt-sidnav {
        width: 320px;
    }
}

.page-content {
    position: relative;
    left: 0;

    height: 100%;

    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;

    -webkit-perspective: 1000;
    perspective: 1000;
}

.rt-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    opacity: 0;
    background: rgba(0, 0, 0, .6);

    filter: alpha(opacity=0);
}

.rt-overlay.active {
    z-index: 99;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.fixed-social {
    position: absolute;
    z-index: 67;
    bottom: 0;
    left: 50%;

    width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;

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

.rt-cart-box {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;

    width: 385px;
    height: 100%;
    padding: 40px;

    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(385px);
    -ms-transform: translateX(385px);
    transform: translateX(385px);

    background-color: #fff;
    -webkit-box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);
    box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);
}

@media (max-width: 767.98px) {
    .rt-cart-box {
        width: 300px !important;
        padding: 30px;
    }
}

.rt-cart-box.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation: slideInRight 400ms ease-in-out;
    animation: slideInRight 400ms ease-in-out;
}

.rt-cart-box .cart-footer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    margin-top: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;

    background-color: #fff;
}

.rt-cart-box .cartbox-close {
    font-size: 11px;
    line-height: 30px;

    position: absolute;
    top: 30px;
    right: 30px;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: var(--primary_color);
}

.rt-cart-box .rt-single-crtitem {
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
}

.rt-cart-box .rt-single-crtitem .rt-remove-product {
    font-size: 11px;

    cursor: pointer;
}

.rt-cart-box .rt-single-crtitem .product-thumb {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .rt-cart-box .rt-single-crtitem .product-thumb {
        width: 40px;
        height: 40px;
    }
}

.rt-cart-box .rt-single-crtitem .product-text .cart-product-title {
    font-size: 15px;
    font-weight: 500;
}

.rt-cart-box .rt-single-crtitem .product-text .cart-amount {
    font-size: 12px;
    font-weight: 500;
}

.rt-cart-box .rt-single-crtitem .product-colose {
    position: absolute;
    top: 0;
    right: 0;
}

.rt-cart-box .rt-single-crtitem:last-child {
    margin-bottom: 0;
}

.rt-cart-box .cart-products {
    overflow-y: auto;

    height: calc(100% - 240px);
    padding-right: 15px;
}

.open-cart-opt span.badge {
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: -15px;

    width: 20px;
    height: 20px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background-color: var(--primary_color);
}

.cart-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: 0;
    background: rgba(0, 0, 0, .4);

    filter: alpha(opacity=0);
}

.cart-overlay.active {
    z-index: 99;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.open-user-ac {
    position: relative;
    z-index: 1;
}

.open-user-ac:hover .user-ac {
    top: 110%;

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.user-ac {
    position: absolute !important;
    z-index: 99;
    top: 120%;
    right: 0;

    visibility: hidden;

    min-width: 150px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: 0;
    border-radius: var(--submenu_border_radius);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);
    box-shadow: 0 3px 10px 0 rgba(24, 13, 91, .1);

    filter: alpha(opacity=0);
}

.user-ac a {
    font-weight: 500;

    display: block;

    padding: 10px 20px;

    border-bottom: 1px solid rgba(var(--primary_color), .1) !important;
}

/*4.0 Acrodain Css*/
#accordion {
    margin-top: 30px;
}

#accordion .card-header {
    position: relative;
    z-index: 4;

    padding: 16px 60px;

    border: none;
    background: transparent;
}

@media (max-width: 767.98px) {
    #accordion .card-header {
        padding: 16px 15px;
    }
}

#accordion .card {
    margin-bottom: 15px;

    border-color: transparent;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(26, 88, 215, .3);
    box-shadow: 0 5px 30px 0 rgba(26, 88, 215, .3);
}

#accordion .card:last-child {
    margin-bottom: 0;
}

#accordion .card-body {
    position: relative;
    z-index: 3;

    padding-top: 0;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: var(--body-font-color);
    background-color: white;
}

@media (max-width: 767.98px) {
    #accordion .card-body {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.card .card-header button {
    display: block;

    width: 100%;

    border: none;
}

.card .card-header button[aria-expanded='false'] {
    font-size: 22px;

    position: relative;

    display: block;

    padding: 0;

    text-align: left;
    text-decoration: none;

    color: var(--body-font-color);
    border-radius: 0;
    background-color: white;
}

@media (max-width: 767.98px) {
    .card .card-header button[aria-expanded='false'] {
        font-size: 18px;
    }
}

.card .card-header button[aria-expanded='true'] {
    font-size: 22px;

    position: relative;

    display: block;

    padding: 0 0 15px;

    text-align: left;
    text-decoration: none;

    color: var(--body-font-color);
    border-bottom: 1px solid #b5b6df;
    border-radius: 0;
    background: #fff;
    background: #fff;
}

@media (max-width: 767.98px) {
    .card .card-header button[aria-expanded='true'] {
        font-size: 18px;
    }
}

.card .card-header button[aria-expanded='false']:before {
    line-height: 35px;

    position: absolute;
    top: 50%;
    right: 0;

    width: 35px;
    height: 35px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-image: url(../images/all-img/icon-pluse.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}

.card .card-header button[aria-expanded='true']:before {
    line-height: 35px;

    position: absolute;
    top: 50%;
    right: 0;

    width: 35px;
    height: 35px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-image: url(../images/all-img/icon-mi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}

.card.table-card {
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: #fefeff;
    -webkit-box-shadow: 0 10px 95px 0 rgba(11, 99, 220, .19);
    box-shadow: 0 10px 95px 0 rgba(11, 99, 220, .19);
}

.card.table-card .card-body {
    padding: 0;
}

.card.table-card .card-header {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;

    border: none;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
}

.card.table-card .card-header .card-title {
    font-size: 22px;
    font-weight: 600;
}

/*4.1 Animation Css*/
/*4.2 Button Css*/
.rt-btn,
.rt-card .rt-single-icon-box .iconbox-content .card-btn,
.comment-respond input[type='submit'],
.login-register-wrapper .rt-form .g-sing-up-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    position: relative;
    z-index: 2;

    display: inline-block;
    overflow: hidden;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 50px;

    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
    transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;

    border-width: 0;
    border-radius: 0;
}

.rt-btn.pill,
.rt-card .rt-single-icon-box .iconbox-content .pill.card-btn,
.comment-respond input.pill[type='submit'],
.login-register-wrapper .rt-form .pill.g-sing-up-btn {
    border-radius: 999px;
}

.rt-btn.rt-rounded,
.rt-card .rt-single-icon-box .iconbox-content .rt-rounded.card-btn,
.rt-card .rt-single-icon-box .iconbox-content .comment-respond input.card-btn[type='submit'],
.comment-respond .rt-card .rt-single-icon-box .iconbox-content input.card-btn[type='submit'],
.comment-respond input[type='submit'],
.login-register-wrapper .rt-form .rt-rounded.g-sing-up-btn,
.login-register-wrapper .rt-form .comment-respond input.g-sing-up-btn[type='submit'],
.comment-respond .login-register-wrapper .rt-form input.g-sing-up-btn[type='submit'] {
    border-radius: 10px;
}

.rt-btn.rt-sm,
.rt-card .rt-single-icon-box .iconbox-content .rt-sm.card-btn,
.comment-respond input.rt-sm[type='submit'],
.login-register-wrapper .rt-form .rt-sm.g-sing-up-btn {
    font-size: 14px;

    padding: 10px 30px;
}

.rt-btn.rt-sm2,
.rt-card .rt-single-icon-box .iconbox-content .rt-sm2.card-btn,
.comment-respond input.rt-sm2[type='submit'],
.login-register-wrapper .rt-form .rt-sm2.g-sing-up-btn {
    font-size: 14px;

    padding: 10px 35px;
}

.rt-btn.rt-sm3,
.rt-card .rt-single-icon-box .iconbox-content .rt-sm3.card-btn,
.comment-respond input.rt-sm3[type='submit'],
.login-register-wrapper .rt-form .rt-sm3.g-sing-up-btn {
    font-size: 16px;
    font-weight: 400;

    min-width: 214px;
    padding: 17px 24px;
}

.rt-btn.rt-xl,
.rt-card .rt-single-icon-box .iconbox-content .rt-xl.card-btn,
.comment-respond input.rt-xl[type='submit'],
.login-register-wrapper .rt-form .rt-xl.g-sing-up-btn {
    font-size: 18px;
    font-weight: 600;

    padding: 28px 36px;
}

@media (max-width: 991.98px) {

    .rt-btn.rt-xl,
    .rt-card .rt-single-icon-box .iconbox-content .rt-xl.card-btn,
    .comment-respond input.rt-xl[type='submit'],
    .login-register-wrapper .rt-form .rt-xl.g-sing-up-btn {
        font-size: 16px;
        font-weight: 600;

        padding: 20px 34px;
    }
}

@media (max-width: 767.98px) {

    .rt-btn.rt-xl,
    .rt-card .rt-single-icon-box .iconbox-content .rt-xl.card-btn,
    .comment-respond input.rt-xl[type='submit'],
    .login-register-wrapper .rt-form .rt-xl.g-sing-up-btn {
        font-size: 14px;

        padding: 13px 20px;
    }
}

.rt-btn.d-block,
.rt-card .rt-single-icon-box .iconbox-content .d-block.card-btn,
.comment-respond input.d-block[type='submit'],
.login-register-wrapper .rt-form .d-block.g-sing-up-btn {
    display: block !important;

    width: 100%;
}

@media (max-width: 767.98px) {

    .rt-btn,
    .rt-card .rt-single-icon-box .iconbox-content .card-btn,
    .comment-respond input[type='submit'],
    .login-register-wrapper .rt-form .g-sing-up-btn {
        font-size: 14px;

        padding: 14px 25px;
    }
}

.rt-btn:hover .btn-revel-effects,
.rt-card .rt-single-icon-box .iconbox-content .card-btn:hover .btn-revel-effects,
.comment-respond input:hover[type='submit'] .btn-revel-effects,
.login-register-wrapper .rt-form .g-sing-up-btn:hover .btn-revel-effects {
    width: 335%;
    height: 562.5px;
}

@-webkit-keyframes rt-pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

@keyframes rt-pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.btn-revel-effects {
    position: absolute;
    z-index: -1;

    display: block;

    width: 0;
    height: 0;

    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: var(--secondary_color);
}

.multipule-color-strep:before,
.multipule-color-strep:after {
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.multipule-color-strep:before {
    background-color: #d34343;
}

.multipule-color-strep:after {
    background-color: #ee6e6e;
}

.multipule-color-strep:hover:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.multipule-color-strep:hover:after {
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.rt-button-group a {
    margin-right: 20px;
}

.rt-button-group a:last-child {
    margin-right: 0;
}

.rt-primary {
    color: #fff;
    border-color: var(--primary_color);
    background: var(--primary_color);
}

.rt-primary .btn-revel-effects {
    background: #f99644;
}

.rt-primary:hover,
.rt-primary:focus,
.rt-primary:active {
    color: #fff;
}

.rt-dark-btn {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);

    color: #fff !important;
    border-color: #000;
    background: #000;
}

.rt-dark-btn:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    -webkit-transform: scale3d(.6, .6, 1);
    transform: scale3d(.6, .6, 1);

    opacity: 0;
    border: 2px solid #000;
    border-radius: inherit;
}

.rt-dark-btn:hover {
    color: #000 !important;
    background-color: #fff;
}

.rt-dark-btn:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

    opacity: 1;
}

.rt-secondary {
    color: #fff;
    border-color: var(--secondary_color);
    background: var(--secondary_color);
}

.rt-secondary .btn-revel-effects {
    background: var(--primary_color);
}

.rt-secondary:hover,
.rt-secondary:focus,
.rt-secondary:active {
    color: #fff;
}

.rt-light {
    color: var(--body-font-color);
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

.rt-light .btn-revel-effects {
    background: var(--primary_color);
}

.rt-light:hover,
.rt-light:focus,
.rt-light:active {
    color: #fff;
    border-color: var(--primary_color);
    background: var(--primary_color);
}

.rt-outline-primary {
    color: var(--primary_color);
    border-color: var(--primary_color);
}

.rt-outline-primary:hover,
.rt-outline-primary:focus,
.rt-outline-primary:active {
    color: #fff;
    border-color: var(--primary_color);
    background-color: var(--primary_color);
}

.rt-outline-secondary {
    color: var(--primary_color);
    border-color: var(--secondary_color);
}

.rt-outline-secondary:hover,
.rt-outline-secondary:focus,
.rt-outline-secondary:active {
    color: var(--primary_color);
    border-color: var(--secondary_color);
    background-color: var(--secondary_color);
}

.rt-outline-light {
    color: #fff;
    border: 1px solid #fff;
}

.rt-outline-light:hover,
.rt-outline-light:focus,
.rt-outline-light:active {
    color: #fff;
    border-color: #d36912;
    background: #d36912;
}

.rt-gradient,
.comment-respond input[type='submit'] {
    position: relative;
    z-index: 1;

    color: #fff;
    border: none;
    background: var(--gradient-primary);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

.rt-gradient:after,
.comment-respond input[type='submit']:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background: var(--gradient_primary_reverse);
}

.rt-gradient:hover,
.comment-respond input:hover[type='submit'] {
    color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, 0);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, 0);
}

.rt-gradient:hover:after,
.comment-respond input[type='submit']:hover:after {
    visibility: visible;

    opacity: 1;
}

.rt-gradient.pill:hover:after,
.comment-respond input.pill[type='submit']:hover:after {
    border-radius: 999px;
}

.rt-gradient.rt-rounded:hover:after,
.comment-respond input[type='submit']:hover:after {
    border-radius: 10px;
}

.rt-gradient2 {
    position: relative;
    z-index: 1;

    color: #fff;
    border: none;
    background: -webkit-linear-gradient(330deg, #e2906e 0%, #e83a99 100%);
    background: linear-gradient(120deg, #e2906e 0%, #e83a99 100%);
    -webkit-box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .5);
    box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .5);
}

.rt-gradient2:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background: -webkit-linear-gradient(330deg, #e83a99 0%, #e2906e 100%);
    background: linear-gradient(120deg, #e83a99 0%, #e2906e 100%);
}

.rt-gradient2:hover {
    color: #fff;
    -webkit-box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .2);
    box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .2);
}

.rt-gradient2:hover:after {
    visibility: visible;

    opacity: 1;
}

.rt-gradient2.pill:hover:after {
    border-radius: 999px;
}

.rt-gradient2.rt-rounded:hover:after,
.comment-respond input.rt-gradient2[type='submit']:hover:after {
    border-radius: 10px;
}

.rt-outline-gradientL {
    position: relative;
    z-index: 1;

    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.rt-outline-gradientL:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s cubic-bezier(.47, 0, .745, .715);
    transition: all .24s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    background: -webkit-linear-gradient(125deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    background: linear-gradient(-35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}

.rt-outline-gradientL:hover {
    color: #fff;
    border: 1px solid transparent;
}

.rt-outline-gradientL:hover:after {
    visibility: visible;

    opacity: 1;
    -webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
}

.rt-outline-gradient {
    position: relative;
    z-index: 1;

    color: var(--body-font-color);
    border: 1px solid rgba(23, 34, 82, .3);
    background: transparent;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, 0) span;
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, 0) span;

    /* box-shadow-padding-left: 10px;
    box-shadow-font-size: 20px; */
}

.rt-outline-gradient:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s cubic-bezier(.47, 0, .745, .715);
    transition: all .24s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    background: var(--gradient-primary);
}

.rt-outline-gradient:hover {
    color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .3);
}

.rt-outline-gradient:hover:after {
    visibility: visible;

    opacity: 1;
    -webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
}

.rt-app-button {
    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-height: 62px;
    padding: 10px 40px;

    color: #000;
    border: none;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-app-button.pill {
    border-radius: 999px;
}

.rt-app-button .app-thumb {
    margin-right: 8px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rt-app-button .app-thumb i {
    font-size: 30px;
}

.rt-app-button .app-text span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    display: block;
}

.rt-app-button .app-text span.mini-text {
    font-size: 12px;
    line-height: 0;

    text-transform: capitalize;
}

.rt-app-button.app-light {
    background-color: #fff;
}

.rt-app-button.app-light:hover {
    color: #000;
}

.rt-outline-primary:not(:disabled):not(.disabled).active,
.rt-outline-primary:not(:disabled):not(.disabled):active,
.show>.rt-outline-primary.dropdown-toggle {
    border-color: var(--primary_color);
    background: var(--primary_color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-outline-primary:not(:disabled):not(.disabled).active:focus,
.rt-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.rt-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-badge-gray {
    font-size: 12px;
    font-weight: 400;

    display: inline-block;

    padding: 8px 16px;

    color: #000;
    border-radius: 4px;
    background: #f0f3f6;
}

.rt-badge-gray:hover {
    color: var(--primary_color);
}

.rt-badge-primary {
    font-size: 12px;
    font-weight: 400;

    display: inline-block;

    padding: 8px 16px;

    color: #fff;
    border-radius: 4px;
    background: var(--primary_color);
}

.rt-badge-primary:hover {
    color: #fff;
}

.rt-glow-btn {
    font-size: 40px;
    line-height: 80px;

    position: relative;
    z-index: 1;

    display: inline-block;

    width: 80px;
    height: 80px;

    border-radius: 50%;
}

.rt-glow-btn:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 50%;
}

.rt-glow-btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 50%;
}

.rt-glow-btn.glow-primary {
    -webkit-animation: rt-pulse-shadow 3s infinite cubic-bezier(.4, 0, 1, 1) both;
    animation: rt-pulse-shadow 3s infinite cubic-bezier(.4, 0, 1, 1) both;

    opacity: .72;
    color: #fff;
    background: -webkit-linear-gradient(193deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    background: linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    -webkit-box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .4);
    box-shadow: 0 10px 10px 0 rgba(132, 141, 156, .4);
}

.rt-glow-btn.glow-primary:before {
    -webkit-animation: rt-pulse-shadow 3s infinite cubic-bezier(.4, 0, 1, 1) both;
    animation: rt-pulse-shadow 3s infinite cubic-bezier(.4, 0, 1, 1) both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.rt-glow-btn.glow-primary:after {
    -webkit-animation: rt-pulse-shadow 3s infinite cubic-bezier(.66, 0, 1, 1) both;
    animation: rt-pulse-shadow 3s infinite cubic-bezier(.66, 0, 1, 1) both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes rt-pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(231, 51, 81, .5);
        box-shadow: 0 0 0 0 rgba(231, 51, 81, .5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(231, 51, 81, 0);
        box-shadow: 0 0 0 60px rgba(231, 51, 81, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(231, 51, 81, 0);
        box-shadow: 0 0 0 0 rgba(231, 51, 81, 0);
    }
}

@keyframes rt-pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(231, 51, 81, .5);
        box-shadow: 0 0 0 0 rgba(231, 51, 81, .5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(231, 51, 81, 0);
        box-shadow: 0 0 0 60px rgba(231, 51, 81, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(231, 51, 81, 0);
        box-shadow: 0 0 0 0 rgba(231, 51, 81, 0);
    }
}

/*4.3 Bredcump Css*/
.rt-breadcump {
    position: relative;

    margin-bottom: 40px;

    color: #000;
}

.rt-breadcump a,
.rt-breadcump p {
    font-size: 15px;

    position: relative;

    color: #fff;
}

@media (max-width: 767.98px) {
    .rt-breadcump {
        margin-bottom: 70px;
    }
}

.rt-breadcump .divider {
    display: inline-block;

    margin-right: 5px;

    color: white;
}

.rt-breadcump h1,
.rt-breadcump h2 {
    font-size: 60px;
    font-weight: 700;

    text-transform: capitalize;

    color: #fff;
    text-shadow: 0 5px 10px rgba(15, 1, 85, .2);
}

@media (max-width: 767.98px) {

    .rt-breadcump h1,
    .rt-breadcump h2 {
        font-size: 32px;
    }
}

.rt-breadcump h3 {
    font-size: 22px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .rt-breadcump h3 {
        font-size: 16px;
        line-height: 26px;
    }
}

.rt-breadcump h3.light-text {
    color: #cdd1ef;
}

.rt-breadcump .bred-conent2 {
    padding-top: 304px;
}

@media (max-width: 1600px) {
    .rt-breadcump .bred-conent2 {
        padding-top: 230px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump .bred-conent2 {
        padding-top: 200px;
    }
}

.rt-breadcump .bred-conent3 {
    padding-top: 264px;
}

.rt-breadcump .contact-page-brd {
    padding-top: 170px;
}

.rt-breadcump .bred-conent6 {
    padding-top: 200px;
}

.rt-breadcump .bred-conent7 {
    padding-top: 290px;
}

@media (max-width: 1199.98px) {
    .rt-breadcump .bred-conent7 {
        padding-top: 200px;
    }
}

@media (max-width: 767.98px) {
    .rt-breadcump .bred-conent7 {
        padding-top: 150px;
    }
}

.rt-breadcump .bred-conent4 {
    padding-top: 190px;
}

.rt-breadcump .bred-conent4 .rt-toggles {
    margin-top: 80px;

    background-color: #ebf2ff;
}

.rt-breadcump .bred-conent4 .rt-toggles .ios-toggle:checked+.checkbox-label:after {
    color: rgba(51, 64, 106, .502) !important;
}

.rt-breadcump .bred-conent4 .rt-toggles .checkbox-label::after {
    color: #33406a;
}

.rt-breadcump .bred-conent4 .rt-toggles .checkbox-label {
    background: #9495b3;
}

@media (max-width: 1199.98px) {
    .rt-breadcump .bred-conent {
        padding-top: 60px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump .bred-conent {
        padding-top: 130px;
    }
}

.rt-breadcump .breadcrumbs {
    color: white;
}

@media (max-width: 1600px) {
    .rt-breadcump .breadcrumbs {
        padding-bottom: 140px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump .breadcrumbs {
        padding-bottom: 0;
    }
}

.rt-breadcump .breadcrumbs a {
    display: inline-block;

    margin-right: 5px;
}

.rt-breadcump .rt-page-bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .rt-breadcump .rt-page-bg {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump {
        background: -webkit-linear-gradient(193deg, #45a1f7 0%, #3f53e0 100%) !important;
        background: linear-gradient(-103deg, #45a1f7 0%, #3f53e0 100%) !important;
    }
}

.rt-breadcump-height {
    height: 700px;
}

@media (max-width: 1600px) {
    .rt-breadcump-height {
        height: 550px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .rt-breadcump-height {
        height: 300px;
    }
}

.rt-breadcump-height2 {
    height: 824px;
}

@media (max-width: 1600px) {
    .rt-breadcump-height2 {
        height: 550px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height2 {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .rt-breadcump-height2 {
        height: 300px;
    }
}

@media (max-width: 1600px) {
    .rt-breadcump-height2.has-d-server {
        height: 824px;
    }
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height2.has-d-server {
        height: auto;
        padding-bottom: 40px;
    }
}

.rt-breadcump-height3 {
    height: 864px;
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height3 {
        height: auto;
        padding-bottom: 40px;
    }
}

.rt-breadcump-height4 {
    height: 684px;
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height4 {
        height: auto;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .rt-breadcump-height4 {
        padding-top: 30px;
    }
}

.rt-breadcump-height5 {
    height: 664px;
}

@media (max-width: 1199.98px) {
    .rt-breadcump-height5 {
        height: auto;
        padding-bottom: 40px;
    }
}

.section-minus-1 {
    margin-top: -360px;
}

@media (max-width: 1600px) {
    .section-minus-1 {
        margin-top: -160px;
    }
}

@media (max-width: 1199.98px) {
    .section-minus-1 {
        margin-top: 0;
    }
}

.section-minus-2 {
    margin-top: -260px;
}

@media (max-width: 1199.98px) {
    .section-minus-2 {
        margin-top: 0;
    }
}

.section-minus-3 {
    margin-top: -220px;
}

@media (max-width: 1199.98px) {
    .section-minus-3 {
        margin-top: 0;
    }
}

.section-minus-4 {
    margin-top: -130px;
}

@media (max-width: 1199.98px) {
    .section-minus-4 {
        margin-top: 0;
    }
}

.section-minus-5 {
    margin-top: -415px;
}

@media (max-width: 1600px) {
    .section-minus-5 {
        margin-top: 0;
    }
}

.section-minus-6 {
    margin-top: -315px;
}

@media (max-width: 1199.98px) {
    .section-minus-6 {
        margin-top: 0;
    }
}

.rt-toggles {
    max-width: 325px;
    height: 70px;

    border: 1px solid rgba(247, 246, 242, .3);
    border-radius: 20px;
    background-color: rgba(26, 88, 215, .302);
}

/*4.4 Pagination Css*/
.pagination.rt-paganation {
    max-width: 350px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;

    border: 1px solid rgba(102, 124, 216, .1);
    border-radius: 10px;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination.rt-paganation li.page-item {
    margin-right: 15px;
}

.pagination.rt-paganation li.page-item:last-child {
    margin-right: 0;
}

.pagination.rt-paganation li.page-item.active .page-link {
    color: var(--blog-primary-color);
    border-color: transparent;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 2px 20px 0 rgba(60, 49, 172, .24);
    box-shadow: 0 2px 20px 0 rgba(60, 49, 172, .24);
}

.pagination.rt-paganation li.page-item.active .page-link:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.pagination.rt-paganation li.page-item .page-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;

    width: 40px;
    height: 40px;
    padding: 0;

    text-align: center;

    color: #b6aac9;
    border-color: transparent;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .149);
    -webkit-box-shadow: 0 2px 17px 0 rgba(60, 49, 172, .1);
    box-shadow: 0 2px 17px 0 rgba(60, 49, 172, .1);
}

.pagination.rt-paganation li.page-item .page-link:hover {
    color: var(--blog-primary-color);
    background: #fff;
}

.pagination.rt-paganation li.page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*4.6 modal css*/
.rt-lgoinmodal .modal-content {
    border-radius: 12px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.rt-lgoinmodal .modal-content .modal-body {
    padding: 0;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr {
    padding-top: 20px;

    text-align: center;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr h4 {
    font-size: 20px;
    font-weight: 700;

    margin: 0 0 15px;

    text-transform: uppercase;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
    width: 80%;
    margin-right: auto;
    margin-left: auto;

    color: #3d446f;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.one.hide-cac {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two.show-cac {
    display: block;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input {
    padding-right: 30px;
    padding-left: 30px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input input[type='submit'],
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input button {
    margin-top: 30px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input input[type='submit']:hover,
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input button:hover {
    -webkit-box-shadow: 0 10px 36px 0 rgba(73, 105, 253, .8);
    box-shadow: 0 10px 36px 0 rgba(73, 105, 253, .8);
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register {
    margin-top: 25px;

    text-align: center;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span {
    font-size: 14px;

    color: #0d154b;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span a {
    font-size: 16px;
    font-weight: 700;

    color: red;
    color: #000;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span a:hover {
    color: #f0a736;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.one.hide-cac {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two.show-cac {
    display: block;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer {
    position: relative;

    margin-top: 40px;
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

    text-align: center;

    background-image: -webkit-linear-gradient(98deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    background-image: linear-gradient(-8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer h4 {
    font-size: 20px;
    font-weight: 700;

    margin: 0 0 25px;

    text-transform: capitalize;

    color: #fff;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer span {
    font-size: 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;

    position: absolute;
    top: -25px;
    left: 50%;

    display: inline-block;

    width: 45px;
    height: 45px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #496cfe;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
    box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
}

@media (max-width: 991.98px) {
    .rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
        width: 100%;
    }
}

/*4.7 form css*/
.rt-form,
.comment-respond {
    position: relative;
    z-index: 1;
}

.rt-form [type='color'],
.rt-form [type='date'],
.rt-form [type='datetime'],
.rt-form [type='datetime-local'],
.rt-form [type='email'],
.rt-form [type='month'],
.rt-form [type='number'],
.rt-form [type='password'],
.rt-form [type='search'],
.rt-form [type='tel'],
.rt-form [type='text'],
.rt-form [type='time'],
.rt-form [type='url'],
.rt-form [type='week'],
.rt-form input:not([type]),
.rt-form textarea,
.rt-form .form-control,
.comment-respond [type='color'],
.comment-respond [type='date'],
.comment-respond [type='datetime'],
.comment-respond [type='datetime-local'],
.comment-respond [type='email'],
.comment-respond [type='month'],
.comment-respond [type='number'],
.comment-respond [type='password'],
.comment-respond [type='search'],
.comment-respond [type='tel'],
.comment-respond [type='text'],
.comment-respond [type='time'],
.comment-respond [type='url'],
.comment-respond [type='week'],
.comment-respond input:not([type]),
.comment-respond textarea,
.comment-respond .form-control {
    font-size: 18px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    min-height: 60px;
    padding: 20px;

    color: #8878cf;
    border: 1px solid rgba(104, 61, 245, .1);
    background-color: #f9f7ff;
}

.rt-form [type='color'].pill,
.rt-form [type='date'].pill,
.rt-form [type='datetime'].pill,
.rt-form [type='datetime-local'].pill,
.rt-form [type='email'].pill,
.rt-form [type='month'].pill,
.rt-form [type='number'].pill,
.rt-form [type='password'].pill,
.rt-form [type='search'].pill,
.rt-form [type='tel'].pill,
.rt-form [type='text'].pill,
.rt-form [type='time'].pill,
.rt-form [type='url'].pill,
.rt-form [type='week'].pill,
.rt-form input:not([type]).pill,
.rt-form textarea.pill,
.rt-form .form-control.pill,
.comment-respond [type='color'].pill,
.comment-respond [type='date'].pill,
.comment-respond [type='datetime'].pill,
.comment-respond [type='datetime-local'].pill,
.comment-respond [type='email'].pill,
.comment-respond [type='month'].pill,
.comment-respond [type='number'].pill,
.comment-respond [type='password'].pill,
.comment-respond [type='search'].pill,
.comment-respond [type='tel'].pill,
.comment-respond [type='text'].pill,
.comment-respond [type='time'].pill,
.comment-respond [type='url'].pill,
.comment-respond [type='week'].pill,
.comment-respond input:not([type]).pill,
.comment-respond textarea.pill,
.comment-respond .form-control.pill {
    border-radius: 999px;
}

.rt-form [type='color']::-webkit-input-placeholder,
.rt-form [type='date']::-webkit-input-placeholder,
.rt-form [type='datetime']::-webkit-input-placeholder,
.rt-form [type='datetime-local']::-webkit-input-placeholder,
.rt-form [type='email']::-webkit-input-placeholder,
.rt-form [type='month']::-webkit-input-placeholder,
.rt-form [type='number']::-webkit-input-placeholder,
.rt-form [type='password']::-webkit-input-placeholder,
.rt-form [type='search']::-webkit-input-placeholder,
.rt-form [type='tel']::-webkit-input-placeholder,
.rt-form [type='text']::-webkit-input-placeholder,
.rt-form [type='time']::-webkit-input-placeholder,
.rt-form [type='url']::-webkit-input-placeholder,
.rt-form [type='week']::-webkit-input-placeholder,
.rt-form input:not([type])::-webkit-input-placeholder,
.rt-form textarea::-webkit-input-placeholder,
.rt-form .form-control::-webkit-input-placeholder,
.comment-respond [type='color']::-webkit-input-placeholder,
.comment-respond [type='date']::-webkit-input-placeholder,
.comment-respond [type='datetime']::-webkit-input-placeholder,
.comment-respond [type='datetime-local']::-webkit-input-placeholder,
.comment-respond [type='email']::-webkit-input-placeholder,
.comment-respond [type='month']::-webkit-input-placeholder,
.comment-respond [type='number']::-webkit-input-placeholder,
.comment-respond [type='password']::-webkit-input-placeholder,
.comment-respond [type='search']::-webkit-input-placeholder,
.comment-respond [type='tel']::-webkit-input-placeholder,
.comment-respond [type='text']::-webkit-input-placeholder,
.comment-respond [type='time']::-webkit-input-placeholder,
.comment-respond [type='url']::-webkit-input-placeholder,
.comment-respond [type='week']::-webkit-input-placeholder,
.comment-respond input:not([type])::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder,
.comment-respond .form-control::-webkit-input-placeholder {
    font-size: 16px;

    color: #8878cf;
}

.rt-form [type='color']::-moz-placeholder,
.rt-form [type='date']::-moz-placeholder,
.rt-form [type='datetime']::-moz-placeholder,
.rt-form [type='datetime-local']::-moz-placeholder,
.rt-form [type='email']::-moz-placeholder,
.rt-form [type='month']::-moz-placeholder,
.rt-form [type='number']::-moz-placeholder,
.rt-form [type='password']::-moz-placeholder,
.rt-form [type='search']::-moz-placeholder,
.rt-form [type='tel']::-moz-placeholder,
.rt-form [type='text']::-moz-placeholder,
.rt-form [type='time']::-moz-placeholder,
.rt-form [type='url']::-moz-placeholder,
.rt-form [type='week']::-moz-placeholder,
.rt-form input:not([type])::-moz-placeholder,
.rt-form textarea::-moz-placeholder,
.rt-form .form-control::-moz-placeholder,
.comment-respond [type='color']::-moz-placeholder,
.comment-respond [type='date']::-moz-placeholder,
.comment-respond [type='datetime']::-moz-placeholder,
.comment-respond [type='datetime-local']::-moz-placeholder,
.comment-respond [type='email']::-moz-placeholder,
.comment-respond [type='month']::-moz-placeholder,
.comment-respond [type='number']::-moz-placeholder,
.comment-respond [type='password']::-moz-placeholder,
.comment-respond [type='search']::-moz-placeholder,
.comment-respond [type='tel']::-moz-placeholder,
.comment-respond [type='text']::-moz-placeholder,
.comment-respond [type='time']::-moz-placeholder,
.comment-respond [type='url']::-moz-placeholder,
.comment-respond [type='week']::-moz-placeholder,
.comment-respond input:not([type])::-moz-placeholder,
.comment-respond textarea::-moz-placeholder,
.comment-respond .form-control::-moz-placeholder {
    font-size: 16px;

    color: #8878cf;
}

.rt-form [type='color']:-ms-input-placeholder,
.rt-form [type='date']:-ms-input-placeholder,
.rt-form [type='datetime']:-ms-input-placeholder,
.rt-form [type='datetime-local']:-ms-input-placeholder,
.rt-form [type='email']:-ms-input-placeholder,
.rt-form [type='month']:-ms-input-placeholder,
.rt-form [type='number']:-ms-input-placeholder,
.rt-form [type='password']:-ms-input-placeholder,
.rt-form [type='search']:-ms-input-placeholder,
.rt-form [type='tel']:-ms-input-placeholder,
.rt-form [type='text']:-ms-input-placeholder,
.rt-form [type='time']:-ms-input-placeholder,
.rt-form [type='url']:-ms-input-placeholder,
.rt-form [type='week']:-ms-input-placeholder,
.rt-form input:not([type]):-ms-input-placeholder,
.rt-form textarea:-ms-input-placeholder,
.rt-form .form-control:-ms-input-placeholder,
.comment-respond [type='color']:-ms-input-placeholder,
.comment-respond [type='date']:-ms-input-placeholder,
.comment-respond [type='datetime']:-ms-input-placeholder,
.comment-respond [type='datetime-local']:-ms-input-placeholder,
.comment-respond [type='email']:-ms-input-placeholder,
.comment-respond [type='month']:-ms-input-placeholder,
.comment-respond [type='number']:-ms-input-placeholder,
.comment-respond [type='password']:-ms-input-placeholder,
.comment-respond [type='search']:-ms-input-placeholder,
.comment-respond [type='tel']:-ms-input-placeholder,
.comment-respond [type='text']:-ms-input-placeholder,
.comment-respond [type='time']:-ms-input-placeholder,
.comment-respond [type='url']:-ms-input-placeholder,
.comment-respond [type='week']:-ms-input-placeholder,
.comment-respond input:not([type]):-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder,
.comment-respond .form-control:-ms-input-placeholder {
    font-size: 16px;

    color: #8878cf;
}

.rt-form [type='color']::-ms-input-placeholder,
.rt-form [type='date']::-ms-input-placeholder,
.rt-form [type='datetime']::-ms-input-placeholder,
.rt-form [type='datetime-local']::-ms-input-placeholder,
.rt-form [type='email']::-ms-input-placeholder,
.rt-form [type='month']::-ms-input-placeholder,
.rt-form [type='number']::-ms-input-placeholder,
.rt-form [type='password']::-ms-input-placeholder,
.rt-form [type='search']::-ms-input-placeholder,
.rt-form [type='tel']::-ms-input-placeholder,
.rt-form [type='text']::-ms-input-placeholder,
.rt-form [type='time']::-ms-input-placeholder,
.rt-form [type='url']::-ms-input-placeholder,
.rt-form [type='week']::-ms-input-placeholder,
.rt-form input:not([type])::-ms-input-placeholder,
.rt-form textarea::-ms-input-placeholder,
.rt-form .form-control::-ms-input-placeholder,
.comment-respond [type='color']::-ms-input-placeholder,
.comment-respond [type='date']::-ms-input-placeholder,
.comment-respond [type='datetime']::-ms-input-placeholder,
.comment-respond [type='datetime-local']::-ms-input-placeholder,
.comment-respond [type='email']::-ms-input-placeholder,
.comment-respond [type='month']::-ms-input-placeholder,
.comment-respond [type='number']::-ms-input-placeholder,
.comment-respond [type='password']::-ms-input-placeholder,
.comment-respond [type='search']::-ms-input-placeholder,
.comment-respond [type='tel']::-ms-input-placeholder,
.comment-respond [type='text']::-ms-input-placeholder,
.comment-respond [type='time']::-ms-input-placeholder,
.comment-respond [type='url']::-ms-input-placeholder,
.comment-respond [type='week']::-ms-input-placeholder,
.comment-respond input:not([type])::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder,
.comment-respond .form-control::-ms-input-placeholder {
    font-size: 16px;

    color: #8878cf;
}

.rt-form [type='color']::placeholder,
.rt-form [type='date']::placeholder,
.rt-form [type='datetime']::placeholder,
.rt-form [type='datetime-local']::placeholder,
.rt-form [type='email']::placeholder,
.rt-form [type='month']::placeholder,
.rt-form [type='number']::placeholder,
.rt-form [type='password']::placeholder,
.rt-form [type='search']::placeholder,
.rt-form [type='tel']::placeholder,
.rt-form [type='text']::placeholder,
.rt-form [type='time']::placeholder,
.rt-form [type='url']::placeholder,
.rt-form [type='week']::placeholder,
.rt-form input:not([type])::placeholder,
.rt-form textarea::placeholder,
.rt-form .form-control::placeholder,
.comment-respond [type='color']::placeholder,
.comment-respond [type='date']::placeholder,
.comment-respond [type='datetime']::placeholder,
.comment-respond [type='datetime-local']::placeholder,
.comment-respond [type='email']::placeholder,
.comment-respond [type='month']::placeholder,
.comment-respond [type='number']::placeholder,
.comment-respond [type='password']::placeholder,
.comment-respond [type='search']::placeholder,
.comment-respond [type='tel']::placeholder,
.comment-respond [type='text']::placeholder,
.comment-respond [type='time']::placeholder,
.comment-respond [type='url']::placeholder,
.comment-respond [type='week']::placeholder,
.comment-respond input:not([type])::placeholder,
.comment-respond textarea::placeholder,
.comment-respond .form-control::placeholder {
    font-size: 16px;

    color: #8878cf;
}

.rt-form [type='color']:focus,
.rt-form [type='date']:focus,
.rt-form [type='datetime']:focus,
.rt-form [type='datetime-local']:focus,
.rt-form [type='email']:focus,
.rt-form [type='month']:focus,
.rt-form [type='number']:focus,
.rt-form [type='password']:focus,
.rt-form [type='search']:focus,
.rt-form [type='tel']:focus,
.rt-form [type='text']:focus,
.rt-form [type='time']:focus,
.rt-form [type='url']:focus,
.rt-form [type='week']:focus,
.rt-form input:not([type]):focus,
.rt-form textarea:focus,
.rt-form .form-control:focus,
.comment-respond [type='color']:focus,
.comment-respond [type='date']:focus,
.comment-respond [type='datetime']:focus,
.comment-respond [type='datetime-local']:focus,
.comment-respond [type='email']:focus,
.comment-respond [type='month']:focus,
.comment-respond [type='number']:focus,
.comment-respond [type='password']:focus,
.comment-respond [type='search']:focus,
.comment-respond [type='tel']:focus,
.comment-respond [type='text']:focus,
.comment-respond [type='time']:focus,
.comment-respond [type='url']:focus,
.comment-respond [type='week']:focus,
.comment-respond input:not([type]):focus,
.comment-respond textarea:focus,
.comment-respond .form-control:focus {
    border-color: rgba(104, 61, 245, .5);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form label,
.comment-respond label {
    font-weight: 600;
}

.rt-form select,
.comment-respond select {
    width: 100%;
    height: 51px;

    color: #8878cf;
    border: 1px solid rgba(104, 61, 245, .1);
    background-color: transparent;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rt-form select:focus,
.comment-respond select:focus {
    outline: none;
}

.rt-form [type='color']:focus,
.rt-form [type='date']:focus,
.rt-form [type='datetime']:focus,
.rt-form [type='datetime-local']:focus,
.rt-form [type='email']:focus,
.rt-form [type='month']:focus,
.rt-form [type='number']:focus,
.rt-form [type='password']:focus,
.rt-form [type='search']:focus,
.rt-form [type='tel']:focus,
.rt-form [type='text']:focus,
.rt-form [type='time']:focus,
.rt-form [type='url']:focus,
.rt-form [type='week']:focus,
.rt-form input:not([type]):focus,
.rt-form textarea:focus,
.rt-form .form-control:focus,
.comment-respond [type='color']:focus,
.comment-respond [type='date']:focus,
.comment-respond [type='datetime']:focus,
.comment-respond [type='datetime-local']:focus,
.comment-respond [type='email']:focus,
.comment-respond [type='month']:focus,
.comment-respond [type='number']:focus,
.comment-respond [type='password']:focus,
.comment-respond [type='search']:focus,
.comment-respond [type='tel']:focus,
.comment-respond [type='text']:focus,
.comment-respond [type='time']:focus,
.comment-respond [type='url']:focus,
.comment-respond [type='week']:focus,
.comment-respond input:not([type]):focus,
.comment-respond textarea:focus,
.comment-respond .form-control:focus {
    border-color: rgba(104, 61, 245, .5) !important;
    outline: none;
    background: #f9f7ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rt-form [type='color']:hover,
.rt-form [type='date']:hover,
.rt-form [type='datetime']:hover,
.rt-form [type='datetime-local']:hover,
.rt-form [type='email']:hover,
.rt-form [type='month']:hover,
.rt-form [type='number']:hover,
.rt-form [type='password']:hover,
.rt-form [type='search']:hover,
.rt-form [type='tel']:hover,
.rt-form [type='text']:hover,
.rt-form [type='time']:hover,
.rt-form [type='url']:hover,
.rt-form [type='week']:hover,
.rt-form input:not([type]):hover,
.rt-form textarea:hover,
.rt-form .form-control:hover,
.comment-respond [type='color']:hover,
.comment-respond [type='date']:hover,
.comment-respond [type='datetime']:hover,
.comment-respond [type='datetime-local']:hover,
.comment-respond [type='email']:hover,
.comment-respond [type='month']:hover,
.comment-respond [type='number']:hover,
.comment-respond [type='password']:hover,
.comment-respond [type='search']:hover,
.comment-respond [type='tel']:hover,
.comment-respond [type='text']:hover,
.comment-respond [type='time']:hover,
.comment-respond [type='url']:hover,
.comment-respond [type='week']:hover,
.comment-respond input:not([type]):hover,
.comment-respond textarea:hover,
.comment-respond .form-control:hover {
    border-color: rgba(104, 61, 245, .5) !important;
    background: #f9f7ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rt-form .forgot-pass label,
.comment-respond .forgot-pass label {
    font-size: 14px;

    padding-left: 10px;
}

.rt-form.rt-line-form [type='color'],
.rt-form.rt-line-form [type='date'],
.rt-form.rt-line-form [type='datetime'],
.rt-form.rt-line-form [type='datetime-local'],
.rt-form.rt-line-form [type='email'],
.rt-form.rt-line-form [type='month'],
.rt-form.rt-line-form [type='number'],
.rt-form.rt-line-form [type='password'],
.rt-form.rt-line-form [type='search'],
.rt-form.rt-line-form [type='tel'],
.rt-form.rt-line-form [type='text'],
.rt-form.rt-line-form [type='time'],
.rt-form.rt-line-form [type='url'],
.rt-form.rt-line-form [type='week'],
.rt-form.rt-line-form input:not([type]),
.rt-form.rt-line-form textarea,
.rt-form.rt-line-form .form-control,
.comment-respond.rt-line-form [type='color'],
.comment-respond.rt-line-form [type='date'],
.comment-respond.rt-line-form [type='datetime'],
.comment-respond.rt-line-form [type='datetime-local'],
.comment-respond.rt-line-form [type='email'],
.comment-respond.rt-line-form [type='month'],
.comment-respond.rt-line-form [type='number'],
.comment-respond.rt-line-form [type='password'],
.comment-respond.rt-line-form [type='search'],
.comment-respond.rt-line-form [type='tel'],
.comment-respond.rt-line-form [type='text'],
.comment-respond.rt-line-form [type='time'],
.comment-respond.rt-line-form [type='url'],
.comment-respond.rt-line-form [type='week'],
.comment-respond.rt-line-form input:not([type]),
.comment-respond.rt-line-form textarea,
.comment-respond.rt-line-form .form-control {
    border: none;
    border-bottom: 1px solid rgba(104, 61, 245, .1);
    background: transparent;
}

.rt-form.rt-line-form [type='color']:focus,
.rt-form.rt-line-form [type='date']:focus,
.rt-form.rt-line-form [type='datetime']:focus,
.rt-form.rt-line-form [type='datetime-local']:focus,
.rt-form.rt-line-form [type='email']:focus,
.rt-form.rt-line-form [type='month']:focus,
.rt-form.rt-line-form [type='number']:focus,
.rt-form.rt-line-form [type='password']:focus,
.rt-form.rt-line-form [type='search']:focus,
.rt-form.rt-line-form [type='tel']:focus,
.rt-form.rt-line-form [type='text']:focus,
.rt-form.rt-line-form [type='time']:focus,
.rt-form.rt-line-form [type='url']:focus,
.rt-form.rt-line-form [type='week']:focus,
.rt-form.rt-line-form input:not([type]):focus,
.rt-form.rt-line-form textarea:focus,
.rt-form.rt-line-form .form-control:focus,
.rt-form.rt-line-form [type='color']:hover,
.rt-form.rt-line-form [type='date']:hover,
.rt-form.rt-line-form [type='datetime']:hover,
.rt-form.rt-line-form [type='datetime-local']:hover,
.rt-form.rt-line-form [type='email']:hover,
.rt-form.rt-line-form [type='month']:hover,
.rt-form.rt-line-form [type='number']:hover,
.rt-form.rt-line-form [type='password']:hover,
.rt-form.rt-line-form [type='search']:hover,
.rt-form.rt-line-form [type='tel']:hover,
.rt-form.rt-line-form [type='text']:hover,
.rt-form.rt-line-form [type='time']:hover,
.rt-form.rt-line-form [type='url']:hover,
.rt-form.rt-line-form [type='week']:hover,
.rt-form.rt-line-form input:not([type]):hover,
.rt-form.rt-line-form textarea:hover,
.rt-form.rt-line-form .form-control:hover,
.comment-respond.rt-line-form [type='color']:focus,
.comment-respond.rt-line-form [type='date']:focus,
.comment-respond.rt-line-form [type='datetime']:focus,
.comment-respond.rt-line-form [type='datetime-local']:focus,
.comment-respond.rt-line-form [type='email']:focus,
.comment-respond.rt-line-form [type='month']:focus,
.comment-respond.rt-line-form [type='number']:focus,
.comment-respond.rt-line-form [type='password']:focus,
.comment-respond.rt-line-form [type='search']:focus,
.comment-respond.rt-line-form [type='tel']:focus,
.comment-respond.rt-line-form [type='text']:focus,
.comment-respond.rt-line-form [type='time']:focus,
.comment-respond.rt-line-form [type='url']:focus,
.comment-respond.rt-line-form [type='week']:focus,
.comment-respond.rt-line-form input:not([type]):focus,
.comment-respond.rt-line-form textarea:focus,
.comment-respond.rt-line-form .form-control:focus,
.comment-respond.rt-line-form [type='color']:hover,
.comment-respond.rt-line-form [type='date']:hover,
.comment-respond.rt-line-form [type='datetime']:hover,
.comment-respond.rt-line-form [type='datetime-local']:hover,
.comment-respond.rt-line-form [type='email']:hover,
.comment-respond.rt-line-form [type='month']:hover,
.comment-respond.rt-line-form [type='number']:hover,
.comment-respond.rt-line-form [type='password']:hover,
.comment-respond.rt-line-form [type='search']:hover,
.comment-respond.rt-line-form [type='tel']:hover,
.comment-respond.rt-line-form [type='text']:hover,
.comment-respond.rt-line-form [type='time']:hover,
.comment-respond.rt-line-form [type='url']:hover,
.comment-respond.rt-line-form [type='week']:hover,
.comment-respond.rt-line-form input:not([type]):hover,
.comment-respond.rt-line-form textarea:hover,
.comment-respond.rt-line-form .form-control:hover {
    border-color: var(--primary_color) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form.rt-line-form select,
.comment-respond.rt-line-form select {
    width: 100%;

    border: none;
    border-bottom: 1px solid rgba(104, 61, 245, .1);
}

.rt-form.rt-border-form [type='color'],
.rt-form.rt-border-form [type='date'],
.rt-form.rt-border-form [type='datetime'],
.rt-form.rt-border-form [type='datetime-local'],
.rt-form.rt-border-form [type='email'],
.rt-form.rt-border-form [type='month'],
.rt-form.rt-border-form [type='number'],
.rt-form.rt-border-form [type='password'],
.rt-form.rt-border-form [type='search'],
.rt-form.rt-border-form [type='tel'],
.rt-form.rt-border-form [type='text'],
.rt-form.rt-border-form [type='time'],
.rt-form.rt-border-form [type='url'],
.rt-form.rt-border-form [type='week'],
.rt-form.rt-border-form input:not([type]),
.rt-form.rt-border-form textarea,
.rt-form.rt-border-form .form-control,
.comment-respond.rt-border-form [type='color'],
.comment-respond.rt-border-form [type='date'],
.comment-respond.rt-border-form [type='datetime'],
.comment-respond.rt-border-form [type='datetime-local'],
.comment-respond.rt-border-form [type='email'],
.comment-respond.rt-border-form [type='month'],
.comment-respond.rt-border-form [type='number'],
.comment-respond.rt-border-form [type='password'],
.comment-respond.rt-border-form [type='search'],
.comment-respond.rt-border-form [type='tel'],
.comment-respond.rt-border-form [type='text'],
.comment-respond.rt-border-form [type='time'],
.comment-respond.rt-border-form [type='url'],
.comment-respond.rt-border-form [type='week'],
.comment-respond.rt-border-form input:not([type]),
.comment-respond.rt-border-form textarea,
.comment-respond.rt-border-form .form-control {
    border: 1px solid rgba(104, 61, 245, .1);
    background: transparent;
}

.rt-form.rt-border-form [type='color']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='date']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='datetime']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='datetime-local']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='email']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='month']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='number']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='password']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='search']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='tel']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='text']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='time']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='url']::-webkit-input-placeholder,
.rt-form.rt-border-form [type='week']::-webkit-input-placeholder,
.rt-form.rt-border-form input:not([type])::-webkit-input-placeholder,
.rt-form.rt-border-form textarea::-webkit-input-placeholder,
.rt-form.rt-border-form .form-control::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='color']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='date']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='datetime']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='datetime-local']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='email']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='month']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='number']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='password']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='search']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='tel']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='text']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='time']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='url']::-webkit-input-placeholder,
.comment-respond.rt-border-form [type='week']::-webkit-input-placeholder,
.comment-respond.rt-border-form input:not([type])::-webkit-input-placeholder,
.comment-respond.rt-border-form textarea::-webkit-input-placeholder,
.comment-respond.rt-border-form .form-control::-webkit-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']::-moz-placeholder,
.rt-form.rt-border-form [type='date']::-moz-placeholder,
.rt-form.rt-border-form [type='datetime']::-moz-placeholder,
.rt-form.rt-border-form [type='datetime-local']::-moz-placeholder,
.rt-form.rt-border-form [type='email']::-moz-placeholder,
.rt-form.rt-border-form [type='month']::-moz-placeholder,
.rt-form.rt-border-form [type='number']::-moz-placeholder,
.rt-form.rt-border-form [type='password']::-moz-placeholder,
.rt-form.rt-border-form [type='search']::-moz-placeholder,
.rt-form.rt-border-form [type='tel']::-moz-placeholder,
.rt-form.rt-border-form [type='text']::-moz-placeholder,
.rt-form.rt-border-form [type='time']::-moz-placeholder,
.rt-form.rt-border-form [type='url']::-moz-placeholder,
.rt-form.rt-border-form [type='week']::-moz-placeholder,
.rt-form.rt-border-form input:not([type])::-moz-placeholder,
.rt-form.rt-border-form textarea::-moz-placeholder,
.rt-form.rt-border-form .form-control::-moz-placeholder,
.comment-respond.rt-border-form [type='color']::-moz-placeholder,
.comment-respond.rt-border-form [type='date']::-moz-placeholder,
.comment-respond.rt-border-form [type='datetime']::-moz-placeholder,
.comment-respond.rt-border-form [type='datetime-local']::-moz-placeholder,
.comment-respond.rt-border-form [type='email']::-moz-placeholder,
.comment-respond.rt-border-form [type='month']::-moz-placeholder,
.comment-respond.rt-border-form [type='number']::-moz-placeholder,
.comment-respond.rt-border-form [type='password']::-moz-placeholder,
.comment-respond.rt-border-form [type='search']::-moz-placeholder,
.comment-respond.rt-border-form [type='tel']::-moz-placeholder,
.comment-respond.rt-border-form [type='text']::-moz-placeholder,
.comment-respond.rt-border-form [type='time']::-moz-placeholder,
.comment-respond.rt-border-form [type='url']::-moz-placeholder,
.comment-respond.rt-border-form [type='week']::-moz-placeholder,
.comment-respond.rt-border-form input:not([type])::-moz-placeholder,
.comment-respond.rt-border-form textarea::-moz-placeholder,
.comment-respond.rt-border-form .form-control::-moz-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']:-ms-input-placeholder,
.rt-form.rt-border-form [type='date']:-ms-input-placeholder,
.rt-form.rt-border-form [type='datetime']:-ms-input-placeholder,
.rt-form.rt-border-form [type='datetime-local']:-ms-input-placeholder,
.rt-form.rt-border-form [type='email']:-ms-input-placeholder,
.rt-form.rt-border-form [type='month']:-ms-input-placeholder,
.rt-form.rt-border-form [type='number']:-ms-input-placeholder,
.rt-form.rt-border-form [type='password']:-ms-input-placeholder,
.rt-form.rt-border-form [type='search']:-ms-input-placeholder,
.rt-form.rt-border-form [type='tel']:-ms-input-placeholder,
.rt-form.rt-border-form [type='text']:-ms-input-placeholder,
.rt-form.rt-border-form [type='time']:-ms-input-placeholder,
.rt-form.rt-border-form [type='url']:-ms-input-placeholder,
.rt-form.rt-border-form [type='week']:-ms-input-placeholder,
.rt-form.rt-border-form input:not([type]):-ms-input-placeholder,
.rt-form.rt-border-form textarea:-ms-input-placeholder,
.rt-form.rt-border-form .form-control:-ms-input-placeholder,
.comment-respond.rt-border-form [type='color']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='date']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='datetime']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='datetime-local']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='email']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='month']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='number']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='password']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='search']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='tel']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='text']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='time']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='url']:-ms-input-placeholder,
.comment-respond.rt-border-form [type='week']:-ms-input-placeholder,
.comment-respond.rt-border-form input:not([type]):-ms-input-placeholder,
.comment-respond.rt-border-form textarea:-ms-input-placeholder,
.comment-respond.rt-border-form .form-control:-ms-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']::-ms-input-placeholder,
.rt-form.rt-border-form [type='date']::-ms-input-placeholder,
.rt-form.rt-border-form [type='datetime']::-ms-input-placeholder,
.rt-form.rt-border-form [type='datetime-local']::-ms-input-placeholder,
.rt-form.rt-border-form [type='email']::-ms-input-placeholder,
.rt-form.rt-border-form [type='month']::-ms-input-placeholder,
.rt-form.rt-border-form [type='number']::-ms-input-placeholder,
.rt-form.rt-border-form [type='password']::-ms-input-placeholder,
.rt-form.rt-border-form [type='search']::-ms-input-placeholder,
.rt-form.rt-border-form [type='tel']::-ms-input-placeholder,
.rt-form.rt-border-form [type='text']::-ms-input-placeholder,
.rt-form.rt-border-form [type='time']::-ms-input-placeholder,
.rt-form.rt-border-form [type='url']::-ms-input-placeholder,
.rt-form.rt-border-form [type='week']::-ms-input-placeholder,
.rt-form.rt-border-form input:not([type])::-ms-input-placeholder,
.rt-form.rt-border-form textarea::-ms-input-placeholder,
.rt-form.rt-border-form .form-control::-ms-input-placeholder,
.comment-respond.rt-border-form [type='color']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='date']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='datetime']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='datetime-local']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='email']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='month']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='number']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='password']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='search']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='tel']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='text']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='time']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='url']::-ms-input-placeholder,
.comment-respond.rt-border-form [type='week']::-ms-input-placeholder,
.comment-respond.rt-border-form input:not([type])::-ms-input-placeholder,
.comment-respond.rt-border-form textarea::-ms-input-placeholder,
.comment-respond.rt-border-form .form-control::-ms-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']::placeholder,
.rt-form.rt-border-form [type='date']::placeholder,
.rt-form.rt-border-form [type='datetime']::placeholder,
.rt-form.rt-border-form [type='datetime-local']::placeholder,
.rt-form.rt-border-form [type='email']::placeholder,
.rt-form.rt-border-form [type='month']::placeholder,
.rt-form.rt-border-form [type='number']::placeholder,
.rt-form.rt-border-form [type='password']::placeholder,
.rt-form.rt-border-form [type='search']::placeholder,
.rt-form.rt-border-form [type='tel']::placeholder,
.rt-form.rt-border-form [type='text']::placeholder,
.rt-form.rt-border-form [type='time']::placeholder,
.rt-form.rt-border-form [type='url']::placeholder,
.rt-form.rt-border-form [type='week']::placeholder,
.rt-form.rt-border-form input:not([type])::placeholder,
.rt-form.rt-border-form textarea::placeholder,
.rt-form.rt-border-form .form-control::placeholder,
.comment-respond.rt-border-form [type='color']::placeholder,
.comment-respond.rt-border-form [type='date']::placeholder,
.comment-respond.rt-border-form [type='datetime']::placeholder,
.comment-respond.rt-border-form [type='datetime-local']::placeholder,
.comment-respond.rt-border-form [type='email']::placeholder,
.comment-respond.rt-border-form [type='month']::placeholder,
.comment-respond.rt-border-form [type='number']::placeholder,
.comment-respond.rt-border-form [type='password']::placeholder,
.comment-respond.rt-border-form [type='search']::placeholder,
.comment-respond.rt-border-form [type='tel']::placeholder,
.comment-respond.rt-border-form [type='text']::placeholder,
.comment-respond.rt-border-form [type='time']::placeholder,
.comment-respond.rt-border-form [type='url']::placeholder,
.comment-respond.rt-border-form [type='week']::placeholder,
.comment-respond.rt-border-form input:not([type])::placeholder,
.comment-respond.rt-border-form textarea::placeholder,
.comment-respond.rt-border-form .form-control::placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']:focus,
.rt-form.rt-border-form [type='date']:focus,
.rt-form.rt-border-form [type='datetime']:focus,
.rt-form.rt-border-form [type='datetime-local']:focus,
.rt-form.rt-border-form [type='email']:focus,
.rt-form.rt-border-form [type='month']:focus,
.rt-form.rt-border-form [type='number']:focus,
.rt-form.rt-border-form [type='password']:focus,
.rt-form.rt-border-form [type='search']:focus,
.rt-form.rt-border-form [type='tel']:focus,
.rt-form.rt-border-form [type='text']:focus,
.rt-form.rt-border-form [type='time']:focus,
.rt-form.rt-border-form [type='url']:focus,
.rt-form.rt-border-form [type='week']:focus,
.rt-form.rt-border-form input:not([type]):focus,
.rt-form.rt-border-form textarea:focus,
.rt-form.rt-border-form .form-control:focus,
.rt-form.rt-border-form [type='color']:hover,
.rt-form.rt-border-form [type='date']:hover,
.rt-form.rt-border-form [type='datetime']:hover,
.rt-form.rt-border-form [type='datetime-local']:hover,
.rt-form.rt-border-form [type='email']:hover,
.rt-form.rt-border-form [type='month']:hover,
.rt-form.rt-border-form [type='number']:hover,
.rt-form.rt-border-form [type='password']:hover,
.rt-form.rt-border-form [type='search']:hover,
.rt-form.rt-border-form [type='tel']:hover,
.rt-form.rt-border-form [type='text']:hover,
.rt-form.rt-border-form [type='time']:hover,
.rt-form.rt-border-form [type='url']:hover,
.rt-form.rt-border-form [type='week']:hover,
.rt-form.rt-border-form input:not([type]):hover,
.rt-form.rt-border-form textarea:hover,
.rt-form.rt-border-form .form-control:hover,
.comment-respond.rt-border-form [type='color']:focus,
.comment-respond.rt-border-form [type='date']:focus,
.comment-respond.rt-border-form [type='datetime']:focus,
.comment-respond.rt-border-form [type='datetime-local']:focus,
.comment-respond.rt-border-form [type='email']:focus,
.comment-respond.rt-border-form [type='month']:focus,
.comment-respond.rt-border-form [type='number']:focus,
.comment-respond.rt-border-form [type='password']:focus,
.comment-respond.rt-border-form [type='search']:focus,
.comment-respond.rt-border-form [type='tel']:focus,
.comment-respond.rt-border-form [type='text']:focus,
.comment-respond.rt-border-form [type='time']:focus,
.comment-respond.rt-border-form [type='url']:focus,
.comment-respond.rt-border-form [type='week']:focus,
.comment-respond.rt-border-form input:not([type]):focus,
.comment-respond.rt-border-form textarea:focus,
.comment-respond.rt-border-form .form-control:focus,
.comment-respond.rt-border-form [type='color']:hover,
.comment-respond.rt-border-form [type='date']:hover,
.comment-respond.rt-border-form [type='datetime']:hover,
.comment-respond.rt-border-form [type='datetime-local']:hover,
.comment-respond.rt-border-form [type='email']:hover,
.comment-respond.rt-border-form [type='month']:hover,
.comment-respond.rt-border-form [type='number']:hover,
.comment-respond.rt-border-form [type='password']:hover,
.comment-respond.rt-border-form [type='search']:hover,
.comment-respond.rt-border-form [type='tel']:hover,
.comment-respond.rt-border-form [type='text']:hover,
.comment-respond.rt-border-form [type='time']:hover,
.comment-respond.rt-border-form [type='url']:hover,
.comment-respond.rt-border-form [type='week']:hover,
.comment-respond.rt-border-form input:not([type]):hover,
.comment-respond.rt-border-form textarea:hover,
.comment-respond.rt-border-form .form-control:hover {
    border-color: var(--primary_color) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form.rt-border-form select,
.comment-respond.rt-border-form select {
    width: 100%;

    border: 1px solid rgba(104, 61, 245, .1);
    background-color: transparent;
}

.rt-form .submit-circle,
.comment-respond .submit-circle {
    position: absolute;
    top: 50%;
    right: 0;

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

.rt-form.light-form [type='color'],
.rt-form.light-form [type='date'],
.rt-form.light-form [type='datetime'],
.rt-form.light-form [type='datetime-local'],
.rt-form.light-form [type='email'],
.rt-form.light-form [type='month'],
.rt-form.light-form [type='number'],
.rt-form.light-form [type='password'],
.rt-form.light-form [type='search'],
.rt-form.light-form [type='tel'],
.rt-form.light-form [type='text'],
.rt-form.light-form [type='time'],
.rt-form.light-form [type='url'],
.rt-form.light-form [type='week'],
.rt-form.light-form input:not([type]),
.rt-form.light-form textarea,
.rt-form.light-form .form-control,
.comment-respond.light-form [type='color'],
.comment-respond.light-form [type='date'],
.comment-respond.light-form [type='datetime'],
.comment-respond.light-form [type='datetime-local'],
.comment-respond.light-form [type='email'],
.comment-respond.light-form [type='month'],
.comment-respond.light-form [type='number'],
.comment-respond.light-form [type='password'],
.comment-respond.light-form [type='search'],
.comment-respond.light-form [type='tel'],
.comment-respond.light-form [type='text'],
.comment-respond.light-form [type='time'],
.comment-respond.light-form [type='url'],
.comment-respond.light-form [type='week'],
.comment-respond.light-form input:not([type]),
.comment-respond.light-form textarea,
.comment-respond.light-form .form-control {
    color: #fff;
    border-color: #f0f0f0;
}

.rt-form.light-form [type='color']::-webkit-input-placeholder,
.rt-form.light-form [type='date']::-webkit-input-placeholder,
.rt-form.light-form [type='datetime']::-webkit-input-placeholder,
.rt-form.light-form [type='datetime-local']::-webkit-input-placeholder,
.rt-form.light-form [type='email']::-webkit-input-placeholder,
.rt-form.light-form [type='month']::-webkit-input-placeholder,
.rt-form.light-form [type='number']::-webkit-input-placeholder,
.rt-form.light-form [type='password']::-webkit-input-placeholder,
.rt-form.light-form [type='search']::-webkit-input-placeholder,
.rt-form.light-form [type='tel']::-webkit-input-placeholder,
.rt-form.light-form [type='text']::-webkit-input-placeholder,
.rt-form.light-form [type='time']::-webkit-input-placeholder,
.rt-form.light-form [type='url']::-webkit-input-placeholder,
.rt-form.light-form [type='week']::-webkit-input-placeholder,
.rt-form.light-form input:not([type])::-webkit-input-placeholder,
.rt-form.light-form textarea::-webkit-input-placeholder,
.rt-form.light-form .form-control::-webkit-input-placeholder,
.comment-respond.light-form [type='color']::-webkit-input-placeholder,
.comment-respond.light-form [type='date']::-webkit-input-placeholder,
.comment-respond.light-form [type='datetime']::-webkit-input-placeholder,
.comment-respond.light-form [type='datetime-local']::-webkit-input-placeholder,
.comment-respond.light-form [type='email']::-webkit-input-placeholder,
.comment-respond.light-form [type='month']::-webkit-input-placeholder,
.comment-respond.light-form [type='number']::-webkit-input-placeholder,
.comment-respond.light-form [type='password']::-webkit-input-placeholder,
.comment-respond.light-form [type='search']::-webkit-input-placeholder,
.comment-respond.light-form [type='tel']::-webkit-input-placeholder,
.comment-respond.light-form [type='text']::-webkit-input-placeholder,
.comment-respond.light-form [type='time']::-webkit-input-placeholder,
.comment-respond.light-form [type='url']::-webkit-input-placeholder,
.comment-respond.light-form [type='week']::-webkit-input-placeholder,
.comment-respond.light-form input:not([type])::-webkit-input-placeholder,
.comment-respond.light-form textarea::-webkit-input-placeholder,
.comment-respond.light-form .form-control::-webkit-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']::-moz-placeholder,
.rt-form.light-form [type='date']::-moz-placeholder,
.rt-form.light-form [type='datetime']::-moz-placeholder,
.rt-form.light-form [type='datetime-local']::-moz-placeholder,
.rt-form.light-form [type='email']::-moz-placeholder,
.rt-form.light-form [type='month']::-moz-placeholder,
.rt-form.light-form [type='number']::-moz-placeholder,
.rt-form.light-form [type='password']::-moz-placeholder,
.rt-form.light-form [type='search']::-moz-placeholder,
.rt-form.light-form [type='tel']::-moz-placeholder,
.rt-form.light-form [type='text']::-moz-placeholder,
.rt-form.light-form [type='time']::-moz-placeholder,
.rt-form.light-form [type='url']::-moz-placeholder,
.rt-form.light-form [type='week']::-moz-placeholder,
.rt-form.light-form input:not([type])::-moz-placeholder,
.rt-form.light-form textarea::-moz-placeholder,
.rt-form.light-form .form-control::-moz-placeholder,
.comment-respond.light-form [type='color']::-moz-placeholder,
.comment-respond.light-form [type='date']::-moz-placeholder,
.comment-respond.light-form [type='datetime']::-moz-placeholder,
.comment-respond.light-form [type='datetime-local']::-moz-placeholder,
.comment-respond.light-form [type='email']::-moz-placeholder,
.comment-respond.light-form [type='month']::-moz-placeholder,
.comment-respond.light-form [type='number']::-moz-placeholder,
.comment-respond.light-form [type='password']::-moz-placeholder,
.comment-respond.light-form [type='search']::-moz-placeholder,
.comment-respond.light-form [type='tel']::-moz-placeholder,
.comment-respond.light-form [type='text']::-moz-placeholder,
.comment-respond.light-form [type='time']::-moz-placeholder,
.comment-respond.light-form [type='url']::-moz-placeholder,
.comment-respond.light-form [type='week']::-moz-placeholder,
.comment-respond.light-form input:not([type])::-moz-placeholder,
.comment-respond.light-form textarea::-moz-placeholder,
.comment-respond.light-form .form-control::-moz-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']:-ms-input-placeholder,
.rt-form.light-form [type='date']:-ms-input-placeholder,
.rt-form.light-form [type='datetime']:-ms-input-placeholder,
.rt-form.light-form [type='datetime-local']:-ms-input-placeholder,
.rt-form.light-form [type='email']:-ms-input-placeholder,
.rt-form.light-form [type='month']:-ms-input-placeholder,
.rt-form.light-form [type='number']:-ms-input-placeholder,
.rt-form.light-form [type='password']:-ms-input-placeholder,
.rt-form.light-form [type='search']:-ms-input-placeholder,
.rt-form.light-form [type='tel']:-ms-input-placeholder,
.rt-form.light-form [type='text']:-ms-input-placeholder,
.rt-form.light-form [type='time']:-ms-input-placeholder,
.rt-form.light-form [type='url']:-ms-input-placeholder,
.rt-form.light-form [type='week']:-ms-input-placeholder,
.rt-form.light-form input:not([type]):-ms-input-placeholder,
.rt-form.light-form textarea:-ms-input-placeholder,
.rt-form.light-form .form-control:-ms-input-placeholder,
.comment-respond.light-form [type='color']:-ms-input-placeholder,
.comment-respond.light-form [type='date']:-ms-input-placeholder,
.comment-respond.light-form [type='datetime']:-ms-input-placeholder,
.comment-respond.light-form [type='datetime-local']:-ms-input-placeholder,
.comment-respond.light-form [type='email']:-ms-input-placeholder,
.comment-respond.light-form [type='month']:-ms-input-placeholder,
.comment-respond.light-form [type='number']:-ms-input-placeholder,
.comment-respond.light-form [type='password']:-ms-input-placeholder,
.comment-respond.light-form [type='search']:-ms-input-placeholder,
.comment-respond.light-form [type='tel']:-ms-input-placeholder,
.comment-respond.light-form [type='text']:-ms-input-placeholder,
.comment-respond.light-form [type='time']:-ms-input-placeholder,
.comment-respond.light-form [type='url']:-ms-input-placeholder,
.comment-respond.light-form [type='week']:-ms-input-placeholder,
.comment-respond.light-form input:not([type]):-ms-input-placeholder,
.comment-respond.light-form textarea:-ms-input-placeholder,
.comment-respond.light-form .form-control:-ms-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']::-ms-input-placeholder,
.rt-form.light-form [type='date']::-ms-input-placeholder,
.rt-form.light-form [type='datetime']::-ms-input-placeholder,
.rt-form.light-form [type='datetime-local']::-ms-input-placeholder,
.rt-form.light-form [type='email']::-ms-input-placeholder,
.rt-form.light-form [type='month']::-ms-input-placeholder,
.rt-form.light-form [type='number']::-ms-input-placeholder,
.rt-form.light-form [type='password']::-ms-input-placeholder,
.rt-form.light-form [type='search']::-ms-input-placeholder,
.rt-form.light-form [type='tel']::-ms-input-placeholder,
.rt-form.light-form [type='text']::-ms-input-placeholder,
.rt-form.light-form [type='time']::-ms-input-placeholder,
.rt-form.light-form [type='url']::-ms-input-placeholder,
.rt-form.light-form [type='week']::-ms-input-placeholder,
.rt-form.light-form input:not([type])::-ms-input-placeholder,
.rt-form.light-form textarea::-ms-input-placeholder,
.rt-form.light-form .form-control::-ms-input-placeholder,
.comment-respond.light-form [type='color']::-ms-input-placeholder,
.comment-respond.light-form [type='date']::-ms-input-placeholder,
.comment-respond.light-form [type='datetime']::-ms-input-placeholder,
.comment-respond.light-form [type='datetime-local']::-ms-input-placeholder,
.comment-respond.light-form [type='email']::-ms-input-placeholder,
.comment-respond.light-form [type='month']::-ms-input-placeholder,
.comment-respond.light-form [type='number']::-ms-input-placeholder,
.comment-respond.light-form [type='password']::-ms-input-placeholder,
.comment-respond.light-form [type='search']::-ms-input-placeholder,
.comment-respond.light-form [type='tel']::-ms-input-placeholder,
.comment-respond.light-form [type='text']::-ms-input-placeholder,
.comment-respond.light-form [type='time']::-ms-input-placeholder,
.comment-respond.light-form [type='url']::-ms-input-placeholder,
.comment-respond.light-form [type='week']::-ms-input-placeholder,
.comment-respond.light-form input:not([type])::-ms-input-placeholder,
.comment-respond.light-form textarea::-ms-input-placeholder,
.comment-respond.light-form .form-control::-ms-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']::placeholder,
.rt-form.light-form [type='date']::placeholder,
.rt-form.light-form [type='datetime']::placeholder,
.rt-form.light-form [type='datetime-local']::placeholder,
.rt-form.light-form [type='email']::placeholder,
.rt-form.light-form [type='month']::placeholder,
.rt-form.light-form [type='number']::placeholder,
.rt-form.light-form [type='password']::placeholder,
.rt-form.light-form [type='search']::placeholder,
.rt-form.light-form [type='tel']::placeholder,
.rt-form.light-form [type='text']::placeholder,
.rt-form.light-form [type='time']::placeholder,
.rt-form.light-form [type='url']::placeholder,
.rt-form.light-form [type='week']::placeholder,
.rt-form.light-form input:not([type])::placeholder,
.rt-form.light-form textarea::placeholder,
.rt-form.light-form .form-control::placeholder,
.comment-respond.light-form [type='color']::placeholder,
.comment-respond.light-form [type='date']::placeholder,
.comment-respond.light-form [type='datetime']::placeholder,
.comment-respond.light-form [type='datetime-local']::placeholder,
.comment-respond.light-form [type='email']::placeholder,
.comment-respond.light-form [type='month']::placeholder,
.comment-respond.light-form [type='number']::placeholder,
.comment-respond.light-form [type='password']::placeholder,
.comment-respond.light-form [type='search']::placeholder,
.comment-respond.light-form [type='tel']::placeholder,
.comment-respond.light-form [type='text']::placeholder,
.comment-respond.light-form [type='time']::placeholder,
.comment-respond.light-form [type='url']::placeholder,
.comment-respond.light-form [type='week']::placeholder,
.comment-respond.light-form input:not([type])::placeholder,
.comment-respond.light-form textarea::placeholder,
.comment-respond.light-form .form-control::placeholder {
    color: #555;
}

.rt-form.light-form [type='color']:focus,
.rt-form.light-form [type='date']:focus,
.rt-form.light-form [type='datetime']:focus,
.rt-form.light-form [type='datetime-local']:focus,
.rt-form.light-form [type='email']:focus,
.rt-form.light-form [type='month']:focus,
.rt-form.light-form [type='number']:focus,
.rt-form.light-form [type='password']:focus,
.rt-form.light-form [type='search']:focus,
.rt-form.light-form [type='tel']:focus,
.rt-form.light-form [type='text']:focus,
.rt-form.light-form [type='time']:focus,
.rt-form.light-form [type='url']:focus,
.rt-form.light-form [type='week']:focus,
.rt-form.light-form input:not([type]):focus,
.rt-form.light-form textarea:focus,
.rt-form.light-form .form-control:focus,
.rt-form.light-form [type='color']:hover,
.rt-form.light-form [type='date']:hover,
.rt-form.light-form [type='datetime']:hover,
.rt-form.light-form [type='datetime-local']:hover,
.rt-form.light-form [type='email']:hover,
.rt-form.light-form [type='month']:hover,
.rt-form.light-form [type='number']:hover,
.rt-form.light-form [type='password']:hover,
.rt-form.light-form [type='search']:hover,
.rt-form.light-form [type='tel']:hover,
.rt-form.light-form [type='text']:hover,
.rt-form.light-form [type='time']:hover,
.rt-form.light-form [type='url']:hover,
.rt-form.light-form [type='week']:hover,
.rt-form.light-form input:not([type]):hover,
.rt-form.light-form textarea:hover,
.rt-form.light-form .form-control:hover,
.comment-respond.light-form [type='color']:focus,
.comment-respond.light-form [type='date']:focus,
.comment-respond.light-form [type='datetime']:focus,
.comment-respond.light-form [type='datetime-local']:focus,
.comment-respond.light-form [type='email']:focus,
.comment-respond.light-form [type='month']:focus,
.comment-respond.light-form [type='number']:focus,
.comment-respond.light-form [type='password']:focus,
.comment-respond.light-form [type='search']:focus,
.comment-respond.light-form [type='tel']:focus,
.comment-respond.light-form [type='text']:focus,
.comment-respond.light-form [type='time']:focus,
.comment-respond.light-form [type='url']:focus,
.comment-respond.light-form [type='week']:focus,
.comment-respond.light-form input:not([type]):focus,
.comment-respond.light-form textarea:focus,
.comment-respond.light-form .form-control:focus,
.comment-respond.light-form [type='color']:hover,
.comment-respond.light-form [type='date']:hover,
.comment-respond.light-form [type='datetime']:hover,
.comment-respond.light-form [type='datetime-local']:hover,
.comment-respond.light-form [type='email']:hover,
.comment-respond.light-form [type='month']:hover,
.comment-respond.light-form [type='number']:hover,
.comment-respond.light-form [type='password']:hover,
.comment-respond.light-form [type='search']:hover,
.comment-respond.light-form [type='tel']:hover,
.comment-respond.light-form [type='text']:hover,
.comment-respond.light-form [type='time']:hover,
.comment-respond.light-form [type='url']:hover,
.comment-respond.light-form [type='week']:hover,
.comment-respond.light-form input:not([type]):hover,
.comment-respond.light-form textarea:hover,
.comment-respond.light-form .form-control:hover {
    border-color: #fff !important;
}

.custom-form-1 {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 70px;
    padding-right: 7px;
    padding-left: 25px;

    border-radius: 999px;
    background-color: white;
    -webkit-box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);
    box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .custom-form-1 {
        flex-direction: column;

        width: 90%;
        height: auto;
        margin: auto;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;

        border-radius: 15px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.custom-form-1 input[type='text'],
.custom-form-1 input[type='email'] {
    font-size: 18px;

    border: none;
    background: transparent;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom-form-1 input[type='text']::-webkit-input-placeholder,
.custom-form-1 input[type='email']::-webkit-input-placeholder {
    font-size: 18px;
}

.custom-form-1 input[type='text']::-moz-placeholder,
.custom-form-1 input[type='email']::-moz-placeholder {
    font-size: 18px;
}

.custom-form-1 input[type='text']:-ms-input-placeholder,
.custom-form-1 input[type='email']:-ms-input-placeholder {
    font-size: 18px;
}

.custom-form-1 input[type='text']::-ms-input-placeholder,
.custom-form-1 input[type='email']::-ms-input-placeholder {
    font-size: 18px;
}

.custom-form-1 input[type='text']::placeholder,
.custom-form-1 input[type='email']::placeholder {
    font-size: 18px;
}

@media (max-width: 767.98px) {

    .custom-form-1 input[type='text'],
    .custom-form-1 input[type='email'] {
        max-width: 90%;
        margin-bottom: 30px;
        padding-left: 20px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    }
}

.custom-form-1 input[type='text']:focus,
.custom-form-1 input[type='email']:focus {
    outline: none;
}

.custom-form-1 .submoit-button {
    padding-left: 15px;
}

.comment-respond::after {
    display: block;
    clear: both;

    content: '';
}

.comment-respond label {
    margin-bottom: 10px;
}

.comment-respond p {
    margin-bottom: 30px;
}

.comment-respond input[type='submit'] {
    text-transform: uppercase;
}

.custom-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-form-2 input[type='text'] {
    width: calc(100% - 154px);
    height: 54px;
    padding-left: 20px;

    border: 1px solid #e7e7e9;
    border-radius: 999px;
}

.custom-form-2 button {
    width: 134px;
    height: 54px;
    padding: 0 !important;
}

@media (max-width: 767.98px) {
    .custom-form-2 {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .custom-form-2 input[type='text'] {
        width: 100%;
    }

    .custom-form-2 button {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.custom-form-3 {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 57px;

    border-radius: 999px;
    background-color: white;
    -webkit-box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);
    box-shadow: .941px 8.951px 30px 0 rgba(65, 34, 195, .2);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-form-3 .form-badge {
    position: absolute;
    top: 50%;
    left: 20px;

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

@media (max-width: 767.98px) {
    .custom-form-3 .form-badge {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .custom-form-3 {
        flex-direction: column;

        width: 90%;
        height: auto;
        margin: auto;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;

        border-radius: 15px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.custom-form-3 input[type='text'],
.custom-form-3 input[type='email'] {
    font-size: 18px;

    padding-left: 50px;

    border: none;
    background: transparent;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom-form-3 input[type='text']::-webkit-input-placeholder,
.custom-form-3 input[type='email']::-webkit-input-placeholder {
    font-size: 18px;
}

.custom-form-3 input[type='text']::-moz-placeholder,
.custom-form-3 input[type='email']::-moz-placeholder {
    font-size: 18px;
}

.custom-form-3 input[type='text']:-ms-input-placeholder,
.custom-form-3 input[type='email']:-ms-input-placeholder {
    font-size: 18px;
}

.custom-form-3 input[type='text']::-ms-input-placeholder,
.custom-form-3 input[type='email']::-ms-input-placeholder {
    font-size: 18px;
}

.custom-form-3 input[type='text']::placeholder,
.custom-form-3 input[type='email']::placeholder {
    font-size: 18px;
}

@media (max-width: 767.98px) {

    .custom-form-3 input[type='text']::-webkit-input-placeholder,
    .custom-form-3 input[type='email']::-webkit-input-placeholder {
        font-size: 14px;
    }

    .custom-form-3 input[type='text']::-moz-placeholder,
    .custom-form-3 input[type='email']::-moz-placeholder {
        font-size: 14px;
    }

    .custom-form-3 input[type='text']:-ms-input-placeholder,
    .custom-form-3 input[type='email']:-ms-input-placeholder {
        font-size: 14px;
    }

    .custom-form-3 input[type='text']::-ms-input-placeholder,
    .custom-form-3 input[type='email']::-ms-input-placeholder {
        font-size: 14px;
    }

    .custom-form-3 input[type='text']::placeholder,
    .custom-form-3 input[type='email']::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {

    .custom-form-3 input[type='text'],
    .custom-form-3 input[type='email'] {
        max-width: 100%;
        min-height: 46px;
        margin-bottom: 30px;
        padding-left: 20px;

        border: 1px solid #ccc;
        border-radius: 3px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.custom-form-3 input[type='text']:focus,
.custom-form-3 input[type='email']:focus {
    outline: none;
}

.custom-form-3 button {
    max-width: 180px;
}

.custom-form-4 {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 140px;
    padding-right: 90px;
    padding-left: 90px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 2.718px 25.858px 20px 0 rgba(49, 74, 126, .1);
    box-shadow: 2.718px 25.858px 20px 0 rgba(49, 74, 126, .1);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .custom-form-4 {
        flex-direction: column;

        height: auto;
        padding: 20px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.custom-form-4 .form-badge {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 118px;

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

@media (max-width: 991.98px) {
    .custom-form-4 .form-badge {
        display: none;
    }
}

.custom-form-4 input[type='text'],
.custom-form-4 input[type='email'] {
    font-size: 18px;

    position: relative;
    z-index: 1;

    width: calc(100% - 280px);
    height: 64px;
    padding-left: 60px;

    border: 1px solid rgba(23, 50, 107, .3);
    border-radius: 999px;
    background-color: #f9fbff;
}

.custom-form-4 input[type='text']::-webkit-input-placeholder,
.custom-form-4 input[type='email']::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;

    color: #939393;
}

.custom-form-4 input[type='text']::-moz-placeholder,
.custom-form-4 input[type='email']::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;

    color: #939393;
}

.custom-form-4 input[type='text']:-ms-input-placeholder,
.custom-form-4 input[type='email']:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;

    color: #939393;
}

.custom-form-4 input[type='text']::-ms-input-placeholder,
.custom-form-4 input[type='email']::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;

    color: #939393;
}

.custom-form-4 input[type='text']::placeholder,
.custom-form-4 input[type='email']::placeholder {
    font-size: 16px;
    font-weight: 500;

    color: #939393;
}

@media (max-width: 991.98px) {

    .custom-form-4 input[type='text'],
    .custom-form-4 input[type='email'] {
        width: 100%;
        height: 46px;
        padding-left: 20px;
    }
}

.custom-form-4 input[type='text']:focus,
.custom-form-4 input[type='email']:focus {
    outline: none;
}

.custom-form-4 button,
.custom-form-4 input[type='submit'] {
    width: 255px;
}

@media (max-width: 991.98px) {

    .custom-form-4 button,
    .custom-form-4 input[type='submit'] {
        margin-top: 20px;
    }
}

.subsribe-box-1 [type='color'],
.subsribe-box-1 [type='date'],
.subsribe-box-1 [type='datetime'],
.subsribe-box-1 [type='datetime-local'],
.subsribe-box-1 [type='email'],
.subsribe-box-1 [type='month'],
.subsribe-box-1 [type='number'],
.subsribe-box-1 [type='password'],
.subsribe-box-1 [type='search'],
.subsribe-box-1 [type='tel'],
.subsribe-box-1 [type='text'],
.subsribe-box-1 [type='time'],
.subsribe-box-1 [type='url'],
.subsribe-box-1 [type='week'],
.subsribe-box-1 input:not([type]),
.subsribe-box-1 textarea,
.subsribe-box-1 .form-control {
    padding-right: 20px;
    padding-left: 64px;
}

.subsribe-box-1 .from-badge {
    position: absolute;
    z-index: 2;
}

.subsribe-box-1 .from-badge.badge-left {
    top: 1px;
    left: -7px;
}

.subsribe-box-1 .from-badge.badge-right {
    top: 50%;
    right: 5px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    background: transparent;
}

.text-info-1 .ft {
    font-size: 14px;

    color: #8878cf;
}

.text-info-1 .sign {
    font-size: 14px;

    color: #8878cf;
}

.rt-form .checkbox-wrappper .single-ckbox-img {
    cursor: pointer;
}

.rt-form .checkbox-wrappper .single-ckbox-img .ck-caption {
    font-weight: 400;

    margin: 5px 0 0;

    color: var(--secondary_color);
}

.rt-form .checkbox-wrappper .single-ckbox-img input {
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 0;

    opacity: 0;
}

.rt-form .checkbox-wrappper .single-ckbox-img .checkmark {
    position: absolute;
    top: 0;
    right: 0;

    visibility: hidden;

    width: 23px;
    height: 23px;

    opacity: 0;
    border-radius: 50%;
    background-color: var(--secondary_color);

    filter: alpha(opacity=0);
}

.rt-form .checkbox-wrappper .single-ckbox-img .checkmark:after {
    position: absolute;
    top: 4px;
    left: 8px;

    width: 7px;
    height: 12px;

    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border: solid white;
    border-width: 0 2px 2px 0;
}

.rt-form .checkbox-wrappper .single-ckbox-img input:checked~.checkmark {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.rt-form.form-style-whbg [type='color'],
.rt-form.form-style-whbg [type='date'],
.rt-form.form-style-whbg [type='datetime'],
.rt-form.form-style-whbg [type='datetime-local'],
.rt-form.form-style-whbg [type='email'],
.rt-form.form-style-whbg [type='month'],
.rt-form.form-style-whbg [type='number'],
.rt-form.form-style-whbg [type='password'],
.rt-form.form-style-whbg [type='search'],
.rt-form.form-style-whbg [type='tel'],
.rt-form.form-style-whbg [type='text'],
.rt-form.form-style-whbg [type='time'],
.rt-form.form-style-whbg [type='url'],
.rt-form.form-style-whbg [type='week'],
.rt-form.form-style-whbg input:not([type]),
.rt-form.form-style-whbg textarea,
.rt-form.form-style-whbg .form-control {
    border-color: rgba(59, 54, 140, .1);
    border-radius: 5px;
    background-color: #f6f6fa;
}

.rt-form.form-style-whbg [type='color']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='date']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='datetime']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='datetime-local']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='email']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='month']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='number']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='password']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='search']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='tel']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='text']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='time']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='url']::-webkit-input-placeholder,
.rt-form.form-style-whbg [type='week']::-webkit-input-placeholder,
.rt-form.form-style-whbg input:not([type])::-webkit-input-placeholder,
.rt-form.form-style-whbg textarea::-webkit-input-placeholder,
.rt-form.form-style-whbg .form-control::-webkit-input-placeholder {
    color: #6f6c9f;
}

.rt-form.form-style-whbg [type='color']::-moz-placeholder,
.rt-form.form-style-whbg [type='date']::-moz-placeholder,
.rt-form.form-style-whbg [type='datetime']::-moz-placeholder,
.rt-form.form-style-whbg [type='datetime-local']::-moz-placeholder,
.rt-form.form-style-whbg [type='email']::-moz-placeholder,
.rt-form.form-style-whbg [type='month']::-moz-placeholder,
.rt-form.form-style-whbg [type='number']::-moz-placeholder,
.rt-form.form-style-whbg [type='password']::-moz-placeholder,
.rt-form.form-style-whbg [type='search']::-moz-placeholder,
.rt-form.form-style-whbg [type='tel']::-moz-placeholder,
.rt-form.form-style-whbg [type='text']::-moz-placeholder,
.rt-form.form-style-whbg [type='time']::-moz-placeholder,
.rt-form.form-style-whbg [type='url']::-moz-placeholder,
.rt-form.form-style-whbg [type='week']::-moz-placeholder,
.rt-form.form-style-whbg input:not([type])::-moz-placeholder,
.rt-form.form-style-whbg textarea::-moz-placeholder,
.rt-form.form-style-whbg .form-control::-moz-placeholder {
    color: #6f6c9f;
}

.rt-form.form-style-whbg [type='color']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='date']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='datetime']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='datetime-local']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='email']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='month']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='number']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='password']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='search']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='tel']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='text']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='time']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='url']:-ms-input-placeholder,
.rt-form.form-style-whbg [type='week']:-ms-input-placeholder,
.rt-form.form-style-whbg input:not([type]):-ms-input-placeholder,
.rt-form.form-style-whbg textarea:-ms-input-placeholder,
.rt-form.form-style-whbg .form-control:-ms-input-placeholder {
    color: #6f6c9f;
}

.rt-form.form-style-whbg [type='color']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='date']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='datetime']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='datetime-local']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='email']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='month']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='number']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='password']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='search']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='tel']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='text']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='time']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='url']::-ms-input-placeholder,
.rt-form.form-style-whbg [type='week']::-ms-input-placeholder,
.rt-form.form-style-whbg input:not([type])::-ms-input-placeholder,
.rt-form.form-style-whbg textarea::-ms-input-placeholder,
.rt-form.form-style-whbg .form-control::-ms-input-placeholder {
    color: #6f6c9f;
}

.rt-form.form-style-whbg [type='color']::placeholder,
.rt-form.form-style-whbg [type='date']::placeholder,
.rt-form.form-style-whbg [type='datetime']::placeholder,
.rt-form.form-style-whbg [type='datetime-local']::placeholder,
.rt-form.form-style-whbg [type='email']::placeholder,
.rt-form.form-style-whbg [type='month']::placeholder,
.rt-form.form-style-whbg [type='number']::placeholder,
.rt-form.form-style-whbg [type='password']::placeholder,
.rt-form.form-style-whbg [type='search']::placeholder,
.rt-form.form-style-whbg [type='tel']::placeholder,
.rt-form.form-style-whbg [type='text']::placeholder,
.rt-form.form-style-whbg [type='time']::placeholder,
.rt-form.form-style-whbg [type='url']::placeholder,
.rt-form.form-style-whbg [type='week']::placeholder,
.rt-form.form-style-whbg input:not([type])::placeholder,
.rt-form.form-style-whbg textarea::placeholder,
.rt-form.form-style-whbg .form-control::placeholder {
    color: #6f6c9f;
}

.rt-form.form-bg {
    padding: 50px;

    border-radius: 5px;
    background-color: #f0f5fc;
    -webkit-box-shadow: 0 -179px 19.2px .8px rgba(66, 58, 232, .1);
    box-shadow: 0 -179px 19.2px .8px rgba(66, 58, 232, .1);
}

@media (max-width: 767.98px) {
    .rt-form.form-bg {
        padding: 30px;
    }
}

.con-p-list {
    padding-top: 430px;
}

@media (max-width: 1199.98px) {
    .con-p-list {
        padding-top: 0;
    }
}

.con-p-list .media a {
    color: var(--body-font-color);
}

.con-p-list .media a:hover {
    color: var(--primary_color);
}

.has-select-bg .select2-results__option {
    border-color: rgba(59, 54, 140, .1);
    background: #f6f6fa;
}

.has-select-bg .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background: var(--blog-primary-color);
}

.login-register-wrapper {
    padding-top: 70px;
    padding-right: 130px;
    padding-bottom: 70px;
    padding-left: 130px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 4.558px -13.237px 20px 0 rgba(49, 74, 126, .1);
    box-shadow: 4.558px -13.237px 20px 0 rgba(49, 74, 126, .1);
}

@media (max-width: 767.98px) {
    .login-register-wrapper {
        padding: 30px;
    }
}

.login-register-wrapper .select2-container {
    height: 60px;

    border: 1px solid rgba(59, 54, 140, .1);
    border-radius: 5px;
    background-color: #f6f6fa;
}

.login-register-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.login-register-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 400;

    padding-left: 15px;

    color: rgba(111, 108, 159, .4);
}

.login-register-wrapper.create-ac {
    padding: 40px;
}

.login-register-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .login-register-wrapper h2 {
        font-size: 28px;
    }
}

.login-register-wrapper .rt-form label {
    font-size: 18px;
    font-weight: 600;
}

.login-register-wrapper .rt-form [type='color'],
.login-register-wrapper .rt-form [type='date'],
.login-register-wrapper .rt-form [type='datetime'],
.login-register-wrapper .rt-form [type='datetime-local'],
.login-register-wrapper .rt-form [type='email'],
.login-register-wrapper .rt-form [type='month'],
.login-register-wrapper .rt-form [type='number'],
.login-register-wrapper .rt-form [type='password'],
.login-register-wrapper .rt-form [type='search'],
.login-register-wrapper .rt-form [type='tel'],
.login-register-wrapper .rt-form [type='text'],
.login-register-wrapper .rt-form [type='time'],
.login-register-wrapper .rt-form [type='url'],
.login-register-wrapper .rt-form [type='week'],
.login-register-wrapper .rt-form input:not([type]),
.login-register-wrapper .rt-form textarea,
.login-register-wrapper .rt-form .form-control {
    color: var(--body-font-color);
    border: 1px solid rgba(59, 54, 140, .1);
    border-radius: 5px;
    background-color: #f6f6fa;
}

.login-register-wrapper .rt-form [type='color']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='date']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='datetime']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='datetime-local']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='email']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='month']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='number']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='password']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='search']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='tel']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='text']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='time']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='url']::-webkit-input-placeholder,
.login-register-wrapper .rt-form [type='week']::-webkit-input-placeholder,
.login-register-wrapper .rt-form input:not([type])::-webkit-input-placeholder,
.login-register-wrapper .rt-form textarea::-webkit-input-placeholder,
.login-register-wrapper .rt-form .form-control::-webkit-input-placeholder {
    color: #6f6c9f;
}

.login-register-wrapper .rt-form [type='color']::-moz-placeholder,
.login-register-wrapper .rt-form [type='date']::-moz-placeholder,
.login-register-wrapper .rt-form [type='datetime']::-moz-placeholder,
.login-register-wrapper .rt-form [type='datetime-local']::-moz-placeholder,
.login-register-wrapper .rt-form [type='email']::-moz-placeholder,
.login-register-wrapper .rt-form [type='month']::-moz-placeholder,
.login-register-wrapper .rt-form [type='number']::-moz-placeholder,
.login-register-wrapper .rt-form [type='password']::-moz-placeholder,
.login-register-wrapper .rt-form [type='search']::-moz-placeholder,
.login-register-wrapper .rt-form [type='tel']::-moz-placeholder,
.login-register-wrapper .rt-form [type='text']::-moz-placeholder,
.login-register-wrapper .rt-form [type='time']::-moz-placeholder,
.login-register-wrapper .rt-form [type='url']::-moz-placeholder,
.login-register-wrapper .rt-form [type='week']::-moz-placeholder,
.login-register-wrapper .rt-form input:not([type])::-moz-placeholder,
.login-register-wrapper .rt-form textarea::-moz-placeholder,
.login-register-wrapper .rt-form .form-control::-moz-placeholder {
    color: #6f6c9f;
}

.login-register-wrapper .rt-form [type='color']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='date']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='datetime']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='datetime-local']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='email']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='month']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='number']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='password']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='search']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='tel']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='text']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='time']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='url']:-ms-input-placeholder,
.login-register-wrapper .rt-form [type='week']:-ms-input-placeholder,
.login-register-wrapper .rt-form input:not([type]):-ms-input-placeholder,
.login-register-wrapper .rt-form textarea:-ms-input-placeholder,
.login-register-wrapper .rt-form .form-control:-ms-input-placeholder {
    color: #6f6c9f;
}

.login-register-wrapper .rt-form [type='color']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='date']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='datetime']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='datetime-local']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='email']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='month']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='number']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='password']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='search']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='tel']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='text']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='time']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='url']::-ms-input-placeholder,
.login-register-wrapper .rt-form [type='week']::-ms-input-placeholder,
.login-register-wrapper .rt-form input:not([type])::-ms-input-placeholder,
.login-register-wrapper .rt-form textarea::-ms-input-placeholder,
.login-register-wrapper .rt-form .form-control::-ms-input-placeholder {
    color: #6f6c9f;
}

.login-register-wrapper .rt-form [type='color']::placeholder,
.login-register-wrapper .rt-form [type='date']::placeholder,
.login-register-wrapper .rt-form [type='datetime']::placeholder,
.login-register-wrapper .rt-form [type='datetime-local']::placeholder,
.login-register-wrapper .rt-form [type='email']::placeholder,
.login-register-wrapper .rt-form [type='month']::placeholder,
.login-register-wrapper .rt-form [type='number']::placeholder,
.login-register-wrapper .rt-form [type='password']::placeholder,
.login-register-wrapper .rt-form [type='search']::placeholder,
.login-register-wrapper .rt-form [type='tel']::placeholder,
.login-register-wrapper .rt-form [type='text']::placeholder,
.login-register-wrapper .rt-form [type='time']::placeholder,
.login-register-wrapper .rt-form [type='url']::placeholder,
.login-register-wrapper .rt-form [type='week']::placeholder,
.login-register-wrapper .rt-form input:not([type])::placeholder,
.login-register-wrapper .rt-form textarea::placeholder,
.login-register-wrapper .rt-form .form-control::placeholder {
    color: #6f6c9f;
}

.login-register-wrapper .rt-form .forget-pass {
    font-size: 16px;
}

.login-register-wrapper .rt-form .forget-pass a {
    color: #0403c4;
}

.login-register-wrapper .rt-form .dividir {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;

    position: relative;
    z-index: 1;

    text-align: center;
    text-transform: uppercase;
}

.login-register-wrapper .rt-form .dividir span {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: calc(50% - 30px);
    height: 1px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background: #dddce7;
}

.login-register-wrapper .rt-form .dividir span:nth-child(2) {
    right: 0;
    left: auto;
}

.login-register-wrapper .rt-form .g-sing-up-btn {
    min-width: 266px;

    color: var(--body-font-color);
    border: 1px solid rgba(43, 11, 137, .4);
    border-radius: 999px;
    background-color: white;
}

.login-register-wrapper .rt-form .hav-ac {
    font-size: 16px;
}

.login-register-wrapper .rt-form .hav-ac a {
    color: #ffae00;
}

/*4.8 select2 css*/
.select1_inner {
    position: relative;
    position: relative;

    border: 1px solid transparent;
    background: #fff;
}

.select2 {
    width: 100%;
}

.select2 *:focus {
    outline: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow: hidden;

    max-height: 500px;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;

    position: relative;

    background: none;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;

    color: rgba(0, 0, 0, .502);
}

.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    z-index: 10;

    min-width: 0;

    border-radius: 0;
    background: none;
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-results__option {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    padding: 10px 5px 10px 15px;

    color: rgba(0, 0, 0, .502);
    border-top: 1px solid var(--primary_color);
    background: var(--primary_color);
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--primary_color);
    background: #fff;
}

.rt-widget .ui-slider,
.widget .ui-slider {
    position: relative;
}

.rt-widget .ui-widget.ui-widget-content,
.widget .ui-widget.ui-widget-content {
    height: 3px;

    border: medium none;
    border-radius: 0;
    background: #eee;
}

.rt-widget .ui-state-default,
.rt-widget .ui-widget-content .ui-state-default,
.rt-widget .ui-widget-header .ui-state-default,
.rt-widget .ui-button,
.widget .ui-state-default,
.widget .ui-widget-content .ui-state-default,
.widget .ui-widget-header .ui-state-default,
.widget .ui-button {
    width: 15px;
    height: 15px;

    border: medium none;
    border-radius: 0;
    background: #000;
}

.rt-widget html .ui-button.ui-state-disabled:hover,
.rt-widget html .ui-button.ui-state-disabled:active,
.widget html .ui-button.ui-state-disabled:hover,
.widget html .ui-button.ui-state-disabled:active {
    border: medium none;
    border-radius: 100%;
    background: #000 none repeat scroll 0 0;
}

.rt-widget .ui-widget-header,
.widget .ui-widget-header {
    background: #000;
}

.rt-widget .ui-slider-range.ui-corner-all.ui-widget-header,
.widget .ui-slider-range.ui-corner-all.ui-widget-header {
    background: pink;
}

.rt-widget .price_slider_amount,
.widget .price_slider_amount {
    margin-top: 30px;
    margin-bottom: 20px;
}

.rt-widget .price_slider_amount input,
.widget .price_slider_amount input {
    display: inline-block;
}

.rt-widget .ui-slider-horizontal .ui-slider-handle,
.widget .ui-slider-horizontal .ui-slider-handle {
    top: -7px;

    border-radius: 50%;
}

.rt-widget .ui-slider-horizontal .ui-slider-handle:focus,
.widget .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}

.rt-widget .price_slider_amount input.amount,
.widget .price_slider_amount input.amount {
    width: 100px;

    border: medium none;
    background-color: transparent;
}

.rt-widget .price_slider_amount input.amount:focus,
.widget .price_slider_amount input.amount:focus {
    border: none;
    outline: none;
}

.rt-widget .ui-slider-horizontal .ui-slider-range,
.widget .ui-slider-horizontal .ui-slider-range {
    top: 0;

    height: 100%;
}

.tippy-tooltip {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;

    padding: 8px 20px !important;
}

.ui-datepicker .ui-datepicker-header {
    color: #fff;
    background: var(--gradient-primary);
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    color: #fff;
    border: 1px solid var(--primary_color);
    background: var(--gradient-primary);
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    opacity: .7;
    border: 1px solid var(--primary_color);
    background: var(--gradient-primary);
}

.single-product-form.rt-form [type='color'],
.single-product-form.rt-form [type='date'],
.single-product-form.rt-form [type='datetime'],
.single-product-form.rt-form [type='datetime-local'],
.single-product-form.rt-form [type='email'],
.single-product-form.rt-form [type='month'],
.single-product-form.rt-form [type='number'],
.single-product-form.rt-form [type='password'],
.single-product-form.rt-form [type='search'],
.single-product-form.rt-form [type='tel'],
.single-product-form.rt-form [type='text'],
.single-product-form.rt-form [type='time'],
.single-product-form.rt-form [type='url'],
.single-product-form.rt-form [type='week'],
.single-product-form.rt-form input:not([type]),
.single-product-form.rt-form textarea,
.single-product-form.rt-form .form-control {
    height: 42px;
}

.rt-increment-container {
    position: relative;

    max-width: 81px;
    margin-right: 30px;
}

.rt-increment-container input[type='text'] {
    position: relative;

    display: block;

    width: 81px;
    height: 46px;

    color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .2);
}

.rt-increment-container input[type='text']::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.rt-increment-container input[type='text']::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.rt-increment-container input[type='text']:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.rt-increment-container input[type='text']::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.rt-increment-container input[type='text']::placeholder {
    color: rgba(0, 0, 0, .4);
}

.rt-increment-container .qty {
    position: relative;

    height: 42px;
    padding: 0;

    text-align: center;
}

.rt-increment-container button {
    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, 0);
    background: transparent;
}

.rt-increment-container button:hover {
    color: black;
}

.rt-increment-container button.cart-qty-minus {
    right: 0;
    left: auto;
}

.icheck-material-rtblack>input:first-child {
    background-color: #000;
}

.icheck-material-rtblack>input:first-child::-ms-check {
    background-color: #000;
}

.icheck-material-rtblack>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-rtblack>input:first-child:not(:checked):not(:disabled):hover+input[type='hidden']+label::before {
    border-color: #000;
}

.icheck-material-rtblack>input:first-child:checked+label::before,
.icheck-material-rtblack>input:first-child:checked+input[type='hidden']+label::before {
    border-color: #000;
    background-color: #000;
}

.icheck-material-rtblack>input:first-child:checked+label::after,
.icheck-material-rtblack>input:first-child:checked+input[type='hidden']+label::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.icheck-material-rtblack>input:first-child+label::before,
.icheck-material-rtblack>input:first-child+input[type='hidden']+label::before {
    border: 2px solid #000;
    background: #000;
}

.icheck-material-rtwhite>input:first-child {
    background-color: #f9f5f5;
}

.icheck-material-rtwhite>input:first-child::-ms-check {
    background-color: #f9f5f5;
}

.icheck-material-rtwhite>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-rtwhite>input:first-child:not(:checked):not(:disabled):hover+input[type='hidden']+label::before {
    border-color: #f9f5f5;
}

.icheck-material-rtwhite>input:first-child:checked+label::before,
.icheck-material-rtwhite>input:first-child:checked+input[type='hidden']+label::before {
    border-color: #f9f5f5;
    background-color: #f9f5f5;
}

.icheck-material-rtwhite>input:first-child:checked+label::after,
.icheck-material-rtwhite>input:first-child:checked+input[type='hidden']+label::after {
    border-right-color: #000;
    border-bottom-color: #000;
}

.icheck-material-rtwhite>input:first-child+label::before,
.icheck-material-rtwhite>input:first-child+input[type='hidden']+label::before {
    border: 2px solid #f9f5f5;
    background: #f9f5f5;
}

.icheck-material-rtyellow>input:first-child {
    background-color: #ffc52a;
}

.icheck-material-rtyellow>input:first-child::-ms-check {
    background-color: #ffc52a;
}

.icheck-material-rtyellow>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-rtyellow>input:first-child:not(:checked):not(:disabled):hover+input[type='hidden']+label::before {
    border-color: #ffc52a;
}

.icheck-material-rtyellow>input:first-child:checked+label::before,
.icheck-material-rtyellow>input:first-child:checked+input[type='hidden']+label::before {
    border-color: #ffc52a;
    background-color: #ffc52a;
}

.icheck-material-rtyellow>input:first-child:checked+label::after,
.icheck-material-rtyellow>input:first-child:checked+input[type='hidden']+label::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.icheck-material-rtyellow>input:first-child+label::before,
.icheck-material-rtyellow>input:first-child+input[type='hidden']+label::before {
    border: 2px solid #ffc52a;
    background: #ffc52a;
}

.icheck-material-blue>input:first-child {
    background-color: #ffc52a;
}

.icheck-material-blue>input:first-child::-ms-check {
    background-color: #ffc52a;
}

.icheck-material-blue>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-blue>input:first-child:not(:checked):not(:disabled):hover+input[type='hidden']+label::before {
    border-color: #ffc52a;
}

.icheck-material-blue>input:first-child:checked+label::before,
.icheck-material-blue>input:first-child:checked+input[type='hidden']+label::before {
    border-color: #ffc52a;
    background-color: #ffc52a;
}

.icheck-material-blue>input:first-child:checked+label::after,
.icheck-material-blue>input:first-child:checked+input[type='hidden']+label::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.icheck-material-blue>input[type='radio']:first-child:checked+label::after,
.icheck-material-blue>input[type='radio']:first-child:checked+input[type='hidden']+label::after {
    background-color: #ffc52a;
}

.icheck-material-rtgray label {
    font-size: 16px;
    font-weight: 400;
}

.icheck-material-rtgray>input:first-child {
    background-color: #fff;
}

.icheck-material-rtgray>input:first-child::-ms-check {
    background-color: #fff;
}

.icheck-material-rtgray>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-rtgray>input:first-child:not(:checked):not(:disabled):hover+input[type='hidden']+label::before {
    border-color: rgba(59, 54, 140, .1);
}

.icheck-material-rtgray>input:first-child:checked+label::before,
.icheck-material-rtgray>input:first-child:checked+input[type='hidden']+label::before {
    border-color: rgba(59, 54, 140, .1);
    background-color: #fff;
}

.icheck-material-rtgray>input:first-child:checked+label::after,
.icheck-material-rtgray>input:first-child:checked+input[type='hidden']+label::after {
    border-right-color: var(--body-font-color);
    border-bottom-color: var(--body-font-color);
}

.icheck-material-rtgray>input:first-child+label::before,
.icheck-material-rtgray>input:first-child+input[type='hidden']+label::before {
    border: 2px solid rgba(59, 54, 140, .1);
    background: #fff;
}

.wo-widget [class*='icheck-material']>input:first-child+label::before,
.wo-widget [class*='icheck-material']>input:first-child+input[type='hidden']+label::before {
    border-radius: 50%;
}

.wo-widget .icheck-material-rtblack>input:first-child:checked+input[type='hidden']+label::after,
.wo-widget .icheck-material-rtblack>input:first-child:checked+label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtwhite>input:first-child:checked+input[type='hidden']+label::after,
.wo-widget .icheck-material-rtwhite>input:first-child:checked+label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtyellow>input:first-child:checked+input[type='hidden']+label::after,
.wo-widget .icheck-material-rtyellow>input:first-child:checked+label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtgray>input:first-child:checked+input[type='hidden']+label::after,
.wo-widget .icheck-material-rtgray>input:first-child:checked+label::after {
    top: 1px;
    left: 1px;
}

.wo-widget [class*='icheck-material']>input[type='checkbox']:first-child:checked+input[type='hidden']+label::after,
.wo-widget [class*='icheck-material']>input[type='checkbox']:first-child:checked+label::after {
    width: 6px;
    height: 13px;
}

.wo-widget [class*='icheck-material']>label {
    padding-left: 40px !important;
}

.wo-widget [class*='icheck-material']>input:first-child+input[type='hidden']+label::before,
.wo-widget [class*='icheck-material']>input:first-child+label::before {
    margin-left: -40px !important;
}

.rt-toggles {
    /* GREEN CHECKBOX */
    /* RED CHECKBOX */
}

.rt-toggles *,
.rt-toggles *:before,
.rt-toggles *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

    outline: none;
}

.rt-toggles #toggles {
    width: 60px;
    width: 72px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
}

.rt-toggles .ios-toggle,
.rt-toggles .ios-toggle:active {
    position: absolute;
    top: -5000px;

    width: 0;
    height: 0;

    opacity: 0;
    border: none;
    outline: none;
}

.rt-toggles .checkbox-label {
    position: relative;

    display: block;

    width: 100%;
    height: 31px;

    cursor: pointer;

    border-radius: 18px;
    background: #f3f3f3;
}

.rt-toggles .checkbox-label:before {
    line-height: 34px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    content: '';
    text-indent: 40px;

    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(89, 194, 255, .2), 0 0 0 2px #f3f3f3;
    box-shadow: 0 3px 3px rgba(89, 194, 255, .2), 0 0 0 2px #f3f3f3;
}

.rt-toggles .checkbox-label:after {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: calc(-100% - 30px);

    display: block;

    width: 100%;
    height: 100%;

    content: attr(data-off);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;

    color: rgba(255, 255, 255, .502);
}

.rt-toggles .ios-toggle:checked+.checkbox-label {
    -webkit-box-shadow: inset 0 0 0 20px #59c2ff, 0 0 0 2px #59c2ff;
    box-shadow: inset 0 0 0 20px #59c2ff, 0 0 0 2px #59c2ff;
}

.rt-toggles .ios-toggle:checked+.checkbox-label:before {
    left: calc(100% - 30px);

    -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.rt-toggles .ios-toggle:checked+.checkbox-label:after {
    left: calc(100% + 30px);

    width: 100%;

    content: attr(data-on);

    color: white !important;
}

.rt-toggles #checkbox1+.checkbox-label {
    -webkit-box-shadow: inset 0 0 0 0 #59c2ff, 0 0 0 2px #f3f3f3;
    box-shadow: inset 0 0 0 0 #59c2ff, 0 0 0 2px #f3f3f3;
}

.rt-toggles #checkbox1:checked+.checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 18px #59c2ff, 0 0 0 2px #59c2ff;
    box-shadow: inset 0 0 0 18px #59c2ff, 0 0 0 2px #59c2ff;
}

.rt-toggles #checkbox1:checked+.checkbox-label:after {
    color: #33406a !important;
}


.input_box_bg {
    position: absolute;
    z-index: 223;
    top: 1887px;
    left: 632px;

    width: 314px;
    height: 84px;

    opacity: .1;
    border-width: 1px;
    border-style: solid;
    border-color: #3b368c;
    border-radius: 10px;
    background-color: #f6f6fa;
}

.rt-toggles-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 314px;
    min-height: 84px;

    border: 1px solid rgba(59, 54, 140, .1);
    border-radius: 10px;
    background-color: #f6f6fa;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /** BEGIN CSS NEEDED FOR SWITCH **/
    /*** END CSS NEEDED FOR SWITCH **/
}


.rity .rt-breadcump .bred-conent4 .rt-toggles .ios-toggle:checked+.checkbox-label:after {
    color: #33406a !important;
}

.rt-toggles-two .on-off-toggle {
    position: relative;

    display: inline-block;

    width: 72px;
    height: 36px;
}

.rt-toggles-two .on-off-toggle__slider {
    display: block;

    width: 72px;
    height: 36px;

    -webkit-transition: background-color .4s;
    transition: background-color .4s;

    border-radius: 34px;
    background-color: #d8d8d8;
}

.rt-toggles-two .on-off-toggle__slider:before {
    position: absolute;
    z-index: 5;
    bottom: 3px;
    left: 3px;

    display: block;

    width: 30px;
    height: 30px;

    content: '';
    -webkit-transition: .4s;
    transition: .4s;

    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

.rt-toggles-two .on-off-toggle__slider:after {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    padding-left: 38px;

    content: 'off';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;

    color: var(--body-font-color);
}

.rt-toggles-two .on-off-toggle__input {
    /*
          This way of hiding the default input is better 
          for accessibility than using display: none;
        */
    position: absolute;

    opacity: 0;
}

.rt-toggles-two .on-off-toggle__input:checked+.on-off-toggle__slider {
    background: -webkit-linear-gradient(66deg, #4050e9 0%, #a12ffe 100%);
    background: linear-gradient(24deg, #4050e9 0%, #a12ffe 100%);
}

.rt-toggles-two .on-off-toggle__input:checked+.on-off-toggle__slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.rt-toggles-two .on-off-toggle__input:checked+.on-off-toggle__slider:after {
    padding-left: 8px;

    content: 'on';

    color: #fff;
}

/*4.10 alert css*/
.rt-alrt-1 {
    position: relative;
    z-index: 1;

    color: #555;
    -webkit-box-shadow: 0 4px 20px 0 rgba(46, 70, 198, .2);
    box-shadow: 0 4px 20px 0 rgba(46, 70, 198, .2);
}

.rt-alrt-1:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .2;
    background-image: -webkit-linear-gradient(82deg, #496cfe 0%, #4950f8 29%, #4933f1 55%, #7133f3 83%, #9932f5 100%);
    background-image: linear-gradient(8deg, #496cfe 0%, #4950f8 29%, #4933f1 55%, #7133f3 83%, #9932f5 100%);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    filter: alpha(opacity=20);
}

.rt-alrt-1 i {
    font-size: 25px;

    color: #000;
}

.alert {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;

    margin-bottom: 30px;
    padding-top: 28px;
    padding-right: 30px;
    padding-bottom: 28px;
    padding-left: 30px;

    border: medium none;
    border-radius: 10px;
}

.alert-secondary {
    color: var(--secondary_color);
    background-color: #f9f7ff;
}

#b2 .checkbox-label:after {
    color: #ffffff !important;
}

#b2 .atc-check:checked+.checkbox-label:after {
    color: #ffffff !important;
}


/*4.11 badge css*/
.rt-secondary-badge {
    font-size: 12px;
    font-weight: 700;

    padding: 6px 16px;

    color: #fff;
    background: var(--secondary_color);
}

.rt-secondary-badge.pill {
    border-radius: 999px;
}

/*4.12 icon css*/
.rt-circle {
    border-radius: 50%;
}

.rt-circle:after {
    border-radius: 50%;
}

.rt-icon {
    position: relative;
    z-index: 1;

    display: inline-block;

    text-align: center;
}

.icon-primary {
    position: relative;
    z-index: 1;

    color: #fff !important;
    background: var(--primary_color);
}

.icon-primary:hover {
    color: #fff !important;
    background-color: #f9892c;
}

.icon-secondary {
    position: relative;
    z-index: 1;

    color: #fff !important;
    background: var(--secondary_color);
}

.icon-secondary:hover {
    color: #fff !important;
    background-color: #3861e9;
}

.icon-dark {
    position: relative;
    z-index: 1;

    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, .149);
    background: transparent;
}

.icon-dark:hover {
    color: #fff !important;
    background-color: var(--primary_color);
}

.icon-gray {
    color: #000 !important;
    background: #f4f4f4;
}

.icon-gray:hover {
    color: #fff !important;
    background-color: var(--primary_color);
}

.icon-light {
    color: #000 !important;
    background: white;
    -webkit-box-shadow: 0 0 40.02px 5.98px rgba(0, 0, 0, .03);
    box-shadow: 0 0 40.02px 5.98px rgba(0, 0, 0, .03);
}

.icon-light:hover {
    color: #000 !important;
    background-color: var(--primary_color);
}

.icon-p-outline {
    color: #fff !important;
    border: 1px solid #476fd9;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
}

.icon-p-outline:hover {
    border-color: var(--primary_color);
    background-color: var(--primary_color);
    -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
}

.icon-gradient-s {
    position: relative;
    z-index: 1;

    color: white;
    background: -webkit-linear-gradient(193deg, #45a1f7 0%, #3f53e0 100%);
    background: linear-gradient(-103deg, #45a1f7 0%, #3f53e0 100%);
}

.icon-gradient-s::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    background: -webkit-linear-gradient(347deg, #45a1f7 0%, #3f53e0 100%);
    background: linear-gradient(103deg, #45a1f7 0%, #3f53e0 100%);
}

.icon-gradient-s.rt-circle::after {
    border-radius: 50%;
}

.icon-gradient-s:hover {
    color: #fff;
}

.icon-gradient-s:hover::after {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.icon-gradient-p {
    position: relative;
    z-index: 1;

    color: white;
    background: var(--gradient-primary);
}

.icon-gradient-p::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    background: var(--gradient_primary_reverse);
}

.icon-gradient-p.rt-circle::after {
    border-radius: 50%;
}

.icon-gradient-p:hover {
    color: #fff;
}

.icon-gradient-p:hover::after {
    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);
}

.icon-glow-1 {
    -webkit-animation: pulseservices2 .9s infinite ease-in-out;
    animation: pulseservices2 .9s infinite ease-in-out;

    -webkit-box-shadow: 0 0 0 0 rgba(152, 93, 221, .7);
    box-shadow: 0 0 0 0 rgba(152, 93, 221, .7);
}

@-webkit-keyframes pulseservices2 {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
        box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
    }
}

/*4.13 progress css*/
.single-progress {
    position: relative;
    z-index: 1;
}

/* .single-progress::before
{
    position: absolute;
    top: 20px;
    left: 0;

    width: 100%;
    height: 100px;

    content: '';

    background-image: url(../images/all-img/scale-.png);
    background-repeat: no-repeat;
    background-size: contain;
} */



.single-progress .progress-title {
    position: relative;
    z-index: 1;
}

.single-progress .progress-title span {
    position: absolute;
    z-index: 4;
    top: -10px;
    right: -5px;

    width: 40px !important;
    height: 40px;

    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), to(#f590ff));
    background: -webkit-linear-gradient(bottom, #4d39ff 0%, #f590ff 100%);
    background: linear-gradient(0deg, #4d39ff 0%, #f590ff 100%);
}

.single-progress .progress-title span::before {
    font-family: 'icofont';

    position: absolute;
    top: 5px;
    left: 10px;

    content: '\ef32';

    color: #fff;
}

.single-progress .progress-title span::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: auto;

    content: '';

    border: 1px solid #fff;
    border-radius: 50%;
}

.single-progress .progress {
    height: auto;

    border-radius: 999px;
    background: #dfe6ff;
}

.single-progress .progress .progress-bar {
    position: relative;

    height: 20px;

    background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), to(#f590ff));
    background: -webkit-linear-gradient(bottom, #4d39ff 0%, #f590ff 100%);
    background: linear-gradient(0deg, #4d39ff 0%, #f590ff 100%);
}

.single-progress .progress .progress-bar::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 2rem 2rem;
}

.range-wrapper {
    margin-top: 30px;
}

.range-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.range-labels li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

.range-labels li span {
    font-size: 16px;
    line-height: 28px;
    color: #5f64b7;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .single-progress .progress-title span {

        top: -8px;
        width: 25px !important;
        height: 25px;
    }

    .single-progress .progress .progress-bar {
        height: 10px;
    }

    .single-progress .progress-title span:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.range .active {
    color: #37adbf;
}

.range .selected:before {
    background: #37adbf;
}

.range .active.selected:before {
    display: none;
}



.range {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 15px;
    background-color: blue;
    background-size: 2rem 2rem;
}

.range input {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    margin: -10px 0 0;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #4d39ff 0%, #f590ff 100%);
    background-color: #007bff;
    cursor: pointer;
    border: 0 !important;
    position: relative;
}

.range input::-moz-range-thumb {
    width: 40px;
    height: 40px;
    margin: -10px 0 0;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #4d39ff 0%, #f590ff 100%);
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 40px;
    height: 40px;
    margin: -10px 0 0;
    border-radius: 50%;
    background: #37adbf;
    background-image: linear-gradient(0deg, #4d39ff 0%, #f590ff 100%);
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background-color: #dfe6ff !important;
    border-radius: 10px;
}

.range input::-moz-range-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background-color: #dfe6ff;
    border-radius: 10px;
}

.range input::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background-color: #dfe6ff;
    border-radius: 10px;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}



.range-labels .active {
    color: #37adbf;
}

.range-labels .selected::before {
    background: #37adbf;
}

.range-labels .active.selected::before {
    display: none;
}

.range-labels li {
    position: relative;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.range-labels li:before {
    /* position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%; */
}

/*4.14 progress css*/
.rt-preloder {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    flex-direction: column;

    width: 100%;
    height: 100vh;

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rt-preloder .preloder-box {
    width: 128px;
    height: 128px;
}

.spinner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;

    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.spinner .path {
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;

    stroke: #224fe7;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/*5.0 Blog Css*/
.single-blg-post {
    position: relative;
    z-index: 1;

    margin-bottom: 30px;
}

.single-blg-post.rt-video-post .post-thumbnail:after {
    font-family: 'icofont';
    font-size: 30px;
    line-height: 80px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    content: '\ecaa';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

    color: #ff4600;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: i0 0 10px 0 rgba(136, 136, 136, .1);
    box-shadow: i0 0 10px 0 rgba(136, 136, 136, .1);
}

.single-blg-post .post-thumbnail {
    position: relative;
    z-index: 1;

    display: block;
}

.single-blg-post.rt-quote-post blockquote {
    padding: 70px;

    background: -webkit-linear-gradient(235deg, #ff4f58 0%, #ffb400 100%);
    background: linear-gradient(-145deg, #ff4f58 0%, #ffb400 100%);
}

.single-blg-post.rt-quote-post blockquote:after {
    display: none;
}

@media (max-width: 767.98px) {
    .single-blg-post.rt-quote-post blockquote {
        padding: 70px 30px;
    }
}

.single-blg-post .entry-content {
    background-color: white;
}

.single-blg-post .entry-content .entry-header .entry-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 36px;

    margin: 0 0 10px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    word-break: break-word;

    color: var(--body-font-color);
}

@media (max-width: 767.98px) {
    .single-blg-post .entry-content .entry-header .entry-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.single-blg-post .entry-content .entry-header .entry-title a {
    color: var(--body-font-color);
}

.single-blg-post .entry-content .entry-header .entry-title a:hover {
    color: var(--blog-primary-color);
}

.single-blg-post .entry-content .entry-header .entry-meta {
    margin-bottom: 13px;
}

.single-blg-post .entry-content .entry-header .entry-meta span {
    display: inline-block;

    margin-right: 27px;
}

.single-blg-post .entry-content .entry-header .entry-meta span a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #555;
}

.single-blg-post .entry-content .entry-header .entry-meta span a i {
    padding-right: 5px;

    color: #555;
}

.single-blg-post .entry-content .entry-header .entry-meta span a i:hover {
    color: var(--blog-primary-color);
}

.single-blg-post .entry-content .entry-header .entry-meta span a i:hover i {
    color: var(--blog-primary-color);
}

.single-blg-post .entry-content .entry-header .entry-meta span:last-child {
    margin-right: 0;
}

.single-blg-post .entry-content .entry-footer {
    margin-top: 27px;
}

.single-blg-post .entry-content .entry-footer .rt-btn,
.single-blg-post .entry-content .entry-footer .rt-card .rt-single-icon-box .iconbox-content .card-btn,
.rt-card .rt-single-icon-box .iconbox-content .single-blg-post .entry-content .entry-footer .card-btn,
.single-blg-post .entry-content .entry-footer .comment-respond input[type='submit'],
.comment-respond .single-blg-post .entry-content .entry-footer input[type='submit'],
.single-blg-post .entry-content .entry-footer .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .single-blg-post .entry-content .entry-footer .g-sing-up-btn {
    font-size: 14px;
}

.single-blg-post .entry-content .songle-entry-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    margin-right: -35px;
    margin-left: -35px;
    padding-top: 30px;

    border-top: 1px solid rgba(246, 250, 253, .702);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .single-blg-post .entry-content .songle-entry-footer {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.single-blg-post .entry-content .songle-entry-footer .single-tags {
    padding-left: 35px;
}

@media (max-width: 1199.98px) {
    .single-blg-post .entry-content .songle-entry-footer .single-tags {
        margin-bottom: 15px;
    }
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a {
    font-size: 14px;

    display: inline-block;

    margin-right: 5px;
    padding: 9px 15px;

    color: var(--body-font-color);
    border: 1px solid #f6f9fb;
    border-radius: 5px;
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a:last-child {
    margin-right: 0;
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a:hover {
    color: #fff;
    background: var(--blog-primary-color);
}

.single-blg-post .entry-content .songle-entry-footer .single-share {
    padding-right: 35px;
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li {
    display: inline-block;

    margin-right: 5px;
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li:last-child {
    margin-right: 0;
}

.author-box {
    padding: 30px;

    border-radius: 12px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, .1);
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, .1);
}

.author-box .author-social li {
    display: inline-block;
}

.author-box .author-social li a {
    display: block;

    margin-right: 12px;
}

@media (max-width: 767.98px) {
    .author-box .author-social li a {
        margin-right: 5px;
    }
}

.author-box .author-social li:last-child a {
    margin-right: 0;
}

.rt-single-icon-box.blog-feature {
    min-height: 400px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 1.809px 12.873px 166px 0 rgba(49, 74, 126, .1);
    box-shadow: 1.809px 12.873px 166px 0 rgba(49, 74, 126, .1);
}

@media (max-width: 991.98px) {
    .rt-single-icon-box.blog-feature {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199.98px) {
    .rt-single-icon-box.blog-feature .icon-thumb {
        position: relative;

        overflow: hidden;

        max-width: 50%;
        min-height: 450px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 991.98px) {
    .rt-single-icon-box.blog-feature .icon-thumb {
        max-width: 100%;
        min-height: 300px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.rt-single-icon-box.blog-feature .icon-thumb img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 1199.98px) {
    .rt-single-icon-box.blog-feature .icon-thumb img {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 50%;

        display: block;

        width: 100%;
        height: 100%;

        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

        border: 1px solid rgba(0, 0, 0, .06);

        -o-object-fit: cover;
        object-fit: cover;
    }
}

.rt-single-icon-box.blog-feature .rt-btn,
.rt-card .rt-single-icon-box.blog-feature .iconbox-content .card-btn,
.rt-single-icon-box.blog-feature .comment-respond input[type='submit'],
.comment-respond .rt-single-icon-box.blog-feature input[type='submit'],
.rt-single-icon-box.blog-feature .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .rt-single-icon-box.blog-feature .g-sing-up-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-single-icon-box.blog-feature .iconbox-content {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
}

.rt-single-icon-box.blog-feature .iconbox-content h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;

    margin: 15px 0 15px;

    text-transform: capitalize;
}

.rt-single-icon-box.blog-feature .iconbox-content h4 a {
    color: var(--body-font-color);
}

.rt-single-icon-box.blog-feature .iconbox-content h4 a:hover {
    color: var(--blog-primary-color);
}

.rt-single-icon-box.blog-feature .iconbox-content ul {
    margin-top: 44px;
}

.rt-single-icon-box.blog-feature .iconbox-content ul li {
    display: inline-block;

    padding-right: 20px;
}

.rt-single-icon-box.blog-feature .iconbox-content ul li span {
    display: inline-block;

    padding-right: 10px;
}

.rt-single-icon-box.blog-feature .iconbox-content ul li span i {
    font-size: 18px;

    color: #7d50ff;
}

.rt-single-icon-box.blog-feature .iconbox-content ul li a {
    font-size: 16px;

    color: var(--body-font-color);
}

.rt-single-icon-box.blog-feature .iconbox-content ul li a:hover {
    color: var(--blog-primary-color);
}

.single-home-blog {
    position: relative;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
}

.single-home-blog .rt-post-thumbnail {
    position: relative;

    overflow: hidden;
}

.single-home-blog .rt-post-thumbnail img {
    width: 100%;
}

.single-home-blog .rt-post-thumbnail img.scale-up {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.single-home-blog .rt-post-thumbnail .rt-post-meta {
    position: absolute;
    bottom: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding-right: 30px;
    padding-left: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-home-blog .rt-post-thumbnail .rt-post-meta a {
    color: var(--body-font-color);
}

.single-home-blog .rt-post-thumbnail .rt-post-meta a:hover {
    color: var(--blog-primary-color);
}

.single-home-blog .entry-content {
    padding: 35px 30px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    background-color: #fff;
}

.single-home-blog .entry-content .entry-header .date-link a {
    color: var(--body-font-color);
}

.single-home-blog .entry-content .entry-header .date-link a:hover {
    color: var(--blog-primary-color);
}

.single-home-blog .entry-content .entry-header .date-link a i {
    margin-right: 5px;
}

.single-home-blog .entry-content .entry-header .entry-meta {
    margin-bottom: 25px;
}

.single-home-blog .entry-content .entry-header .entry-meta span {
    margin-right: 20px;
}

.single-home-blog .entry-content .entry-header .entry-meta span a {
    color: #696969;
}

.single-home-blog .entry-content .entry-header .entry-meta span a:hover {
    color: var(--blog-primary-color);
}

.single-home-blog .entry-content .entry-header .entry-meta span a i {
    margin-right: 8px;

    color: var(--blog-primary-color);
}

.single-home-blog .entry-content .entry-header .entry-meta span a .icon {
    margin-right: 8px;

    color: var(--blog-primary-color);
}

.single-home-blog .entry-content .entry-header .entry-meta span:last-child {
    margin-right: 0;
}

.single-home-blog .entry-content .entry-header .entry-meta span.xs-catagory {
    display: inline-block;

    padding: 4px 15px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    background: #fff;
}

.single-home-blog .entry-content .entry-header .entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;

    margin-bottom: 15px;
}

.single-home-blog .entry-content .entry-header .entry-title a {
    line-height: 30px;

    text-decoration: none;

    color: var(--body-font-color);
}

.single-home-blog .entry-content .entry-header .entry-title a:hover {
    color: var(--blog-primary-color);
}

.single-home-blog .entry-content .entry-footer a {
    font-size: 16px;

    -webkit-transition: all .24s ease;
    transition: all .24s ease;
    letter-spacing: 1px;

    color: var(--body-font-color);
}

.single-home-blog .entry-content .entry-footer a i {
    font-size: 16px;

    padding-right: 7px;

    -webkit-transition: all .24s ease;
    transition: all .24s ease;

    color: #7d50ff;
}

.single-home-blog .entry-content .entry-footer a .icon {
    font-size: 16px;

    padding-left: 5px;

    -webkit-transition: all .24s ease;
    transition: all .24s ease;
}

.single-home-blog .entry-content .entry-footer a:hover {
    color: #7d50ff;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a {
    margin-right: 20px;

    color: #696969;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a:first-child i {
    color: #26cc86;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a:first-child:hover {
    color: #26cc86;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a:last-child {
    margin-right: 0;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a:last-child i {
    color: #ff4f58;
}

.single-home-blog .entry-content .rt-post-meta.with_cmnt a:last-child:hover {
    color: #ff4f58;
}

.single-home-blog:hover {
    -webkit-box-shadow: 0 18px 35px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 35px 0 rgba(231, 226, 255, .67);
}

.single-home-blog:hover .rt-post-thumbnail img.scale-up {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-home-blog.style-two .rt-post-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.single-home-blog.style-two .entry-content {
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.single-home-blog.style-two .entry-content .entry-footer {
    margin-top: 25px;
    padding: 15px 0;

    border-top: 1px solid #ecebff;
}

@media (max-width: 767.98px) {
    .single-home-blog .rt-post-thumbnail img {
        width: 100%;
    }

    .single-home-blog .rt-post-thumbnail .rt-post-meta {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.widget {
    margin: 0 0 45px;

    background-color: white;
}

.widget.wo-widget {
    margin-bottom: 40px;
    padding-bottom: 18px;

    border-bottom: 1px solid rgba(0, 0, 0, .102);
    background-color: transparent;
}

.widget.wo-widget:last-child {
    padding-bottom: 0;

    border-bottom: none;
}

.widget:last-child {
    margin-bottom: 0;

    border: none;
}

.widget .wo-widget-title {
    font-size: 24px;
    font-weight: 500;

    margin: 0 0 25px;
}

.widget .widget-title {
    font-size: 24px;
    font-weight: 600;

    position: relative;
    z-index: 1;

    margin: 0 0 25px;

    text-transform: capitalize;
}

.widget .widget-title.title-sm {
    font-size: 20px;

    margin: 0 0 10px;
}

.widget .rt-btn,
.widget .rt-card .rt-single-icon-box .iconbox-content .card-btn,
.rt-card .rt-single-icon-box .iconbox-content .widget .card-btn,
.widget .comment-respond input[type='submit'],
.comment-respond .widget input[type='submit'],
.widget .login-register-wrapper .rt-form .g-sing-up-btn,
.login-register-wrapper .rt-form .widget .g-sing-up-btn {
    font-size: 16px;
}

.widget select {
    font-family: 'Circular Std';
    font-weight: 500;

    display: block;

    width: 100%;
    padding: 1em;

    border: 1px solid #ccc;
}

.widget select:focus {
    outline: none;
}

.widget.widget_search {
    padding: 30px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
}

.widget.widget_search .btn {
    font-size: 18px;

    padding-right: 15px;
    padding-left: 15px;
}

.widget.widget_search .form-control:focus {
    border-color: var(--blog-primary-color) !important;
}

.widget.widget_add {
    padding: 0;

    border: none;
}

.widget .widget-title:empty {
    margin: 0;
}

.widget>ul {
    margin-left: 0;
    padding-left: 0;

    list-style: outside none none;
}

.widget .menu-header-menu-container ul {
    margin-left: 0;
    padding-left: 0;

    list-style: outside none none;
}

.widget .menu-header-menu-container ul>li {
    font-size: 15px;
    line-height: 1.42857;

    padding: 0 0 11px;
}

.widget .menu-header-menu-container ul:not(.children):not(.sub-menu)>li:last-child {
    margin: 0;
}

.widget .menu-header-menu-container ul.children li,
.widget .menu-header-menu-container ul.sub-menu li {
    position: relative;

    margin: 0 0 10px 15px;
}

.widget .menu-header-menu-container ul.children li:before,
.widget .menu-header-menu-container ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #ff7200;
}

.widget .menu-header-menu-container ul li>a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-decoration: none;

    color: #888;
}

.widget .menu-header-menu-container ul li>a:hover,
.widget .menu-header-menu-container ul li>a:focus {
    text-decoration: none;

    color: #ff7200;
}

.widget>ul>li {
    font-size: 15px;
    line-height: 1.42857;

    padding: 0 0 11px;
}

.widget>ul:not(.children):not(.sub-menu)>li:last-child {
    margin: 0;
}

.widget>ul.children li,
.widget>ul.sub-menu li {
    position: relative;

    margin: 0 0 10px 15px;
}

.widget>ul.children li:before,
.widget>ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #ff7200;
}

.widget>ul li>a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-decoration: none;

    color: #888;
}

.widget>ul li>a:hover,
.widget>ul li>a:focus {
    text-decoration: none;

    color: #ff7200;
}

.site-footer .widget_calendar {
    padding: 0;

    border-width: 0;
    background-color: transparent;
}

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;

    padding: 0;

    text-align: center;
}

.widget_calendar caption {
    font-weight: bold;

    margin: 0 0 10px;
}

.widget_calendar tbody a {
    font-weight: bold;

    display: block;

    color: #fff;
    background-color: #ff7200;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    text-decoration: none;

    color: #fff;
    background-color: #000;
}

.widget_recent_entries .post-date {
    font-size: 13px;

    display: block;

    margin-top: 3px;
}

.widget_recent_comments ul li {
    font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link {
    line-height: 1.42857;
}

.widget_recent_comments ul li .comment-author-link a {
    font-size: 13px;

    display: inline !important;

    margin-top: 0 !important;

    text-decoration: underline;

    color: #a7a7b3;
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
    text-decoration: underline;

    color: #757579;
}

.widget_recent_comments ul li a {
    font-size: 16px;

    display: block !important;

    margin-top: 3px !important;
}

.widget_rss .rsswidget img {
    margin-top: -3px;
    margin-right: 3px;
}

.widget_rss ul li .rsswidget {
    font-weight: bold;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: 13px;

    display: block;

    margin: 5px 0 0;
}

.widget_rss .rssSummary {
    margin: 5px 0 0;
}

.site-footer .widget_tag_cloud {
    padding: 0;

    text-align: center;

    border-width: 0;
    background-color: transparent;
}

.tagcloud .tag-cloud-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin: 0 5px 10px 0;
    padding: 10px 15px;

    text-transform: capitalize;

    color: #656296;
    border-radius: 999px;
    background: #f5f5ff;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
    text-decoration: none;

    color: var(--blog-primary-color);
}

.widget.widget_color-box ul li {
    position: relative;

    display: block;

    margin: 0 0 10px;
    padding: 0 0 0;
}

.widget.widget_color-box ul li:after {
    position: absolute;
    top: 50%;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.widget.widget_color-box ul li.color-black:after {
    border-color: #000;
    background-color: #000;
}

.widget.widget_color-box ul li.color-white:after {
    border-color: #f9f5f5;
    background-color: #f9f5f5;
}

.widget.widget_color-box ul li.color-yellow:after {
    border-color: #ffc52a;
    background-color: #ffc52a;
}

.widget.widget_color-box ul li.color-gray:after {
    border-color: #c4c4c4;
    background-color: #c4c4c4;
}

.widget.widget_color-box ul li a {
    font-size: 20px;
    font-weight: 300;

    padding-left: 35px;

    text-transform: capitalize;

    color: #000;
}

.widget.wow-product ul li {
    position: relative;

    display: block;

    margin: 0 0 10px;
    padding: 0 0 0;
}

.widget.wow-product ul li:after {
    position: absolute;
    top: 50%;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.widget.wow-product ul li a {
    font-size: 20px;
    font-weight: 300;

    padding-left: 35px;

    text-transform: capitalize;

    color: #000;
}

.widget.widget_search .rt-sidebar-search {
    position: relative;
    z-index: 1;
}

.widget.widget_search .rt-sidebar-search input[type='text'],
.widget.widget_search .rt-sidebar-search input[type='search'] {
    font-size: 18px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 64px;
    padding-left: 15px;

    border-color: rgba(93, 41, 205, .3);
    border-radius: 10px;
    background-color: #f6f6ff;
}

.widget.widget_search .rt-sidebar-search input[type='text']::-webkit-input-placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::-webkit-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search input[type='text']::-moz-placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::-moz-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search input[type='text']:-ms-input-placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']:-ms-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search input[type='text']::-ms-input-placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::-ms-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search input[type='text']::placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search .form-control {
    font-size: 15px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 64px;
    padding-left: 15px;

    border-color: rgba(93, 41, 205, .3);
    border-radius: 0;
    background-color: #f6f6ff;
}

.widget.widget_search .rt-sidebar-search .form-control::-webkit-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search .form-control::-moz-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search .form-control:-ms-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search .form-control::-ms-input-placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search .form-control::placeholder {
    font-size: 18px;

    color: rgba(66, 44, 114, .6);
}

.widget.widget_search .rt-sidebar-search input[type='text']:focus,
.widget.widget_search .rt-sidebar-search input[type='search']:focus {
    border-color: var(--blog-primary-color) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.widget_search .rt-sidebar-search .form-control:focus {
    border-color: var(--blog-primary-color) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.widget_search .rt-sidebar-search button {
    font-size: 25px;

    position: absolute;
    z-index: 3;
    top: 50%;
    right: 8px;

    width: 80px;
    height: 50px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 10px;
    background: transparent;
    background-image: -webkit-linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    background-image: linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    -webkit-box-shadow: 0 26px 38px 0 rgba(254, 81, 149, .3);
    box-shadow: 0 26px 38px 0 rgba(254, 81, 149, .3);
}

.widget.widget_social_media {
    padding: 30px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
}

.widget.widget_social_media ul {
    margin: 0;
    padding: 0;
}

.widget.widget_social_media ul li {
    display: inline-block;
}

.widget.widget_social_media ul li a {
    font-size: 16px;
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #9794c2;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(22, 43, 97, .1);
    border-radius: 50%;
    background-color: white;
}

.widget.widget_social_media ul li a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    background-image: linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    -webkit-box-shadow: -2.099px 10.798px 13px 0 rgba(254, 81, 149, .3);
    box-shadow: -2.099px 10.798px 13px 0 rgba(254, 81, 149, .3);
}

.widget.widget_author_bio {
    padding: 30px;

    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
}

.widget.widget_author_bio span {
    font-size: 16px;

    display: block;

    margin-bottom: 10px;
}

.widget.widget_author_bio ul {
    margin: 0;
    padding: 0;
}

.widget.widget_author_bio ul li {
    display: inline-block;
}

.widget.widget_author_bio ul li a {
    font-size: 16px;
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #9794c2;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(22, 43, 97, .1);
    border-radius: 50%;
    background-color: white;
}

.widget.widget_author_bio ul li a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    background-image: linear-gradient(45deg, #f77062 0%, #fe5196 100%);
    -webkit-box-shadow: -2.099px 10.798px 13px 0 rgba(254, 81, 149, .3);
    box-shadow: -2.099px 10.798px 13px 0 rgba(254, 81, 149, .3);
}

/* Recent Posts */
.rt-widget-recent-posts ul {
    margin: 0;
    padding: 0;
}

.rt-widget-recent-posts ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
    padding: 5px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-widget-recent-posts ul li a {
    margin: 0;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rt-widget-recent-posts ul li img {
    display: block;

    margin-right: 25px;
}

.rt-widget-recent-posts ul li .widget-posts-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rt-widget-recent-posts ul li .widget-posts-descr .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    display: block;

    margin: 0;
    margin-top: 0;

    text-decoration: none;

    color: var(--body-font-color);
    border: 0;
}

.rt-widget-recent-posts ul li .widget-posts-descr .title:hover {
    color: var(--blog-primary-color);
}

.rt-widget-recent-posts ul li .widget-posts-descr .date {
    font-size: 14px;

    display: block;

    margin-top: 5px;

    color: #797e82;
}

.rt-widget-recent-posts ul li:hover {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
    box-shadow: 0 18px 51px 0 rgba(231, 226, 255, .67);
}

/* Flickr Widget */
.rt_flickr_widget ul,
.rt_instagram_widget ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    list-style-type: none;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rt_flickr_widget ul li,
.rt_instagram_widget ul li {
    position: relative;

    display: block;

    width: 33.3%;
    padding: 5px;
}

.rt_flickr_widget ul li:after,
.rt_instagram_widget ul li:after {
    display: block;

    padding-bottom: 100%;

    content: '';
}

.rt_flickr_widget ul li a,
.rt_instagram_widget ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: auto;
    padding: 0;
}

.rt_flickr_widget ul li a img,
.rt_instagram_widget ul li a img {
    display: block;

    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.rt_flickr_widget ul li a video,
.rt_instagram_widget ul li a video {
    display: block;

    max-width: 100%;
    height: auto;
}

.rt_flickr_widget ul li a .hover,
.rt_instagram_widget ul li a .hover {
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;

    opacity: 0;
    color: #fff;
    background: rgba(0, 0, 0, .75);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt_flickr_widget ul li a .hover i,
.rt_instagram_widget ul li a .hover i,
.rt_flickr_widget ul li a .hover .fa,
.rt_instagram_widget ul li a .hover .fa,
.rt_flickr_widget ul li a .hover .fab,
.rt_instagram_widget ul li a .hover .fab {
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);

    opacity: .3;
}

.rt_flickr_widget ul li a:hover .hover,
.rt_instagram_widget ul li a:hover .hover {
    opacity: 1;
}

.rt_flickr_widget ul li a:hover .hover i,
.rt_instagram_widget ul li a:hover .hover i,
.rt_flickr_widget ul li a:hover .hover .fa,
.rt_instagram_widget ul li a:hover .hover .fa,
.rt_flickr_widget ul li a:hover .hover .fab,
.rt_instagram_widget ul li a:hover .hover .fab {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

/* Instagram Widget */
.comments-area {
    margin: 0 0 30px;
    margin-top: 40px;
    padding: 0;

    color: rgba(var(--body-font-color), .8);
    background-color: transparent;
}

.comments-area h1,
.comments-area h2,
.comments-area h3,
.comments-area h4,
.comments-area h5,
.comments-area h6,
.comments-area p {
    color: rgba(var(--body-font-color), .8);
}

.comments-title {
    font-size: 25px;
    font-weight: 500;

    text-transform: capitalize;

    color: black;
}

.comment-reply-title {
    font-size: 25px;
    font-weight: 500;

    margin-top: 80px;

    text-transform: capitalize;

    color: black;
}

.cmnts-reply p {
    font-weight: 400;

    margin: 10px 0 40px;

    color: #888;
}

.comments-title {
    margin: 0 0 40px;
}

.comment-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.comment-list::after {
    display: block;
    clear: both;

    content: '';
}

.comment-list li::after {
    display: block;
    clear: both;

    content: '';
}

.comment-list .comment {
    margin-bottom: 30px;
}

.comment-list .comment-body,
.comment-list .pingback,
.comment-list .trackback {
    position: relative;

    margin: 0;
    padding-top: 26px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 26px;
}

.comment-list .children {
    margin: 0;
    padding: 0;

    list-style: none;
}

.comment-list .children>li .comment-body {
    padding-top: 50px;
    padding-left: 100px;

    border-top: 1px solid #e5e5e5;
}

.comment-list .comment-body {
    background-color: #f3f3f3;
}

.comment-list .comment-body .cmnt-time {
    font-size: 15px;
    font-weight: 400;

    color: #777;
}

.comment-list .comment-body .comment-content {
    font-weight: 400;

    padding-left: 90px;
}

@media (max-width: 767.98px) {
    .comment-list .children>li .comment-body {
        padding-left: 50px;
    }
}

.comment-author {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;

    margin: 0 0 5px;

    color: rgba(var(--body-font-color), .8);
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author .avatar {
    position: relative;

    float: left;

    width: 65px;
    height: 65px;
    margin: 0 25px 0 0;
}

.bypostauthor>article .fn {
    padding-left: 7px;

    background: #feffa3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffa3+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#feffa3), to(transparent));
    background: -webkit-linear-gradient(left, #feffa3 0%, transparent 100%);
    background: linear-gradient(to right, #feffa3 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffa3', endColorstr='#00000000', GradientType=1);
    /* IE6-9*/
}

.comment-author .url {
    font-size: 15px;
    font-weight: 500;

    text-decoration: none;

    color: black;
}

.comment-author .url:hover,
.comment-author .url:focus {
    color: var(--primary_color);
}

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.42857;

    color: rgba(var(--body-font-color), .8);
}

.comment-metadata {
    margin: 0 0 15px;
}

.comment-metadata a {
    color: rgba(var(--body-font-color), .8);
}

.pingback .comment-edit-link {
    color: rgba(var(--body-font-color), .8);
}

.comment-metadata a:hover,
.comment-metadata a:focus {
    color: var(--primary_color);
}

.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: rgba(var(--body-font-color), .8);
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    display: inline-block;

    padding: 0 8px 0 4px;

    content: '\002f';

    opacity: .7;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 20px 20px;
}

.comment-content ul,
.comment-content ol {
    margin-bottom: 0;
}

.comment-reply-link {
    font-size: 15px;
    font-weight: 700;
    font-weight: 400;
    line-height: 1;

    display: inline-block;

    margin-top: 5px;
    margin-bottom: 20px;

    color: #fc4a1a;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    text-decoration: none;

    color: var(--primary_color);
    outline: 0;
}

.comment-list .comment-respond {
    padding: 20px 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    font-size: 14px;

    margin: 0 0 20px;

    color: rgba(var(--body-font-color), .8);
}

.no-comments {
    font-weight: bold;

    margin: 20px 0 0;
    padding: 20px 0 0;

    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(var(--body-font-color), .8);
}

.comment-navigation+.no-comments {
    padding: 0;

    border-width: 0;
}

.form-allowed-tags code {
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.form-submit {
    margin: 0;
}

.form-submit:before,
.form-submit:after {
    display: table;
    clear: both;

    content: '';
}

.required {
    font-family: Georgia, Times, serif;

    color: var(--primary_color);
}

.comment-reply-title small {
    font-size: 100%;

    margin: 0 0 0 5px;
}

.comment-reply-title small a {
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 20px;

    color: rgba(var(--body-font-color), .8);
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: rgba(var(--body-font-color), .8);
}

.comment-reply-title small a::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 14px;

    position: relative;
    top: 0;

    display: inline-block;

    content: '\f00d';
    vertical-align: text-top;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.post-navigation {
    padding-top: 30px;

    border-top: 2px solid #000;
}

.nav-links a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    word-break: break-all;

    color: #000;
}

.nav-links a:hover {
    color: var(--primary_color);
}

pre {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: italic;

    position: relative;
    z-index: 1;

    padding: 2em;

    color: #fcbe8a;
    background: rgba(var(--body-font-color), .8) !important;
}

@media (max-width: 767.98px) {
    pre {
        padding: 1em;
    }
}

.comment-form input:focus {
    border: 1px solid var(--primary_color) !important;
}

/*6.0 Header Css*/
.rt-site-header {
    position: relative;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.rt-site-header .login-btn {
    position: absolute;
    top: 0;
    left: 50%;

    width: 1140px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
}

.rt-site-header .login-btn a img {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

@media (max-width: 1199.98px) {
    .rt-site-header .login-btn {
        width: 960px;
    }
}

@media (max-width: 991.98px) {
    .rt-site-header .login-btn {
        display: none;

        width: 100%;
    }
}

.rt-site-header.has_login_icon .top-header,
.rt-site-header.has_login_icon .main-header {
    position: relative;
    z-index: 99;
    left: calc(50% - 45px);

    width: calc(1140px - 95px);

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

@media (max-width: 1199.98px) {

    .rt-site-header.has_login_icon .top-header,
    .rt-site-header.has_login_icon .main-header {
        width: calc(960px - 95px);
    }
}

@media (max-width: 991.98px) {

    .rt-site-header.has_login_icon .top-header,
    .rt-site-header.has_login_icon .main-header {
        left: 0;

        width: 100%;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rt-site-header .main-header {
    background-color: transparent;
}

.rt-site-header .main-header .sticky_logo {
    display: none;
}

.rt-site-header .main-header .navbar>.container {
    position: relative;

    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .rt-site-header .main-header .navbar>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.rt-site-header .top-header {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rt-site-header .top-header .container {
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;

    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 767.98px) {
    .rt-site-header .top-header .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.rt-site-header .brand-logo {
    max-width: 150px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 767.98px) {
    .rt-site-header .brand-logo {
        max-width: 140px;
    }
}

.rt-site-header .navbar {
    padding: 0;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (max-width: 991.98px) {
    .rt-site-header .navbar {
        padding: 30px 0;
    }
}

.rt-site-header.rt-fixed-top {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
}

.rt-site-header .main-menu,
.rt-site-header .rt-nav-tolls {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rt-site-header.rt-sticky.rt-sticky-active {
    position: fixed;
    z-index: 99;

    width: 100%;

    background-color: var(--secondary_color);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.rt-site-header.rt-sticky.rt-sticky-active .top-header {
    display: none;
}

.rt-site-header.rt-sticky.rt-sticky-active .main-menu>ul>li>a {
    line-height: 65px;
}

@media (max-width: 991.98px) {
    .rt-site-header.rt-sticky.rt-sticky-active .main-menu>ul>li>a {
        line-height: 1.9;
    }
}

.rt-site-header.rt-sticky.rt-sticky-active .main-header .sticky_logo {
    display: block;
}

.rt-site-header.rt-sticky.rt-sticky-active .main-header .brand-logo {
    display: none;
}

@media (max-width: 767.98px) {
    .tp-l-list {
        text-align: center;
    }
}

.tp-l-list li {
    font-size: 14px;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin-right: 10px;

    color: #fff;
}

.tp-l-list li.help-icon {
    padding-right: 54px;
}

.tp-l-list li.help-icon::after {
    position: absolute;
    top: 50%;
    right: 20px;

    width: 1px;
    height: 15px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: rgba(230, 236, 255, .4);
}

.tp-l-list li.help-icon img {
    margin-right: 10px;
}

.tp-l-list li:last-child {
    margin-right: 0;
}

.tp-l-list li a {
    display: block;

    color: #fff;
}

.tp-l-list li:hover {
    color: var(--primary_color);
}

.tp-l-list li:hover a {
    color: var(--primary_color);
}

.tp-r-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .tp-r-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.tp-r-list li {
    font-size: 14px;

    position: relative;
    z-index: 1;

    margin-right: 84px;

    color: #fff;
}

@media (max-width: 991.98px) {
    .tp-r-list li {
        margin-right: 25px;
    }
}

.tp-r-list li:last-child {
    margin-right: 0;
}

.tp-r-list li .select-arrwo {
    position: absolute;
    right: 0;
}

.tp-r-list li .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-weight: 400;

    color: #fff;
}

.tp-r-list li a {
    color: #fff;
}

.tp-r-list li a .check-icon {
    margin-right: 8px;
}

.home-three .tp-l-list li,
.home-three .tp-l-list li a {
    color: var(--body-font-color);
}

.home-three .tp-l-list li.help-icon::after {
    background-color: rgba(56, 73, 109, .4);
}

@media (max-width: 767.98px) {
    .home-three .tp-l-list li a {
        color: white;
    }

    .home-three .tp-l-list li.help-icon img {
        display: none;
    }

    .home-three .tp-l-list li.help-icon::before {
        font-family: 'icofont';
        font-size: 16px;

        position: absolute;
        top: -2px;
        left: -20px;

        content: '\ef77';

        color: white;
    }

    .home-three .tp-l-list li.help-icon::after {
        background-color: rgba(255, 255, 255, .4);
    }
}

@media (max-width: 767.98px) {
    .home-three .brand-logo {
        display: none;
    }

    .home-three .sticky_logo {
        display: inline-block !important;

        max-width: 130px;
    }
}

.dark_menu .tp-l-list li a,
.dark_menu .tp-r-list li .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark_menu .tp-r-list li a {
    color: var(--body-font-color);
}

.dark_menu .tp-l-list li.help-icon::after {
    background: var(--body-font-color);
}

.dark_menu .top-header .container {
    border-color: #c8d5f6;
}

/*6.0 Footer Css*/
.rt-site-footer {
    position: relative;

    margin-top: 70px;
}

@media (max-width: 991.98px) {
    .rt-site-footer {
        margin-top: 50px;
    }
}

.rt-site-footer .footer-top {
    padding-top: 100px;
    padding-bottom: 90px;

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    .rt-site-footer .footer-top {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .rt-site-footer .footer-top {
        padding-top: 50px;

        background-color: var(--secondary_color);
        background-image: none !important;
    }
}

.rt-site-footer .footer-top .inner-top h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;

    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .rt-site-footer .footer-top .inner-top h4 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 767.98px) {
    .rt-site-footer .footer-top .inner-top h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

.rt-site-footer .footer-top .inner-top .row {
    margin-bottom: 120px;
    padding-bottom: 105px;

    border-bottom: 1px solid #4d6bcb;
}

@media (max-width: 991.98px) {
    .rt-site-footer .footer-top .inner-top .row {
        margin-bottom: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .rt-site-footer .footer-top .inner-top .row {
        margin-bottom: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.rt-site-footer .footer-bottom {
    padding: 15px 0;

    background-color: #03238d;
}

.rt-single-widget {
    margin-bottom: 30px;

    color: #fff;
}

.rt-single-widget .badge-doted {
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 2px dotted #7d9cff;
}

.rt-single-widget .social-icons li {
    margin-right: 7px;
}

.rt-single-widget .social-icons li:last-child {
    margin-right: 0;
}

.rt-single-widget h4 {
    font-size: 24px;

    margin-bottom: 30px;

    color: #fff;
}

.rt-single-widget a {
    color: var(--primary_color);
}

.rt-single-widget .rt-footer-title {
    font-size: 28px;
    font-weight: 600;

    margin-bottom: 20px;

    text-transform: uppercase;

    color: #fff;
}

@media (max-width: 991.98px) {
    .rt-single-widget .rt-footer-title {
        font-size: 25px;
    }
}

@media (max-width: 767.98px) {
    .rt-single-widget .rt-footer-title {
        font-size: 22px;
    }
}

.rt-single-widget .footer-logo {
    display: block;

    margin-bottom: 30px;
}

.rt-single-widget .footer-form {
    font-size: 16px;

    position: relative;
    z-index: 1;

    width: 100%;
    height: 42px;

    color: var(--body-font-color);
    border-color: transparent;
    border-radius: 999px !important;
    background: #fff;
}

.rt-single-widget .footer-form button {
    font-size: 20px;
    line-height: 36px;

    position: absolute;
    top: 50%;
    right: 3px;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50% !important;
    background-color: var(--primary_color);
}

.rt-single-widget .footer-form .form-control {
    font-size: 16px;

    height: 100%;
    padding-left: 20px;

    border: none;
    border-radius: 999px;
}

.rt-single-widget .footer-form .form-control:focus {
    border-color: var(--primary_color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-single-widget .footer-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;

    color: var(--body-font-color);
}

.rt-single-widget .footer-form .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;

    color: var(--body-font-color);
}

.rt-single-widget .footer-form .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;

    color: var(--body-font-color);
}

.rt-single-widget .footer-form .form-control::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;

    color: var(--body-font-color);
}

.rt-single-widget .footer-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 300;

    color: var(--body-font-color);
}

.rt-single-widget ul.rt-usefulllinks {
    margin: 0;
    padding: 0;

    list-style: none;
}

.rt-single-widget ul.rt-usefulllinks li {
    position: relative;

    display: inline-block;

    width: 48%;
    margin-bottom: 20px;
}

.rt-single-widget ul.rt-usefulllinks li:after {
    position: absolute;
    top: 50%;
    left: -10px;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--primary_color);
}

.rt-single-widget ul.rt-usefulllinks li:last-child {
    margin-bottom: 0;
}

.rt-single-widget ul.rt-usefulllinks li a {
    display: block;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #fff;
}

.rt-single-widget ul.rt-usefulllinks li a:hover {
    padding-left: 5px;

    color: var(--primary_color);
}

.rt-single-widget ul.rt-usefulllinks li:hover:after {
    -webkit-animation: zoomIn .24s ease-in-out;
    animation: zoomIn .24s ease-in-out;

    background: var(--secondary_color);
}

.rt-single-widget ul.rt-usefulllinks2 {
    margin: 0;
    padding: 0;

    list-style: none;
}

.rt-single-widget ul.rt-usefulllinks2 li {
    position: relative;
    z-index: 1;

    display: block;

    padding-bottom: 10px;
    padding-left: 20px;
}

.rt-single-widget ul.rt-usefulllinks2 li::after {
    font-family: 'icofont';

    position: absolute;
    top: 0;
    left: 0;

    content: '\eac7';

    color: #fff;
}

.rt-single-widget ul.rt-usefulllinks2 li:last-child {
    margin-bottom: 0;
}

.rt-single-widget ul.rt-usefulllinks2 li a {
    display: block;

    -webkit-transition: all .34s ease-in-out;
    transition: all .34s ease-in-out;

    color: #fff;
}

.rt-single-widget ul.rt-usefulllinks2 li:hover a {
    padding-left: 8px;

    color: var(--primary_color);
}

.rt-single-widget ul.rt-usefulllinks2 li:hover::after {
    color: var(--primary_color);
}

.footer-bottom .copy-text {
    font-size: 16px;

    color: #c7c9fc;
}

@media (max-width: 991.98px) {
    .footer-bottom .copy-text {
        margin-bottom: 15px;
    }
}

.footer-bottom .copy-text a {
    color: #f50;
}

.footer-bottom .rt-list li,
.footer-bottom .price-list-parent li,
.footer-bottom .domain-search-parent li,
.footer-bottom .domain-buyfooter li,
.footer-bottom .order-detils-box li,
.footer-bottom .filter-list li,
.footer-bottom .tp-r-list li {
    display: inline-block;

    margin-right: 6px;
}

.footer-bottom .rt-list li:last-child,
.footer-bottom .price-list-parent li:last-child,
.footer-bottom .domain-search-parent li:last-child,
.footer-bottom .domain-buyfooter li:last-child,
.footer-bottom .order-detils-box li:last-child,
.footer-bottom .filter-list li:last-child,
.footer-bottom .tp-r-list li:last-child {
    margin-right: 0;
}

.footer-bottom .rt-list li a,
.footer-bottom .price-list-parent li a,
.footer-bottom .domain-search-parent li a,
.footer-bottom .domain-buyfooter li a,
.footer-bottom .order-detils-box li a,
.footer-bottom .filter-list li a,
.footer-bottom .tp-r-list li a {
    display: block;
}

.footer-bottom .rt-list li a img,
.footer-bottom .price-list-parent li a img,
.footer-bottom .domain-search-parent li a img,
.footer-bottom .domain-buyfooter li a img,
.footer-bottom .order-detils-box li a img,
.footer-bottom .filter-list li a img,
.footer-bottom .tp-r-list li a img {
    height: 25px;
}

.rt-site-footer.version-two {
    margin-top: 0;
    padding-top: 150px;
}

.rt-alt-wrapper  {
    background-image: linear-gradient(45deg, #3da9f5 0%, #683df5 100%);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.rt-alt-wrapper h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
}

.rt-alt-wrapper h5 {
    text-decoration: line-through;
    color: #ffffff50;
    font-weight: 700;
}

.rt-alt-wrapper h4 span {
    display: inline !important;
    font-size: 18px;
}

.rt-alt {
    padding: 12px 20px;
}

@media only screen and (max-width: 424px) {
    .rt-alt-wrapper {
        padding: 20px 5px !important;
    }
}
/*# sourceMappingURL=app.css.map */