/**!

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

.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,
.single-progress .progress .progress-bar
{
    background: var(--gradient-primary);
}

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

img
{
    max-width: 100%;
}

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

.rt-list,
.price-list-parent,
.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%;
}

.position-parent
{
    position: relative;
    z-index: 1;
}
.position-parent .map-img
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 48%; 

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

.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;
    }
}

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

.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,
.widget .widget-title
{
    font-family: 'Open Sans', sans-serif !important;
}

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

.rt-section-title,
.rt-column-title
{
    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
    {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 767.98px)
{
    .rt-section-title,
    .rt-column-title
    {
        font-size: 28px;
        line-height: 38px;
    }
}
.rt-section-title span,
.rt-column-title 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
{
    margin: 0 0 10px;
}
.rt-section-title span.bottom,
.rt-column-title span.bottom
{
    margin: 10px 0 0;
}
@media (max-width: 991.98px)
{
    .rt-section-title span,
    .rt-column-title span
    {
        font-size: 20px;
    }
}
@media (max-width: 767.98px)
{
    .rt-section-title span,
    .rt-column-title span
    {
        font-size: 16px;
    }
}

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

.text-white .rt-section-title,
.text-white .rt-column-title
{
    color: #fff;
}
.text-white .rt-section-title h1,
.text-white .rt-column-title h1,
.text-white .rt-section-title h2,
.text-white .rt-column-title h2,
.text-white .rt-section-title h3,
.text-white .rt-column-title h3,
.text-white .rt-section-title h4,
.text-white .rt-column-title h4,
.text-white .rt-section-title h5,
.text-white .rt-column-title h5,
.text-white .rt-section-title h6,
.text-white .rt-column-title 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
{
    color: #fff;
}
.text-white2 .rt-section-title span,
.text-white2 .rt-column-title 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
{
    font-size: 50px;
    font-weight: 900;
}
@media (max-width: 767.98px)
{
    .rt-section-title.title_restaurent,
    .title_restaurent.rt-column-title
    {
        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;

    text-transform: uppercase; 

    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; 

    text-transform: uppercase;
}
@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 .banner-domain-search
{
    max-width: 635px;
}
.single-rt-banner .rt-banner-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;
}
.single-rt-banner .rt-banner-content .domain-searh-form .domianinput-fileds::after
{
    right: 226px;
}
@media (max-width: 767.98px)
{
    .single-rt-banner .rt-banner-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 .domain-searh-form .domianinput-fileds .form-bdage
    {
        top: 9px;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .single-rt-banner .rt-banner-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 .domain-searh-form .domianinput-fileds input[type='email'],
.single-rt-banner .rt-banner-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 .domain-searh-form .domianinput-fileds input[type='email'],
    .single-rt-banner .rt-banner-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 .domain-searh-form .domianinput-fileds .select-optin
{
    margin-left: 37px;
}
@media (max-width: 767.98px)
{
    .single-rt-banner .rt-banner-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 .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-height
{
    height: 930px;
}
@media (max-width: 767.98px)
{
    .rt-banner-height
    {
        height: 700px;
    }
}

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

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

@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;
    }
}

.home-three .rt-banner-content h1
{
    text-transform: capitalize;
}

@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';
}

.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: 767.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;
    }
}

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

.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
{
    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
{
    margin-right: 30px;
}
.rt-single-icon-box.list-item-1 .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
    {
                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
    {
        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;
}

.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-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);
}

/*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 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
{
    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-single-icon-box.price3-box .iconbox-content .submit-box-form .comment-respond input[type='submit'],
.submit-box-form .comment-respond .rt-single-icon-box.price3-box .iconbox-content input[type='submit']
{
    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;
}

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

.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;
}

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

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

.bg-e
{
    position: absolute;
    top: 0; 
    left: -100px;
}
@media (max-width: 1600px)
{
    .bg-e
    {
        left: 0;

        max-width: 380px;
    }
}
@media (max-width: 1199.98px)
{
    .bg-e
    {
        max-width: 320px;
    }
}
@media (max-width: 991.98px)
{
    .bg-e
    {
        position: static;

        margin-bottom: 30px;
    }
}

/*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: 200px;
    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: 230px;

    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: 215px;

    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-size: 18px;
    font-weight: 500;

    margin: 0 0 30px;
    padding-left: 17px;

    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 5px;
}
.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.card-primary
{
    position: relative;
    z-index: 4; 

    padding: 0;

    border: none;
    background: transparent;
}
#accordion .card
{
    margin-bottom: 15px;

    border-color: transparent;
}
#accordion .card:last-child
{
    margin-bottom: 0;
}
#accordion .card-body
{
    line-height: 24px;

    position: relative;
    z-index: 3;
    top: -40px;

    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

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

    color: #333;
    border: none;
    border-radius: 30px; 
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
            box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
}

.card .card-header.card-primary button
{
    display: block;

    width: 100%;

    border: none;
}
.card .card-header.card-primary button[aria-expanded='false']
{
    font-family: 'Circular Std'; 
    font-size: 16px;
    font-weight: 500;

    position: relative;

    display: block;

    padding: 10px 26px;

    text-align: left;
    text-decoration: none;

    color: #000;
    border-radius: 0;
    border-radius: 999px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
            box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
}
.card .card-header.card-primary button[aria-expanded='true']
{
    font-family: 'Circular Std';
    font-size: 16px;
    font-weight: 500;

    position: relative;

    display: block;

    padding: 10px 26px;

    text-align: left;
    text-decoration: none;

    color: #000;
    color: #333; 
    border-radius: 0;
    border-radius: 999px;
    background: #fff;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
            box-shadow: 0 0 10px 0 rgba(51, 55, 69, .2);
}
.card .card-header.card-primary button[aria-expanded='false']:before
{
    font-family: 'icofont' !important;
    font-size: 18px;

    position: absolute;
    top: 50%;
    right: 15px;

    content: '\eab2';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    color: #000;
}
.card .card-header.card-primary button[aria-expanded='true']:before
{
    font-family: 'icofont' !important;
    font-size: 18px;

    position: absolute;
    top: 50%;
    right: 15px;

    content: '\eab9';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    color: #f0a736;
    color: #000;
}
.card .card-header.card-primary button:after,
.card .card-header.card-primary button:hover:after
{
    border-radius: 5px;
}

/*4.1 Animation Css*/
/*4.2 Button Css*/
.rt-btn,
.submit-box-form .comment-respond input[type='submit']
{
    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,
.submit-box-form .comment-respond input.pill[type='submit']
{
    border-radius: 999px;
}
.rt-btn.rt-rounded,
.submit-box-form .comment-respond input[type='submit']
{
    border-radius: 10px;
}
.rt-btn.rt-sm,
.submit-box-form .comment-respond input.rt-sm[type='submit']
{
    font-size: 14px;

    padding: 10px 30px;
}
.rt-btn.rt-sm2,
.submit-box-form .comment-respond input.rt-sm2[type='submit']
{
    font-size: 14px;

    padding: 10px 35px;
}
.rt-btn.rt-sm3,
.submit-box-form .comment-respond input.rt-sm3[type='submit']
{
    font-size: 15px;

    padding: 8px 26px;
}
.rt-btn.rt-xl,
.submit-box-form .comment-respond input.rt-xl[type='submit']
{
    font-size: 18px;
    font-weight: 600; 

    padding: 28px 36px;
}
@media (max-width: 991.98px)
{
    .rt-btn.rt-xl,
    .submit-box-form .comment-respond input.rt-xl[type='submit']
    {
        font-size: 16px;
        font-weight: 600;

        padding: 20px 34px;
    }
}
@media (max-width: 767.98px)
{
    .rt-btn.rt-xl,
    .submit-box-form .comment-respond input.rt-xl[type='submit']
    {
        font-size: 14px; 

        padding: 13px 20px;
    }
}
.rt-btn.d-block,
.submit-box-form .comment-respond input.d-block[type='submit']
{
    display: block !important;

    width: 100%;
}
@media (max-width: 767.98px)
{
    .rt-btn,
    .submit-box-form .comment-respond input[type='submit']
    {
        font-size: 14px; 

        padding: 14px 25px;
    }
}
.rt-btn:hover .btn-revel-effects,
.submit-box-form .comment-respond input:hover[type='submit'] .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: #000; 
    border-color: #fff;
    background: #fff;
}
.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,
.submit-box-form .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,
.submit-box-form .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,
.submit-box-form .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,
.submit-box-form .comment-respond input[type='submit']:hover:after
{
    visibility: visible; 

    opacity: 1;
}
.rt-gradient.pill:hover:after,
.submit-box-form .comment-respond input.pill[type='submit']:hover:after
{
    border-radius: 999px;
}
.rt-gradient.rt-rounded:hover:after,
.submit-box-form .comment-respond input[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,
.rt-breadcump h3,
.rt-breadcump h4,
.rt-breadcump h5,
.rt-breadcump h6
{
    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,
    .rt-breadcump h3,
    .rt-breadcump h4,
    .rt-breadcump h5,
    .rt-breadcump h6
    {
        font-size: 32px;
    }
}
.rt-breadcump .rt-breadcump-height
{
    height: 700px;
}
@media (max-width: 767.98px)
{
    .rt-breadcump .rt-breadcump-height
    {
        height: 550px;
    }
}
.rt-breadcump .breadcrumbs
{
    color: white;
}
.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%;
}

/*4.4 Pagination Css*/
.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: #fff;
    border-color: #000; 
    background: #000;
}
.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: 18px;
    font-weight: 500; 
    line-height: 48px;

    width: 48px;
    height: 48px;
    padding: 0;

    text-align: center;

    color: #505b6d;
    border-color: rgba(0, 0, 0, .102);
    border-radius: 1px;
    border-radius: 0;
    background-color: transparent;
}
.pagination.rt-paganation li.page-item .page-link:hover
{
    background: #f3f3f3;
}
.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 [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: 16px;

    display: block;

    width: 100%;
    min-height: 56px;
    padding: 20px;

    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: var(--primary_color);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.rt-form select,
.comment-respond select
{
    width: 100%;
    height: 51px;

    color: #000;
    border: 1px solid #f6f6f6;
    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: var(--primary_color) !important;
    outline: none; 
    background: #f6f6f6;
    -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: var(--primary_color) !important;
    background: #f6f6f6; 
    -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 #f0f0f0;
    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 #f0f0f0;
}

.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(0, 0, 0, .102);
    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(0, 0, 0, .102);
    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;
}

.submit-box-form
{
    position: relative;

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

    height: 71px; 
    padding-right: 7px;
    padding-left: 25px;

    border-radius: 2px;
    background-color: #fff;

    -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)
{
    .submit-box-form
    {
                flex-direction: column;

        width: 90%;
        height: auto; 
        margin: auto;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.submit-box-form span i
{
    padding-right: 20px; 

    color: #7ecf41;
}
@media (max-width: 767.98px)
{
    .submit-box-form span i
    {
        display: none;
    }
}
.submit-box-form span i input[type='text'],
.submit-box-form span i input[type='email']
{
    border: none;
    background-color: transaprent;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (max-width: 767.98px)
{
    .submit-box-form span i input[type='text'],
    .submit-box-form span i 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%;
    }
}
.submit-box-form span i input[type='text']:focus,
.submit-box-form span i input[type='email']:focus
{
    outline: none;
}
.submit-box-form span i .submoit-button
{
    padding-left: 15px;
}
.submit-box-form .comment-respond::after
{
    display: block; 
    clear: both;

    content: '';
}
.submit-box-form .comment-respond label
{
    margin-bottom: 10px;
}
.submit-box-form .comment-respond p
{
    margin-bottom: 30px;
}
.submit-box-form .comment-respond input[type='submit']
{
    text-transform: uppercase;
}

.subscribe-form2
{
    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;
}
.subscribe-form2 input[type='text']
{
    width: calc(100% - 154px);
    height: 54px;
    padding-left: 20px;

    border: 1px solid #e7e7e9;
    border-radius: 999px;
}
.subscribe-form2 button
{
    width: 134px; 
    height: 54px;
    padding: 0 !important;
}
@media (max-width: 767.98px)
{
    .subscribe-form2
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .subscribe-form2 input[type='text']
    {
        width: 100%;
    }
    .subscribe-form2 button
    {
        margin-top: 15px; 
        margin-right: auto;
        margin-left: auto;
    }
}

/*4.8 select2 css*/
.select1_inner
{
    position: relative;
    position: relative; 

    border: 1px solid transparent;
    background: #fff;
}

.select1_inner:after
{
    position: absolute;
    top: 17px; 
    right: 10px;

    display: block;

    width: 10px;
    height: 7px;

    content: '';

    background: url(../images/a1.png) 0 0 no-repeat;
}

.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]
{
    color: var(--primary_color); 
    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 > input:first-child
{
    background-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child::-ms-check
{
    background-color: #c4c4c4;
}

.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: #c4c4c4;
}

.icheck-material-rtgray > input:first-child:checked + label::before,
.icheck-material-rtgray > input:first-child:checked + input[type='hidden'] + label::before
{
    border-color: #c4c4c4; 
    background-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child:checked + label::after,
.icheck-material-rtgray > input:first-child:checked + input[type='hidden'] + label::after
{
    border-right-color: #000; 
    border-bottom-color: #000;
}

.icheck-material-rtgray > input:first-child + label::before,
.icheck-material-rtgray > input:first-child + input[type='hidden'] + label::before
{
    border: 2px solid #c4c4c4;
    background: #c4c4c4;
}

.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;
}

/*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
{
    padding: 30px;

    border: medium none; 
    border-radius: 0;
}

/*4.11 badge css*/
.rt-gradinet-badge
{
    font-size: 16px;
    font-weight: 400; 

    padding: 6px 16px;

    color: #fff;
    background: -webkit-linear-gradient(55deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    background:         linear-gradient(35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}
.rt-gradinet-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 .progress
{
    height: 10px;

    border-radius: 999px; 
    background: #e1e1e4;
}

/*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;
            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
{
    padding-top: 36px;
    padding-right: 30px; 
    padding-bottom: 34px;
    padding-left: 45px;

    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);
}
.single-blg-post .entry-content .entry-header .entry-title
{
    font-size: 30px;
    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: #2f2838;
}
@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: #2f2838;
}
.single-blg-post .entry-content .entry-header .entry-title a:hover
{
    color: var(--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(--primary_color);
}
.single-blg-post .entry-content .entry-header .entry-meta span a i:hover i
{
    color: var(--primary_color);
}
.single-blg-post .entry-content .entry-header .entry-meta span:last-child
{
    margin-right: 0;
}
.single-blg-post .entry-content p
{
    font-size: 16px;
    line-height: 26px; 

    color: #555;
}
.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 .submit-box-form .comment-respond input[type='submit'],
.submit-box-form .comment-respond .single-blg-post .entry-content .entry-footer input[type='submit']
{
    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(--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;
}

.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;

    bordr: none;
}
.widget .wo-widget-title
{
    font-size: 24px;
    font-weight: 500;

    margin: 0 0 25px;
}
.widget .widget-title
{
    font-size: 18px;
    font-weight: 500;

    position: relative;
    z-index: 1; 

    margin: 0 0 25px;

    text-transform: capitalize;
}
.widget .rt-btn,
.widget .submit-box-form .comment-respond input[type='submit'],
.submit-box-form .comment-respond .widget input[type='submit']
{
    font-size: 14px;
}
.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 .btn
{
    font-size: 18px; 

    padding-right: 15px;
    padding-left: 15px;
}
.widget.widget_search .form-control:focus
{
    border-color: var(--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: 14px; 

    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: 14px;
    line-height: 1;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin: 0 5px 10px 0;

    text-transform: capitalize; 

    color: #888;
    border-radius: 5px;
}
.tagcloud .tag-cloud-link:after
{
    position: absolute;
    right: -4px;

    content: ',';
}
.tagcloud .tag-cloud-link:last-child:after
{
    display: none;
}
.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus
{
    text-decoration: none;

    color: #ff7200;
}

.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: 15px;

    position: relative;
    z-index: 1; 

    display: block;

    width: 100%;
    height: 54px;
    padding-left: 15px;

    border-color: rgba(0, 0, 0, .102);
    border-radius: 0;
    background-color: transparent;
}
.widget.widget_search .rt-sidebar-search .form-control
{
    font-size: 15px;

    position: relative;
    z-index: 1; 

    display: block;

    width: 100%;
    height: 54px;
    padding-left: 15px;

    border-color: rgba(0, 0, 0, .102);
    border-radius: 0;
    background-color: transparent;
}
.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: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search input[type='text']::-moz-placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::-moz-placeholder
{
    font-size: 15px;

    color: #888;
}
.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: 15px;

    color: #888;
}
.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: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search input[type='text']::placeholder,
.widget.widget_search .rt-sidebar-search input[type='search']::placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search .form-control::-webkit-input-placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search .form-control::-moz-placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search .form-control:-ms-input-placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search .form-control::-ms-input-placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search .form-control::placeholder
{
    font-size: 15px;

    color: #888;
}
.widget.widget_search .rt-sidebar-search input[type='text']:focus,
.widget.widget_search .rt-sidebar-search input[type='search']:focus
{
    border-color: #ff7200 !important; 
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.widget.widget_search .rt-sidebar-search .form-control:focus
{
    border-color: #ff7200 !important; 
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.widget.widget_search .rt-sidebar-search button
{
    position: absolute;
    z-index: 3; 
    top: 50%;
    right: 15px;

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

    border: none;
    background: transparent;
}
.widget.widget_search .rt-sidebar-search button:hover
{
    color: #ff7200;
}

/* 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: 15px;
}
.rt-widget-recent-posts ul li a
{
    margin: 0;
}
.rt-widget-recent-posts ul li img
{
    display: block;

    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px; 

    -o-object-fit: cover;
       object-fit: cover;
}
.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-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; 

    display: block;

    margin: 0;
    margin-top: 0;

    text-decoration: none;

    color: #30323d;
    border: 0;
}
.rt-widget-recent-posts ul li .widget-posts-descr .title:hover
{
    color: var(--primary_color);
}
.rt-widget-recent-posts ul li .widget-posts-descr .date
{
    font-size: 14px;

    display: block; 

    margin-top: 5px;

    color: #797e82;
}

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

/*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 .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 .tp-r-list li:last-child
{
    margin-right: 0;
}
.footer-bottom .rt-list li a,
.footer-bottom .price-list-parent 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 .tp-r-list li a img
{
    height: 25px;
}

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