@charset 'UTF-8';
/**!

    Template Name: Premium Domain
    Template URI: https://themeforest.net/user/pixelaxis
    Description: Domain Sale And Auction Templates
    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.3 portfolio Css
       2.4 testimonials Css
       2.5 Callto Action Css
       2.6 counter-styleCss




   ---- 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: #f30070;
    --Secondary__color: #EB751F;
}

.section-subtitle {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.primary-color,
a.primary-color {
    color: #EB751F;
}

.secondary-color,
a.secondary-color {
    color: #EB751F;
}

.primary-color-bg {
    background-color: #f30070;
}

.secondary-color-bg {
    background-color: #EB751F;
}

.has-gray-bg {
    background-color: gray;
}

.rt-dark {
    background-color: #151932;
}

.rt-light-bg {
    background-color: #fff;
}

.rt-light-gray {
    background-color: #eef4fb;
}

.rt-dim-light {
    background-color: #f4eafe;
}

.rt-dim-light2 {
    background-color: #f7f9ff;
}

.rt-bgtransparent {
    background: transparent !important;
}

.text-333,
a.text-333 {
    color: #333;
}

.text-555,
a.text-555 {
    color: #555;
}

.text-777,
a.text-777 {
    color: #777;
}

.text-878,
a.text-777 {
    color: #878484;
}

.text-2f7,
a.text-777 {
    color: #2f7000;
}

.text-656 {
    color: #656f7f;
}

.text-444 {
    color: #444;
}

.heading-color-1 {
    color: #000;
}

.text-424 {
    color: #42435d;
}

    .text-424 p,
    .text-424 a {
        color: #42435d;
    }

.text-000 {
    color: #000;
}

    .text-000 p,
    .text-000 a {
        color: #000;
    }

.text-234 {
    color: #00579C;
}

.text-eb7 {
    color: #eb7e0a;
}

.text-605 {
    color: #6051cf;
}

.text-338 {
    color: #33880b;
}

.text-323639 {
    color: #323639;
}

.text-422 {
    color: #00579C;
}

.text-gradinet-primary {
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary,
.single-progress .progress-bar {
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}

.rt-gradient-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#7e5dfe), to(#aa67df));
    background-image: -webkit-linear-gradient(left, #7e5dfe 0%, #aa67df 100%);
    background-image: linear-gradient(90deg, #7e5dfe 0%, #aa67df 100%);
}

.rt-gradient-2 {
    background: -webkit-linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
    background: linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
}

.rt-gradient-3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9813b), to(#fdb23c));
    background-image: -webkit-linear-gradient(left, #e9813b 0%, #fdb23c 100%);
    background-image: linear-gradient(90deg, #e9813b 0%, #fdb23c 100%);
}

.rt-gradient-4 {
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

.text-body-color {
    color: #2e3d62;
}

a.text-body-color:hover {
    color: #EB751F;
}

.section-paragraph {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 18px;
}

.section-p-content {
    font-size: 18px !important;
}

/*! 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: 16px;
    line-height: 26px;
    color: #2e3d62;
}

body {
    overflow-x: hidden;
}

/*
 * 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,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    counter-reset: my-sec-counter;
    vertical-align: baseline;
    color: #2e3d62;
    -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;
    }

    a.link-text {
        color: #2e3d62;
    }

img {
    max-width: 100%;
}

.owl-item img {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

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: #f30070 !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: #EB751F;
}

.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;
}

.site-badge {
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    border-radius: 2px;
}

    .site-badge.has-arrow-primary:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        content: '';
        border-width: 1rem 1rem 0;
        border-style: solid;
        border-color: #f30070 transparent transparent;
    }

@media (max-width: 991.98px) {
    .site-badge.has-arrow-primary:after {
        bottom: -8px;
    }
}

@media (max-width: 767.98px) {
    .site-badge.has-arrow-primary:after {
        bottom: -5px;
    }
}

.site-badge.has-arrow-secondary:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 1rem 1rem 0;
    border-style: solid;
    border-color: #EB751F transparent transparent;
}

.s-badge-primary {
    color: #EB751F;
    background: #f30070;
}

.rt-pill {
    border-radius: 999px;
}

.rt-border-primary {
    border: 1px solid #f30070;
}

.rt-border-primary2 {
    border: 1px solid rgba(243, 0, 112, .5);
}

.rt-border-secondary {
    border: 1px solid #EB751F;
}

.rt-dborder-primary {
    border: 1px dashed #f30070;
}

.rt-dotted-primary {
    border: 1px dotted #f30070;
}

.rt-dorder-off {
    border: 1px dashed #afafaf;
}

.rt-border-off2 {
    border: 1px solid #c0bdbc;
}

#scrollUp {
    font-size: 30px;
    line-height: 48px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

.review {
    color: #ffab53;
}

blockquote {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    position: relative;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    background: -webkit-linear-gradient(82deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}

    blockquote:after {
        font-family: icofont;
        font-size: 80px;
        position: absolute;
        top: 50%;
        left: 0;
        content: '\efcd';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(228, 222, 255, .2);
    }

.rt-inner-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rtbgprefix-cover,
.portfolio-box-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-paragraph {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 18px;
}

.rtbgprefix-contain,
.testimonials-area .rt-shape-emenetns-1 {
    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%;
}

.rtbg-paralax {
    background-attachment: fixed;
}

.rt-divider {
    width: 100%;
    height: 1px;
}

    .rt-divider.style-one {
        background-color: rgba(3, 64, 131, .2);
    }

    .rt-divider.style-two {
        background-color: rgba(208, 230, 255, .2);
    }

    .rt-divider.style-three {
        background-color: #496cfe;
    }

.rt-Bshadow-1 {
    -webkit-box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .3);
    box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .3);
}

    .rt-Bshadow-1:hover {
        -webkit-box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .1);
        box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .1);
    }

.rt-Bshadow-2 {
    -webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .2);
}

    .rt-Bshadow-2:hover {
        -webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .1);
        box-shadow: 0 15px 30px 0 rgba(13, 21, 75, .1);
    }

.rt-Bshadow-3 {
    -webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
    box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
}

    .rt-Bshadow-3:hover {
        -webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .2);
        box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .2);
    }

.rt-Bshadow-4 {
    -webkit-box-shadow: 0 5px 20px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 5px 20px 0 rgba(13, 21, 75, .2);
}

    .rt-Bshadow-4:hover {
        -webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
        box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
    }

.rt-Bshadow-3 {
    -webkit-box-shadow: 0 15px 30px 0 rgba(171, 114, 185, .2);
    box-shadow: 0 15px 30px 0 rgba(171, 114, 185, .2);
}

    .rt-Bshadow-3:hover {
        -webkit-box-shadow: 0 15px 30px 0 rgba(171, 114, 185, .1);
        box-shadow: 0 15px 30px 0 rgba(171, 114, 185, .1);
    }

.rt-shadow-1 {
    -webkit-box-shadow: 0 5px 10px 0 rgba(27, 3, 132, .5);
    box-shadow: 0 5px 10px 0 rgba(27, 3, 132, .5);
}

.domain-border {
    border-right: 1px solid #b2b2b2;
}

.rt-box-style-1 {
    padding: 30px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 5px 10px 0 rgba(27, 3, 132, .5);
    box-shadow: 0 5px 10px 0 rgba(27, 3, 132, .5);
}

.rt-box-style-2 {
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
    box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
}

.rt-box-style-3 {
    background-color: white;
    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
    box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
}

@media (max-width: 1199.98px) {
    body .bg-hide-lg {
        background-image: none !important;
    }

    body .gradinet-bg-lg {
        background-image: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%) !important;
        background-image: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%) !important;
    }
}

@media (max-width: 991.98px) {
    body .bg-hide-md {
        background-image: none !important;
    }

    body .gradinet-bg-md {
        background-image: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%) !important;
        background-image: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%) !important;
    }
}

.spacer-top {
    height: 120px;
}

@media (max-width: 767.98px) {
    .spacer-top {
        height: 70px;
    }
}

.spacer-bottom {
    height: 85px;
}

@media (max-width: 767.98px) {
    .spacer-bottom {
        height: 40px;
    }
}

.section-title-spacer {
    height: 40px;
}

.rt-margin-top {
    margin-top: 120px;
}

@media (max-width: 767.98px) {
    .rt-margin-top {
        margin-top: 70px;
    }
}

.rt-section-padding {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .rt-section-padding {
        padding: 70px 0;
    }
}

.rt-spacer-0 {
    height: 0;
}

.rt-spacer-1 {
    height: 1px;
}

.rt-spacer-2 {
    height: 2px;
}

.rt-spacer-3 {
    height: 3px;
}

.rt-spacer-4 {
    height: 4px;
}

.rt-spacer-5 {
    height: 5px;
}

.rt-spacer-6 {
    height: 6px;
}

.rt-spacer-7 {
    height: 7px;
}

.rt-spacer-8 {
    height: 8px;
}

.rt-spacer-9 {
    height: 9px;
}

.rt-spacer-10 {
    height: 10px;
}

.rt-spacer-11 {
    height: 11px;
}

.rt-spacer-12 {
    height: 12px;
}

.rt-spacer-13 {
    height: 13px;
}

.rt-spacer-14 {
    height: 14px;
}

.rt-spacer-15 {
    height: 15px;
}

.rt-spacer-16 {
    height: 16px;
}

.rt-spacer-17 {
    height: 17px;
}

.rt-spacer-18 {
    height: 18px;
}

.rt-spacer-19 {
    height: 19px;
}

.rt-spacer-20 {
    height: 20px;
}

.rt-spacer-21 {
    height: 21px;
}

.rt-spacer-22 {
    height: 22px;
}

.rt-spacer-23 {
    height: 23px;
}

.rt-spacer-24 {
    height: 24px;
}

.rt-spacer-25 {
    height: 25px;
}

.rt-spacer-26 {
    height: 26px;
}

.rt-spacer-27 {
    height: 27px;
}

.rt-spacer-28 {
    height: 28px;
}

.rt-spacer-29 {
    height: 29px;
}

.rt-spacer-30 {
    height: 30px;
}

.rt-spacer-31 {
    height: 31px;
}

.rt-spacer-32 {
    height: 32px;
}

.rt-spacer-33 {
    height: 33px;
}

.rt-spacer-34 {
    height: 34px;
}

.rt-spacer-35 {
    height: 35px;
}

.rt-spacer-36 {
    height: 36px;
}

.rt-spacer-37 {
    height: 37px;
}

.rt-spacer-38 {
    height: 38px;
}

.rt-spacer-39 {
    height: 39px;
}

.rt-spacer-40 {
    height: 40px;
}

.rt-spacer-41 {
    height: 41px;
}

.rt-spacer-42 {
    height: 42px;
}

.rt-spacer-43 {
    height: 43px;
}

.rt-spacer-44 {
    height: 44px;
}

.rt-spacer-45 {
    height: 45px;
}

.rt-spacer-46 {
    height: 46px;
}

.rt-spacer-47 {
    height: 47px;
}

.rt-spacer-48 {
    height: 48px;
}

.rt-spacer-49 {
    height: 49px;
}

.rt-spacer-50 {
    height: 50px;
}

.rt-spacer-51 {
    height: 51px;
}

.rt-spacer-52 {
    height: 52px;
}

.rt-spacer-53 {
    height: 53px;
}

.rt-spacer-54 {
    height: 54px;
}

.rt-spacer-55 {
    height: 55px;
}

.rt-spacer-56 {
    height: 56px;
}

.rt-spacer-57 {
    height: 57px;
}

.rt-spacer-58 {
    height: 58px;
}

.rt-spacer-59 {
    height: 59px;
}

.rt-spacer-60 {
    height: 60px;
}

.rt-spacer-61 {
    height: 61px;
}

.rt-spacer-62 {
    height: 62px;
}

.rt-spacer-63 {
    height: 63px;
}

.rt-spacer-64 {
    height: 64px;
}

.rt-spacer-65 {
    height: 65px;
}

.rt-spacer-66 {
    height: 66px;
}

.rt-spacer-67 {
    height: 67px;
}

.rt-spacer-68 {
    height: 68px;
}

.rt-spacer-69 {
    height: 69px;
}

.rt-spacer-70 {
    height: 70px;
}

.rt-spacer-71 {
    height: 71px;
}

.rt-spacer-72 {
    height: 72px;
}

.rt-spacer-73 {
    height: 73px;
}

.rt-spacer-74 {
    height: 74px;
}

.rt-spacer-75 {
    height: 75px;
}

.rt-spacer-76 {
    height: 76px;
}

.rt-spacer-77 {
    height: 77px;
}

.rt-spacer-78 {
    height: 78px;
}

.rt-spacer-79 {
    height: 79px;
}

.rt-spacer-80 {
    height: 80px;
}

.rt-spacer-81 {
    height: 81px;
}

.rt-spacer-82 {
    height: 82px;
}

.rt-spacer-83 {
    height: 83px;
}

.rt-spacer-84 {
    height: 84px;
}

.rt-spacer-85 {
    height: 85px;
}

.rt-spacer-86 {
    height: 86px;
}

.rt-spacer-87 {
    height: 87px;
}

.rt-spacer-88 {
    height: 88px;
}

.rt-spacer-89 {
    height: 89px;
}

.rt-spacer-90 {
    height: 90px;
}

.rt-spacer-91 {
    height: 91px;
}

.rt-spacer-92 {
    height: 92px;
}

.rt-spacer-93 {
    height: 93px;
}

.rt-spacer-94 {
    height: 94px;
}

.rt-spacer-95 {
    height: 95px;
}

.rt-spacer-96 {
    height: 96px;
}

.rt-spacer-97 {
    height: 97px;
}

.rt-spacer-98 {
    height: 98px;
}

.rt-spacer-99 {
    height: 99px;
}

.rt-spacer-100 {
    height: 100px;
}

.rt-spacer-101 {
    height: 101px;
}

.rt-spacer-102 {
    height: 102px;
}

.rt-spacer-103 {
    height: 103px;
}

.rt-spacer-104 {
    height: 104px;
}

.rt-spacer-105 {
    height: 105px;
}

.rt-spacer-106 {
    height: 106px;
}

.rt-spacer-107 {
    height: 107px;
}

.rt-spacer-108 {
    height: 108px;
}

.rt-spacer-109 {
    height: 109px;
}

.rt-spacer-110 {
    height: 110px;
}

.rt-spacer-111 {
    height: 111px;
}

.rt-spacer-112 {
    height: 112px;
}

.rt-spacer-113 {
    height: 113px;
}

.rt-spacer-114 {
    height: 114px;
}

.rt-spacer-115 {
    height: 115px;
}

.rt-spacer-116 {
    height: 116px;
}

.rt-spacer-117 {
    height: 117px;
}

.rt-spacer-118 {
    height: 118px;
}

.rt-spacer-119 {
    height: 119px;
}

.rt-spacer-120 {
    height: 120px;
}

.rt-spacer-121 {
    height: 121px;
}

.rt-spacer-122 {
    height: 122px;
}

.rt-spacer-123 {
    height: 123px;
}

.rt-spacer-124 {
    height: 124px;
}

.rt-spacer-125 {
    height: 125px;
}

.rt-spacer-126 {
    height: 126px;
}

.rt-spacer-127 {
    height: 127px;
}

.rt-spacer-128 {
    height: 128px;
}

.rt-spacer-129 {
    height: 129px;
}

.rt-spacer-130 {
    height: 130px;
}

.rt-spacer-131 {
    height: 131px;
}

.rt-spacer-132 {
    height: 132px;
}

.rt-spacer-133 {
    height: 133px;
}

.rt-spacer-134 {
    height: 134px;
}

.rt-spacer-135 {
    height: 135px;
}

.rt-spacer-136 {
    height: 136px;
}

.rt-spacer-137 {
    height: 137px;
}

.rt-spacer-138 {
    height: 138px;
}

.rt-spacer-139 {
    height: 139px;
}

.rt-spacer-140 {
    height: 140px;
}

.rt-spacer-141 {
    height: 141px;
}

.rt-spacer-142 {
    height: 142px;
}

.rt-spacer-143 {
    height: 143px;
}

.rt-spacer-144 {
    height: 144px;
}

.rt-spacer-145 {
    height: 145px;
}

.rt-spacer-146 {
    height: 146px;
}

.rt-spacer-147 {
    height: 147px;
}

.rt-spacer-148 {
    height: 148px;
}

.rt-spacer-149 {
    height: 149px;
}

.rt-spacer-150 {
    height: 150px;
}

.rt-spacer-151 {
    height: 151px;
}

.rt-spacer-152 {
    height: 152px;
}

.rt-spacer-153 {
    height: 153px;
}

.rt-spacer-154 {
    height: 154px;
}

.rt-spacer-155 {
    height: 155px;
}

.rt-spacer-156 {
    height: 156px;
}

.rt-spacer-157 {
    height: 157px;
}

.rt-spacer-158 {
    height: 158px;
}

.rt-spacer-159 {
    height: 159px;
}

.rt-spacer-160 {
    height: 160px;
}

.rt-spacer-161 {
    height: 161px;
}

.rt-spacer-162 {
    height: 162px;
}

.rt-spacer-163 {
    height: 163px;
}

.rt-spacer-164 {
    height: 164px;
}

.rt-spacer-165 {
    height: 165px;
}

.rt-spacer-166 {
    height: 166px;
}

.rt-spacer-167 {
    height: 167px;
}

.rt-spacer-168 {
    height: 168px;
}

.rt-spacer-169 {
    height: 169px;
}

.rt-spacer-170 {
    height: 170px;
}

.rt-spacer-171 {
    height: 171px;
}

.rt-spacer-172 {
    height: 172px;
}

.rt-spacer-173 {
    height: 173px;
}

.rt-spacer-174 {
    height: 174px;
}

.rt-spacer-175 {
    height: 175px;
}

.rt-spacer-176 {
    height: 176px;
}

.rt-spacer-177 {
    height: 177px;
}

.rt-spacer-178 {
    height: 178px;
}

.rt-spacer-179 {
    height: 179px;
}

.rt-spacer-180 {
    height: 180px;
}

.rt-spacer-181 {
    height: 181px;
}

.rt-spacer-182 {
    height: 182px;
}

.rt-spacer-183 {
    height: 183px;
}

.rt-spacer-184 {
    height: 184px;
}

.rt-spacer-185 {
    height: 185px;
}

.rt-spacer-186 {
    height: 186px;
}

.rt-spacer-187 {
    height: 187px;
}

.rt-spacer-188 {
    height: 188px;
}

.rt-spacer-189 {
    height: 189px;
}

.rt-spacer-190 {
    height: 190px;
}

.rt-spacer-191 {
    height: 191px;
}

.rt-spacer-192 {
    height: 192px;
}

.rt-spacer-193 {
    height: 193px;
}

.rt-spacer-194 {
    height: 194px;
}

.rt-spacer-195 {
    height: 195px;
}

.rt-spacer-196 {
    height: 196px;
}

.rt-spacer-197 {
    height: 197px;
}

.rt-spacer-198 {
    height: 198px;
}

.rt-spacer-199 {
    height: 199px;
}

.rt-spacer-200 {
    height: 200px;
}

.rt-spacer-201 {
    height: 201px;
}

.rt-spacer-202 {
    height: 202px;
}

.rt-spacer-203 {
    height: 203px;
}

.rt-spacer-204 {
    height: 204px;
}

.rt-spacer-205 {
    height: 205px;
}

.rt-spacer-206 {
    height: 206px;
}

.rt-spacer-207 {
    height: 207px;
}

.rt-spacer-208 {
    height: 208px;
}

.rt-spacer-209 {
    height: 209px;
}

.rt-spacer-210 {
    height: 210px;
}

.rt-spacer-211 {
    height: 211px;
}

.rt-spacer-212 {
    height: 212px;
}

.rt-spacer-213 {
    height: 213px;
}

.rt-spacer-214 {
    height: 214px;
}

.rt-spacer-215 {
    height: 215px;
}

.rt-spacer-216 {
    height: 216px;
}

.rt-spacer-217 {
    height: 217px;
}

.rt-spacer-218 {
    height: 218px;
}

.rt-spacer-219 {
    height: 219px;
}

.rt-spacer-220 {
    height: 220px;
}

.rt-spacer-221 {
    height: 221px;
}

.rt-spacer-222 {
    height: 222px;
}

.rt-spacer-223 {
    height: 223px;
}

.rt-spacer-224 {
    height: 224px;
}

.rt-spacer-225 {
    height: 225px;
}

.rt-spacer-226 {
    height: 226px;
}

.rt-spacer-227 {
    height: 227px;
}

.rt-spacer-228 {
    height: 228px;
}

.rt-spacer-229 {
    height: 229px;
}

.rt-spacer-230 {
    height: 230px;
}

.rt-spacer-231 {
    height: 231px;
}

.rt-spacer-232 {
    height: 232px;
}

.rt-spacer-233 {
    height: 233px;
}

.rt-spacer-234 {
    height: 234px;
}

.rt-spacer-235 {
    height: 235px;
}

.rt-spacer-236 {
    height: 236px;
}

.rt-spacer-237 {
    height: 237px;
}

.rt-spacer-238 {
    height: 238px;
}

.rt-spacer-239 {
    height: 239px;
}

.rt-spacer-240 {
    height: 240px;
}

.rt-spacer-241 {
    height: 241px;
}

.rt-spacer-242 {
    height: 242px;
}

.rt-spacer-243 {
    height: 243px;
}

.rt-spacer-244 {
    height: 244px;
}

.rt-spacer-245 {
    height: 245px;
}

.rt-spacer-246 {
    height: 246px;
}

.rt-spacer-247 {
    height: 247px;
}

.rt-spacer-248 {
    height: 248px;
}

.rt-spacer-249 {
    height: 249px;
}

.rt-spacer-250 {
    height: 250px;
}

.rt-spacer-251 {
    height: 251px;
}

.rt-spacer-252 {
    height: 252px;
}

.rt-spacer-253 {
    height: 253px;
}

.rt-spacer-254 {
    height: 254px;
}

.rt-spacer-255 {
    height: 255px;
}

.rt-spacer-256 {
    height: 256px;
}

.rt-spacer-257 {
    height: 257px;
}

.rt-spacer-258 {
    height: 258px;
}

.rt-spacer-259 {
    height: 259px;
}

.rt-spacer-260 {
    height: 260px;
}

.rt-spacer-261 {
    height: 261px;
}

.rt-spacer-262 {
    height: 262px;
}

.rt-spacer-263 {
    height: 263px;
}

.rt-spacer-264 {
    height: 264px;
}

.rt-spacer-265 {
    height: 265px;
}

.rt-spacer-266 {
    height: 266px;
}

.rt-spacer-267 {
    height: 267px;
}

.rt-spacer-268 {
    height: 268px;
}

.rt-spacer-269 {
    height: 269px;
}

.rt-spacer-270 {
    height: 270px;
}

.rt-spacer-271 {
    height: 271px;
}

.rt-spacer-272 {
    height: 272px;
}

.rt-spacer-273 {
    height: 273px;
}

.rt-spacer-274 {
    height: 274px;
}

.rt-spacer-275 {
    height: 275px;
}

.rt-spacer-276 {
    height: 276px;
}

.rt-spacer-277 {
    height: 277px;
}

.rt-spacer-278 {
    height: 278px;
}

.rt-spacer-279 {
    height: 279px;
}

.rt-spacer-280 {
    height: 280px;
}

.rt-spacer-281 {
    height: 281px;
}

.rt-spacer-282 {
    height: 282px;
}

.rt-spacer-283 {
    height: 283px;
}

.rt-spacer-284 {
    height: 284px;
}

.rt-spacer-285 {
    height: 285px;
}

.rt-spacer-286 {
    height: 286px;
}

.rt-spacer-287 {
    height: 287px;
}

.rt-spacer-288 {
    height: 288px;
}

.rt-spacer-289 {
    height: 289px;
}

.rt-spacer-290 {
    height: 290px;
}

.rt-spacer-291 {
    height: 291px;
}

.rt-spacer-292 {
    height: 292px;
}

.rt-spacer-293 {
    height: 293px;
}

.rt-spacer-294 {
    height: 294px;
}

.rt-spacer-295 {
    height: 295px;
}

.rt-spacer-296 {
    height: 296px;
}

.rt-spacer-297 {
    height: 297px;
}

.rt-spacer-298 {
    height: 298px;
}

.rt-spacer-299 {
    height: 299px;
}

.rt-spacer-300 {
    height: 300px;
}

@media (max-width: 1199.98px) {
    .rt-spacer-lg-0 {
        height: 0;
    }

    .rt-spacer-lg-1 {
        height: 1px;
    }

    .rt-spacer-lg-2 {
        height: 2px;
    }

    .rt-spacer-lg-3 {
        height: 3px;
    }

    .rt-spacer-lg-4 {
        height: 4px;
    }

    .rt-spacer-lg-5 {
        height: 5px;
    }

    .rt-spacer-lg-6 {
        height: 6px;
    }

    .rt-spacer-lg-7 {
        height: 7px;
    }

    .rt-spacer-lg-8 {
        height: 8px;
    }

    .rt-spacer-lg-9 {
        height: 9px;
    }

    .rt-spacer-lg-10 {
        height: 10px;
    }

    .rt-spacer-lg-11 {
        height: 11px;
    }

    .rt-spacer-lg-12 {
        height: 12px;
    }

    .rt-spacer-lg-13 {
        height: 13px;
    }

    .rt-spacer-lg-14 {
        height: 14px;
    }

    .rt-spacer-lg-15 {
        height: 15px;
    }

    .rt-spacer-lg-16 {
        height: 16px;
    }

    .rt-spacer-lg-17 {
        height: 17px;
    }

    .rt-spacer-lg-18 {
        height: 18px;
    }

    .rt-spacer-lg-19 {
        height: 19px;
    }

    .rt-spacer-lg-20 {
        height: 20px;
    }

    .rt-spacer-lg-21 {
        height: 21px;
    }

    .rt-spacer-lg-22 {
        height: 22px;
    }

    .rt-spacer-lg-23 {
        height: 23px;
    }

    .rt-spacer-lg-24 {
        height: 24px;
    }

    .rt-spacer-lg-25 {
        height: 25px;
    }

    .rt-spacer-lg-26 {
        height: 26px;
    }

    .rt-spacer-lg-27 {
        height: 27px;
    }

    .rt-spacer-lg-28 {
        height: 28px;
    }

    .rt-spacer-lg-29 {
        height: 29px;
    }

    .rt-spacer-lg-30 {
        height: 30px;
    }

    .rt-spacer-lg-31 {
        height: 31px;
    }

    .rt-spacer-lg-32 {
        height: 32px;
    }

    .rt-spacer-lg-33 {
        height: 33px;
    }

    .rt-spacer-lg-34 {
        height: 34px;
    }

    .rt-spacer-lg-35 {
        height: 35px;
    }

    .rt-spacer-lg-36 {
        height: 36px;
    }

    .rt-spacer-lg-37 {
        height: 37px;
    }

    .rt-spacer-lg-38 {
        height: 38px;
    }

    .rt-spacer-lg-39 {
        height: 39px;
    }

    .rt-spacer-lg-40 {
        height: 40px;
    }

    .rt-spacer-lg-41 {
        height: 41px;
    }

    .rt-spacer-lg-42 {
        height: 42px;
    }

    .rt-spacer-lg-43 {
        height: 43px;
    }

    .rt-spacer-lg-44 {
        height: 44px;
    }

    .rt-spacer-lg-45 {
        height: 45px;
    }

    .rt-spacer-lg-46 {
        height: 46px;
    }

    .rt-spacer-lg-47 {
        height: 47px;
    }

    .rt-spacer-lg-48 {
        height: 48px;
    }

    .rt-spacer-lg-49 {
        height: 49px;
    }

    .rt-spacer-lg-50 {
        height: 50px;
    }

    .rt-spacer-lg-51 {
        height: 51px;
    }

    .rt-spacer-lg-52 {
        height: 52px;
    }

    .rt-spacer-lg-53 {
        height: 53px;
    }

    .rt-spacer-lg-54 {
        height: 54px;
    }

    .rt-spacer-lg-55 {
        height: 55px;
    }

    .rt-spacer-lg-56 {
        height: 56px;
    }

    .rt-spacer-lg-57 {
        height: 57px;
    }

    .rt-spacer-lg-58 {
        height: 58px;
    }

    .rt-spacer-lg-59 {
        height: 59px;
    }

    .rt-spacer-lg-60 {
        height: 60px;
    }

    .rt-spacer-lg-61 {
        height: 61px;
    }

    .rt-spacer-lg-62 {
        height: 62px;
    }

    .rt-spacer-lg-63 {
        height: 63px;
    }

    .rt-spacer-lg-64 {
        height: 64px;
    }

    .rt-spacer-lg-65 {
        height: 65px;
    }

    .rt-spacer-lg-66 {
        height: 66px;
    }

    .rt-spacer-lg-67 {
        height: 67px;
    }

    .rt-spacer-lg-68 {
        height: 68px;
    }

    .rt-spacer-lg-69 {
        height: 69px;
    }

    .rt-spacer-lg-70 {
        height: 70px;
    }

    .rt-spacer-lg-71 {
        height: 71px;
    }

    .rt-spacer-lg-72 {
        height: 72px;
    }

    .rt-spacer-lg-73 {
        height: 73px;
    }

    .rt-spacer-lg-74 {
        height: 74px;
    }

    .rt-spacer-lg-75 {
        height: 75px;
    }

    .rt-spacer-lg-76 {
        height: 76px;
    }

    .rt-spacer-lg-77 {
        height: 77px;
    }

    .rt-spacer-lg-78 {
        height: 78px;
    }

    .rt-spacer-lg-79 {
        height: 79px;
    }

    .rt-spacer-lg-80 {
        height: 80px;
    }

    .rt-spacer-lg-81 {
        height: 81px;
    }

    .rt-spacer-lg-82 {
        height: 82px;
    }

    .rt-spacer-lg-83 {
        height: 83px;
    }

    .rt-spacer-lg-84 {
        height: 84px;
    }

    .rt-spacer-lg-85 {
        height: 85px;
    }

    .rt-spacer-lg-86 {
        height: 86px;
    }

    .rt-spacer-lg-87 {
        height: 87px;
    }

    .rt-spacer-lg-88 {
        height: 88px;
    }

    .rt-spacer-lg-89 {
        height: 89px;
    }

    .rt-spacer-lg-90 {
        height: 90px;
    }

    .rt-spacer-lg-91 {
        height: 91px;
    }

    .rt-spacer-lg-92 {
        height: 92px;
    }

    .rt-spacer-lg-93 {
        height: 93px;
    }

    .rt-spacer-lg-94 {
        height: 94px;
    }

    .rt-spacer-lg-95 {
        height: 95px;
    }

    .rt-spacer-lg-96 {
        height: 96px;
    }

    .rt-spacer-lg-97 {
        height: 97px;
    }

    .rt-spacer-lg-98 {
        height: 98px;
    }

    .rt-spacer-lg-99 {
        height: 99px;
    }

    .rt-spacer-lg-100 {
        height: 100px;
    }

    .rt-spacer-lg-101 {
        height: 101px;
    }

    .rt-spacer-lg-102 {
        height: 102px;
    }

    .rt-spacer-lg-103 {
        height: 103px;
    }

    .rt-spacer-lg-104 {
        height: 104px;
    }

    .rt-spacer-lg-105 {
        height: 105px;
    }

    .rt-spacer-lg-106 {
        height: 106px;
    }

    .rt-spacer-lg-107 {
        height: 107px;
    }

    .rt-spacer-lg-108 {
        height: 108px;
    }

    .rt-spacer-lg-109 {
        height: 109px;
    }

    .rt-spacer-lg-110 {
        height: 110px;
    }

    .rt-spacer-lg-111 {
        height: 111px;
    }

    .rt-spacer-lg-112 {
        height: 112px;
    }

    .rt-spacer-lg-113 {
        height: 113px;
    }

    .rt-spacer-lg-114 {
        height: 114px;
    }

    .rt-spacer-lg-115 {
        height: 115px;
    }

    .rt-spacer-lg-116 {
        height: 116px;
    }

    .rt-spacer-lg-117 {
        height: 117px;
    }

    .rt-spacer-lg-118 {
        height: 118px;
    }

    .rt-spacer-lg-119 {
        height: 119px;
    }

    .rt-spacer-lg-120 {
        height: 120px;
    }

    .rt-spacer-lg-121 {
        height: 121px;
    }

    .rt-spacer-lg-122 {
        height: 122px;
    }

    .rt-spacer-lg-123 {
        height: 123px;
    }

    .rt-spacer-lg-124 {
        height: 124px;
    }

    .rt-spacer-lg-125 {
        height: 125px;
    }

    .rt-spacer-lg-126 {
        height: 126px;
    }

    .rt-spacer-lg-127 {
        height: 127px;
    }

    .rt-spacer-lg-128 {
        height: 128px;
    }

    .rt-spacer-lg-129 {
        height: 129px;
    }

    .rt-spacer-lg-130 {
        height: 130px;
    }

    .rt-spacer-lg-131 {
        height: 131px;
    }

    .rt-spacer-lg-132 {
        height: 132px;
    }

    .rt-spacer-lg-133 {
        height: 133px;
    }

    .rt-spacer-lg-134 {
        height: 134px;
    }

    .rt-spacer-lg-135 {
        height: 135px;
    }

    .rt-spacer-lg-136 {
        height: 136px;
    }

    .rt-spacer-lg-137 {
        height: 137px;
    }

    .rt-spacer-lg-138 {
        height: 138px;
    }

    .rt-spacer-lg-139 {
        height: 139px;
    }

    .rt-spacer-lg-140 {
        height: 140px;
    }

    .rt-spacer-lg-141 {
        height: 141px;
    }

    .rt-spacer-lg-142 {
        height: 142px;
    }

    .rt-spacer-lg-143 {
        height: 143px;
    }

    .rt-spacer-lg-144 {
        height: 144px;
    }

    .rt-spacer-lg-145 {
        height: 145px;
    }

    .rt-spacer-lg-146 {
        height: 146px;
    }

    .rt-spacer-lg-147 {
        height: 147px;
    }

    .rt-spacer-lg-148 {
        height: 148px;
    }

    .rt-spacer-lg-149 {
        height: 149px;
    }

    .rt-spacer-lg-150 {
        height: 150px;
    }

    .rt-spacer-lg-151 {
        height: 151px;
    }

    .rt-spacer-lg-152 {
        height: 152px;
    }

    .rt-spacer-lg-153 {
        height: 153px;
    }

    .rt-spacer-lg-154 {
        height: 154px;
    }

    .rt-spacer-lg-155 {
        height: 155px;
    }

    .rt-spacer-lg-156 {
        height: 156px;
    }

    .rt-spacer-lg-157 {
        height: 157px;
    }

    .rt-spacer-lg-158 {
        height: 158px;
    }

    .rt-spacer-lg-159 {
        height: 159px;
    }

    .rt-spacer-lg-160 {
        height: 160px;
    }

    .rt-spacer-lg-161 {
        height: 161px;
    }

    .rt-spacer-lg-162 {
        height: 162px;
    }

    .rt-spacer-lg-163 {
        height: 163px;
    }

    .rt-spacer-lg-164 {
        height: 164px;
    }

    .rt-spacer-lg-165 {
        height: 165px;
    }

    .rt-spacer-lg-166 {
        height: 166px;
    }

    .rt-spacer-lg-167 {
        height: 167px;
    }

    .rt-spacer-lg-168 {
        height: 168px;
    }

    .rt-spacer-lg-169 {
        height: 169px;
    }

    .rt-spacer-lg-170 {
        height: 170px;
    }

    .rt-spacer-lg-171 {
        height: 171px;
    }

    .rt-spacer-lg-172 {
        height: 172px;
    }

    .rt-spacer-lg-173 {
        height: 173px;
    }

    .rt-spacer-lg-174 {
        height: 174px;
    }

    .rt-spacer-lg-175 {
        height: 175px;
    }

    .rt-spacer-lg-176 {
        height: 176px;
    }

    .rt-spacer-lg-177 {
        height: 177px;
    }

    .rt-spacer-lg-178 {
        height: 178px;
    }

    .rt-spacer-lg-179 {
        height: 179px;
    }

    .rt-spacer-lg-180 {
        height: 180px;
    }

    .rt-spacer-lg-181 {
        height: 181px;
    }

    .rt-spacer-lg-182 {
        height: 182px;
    }

    .rt-spacer-lg-183 {
        height: 183px;
    }

    .rt-spacer-lg-184 {
        height: 184px;
    }

    .rt-spacer-lg-185 {
        height: 185px;
    }

    .rt-spacer-lg-186 {
        height: 186px;
    }

    .rt-spacer-lg-187 {
        height: 187px;
    }

    .rt-spacer-lg-188 {
        height: 188px;
    }

    .rt-spacer-lg-189 {
        height: 189px;
    }

    .rt-spacer-lg-190 {
        height: 190px;
    }

    .rt-spacer-lg-191 {
        height: 191px;
    }

    .rt-spacer-lg-192 {
        height: 192px;
    }

    .rt-spacer-lg-193 {
        height: 193px;
    }

    .rt-spacer-lg-194 {
        height: 194px;
    }

    .rt-spacer-lg-195 {
        height: 195px;
    }

    .rt-spacer-lg-196 {
        height: 196px;
    }

    .rt-spacer-lg-197 {
        height: 197px;
    }

    .rt-spacer-lg-198 {
        height: 198px;
    }

    .rt-spacer-lg-199 {
        height: 199px;
    }

    .rt-spacer-lg-200 {
        height: 200px;
    }

    .rt-spacer-lg-201 {
        height: 201px;
    }

    .rt-spacer-lg-202 {
        height: 202px;
    }

    .rt-spacer-lg-203 {
        height: 203px;
    }

    .rt-spacer-lg-204 {
        height: 204px;
    }

    .rt-spacer-lg-205 {
        height: 205px;
    }

    .rt-spacer-lg-206 {
        height: 206px;
    }

    .rt-spacer-lg-207 {
        height: 207px;
    }

    .rt-spacer-lg-208 {
        height: 208px;
    }

    .rt-spacer-lg-209 {
        height: 209px;
    }

    .rt-spacer-lg-210 {
        height: 210px;
    }

    .rt-spacer-lg-211 {
        height: 211px;
    }

    .rt-spacer-lg-212 {
        height: 212px;
    }

    .rt-spacer-lg-213 {
        height: 213px;
    }

    .rt-spacer-lg-214 {
        height: 214px;
    }

    .rt-spacer-lg-215 {
        height: 215px;
    }

    .rt-spacer-lg-216 {
        height: 216px;
    }

    .rt-spacer-lg-217 {
        height: 217px;
    }

    .rt-spacer-lg-218 {
        height: 218px;
    }

    .rt-spacer-lg-219 {
        height: 219px;
    }

    .rt-spacer-lg-220 {
        height: 220px;
    }

    .rt-spacer-lg-221 {
        height: 221px;
    }

    .rt-spacer-lg-222 {
        height: 222px;
    }

    .rt-spacer-lg-223 {
        height: 223px;
    }

    .rt-spacer-lg-224 {
        height: 224px;
    }

    .rt-spacer-lg-225 {
        height: 225px;
    }

    .rt-spacer-lg-226 {
        height: 226px;
    }

    .rt-spacer-lg-227 {
        height: 227px;
    }

    .rt-spacer-lg-228 {
        height: 228px;
    }

    .rt-spacer-lg-229 {
        height: 229px;
    }

    .rt-spacer-lg-230 {
        height: 230px;
    }

    .rt-spacer-lg-231 {
        height: 231px;
    }

    .rt-spacer-lg-232 {
        height: 232px;
    }

    .rt-spacer-lg-233 {
        height: 233px;
    }

    .rt-spacer-lg-234 {
        height: 234px;
    }

    .rt-spacer-lg-235 {
        height: 235px;
    }

    .rt-spacer-lg-236 {
        height: 236px;
    }

    .rt-spacer-lg-237 {
        height: 237px;
    }

    .rt-spacer-lg-238 {
        height: 238px;
    }

    .rt-spacer-lg-239 {
        height: 239px;
    }

    .rt-spacer-lg-240 {
        height: 240px;
    }

    .rt-spacer-lg-241 {
        height: 241px;
    }

    .rt-spacer-lg-242 {
        height: 242px;
    }

    .rt-spacer-lg-243 {
        height: 243px;
    }

    .rt-spacer-lg-244 {
        height: 244px;
    }

    .rt-spacer-lg-245 {
        height: 245px;
    }

    .rt-spacer-lg-246 {
        height: 246px;
    }

    .rt-spacer-lg-247 {
        height: 247px;
    }

    .rt-spacer-lg-248 {
        height: 248px;
    }

    .rt-spacer-lg-249 {
        height: 249px;
    }

    .rt-spacer-lg-250 {
        height: 250px;
    }

    .rt-spacer-lg-251 {
        height: 251px;
    }

    .rt-spacer-lg-252 {
        height: 252px;
    }

    .rt-spacer-lg-253 {
        height: 253px;
    }

    .rt-spacer-lg-254 {
        height: 254px;
    }

    .rt-spacer-lg-255 {
        height: 255px;
    }

    .rt-spacer-lg-256 {
        height: 256px;
    }

    .rt-spacer-lg-257 {
        height: 257px;
    }

    .rt-spacer-lg-258 {
        height: 258px;
    }

    .rt-spacer-lg-259 {
        height: 259px;
    }

    .rt-spacer-lg-260 {
        height: 260px;
    }

    .rt-spacer-lg-261 {
        height: 261px;
    }

    .rt-spacer-lg-262 {
        height: 262px;
    }

    .rt-spacer-lg-263 {
        height: 263px;
    }

    .rt-spacer-lg-264 {
        height: 264px;
    }

    .rt-spacer-lg-265 {
        height: 265px;
    }

    .rt-spacer-lg-266 {
        height: 266px;
    }

    .rt-spacer-lg-267 {
        height: 267px;
    }

    .rt-spacer-lg-268 {
        height: 268px;
    }

    .rt-spacer-lg-269 {
        height: 269px;
    }

    .rt-spacer-lg-270 {
        height: 270px;
    }

    .rt-spacer-lg-271 {
        height: 271px;
    }

    .rt-spacer-lg-272 {
        height: 272px;
    }

    .rt-spacer-lg-273 {
        height: 273px;
    }

    .rt-spacer-lg-274 {
        height: 274px;
    }

    .rt-spacer-lg-275 {
        height: 275px;
    }

    .rt-spacer-lg-276 {
        height: 276px;
    }

    .rt-spacer-lg-277 {
        height: 277px;
    }

    .rt-spacer-lg-278 {
        height: 278px;
    }

    .rt-spacer-lg-279 {
        height: 279px;
    }

    .rt-spacer-lg-280 {
        height: 280px;
    }

    .rt-spacer-lg-281 {
        height: 281px;
    }

    .rt-spacer-lg-282 {
        height: 282px;
    }

    .rt-spacer-lg-283 {
        height: 283px;
    }

    .rt-spacer-lg-284 {
        height: 284px;
    }

    .rt-spacer-lg-285 {
        height: 285px;
    }

    .rt-spacer-lg-286 {
        height: 286px;
    }

    .rt-spacer-lg-287 {
        height: 287px;
    }

    .rt-spacer-lg-288 {
        height: 288px;
    }

    .rt-spacer-lg-289 {
        height: 289px;
    }

    .rt-spacer-lg-290 {
        height: 290px;
    }

    .rt-spacer-lg-291 {
        height: 291px;
    }

    .rt-spacer-lg-292 {
        height: 292px;
    }

    .rt-spacer-lg-293 {
        height: 293px;
    }

    .rt-spacer-lg-294 {
        height: 294px;
    }

    .rt-spacer-lg-295 {
        height: 295px;
    }

    .rt-spacer-lg-296 {
        height: 296px;
    }

    .rt-spacer-lg-297 {
        height: 297px;
    }

    .rt-spacer-lg-298 {
        height: 298px;
    }

    .rt-spacer-lg-299 {
        height: 299px;
    }

    .rt-spacer-lg-300 {
        height: 300px;
    }
}

@media (max-width: 991.98px) {
    .rt-spacer-md-0 {
        height: 0;
    }

    .rt-spacer-md-1 {
        height: 1px;
    }

    .rt-spacer-md-2 {
        height: 2px;
    }

    .rt-spacer-md-3 {
        height: 3px;
    }

    .rt-spacer-md-4 {
        height: 4px;
    }

    .rt-spacer-md-5 {
        height: 5px;
    }

    .rt-spacer-md-6 {
        height: 6px;
    }

    .rt-spacer-md-7 {
        height: 7px;
    }

    .rt-spacer-md-8 {
        height: 8px;
    }

    .rt-spacer-md-9 {
        height: 9px;
    }

    .rt-spacer-md-10 {
        height: 10px;
    }

    .rt-spacer-md-11 {
        height: 11px;
    }

    .rt-spacer-md-12 {
        height: 12px;
    }

    .rt-spacer-md-13 {
        height: 13px;
    }

    .rt-spacer-md-14 {
        height: 14px;
    }

    .rt-spacer-md-15 {
        height: 15px;
    }

    .rt-spacer-md-16 {
        height: 16px;
    }

    .rt-spacer-md-17 {
        height: 17px;
    }

    .rt-spacer-md-18 {
        height: 18px;
    }

    .rt-spacer-md-19 {
        height: 19px;
    }

    .rt-spacer-md-20 {
        height: 20px;
    }

    .rt-spacer-md-21 {
        height: 21px;
    }

    .rt-spacer-md-22 {
        height: 22px;
    }

    .rt-spacer-md-23 {
        height: 23px;
    }

    .rt-spacer-md-24 {
        height: 24px;
    }

    .rt-spacer-md-25 {
        height: 25px;
    }

    .rt-spacer-md-26 {
        height: 26px;
    }

    .rt-spacer-md-27 {
        height: 27px;
    }

    .rt-spacer-md-28 {
        height: 28px;
    }

    .rt-spacer-md-29 {
        height: 29px;
    }

    .rt-spacer-md-30 {
        height: 30px;
    }

    .rt-spacer-md-31 {
        height: 31px;
    }

    .rt-spacer-md-32 {
        height: 32px;
    }

    .rt-spacer-md-33 {
        height: 33px;
    }

    .rt-spacer-md-34 {
        height: 34px;
    }

    .rt-spacer-md-35 {
        height: 35px;
    }

    .rt-spacer-md-36 {
        height: 36px;
    }

    .rt-spacer-md-37 {
        height: 37px;
    }

    .rt-spacer-md-38 {
        height: 38px;
    }

    .rt-spacer-md-39 {
        height: 39px;
    }

    .rt-spacer-md-40 {
        height: 40px;
    }

    .rt-spacer-md-41 {
        height: 41px;
    }

    .rt-spacer-md-42 {
        height: 42px;
    }

    .rt-spacer-md-43 {
        height: 43px;
    }

    .rt-spacer-md-44 {
        height: 44px;
    }

    .rt-spacer-md-45 {
        height: 45px;
    }

    .rt-spacer-md-46 {
        height: 46px;
    }

    .rt-spacer-md-47 {
        height: 47px;
    }

    .rt-spacer-md-48 {
        height: 48px;
    }

    .rt-spacer-md-49 {
        height: 49px;
    }

    .rt-spacer-md-50 {
        height: 50px;
    }

    .rt-spacer-md-51 {
        height: 51px;
    }

    .rt-spacer-md-52 {
        height: 52px;
    }

    .rt-spacer-md-53 {
        height: 53px;
    }

    .rt-spacer-md-54 {
        height: 54px;
    }

    .rt-spacer-md-55 {
        height: 55px;
    }

    .rt-spacer-md-56 {
        height: 56px;
    }

    .rt-spacer-md-57 {
        height: 57px;
    }

    .rt-spacer-md-58 {
        height: 58px;
    }

    .rt-spacer-md-59 {
        height: 59px;
    }

    .rt-spacer-md-60 {
        height: 60px;
    }

    .rt-spacer-md-61 {
        height: 61px;
    }

    .rt-spacer-md-62 {
        height: 62px;
    }

    .rt-spacer-md-63 {
        height: 63px;
    }

    .rt-spacer-md-64 {
        height: 64px;
    }

    .rt-spacer-md-65 {
        height: 65px;
    }

    .rt-spacer-md-66 {
        height: 66px;
    }

    .rt-spacer-md-67 {
        height: 67px;
    }

    .rt-spacer-md-68 {
        height: 68px;
    }

    .rt-spacer-md-69 {
        height: 69px;
    }

    .rt-spacer-md-70 {
        height: 70px;
    }

    .rt-spacer-md-71 {
        height: 71px;
    }

    .rt-spacer-md-72 {
        height: 72px;
    }

    .rt-spacer-md-73 {
        height: 73px;
    }

    .rt-spacer-md-74 {
        height: 74px;
    }

    .rt-spacer-md-75 {
        height: 75px;
    }

    .rt-spacer-md-76 {
        height: 76px;
    }

    .rt-spacer-md-77 {
        height: 77px;
    }

    .rt-spacer-md-78 {
        height: 78px;
    }

    .rt-spacer-md-79 {
        height: 79px;
    }

    .rt-spacer-md-80 {
        height: 80px;
    }

    .rt-spacer-md-81 {
        height: 81px;
    }

    .rt-spacer-md-82 {
        height: 82px;
    }

    .rt-spacer-md-83 {
        height: 83px;
    }

    .rt-spacer-md-84 {
        height: 84px;
    }

    .rt-spacer-md-85 {
        height: 85px;
    }

    .rt-spacer-md-86 {
        height: 86px;
    }

    .rt-spacer-md-87 {
        height: 87px;
    }

    .rt-spacer-md-88 {
        height: 88px;
    }

    .rt-spacer-md-89 {
        height: 89px;
    }

    .rt-spacer-md-90 {
        height: 90px;
    }

    .rt-spacer-md-91 {
        height: 91px;
    }

    .rt-spacer-md-92 {
        height: 92px;
    }

    .rt-spacer-md-93 {
        height: 93px;
    }

    .rt-spacer-md-94 {
        height: 94px;
    }

    .rt-spacer-md-95 {
        height: 95px;
    }

    .rt-spacer-md-96 {
        height: 96px;
    }

    .rt-spacer-md-97 {
        height: 97px;
    }

    .rt-spacer-md-98 {
        height: 98px;
    }

    .rt-spacer-md-99 {
        height: 99px;
    }

    .rt-spacer-md-100 {
        height: 100px;
    }

    .rt-spacer-md-101 {
        height: 101px;
    }

    .rt-spacer-md-102 {
        height: 102px;
    }

    .rt-spacer-md-103 {
        height: 103px;
    }

    .rt-spacer-md-104 {
        height: 104px;
    }

    .rt-spacer-md-105 {
        height: 105px;
    }

    .rt-spacer-md-106 {
        height: 106px;
    }

    .rt-spacer-md-107 {
        height: 107px;
    }

    .rt-spacer-md-108 {
        height: 108px;
    }

    .rt-spacer-md-109 {
        height: 109px;
    }

    .rt-spacer-md-110 {
        height: 110px;
    }

    .rt-spacer-md-111 {
        height: 111px;
    }

    .rt-spacer-md-112 {
        height: 112px;
    }

    .rt-spacer-md-113 {
        height: 113px;
    }

    .rt-spacer-md-114 {
        height: 114px;
    }

    .rt-spacer-md-115 {
        height: 115px;
    }

    .rt-spacer-md-116 {
        height: 116px;
    }

    .rt-spacer-md-117 {
        height: 117px;
    }

    .rt-spacer-md-118 {
        height: 118px;
    }

    .rt-spacer-md-119 {
        height: 119px;
    }

    .rt-spacer-md-120 {
        height: 120px;
    }

    .rt-spacer-md-121 {
        height: 121px;
    }

    .rt-spacer-md-122 {
        height: 122px;
    }

    .rt-spacer-md-123 {
        height: 123px;
    }

    .rt-spacer-md-124 {
        height: 124px;
    }

    .rt-spacer-md-125 {
        height: 125px;
    }

    .rt-spacer-md-126 {
        height: 126px;
    }

    .rt-spacer-md-127 {
        height: 127px;
    }

    .rt-spacer-md-128 {
        height: 128px;
    }

    .rt-spacer-md-129 {
        height: 129px;
    }

    .rt-spacer-md-130 {
        height: 130px;
    }

    .rt-spacer-md-131 {
        height: 131px;
    }

    .rt-spacer-md-132 {
        height: 132px;
    }

    .rt-spacer-md-133 {
        height: 133px;
    }

    .rt-spacer-md-134 {
        height: 134px;
    }

    .rt-spacer-md-135 {
        height: 135px;
    }

    .rt-spacer-md-136 {
        height: 136px;
    }

    .rt-spacer-md-137 {
        height: 137px;
    }

    .rt-spacer-md-138 {
        height: 138px;
    }

    .rt-spacer-md-139 {
        height: 139px;
    }

    .rt-spacer-md-140 {
        height: 140px;
    }

    .rt-spacer-md-141 {
        height: 141px;
    }

    .rt-spacer-md-142 {
        height: 142px;
    }

    .rt-spacer-md-143 {
        height: 143px;
    }

    .rt-spacer-md-144 {
        height: 144px;
    }

    .rt-spacer-md-145 {
        height: 145px;
    }

    .rt-spacer-md-146 {
        height: 146px;
    }

    .rt-spacer-md-147 {
        height: 147px;
    }

    .rt-spacer-md-148 {
        height: 148px;
    }

    .rt-spacer-md-149 {
        height: 149px;
    }

    .rt-spacer-md-150 {
        height: 150px;
    }

    .rt-spacer-md-151 {
        height: 151px;
    }

    .rt-spacer-md-152 {
        height: 152px;
    }

    .rt-spacer-md-153 {
        height: 153px;
    }

    .rt-spacer-md-154 {
        height: 154px;
    }

    .rt-spacer-md-155 {
        height: 155px;
    }

    .rt-spacer-md-156 {
        height: 156px;
    }

    .rt-spacer-md-157 {
        height: 157px;
    }

    .rt-spacer-md-158 {
        height: 158px;
    }

    .rt-spacer-md-159 {
        height: 159px;
    }

    .rt-spacer-md-160 {
        height: 160px;
    }

    .rt-spacer-md-161 {
        height: 161px;
    }

    .rt-spacer-md-162 {
        height: 162px;
    }

    .rt-spacer-md-163 {
        height: 163px;
    }

    .rt-spacer-md-164 {
        height: 164px;
    }

    .rt-spacer-md-165 {
        height: 165px;
    }

    .rt-spacer-md-166 {
        height: 166px;
    }

    .rt-spacer-md-167 {
        height: 167px;
    }

    .rt-spacer-md-168 {
        height: 168px;
    }

    .rt-spacer-md-169 {
        height: 169px;
    }

    .rt-spacer-md-170 {
        height: 170px;
    }

    .rt-spacer-md-171 {
        height: 171px;
    }

    .rt-spacer-md-172 {
        height: 172px;
    }

    .rt-spacer-md-173 {
        height: 173px;
    }

    .rt-spacer-md-174 {
        height: 174px;
    }

    .rt-spacer-md-175 {
        height: 175px;
    }

    .rt-spacer-md-176 {
        height: 176px;
    }

    .rt-spacer-md-177 {
        height: 177px;
    }

    .rt-spacer-md-178 {
        height: 178px;
    }

    .rt-spacer-md-179 {
        height: 179px;
    }

    .rt-spacer-md-180 {
        height: 180px;
    }

    .rt-spacer-md-181 {
        height: 181px;
    }

    .rt-spacer-md-182 {
        height: 182px;
    }

    .rt-spacer-md-183 {
        height: 183px;
    }

    .rt-spacer-md-184 {
        height: 184px;
    }

    .rt-spacer-md-185 {
        height: 185px;
    }

    .rt-spacer-md-186 {
        height: 186px;
    }

    .rt-spacer-md-187 {
        height: 187px;
    }

    .rt-spacer-md-188 {
        height: 188px;
    }

    .rt-spacer-md-189 {
        height: 189px;
    }

    .rt-spacer-md-190 {
        height: 190px;
    }

    .rt-spacer-md-191 {
        height: 191px;
    }

    .rt-spacer-md-192 {
        height: 192px;
    }

    .rt-spacer-md-193 {
        height: 193px;
    }

    .rt-spacer-md-194 {
        height: 194px;
    }

    .rt-spacer-md-195 {
        height: 195px;
    }

    .rt-spacer-md-196 {
        height: 196px;
    }

    .rt-spacer-md-197 {
        height: 197px;
    }

    .rt-spacer-md-198 {
        height: 198px;
    }

    .rt-spacer-md-199 {
        height: 199px;
    }

    .rt-spacer-md-200 {
        height: 200px;
    }

    .rt-spacer-md-201 {
        height: 201px;
    }

    .rt-spacer-md-202 {
        height: 202px;
    }

    .rt-spacer-md-203 {
        height: 203px;
    }

    .rt-spacer-md-204 {
        height: 204px;
    }

    .rt-spacer-md-205 {
        height: 205px;
    }

    .rt-spacer-md-206 {
        height: 206px;
    }

    .rt-spacer-md-207 {
        height: 207px;
    }

    .rt-spacer-md-208 {
        height: 208px;
    }

    .rt-spacer-md-209 {
        height: 209px;
    }

    .rt-spacer-md-210 {
        height: 210px;
    }

    .rt-spacer-md-211 {
        height: 211px;
    }

    .rt-spacer-md-212 {
        height: 212px;
    }

    .rt-spacer-md-213 {
        height: 213px;
    }

    .rt-spacer-md-214 {
        height: 214px;
    }

    .rt-spacer-md-215 {
        height: 215px;
    }

    .rt-spacer-md-216 {
        height: 216px;
    }

    .rt-spacer-md-217 {
        height: 217px;
    }

    .rt-spacer-md-218 {
        height: 218px;
    }

    .rt-spacer-md-219 {
        height: 219px;
    }

    .rt-spacer-md-220 {
        height: 220px;
    }

    .rt-spacer-md-221 {
        height: 221px;
    }

    .rt-spacer-md-222 {
        height: 222px;
    }

    .rt-spacer-md-223 {
        height: 223px;
    }

    .rt-spacer-md-224 {
        height: 224px;
    }

    .rt-spacer-md-225 {
        height: 225px;
    }

    .rt-spacer-md-226 {
        height: 226px;
    }

    .rt-spacer-md-227 {
        height: 227px;
    }

    .rt-spacer-md-228 {
        height: 228px;
    }

    .rt-spacer-md-229 {
        height: 229px;
    }

    .rt-spacer-md-230 {
        height: 230px;
    }

    .rt-spacer-md-231 {
        height: 231px;
    }

    .rt-spacer-md-232 {
        height: 232px;
    }

    .rt-spacer-md-233 {
        height: 233px;
    }

    .rt-spacer-md-234 {
        height: 234px;
    }

    .rt-spacer-md-235 {
        height: 235px;
    }

    .rt-spacer-md-236 {
        height: 236px;
    }

    .rt-spacer-md-237 {
        height: 237px;
    }

    .rt-spacer-md-238 {
        height: 238px;
    }

    .rt-spacer-md-239 {
        height: 239px;
    }

    .rt-spacer-md-240 {
        height: 240px;
    }

    .rt-spacer-md-241 {
        height: 241px;
    }

    .rt-spacer-md-242 {
        height: 242px;
    }

    .rt-spacer-md-243 {
        height: 243px;
    }

    .rt-spacer-md-244 {
        height: 244px;
    }

    .rt-spacer-md-245 {
        height: 245px;
    }

    .rt-spacer-md-246 {
        height: 246px;
    }

    .rt-spacer-md-247 {
        height: 247px;
    }

    .rt-spacer-md-248 {
        height: 248px;
    }

    .rt-spacer-md-249 {
        height: 249px;
    }

    .rt-spacer-md-250 {
        height: 250px;
    }

    .rt-spacer-md-251 {
        height: 251px;
    }

    .rt-spacer-md-252 {
        height: 252px;
    }

    .rt-spacer-md-253 {
        height: 253px;
    }

    .rt-spacer-md-254 {
        height: 254px;
    }

    .rt-spacer-md-255 {
        height: 255px;
    }

    .rt-spacer-md-256 {
        height: 256px;
    }

    .rt-spacer-md-257 {
        height: 257px;
    }

    .rt-spacer-md-258 {
        height: 258px;
    }

    .rt-spacer-md-259 {
        height: 259px;
    }

    .rt-spacer-md-260 {
        height: 260px;
    }

    .rt-spacer-md-261 {
        height: 261px;
    }

    .rt-spacer-md-262 {
        height: 262px;
    }

    .rt-spacer-md-263 {
        height: 263px;
    }

    .rt-spacer-md-264 {
        height: 264px;
    }

    .rt-spacer-md-265 {
        height: 265px;
    }

    .rt-spacer-md-266 {
        height: 266px;
    }

    .rt-spacer-md-267 {
        height: 267px;
    }

    .rt-spacer-md-268 {
        height: 268px;
    }

    .rt-spacer-md-269 {
        height: 269px;
    }

    .rt-spacer-md-270 {
        height: 270px;
    }

    .rt-spacer-md-271 {
        height: 271px;
    }

    .rt-spacer-md-272 {
        height: 272px;
    }

    .rt-spacer-md-273 {
        height: 273px;
    }

    .rt-spacer-md-274 {
        height: 274px;
    }

    .rt-spacer-md-275 {
        height: 275px;
    }

    .rt-spacer-md-276 {
        height: 276px;
    }

    .rt-spacer-md-277 {
        height: 277px;
    }

    .rt-spacer-md-278 {
        height: 278px;
    }

    .rt-spacer-md-279 {
        height: 279px;
    }

    .rt-spacer-md-280 {
        height: 280px;
    }

    .rt-spacer-md-281 {
        height: 281px;
    }

    .rt-spacer-md-282 {
        height: 282px;
    }

    .rt-spacer-md-283 {
        height: 283px;
    }

    .rt-spacer-md-284 {
        height: 284px;
    }

    .rt-spacer-md-285 {
        height: 285px;
    }

    .rt-spacer-md-286 {
        height: 286px;
    }

    .rt-spacer-md-287 {
        height: 287px;
    }

    .rt-spacer-md-288 {
        height: 288px;
    }

    .rt-spacer-md-289 {
        height: 289px;
    }

    .rt-spacer-md-290 {
        height: 290px;
    }

    .rt-spacer-md-291 {
        height: 291px;
    }

    .rt-spacer-md-292 {
        height: 292px;
    }

    .rt-spacer-md-293 {
        height: 293px;
    }

    .rt-spacer-md-294 {
        height: 294px;
    }

    .rt-spacer-md-295 {
        height: 295px;
    }

    .rt-spacer-md-296 {
        height: 296px;
    }

    .rt-spacer-md-297 {
        height: 297px;
    }

    .rt-spacer-md-298 {
        height: 298px;
    }

    .rt-spacer-md-299 {
        height: 299px;
    }

    .rt-spacer-md-300 {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .rt-spacer-xs-0 {
        height: 0;
    }

    .rt-spacer-xs-1 {
        height: 1px;
    }

    .rt-spacer-xs-2 {
        height: 2px;
    }

    .rt-spacer-xs-3 {
        height: 3px;
    }

    .rt-spacer-xs-4 {
        height: 4px;
    }

    .rt-spacer-xs-5 {
        height: 5px;
    }

    .rt-spacer-xs-6 {
        height: 6px;
    }

    .rt-spacer-xs-7 {
        height: 7px;
    }

    .rt-spacer-xs-8 {
        height: 8px;
    }

    .rt-spacer-xs-9 {
        height: 9px;
    }

    .rt-spacer-xs-10 {
        height: 10px;
    }

    .rt-spacer-xs-11 {
        height: 11px;
    }

    .rt-spacer-xs-12 {
        height: 12px;
    }

    .rt-spacer-xs-13 {
        height: 13px;
    }

    .rt-spacer-xs-14 {
        height: 14px;
    }

    .rt-spacer-xs-15 {
        height: 15px;
    }

    .rt-spacer-xs-16 {
        height: 16px;
    }

    .rt-spacer-xs-17 {
        height: 17px;
    }

    .rt-spacer-xs-18 {
        height: 18px;
    }

    .rt-spacer-xs-19 {
        height: 19px;
    }

    .rt-spacer-xs-20 {
        height: 20px;
    }

    .rt-spacer-xs-21 {
        height: 21px;
    }

    .rt-spacer-xs-22 {
        height: 22px;
    }

    .rt-spacer-xs-23 {
        height: 23px;
    }

    .rt-spacer-xs-24 {
        height: 24px;
    }

    .rt-spacer-xs-25 {
        height: 25px;
    }

    .rt-spacer-xs-26 {
        height: 26px;
    }

    .rt-spacer-xs-27 {
        height: 27px;
    }

    .rt-spacer-xs-28 {
        height: 28px;
    }

    .rt-spacer-xs-29 {
        height: 29px;
    }

    .rt-spacer-xs-30 {
        height: 30px;
    }

    .rt-spacer-xs-31 {
        height: 31px;
    }

    .rt-spacer-xs-32 {
        height: 32px;
    }

    .rt-spacer-xs-33 {
        height: 33px;
    }

    .rt-spacer-xs-34 {
        height: 34px;
    }

    .rt-spacer-xs-35 {
        height: 35px;
    }

    .rt-spacer-xs-36 {
        height: 36px;
    }

    .rt-spacer-xs-37 {
        height: 37px;
    }

    .rt-spacer-xs-38 {
        height: 38px;
    }

    .rt-spacer-xs-39 {
        height: 39px;
    }

    .rt-spacer-xs-40 {
        height: 40px;
    }

    .rt-spacer-xs-41 {
        height: 41px;
    }

    .rt-spacer-xs-42 {
        height: 42px;
    }

    .rt-spacer-xs-43 {
        height: 43px;
    }

    .rt-spacer-xs-44 {
        height: 44px;
    }

    .rt-spacer-xs-45 {
        height: 45px;
    }

    .rt-spacer-xs-46 {
        height: 46px;
    }

    .rt-spacer-xs-47 {
        height: 47px;
    }

    .rt-spacer-xs-48 {
        height: 48px;
    }

    .rt-spacer-xs-49 {
        height: 49px;
    }

    .rt-spacer-xs-50 {
        height: 50px;
    }

    .rt-spacer-xs-51 {
        height: 51px;
    }

    .rt-spacer-xs-52 {
        height: 52px;
    }

    .rt-spacer-xs-53 {
        height: 53px;
    }

    .rt-spacer-xs-54 {
        height: 54px;
    }

    .rt-spacer-xs-55 {
        height: 55px;
    }

    .rt-spacer-xs-56 {
        height: 56px;
    }

    .rt-spacer-xs-57 {
        height: 57px;
    }

    .rt-spacer-xs-58 {
        height: 58px;
    }

    .rt-spacer-xs-59 {
        height: 59px;
    }

    .rt-spacer-xs-60 {
        height: 60px;
    }

    .rt-spacer-xs-61 {
        height: 61px;
    }

    .rt-spacer-xs-62 {
        height: 62px;
    }

    .rt-spacer-xs-63 {
        height: 63px;
    }

    .rt-spacer-xs-64 {
        height: 64px;
    }

    .rt-spacer-xs-65 {
        height: 65px;
    }

    .rt-spacer-xs-66 {
        height: 66px;
    }

    .rt-spacer-xs-67 {
        height: 67px;
    }

    .rt-spacer-xs-68 {
        height: 68px;
    }

    .rt-spacer-xs-69 {
        height: 69px;
    }

    .rt-spacer-xs-70 {
        height: 70px;
    }

    .rt-spacer-xs-71 {
        height: 71px;
    }

    .rt-spacer-xs-72 {
        height: 72px;
    }

    .rt-spacer-xs-73 {
        height: 73px;
    }

    .rt-spacer-xs-74 {
        height: 74px;
    }

    .rt-spacer-xs-75 {
        height: 75px;
    }

    .rt-spacer-xs-76 {
        height: 76px;
    }

    .rt-spacer-xs-77 {
        height: 77px;
    }

    .rt-spacer-xs-78 {
        height: 78px;
    }

    .rt-spacer-xs-79 {
        height: 79px;
    }

    .rt-spacer-xs-80 {
        height: 80px;
    }

    .rt-spacer-xs-81 {
        height: 81px;
    }

    .rt-spacer-xs-82 {
        height: 82px;
    }

    .rt-spacer-xs-83 {
        height: 83px;
    }

    .rt-spacer-xs-84 {
        height: 84px;
    }

    .rt-spacer-xs-85 {
        height: 85px;
    }

    .rt-spacer-xs-86 {
        height: 86px;
    }

    .rt-spacer-xs-87 {
        height: 87px;
    }

    .rt-spacer-xs-88 {
        height: 88px;
    }

    .rt-spacer-xs-89 {
        height: 89px;
    }

    .rt-spacer-xs-90 {
        height: 90px;
    }

    .rt-spacer-xs-91 {
        height: 91px;
    }

    .rt-spacer-xs-92 {
        height: 92px;
    }

    .rt-spacer-xs-93 {
        height: 93px;
    }

    .rt-spacer-xs-94 {
        height: 94px;
    }

    .rt-spacer-xs-95 {
        height: 95px;
    }

    .rt-spacer-xs-96 {
        height: 96px;
    }

    .rt-spacer-xs-97 {
        height: 97px;
    }

    .rt-spacer-xs-98 {
        height: 98px;
    }

    .rt-spacer-xs-99 {
        height: 99px;
    }

    .rt-spacer-xs-100 {
        height: 100px;
    }

    .rt-spacer-xs-101 {
        height: 101px;
    }

    .rt-spacer-xs-102 {
        height: 102px;
    }

    .rt-spacer-xs-103 {
        height: 103px;
    }

    .rt-spacer-xs-104 {
        height: 104px;
    }

    .rt-spacer-xs-105 {
        height: 105px;
    }

    .rt-spacer-xs-106 {
        height: 106px;
    }

    .rt-spacer-xs-107 {
        height: 107px;
    }

    .rt-spacer-xs-108 {
        height: 108px;
    }

    .rt-spacer-xs-109 {
        height: 109px;
    }

    .rt-spacer-xs-110 {
        height: 110px;
    }

    .rt-spacer-xs-111 {
        height: 111px;
    }

    .rt-spacer-xs-112 {
        height: 112px;
    }

    .rt-spacer-xs-113 {
        height: 113px;
    }

    .rt-spacer-xs-114 {
        height: 114px;
    }

    .rt-spacer-xs-115 {
        height: 115px;
    }

    .rt-spacer-xs-116 {
        height: 116px;
    }

    .rt-spacer-xs-117 {
        height: 117px;
    }

    .rt-spacer-xs-118 {
        height: 118px;
    }

    .rt-spacer-xs-119 {
        height: 119px;
    }

    .rt-spacer-xs-120 {
        height: 120px;
    }

    .rt-spacer-xs-121 {
        height: 121px;
    }

    .rt-spacer-xs-122 {
        height: 122px;
    }

    .rt-spacer-xs-123 {
        height: 123px;
    }

    .rt-spacer-xs-124 {
        height: 124px;
    }

    .rt-spacer-xs-125 {
        height: 125px;
    }

    .rt-spacer-xs-126 {
        height: 126px;
    }

    .rt-spacer-xs-127 {
        height: 127px;
    }

    .rt-spacer-xs-128 {
        height: 128px;
    }

    .rt-spacer-xs-129 {
        height: 129px;
    }

    .rt-spacer-xs-130 {
        height: 130px;
    }

    .rt-spacer-xs-131 {
        height: 131px;
    }

    .rt-spacer-xs-132 {
        height: 132px;
    }

    .rt-spacer-xs-133 {
        height: 133px;
    }

    .rt-spacer-xs-134 {
        height: 134px;
    }

    .rt-spacer-xs-135 {
        height: 135px;
    }

    .rt-spacer-xs-136 {
        height: 136px;
    }

    .rt-spacer-xs-137 {
        height: 137px;
    }

    .rt-spacer-xs-138 {
        height: 138px;
    }

    .rt-spacer-xs-139 {
        height: 139px;
    }

    .rt-spacer-xs-140 {
        height: 140px;
    }

    .rt-spacer-xs-141 {
        height: 141px;
    }

    .rt-spacer-xs-142 {
        height: 142px;
    }

    .rt-spacer-xs-143 {
        height: 143px;
    }

    .rt-spacer-xs-144 {
        height: 144px;
    }

    .rt-spacer-xs-145 {
        height: 145px;
    }

    .rt-spacer-xs-146 {
        height: 146px;
    }

    .rt-spacer-xs-147 {
        height: 147px;
    }

    .rt-spacer-xs-148 {
        height: 148px;
    }

    .rt-spacer-xs-149 {
        height: 149px;
    }

    .rt-spacer-xs-150 {
        height: 150px;
    }

    .rt-spacer-xs-151 {
        height: 151px;
    }

    .rt-spacer-xs-152 {
        height: 152px;
    }

    .rt-spacer-xs-153 {
        height: 153px;
    }

    .rt-spacer-xs-154 {
        height: 154px;
    }

    .rt-spacer-xs-155 {
        height: 155px;
    }

    .rt-spacer-xs-156 {
        height: 156px;
    }

    .rt-spacer-xs-157 {
        height: 157px;
    }

    .rt-spacer-xs-158 {
        height: 158px;
    }

    .rt-spacer-xs-159 {
        height: 159px;
    }

    .rt-spacer-xs-160 {
        height: 160px;
    }

    .rt-spacer-xs-161 {
        height: 161px;
    }

    .rt-spacer-xs-162 {
        height: 162px;
    }

    .rt-spacer-xs-163 {
        height: 163px;
    }

    .rt-spacer-xs-164 {
        height: 164px;
    }

    .rt-spacer-xs-165 {
        height: 165px;
    }

    .rt-spacer-xs-166 {
        height: 166px;
    }

    .rt-spacer-xs-167 {
        height: 167px;
    }

    .rt-spacer-xs-168 {
        height: 168px;
    }

    .rt-spacer-xs-169 {
        height: 169px;
    }

    .rt-spacer-xs-170 {
        height: 170px;
    }

    .rt-spacer-xs-171 {
        height: 171px;
    }

    .rt-spacer-xs-172 {
        height: 172px;
    }

    .rt-spacer-xs-173 {
        height: 173px;
    }

    .rt-spacer-xs-174 {
        height: 174px;
    }

    .rt-spacer-xs-175 {
        height: 175px;
    }

    .rt-spacer-xs-176 {
        height: 176px;
    }

    .rt-spacer-xs-177 {
        height: 177px;
    }

    .rt-spacer-xs-178 {
        height: 178px;
    }

    .rt-spacer-xs-179 {
        height: 179px;
    }

    .rt-spacer-xs-180 {
        height: 180px;
    }

    .rt-spacer-xs-181 {
        height: 181px;
    }

    .rt-spacer-xs-182 {
        height: 182px;
    }

    .rt-spacer-xs-183 {
        height: 183px;
    }

    .rt-spacer-xs-184 {
        height: 184px;
    }

    .rt-spacer-xs-185 {
        height: 185px;
    }

    .rt-spacer-xs-186 {
        height: 186px;
    }

    .rt-spacer-xs-187 {
        height: 187px;
    }

    .rt-spacer-xs-188 {
        height: 188px;
    }

    .rt-spacer-xs-189 {
        height: 189px;
    }

    .rt-spacer-xs-190 {
        height: 190px;
    }

    .rt-spacer-xs-191 {
        height: 191px;
    }

    .rt-spacer-xs-192 {
        height: 192px;
    }

    .rt-spacer-xs-193 {
        height: 193px;
    }

    .rt-spacer-xs-194 {
        height: 194px;
    }

    .rt-spacer-xs-195 {
        height: 195px;
    }

    .rt-spacer-xs-196 {
        height: 196px;
    }

    .rt-spacer-xs-197 {
        height: 197px;
    }

    .rt-spacer-xs-198 {
        height: 198px;
    }

    .rt-spacer-xs-199 {
        height: 199px;
    }

    .rt-spacer-xs-200 {
        height: 200px;
    }

    .rt-spacer-xs-201 {
        height: 201px;
    }

    .rt-spacer-xs-202 {
        height: 202px;
    }

    .rt-spacer-xs-203 {
        height: 203px;
    }

    .rt-spacer-xs-204 {
        height: 204px;
    }

    .rt-spacer-xs-205 {
        height: 205px;
    }

    .rt-spacer-xs-206 {
        height: 206px;
    }

    .rt-spacer-xs-207 {
        height: 207px;
    }

    .rt-spacer-xs-208 {
        height: 208px;
    }

    .rt-spacer-xs-209 {
        height: 209px;
    }

    .rt-spacer-xs-210 {
        height: 210px;
    }

    .rt-spacer-xs-211 {
        height: 211px;
    }

    .rt-spacer-xs-212 {
        height: 212px;
    }

    .rt-spacer-xs-213 {
        height: 213px;
    }

    .rt-spacer-xs-214 {
        height: 214px;
    }

    .rt-spacer-xs-215 {
        height: 215px;
    }

    .rt-spacer-xs-216 {
        height: 216px;
    }

    .rt-spacer-xs-217 {
        height: 217px;
    }

    .rt-spacer-xs-218 {
        height: 218px;
    }

    .rt-spacer-xs-219 {
        height: 219px;
    }

    .rt-spacer-xs-220 {
        height: 220px;
    }

    .rt-spacer-xs-221 {
        height: 221px;
    }

    .rt-spacer-xs-222 {
        height: 222px;
    }

    .rt-spacer-xs-223 {
        height: 223px;
    }

    .rt-spacer-xs-224 {
        height: 224px;
    }

    .rt-spacer-xs-225 {
        height: 225px;
    }

    .rt-spacer-xs-226 {
        height: 226px;
    }

    .rt-spacer-xs-227 {
        height: 227px;
    }

    .rt-spacer-xs-228 {
        height: 228px;
    }

    .rt-spacer-xs-229 {
        height: 229px;
    }

    .rt-spacer-xs-230 {
        height: 230px;
    }

    .rt-spacer-xs-231 {
        height: 231px;
    }

    .rt-spacer-xs-232 {
        height: 232px;
    }

    .rt-spacer-xs-233 {
        height: 233px;
    }

    .rt-spacer-xs-234 {
        height: 234px;
    }

    .rt-spacer-xs-235 {
        height: 235px;
    }

    .rt-spacer-xs-236 {
        height: 236px;
    }

    .rt-spacer-xs-237 {
        height: 237px;
    }

    .rt-spacer-xs-238 {
        height: 238px;
    }

    .rt-spacer-xs-239 {
        height: 239px;
    }

    .rt-spacer-xs-240 {
        height: 240px;
    }

    .rt-spacer-xs-241 {
        height: 241px;
    }

    .rt-spacer-xs-242 {
        height: 242px;
    }

    .rt-spacer-xs-243 {
        height: 243px;
    }

    .rt-spacer-xs-244 {
        height: 244px;
    }

    .rt-spacer-xs-245 {
        height: 245px;
    }

    .rt-spacer-xs-246 {
        height: 246px;
    }

    .rt-spacer-xs-247 {
        height: 247px;
    }

    .rt-spacer-xs-248 {
        height: 248px;
    }

    .rt-spacer-xs-249 {
        height: 249px;
    }

    .rt-spacer-xs-250 {
        height: 250px;
    }

    .rt-spacer-xs-251 {
        height: 251px;
    }

    .rt-spacer-xs-252 {
        height: 252px;
    }

    .rt-spacer-xs-253 {
        height: 253px;
    }

    .rt-spacer-xs-254 {
        height: 254px;
    }

    .rt-spacer-xs-255 {
        height: 255px;
    }

    .rt-spacer-xs-256 {
        height: 256px;
    }

    .rt-spacer-xs-257 {
        height: 257px;
    }

    .rt-spacer-xs-258 {
        height: 258px;
    }

    .rt-spacer-xs-259 {
        height: 259px;
    }

    .rt-spacer-xs-260 {
        height: 260px;
    }

    .rt-spacer-xs-261 {
        height: 261px;
    }

    .rt-spacer-xs-262 {
        height: 262px;
    }

    .rt-spacer-xs-263 {
        height: 263px;
    }

    .rt-spacer-xs-264 {
        height: 264px;
    }

    .rt-spacer-xs-265 {
        height: 265px;
    }

    .rt-spacer-xs-266 {
        height: 266px;
    }

    .rt-spacer-xs-267 {
        height: 267px;
    }

    .rt-spacer-xs-268 {
        height: 268px;
    }

    .rt-spacer-xs-269 {
        height: 269px;
    }

    .rt-spacer-xs-270 {
        height: 270px;
    }

    .rt-spacer-xs-271 {
        height: 271px;
    }

    .rt-spacer-xs-272 {
        height: 272px;
    }

    .rt-spacer-xs-273 {
        height: 273px;
    }

    .rt-spacer-xs-274 {
        height: 274px;
    }

    .rt-spacer-xs-275 {
        height: 275px;
    }

    .rt-spacer-xs-276 {
        height: 276px;
    }

    .rt-spacer-xs-277 {
        height: 277px;
    }

    .rt-spacer-xs-278 {
        height: 278px;
    }

    .rt-spacer-xs-279 {
        height: 279px;
    }

    .rt-spacer-xs-280 {
        height: 280px;
    }

    .rt-spacer-xs-281 {
        height: 281px;
    }

    .rt-spacer-xs-282 {
        height: 282px;
    }

    .rt-spacer-xs-283 {
        height: 283px;
    }

    .rt-spacer-xs-284 {
        height: 284px;
    }

    .rt-spacer-xs-285 {
        height: 285px;
    }

    .rt-spacer-xs-286 {
        height: 286px;
    }

    .rt-spacer-xs-287 {
        height: 287px;
    }

    .rt-spacer-xs-288 {
        height: 288px;
    }

    .rt-spacer-xs-289 {
        height: 289px;
    }

    .rt-spacer-xs-290 {
        height: 290px;
    }

    .rt-spacer-xs-291 {
        height: 291px;
    }

    .rt-spacer-xs-292 {
        height: 292px;
    }

    .rt-spacer-xs-293 {
        height: 293px;
    }

    .rt-spacer-xs-294 {
        height: 294px;
    }

    .rt-spacer-xs-295 {
        height: 295px;
    }

    .rt-spacer-xs-296 {
        height: 296px;
    }

    .rt-spacer-xs-297 {
        height: 297px;
    }

    .rt-spacer-xs-298 {
        height: 298px;
    }

    .rt-spacer-xs-299 {
        height: 299px;
    }

    .rt-spacer-xs-300 {
        height: 300px;
    }
}

.rt-mb-0 {
    margin-bottom: 0;
}

.rt-mb-1 {
    margin-bottom: 1px;
}

.rt-mb-2 {
    margin-bottom: 2px;
}

.rt-mb-3 {
    margin-bottom: 3px;
}

.rt-mb-4 {
    margin-bottom: 4px;
}

.rt-mb-5 {
    margin-bottom: 5px;
}

.rt-mb-6 {
    margin-bottom: 6px;
}

.rt-mb-7 {
    margin-bottom: 7px;
}

.rt-mb-8 {
    margin-bottom: 8px;
}

.rt-mb-9 {
    margin-bottom: 9px;
}

.rt-mb-10 {
    margin-bottom: 10px;
}

.rt-mb-11 {
    margin-bottom: 11px;
}

.rt-mb-12 {
    margin-bottom: 12px;
}

.rt-mb-13 {
    margin-bottom: 13px;
}

.rt-mb-14 {
    margin-bottom: 14px;
}

.rt-mb-15 {
    margin-bottom: 15px;
}

.rt-mb-16 {
    margin-bottom: 16px;
}

.rt-mb-17 {
    margin-bottom: 17px;
}

.rt-mb-18 {
    margin-bottom: 18px;
}

.rt-mb-19 {
    margin-bottom: 19px;
}

.rt-mb-20 {
    margin-bottom: 20px;
}

.rt-mb-21 {
    margin-bottom: 21px;
}

.rt-mb-22 {
    margin-bottom: 22px;
}

.rt-mb-23 {
    margin-bottom: 23px;
}

.rt-mb-24 {
    margin-bottom: 24px;
}

.rt-mb-25 {
    margin-bottom: 25px;
}

.rt-mb-26 {
    margin-bottom: 26px;
}

.rt-mb-27 {
    margin-bottom: 27px;
}

.rt-mb-28 {
    margin-bottom: 28px;
}

.rt-mb-29 {
    margin-bottom: 29px;
}

.rt-mb-30 {
    margin-bottom: 30px;
}

.rt-mb-31 {
    margin-bottom: 31px;
}

.rt-mb-32 {
    margin-bottom: 32px;
}

.rt-mb-33 {
    margin-bottom: 33px;
}

.rt-mb-34 {
    margin-bottom: 34px;
}

.rt-mb-35 {
    margin-bottom: 35px;
}

.rt-mb-36 {
    margin-bottom: 36px;
}

.rt-mb-37 {
    margin-bottom: 37px;
}

.rt-mb-38 {
    margin-bottom: 38px;
}

.rt-mb-39 {
    margin-bottom: 39px;
}

.rt-mb-40 {
    margin-bottom: 40px;
}

.rt-mb-41 {
    margin-bottom: 41px;
}

.rt-mb-42 {
    margin-bottom: 42px;
}

.rt-mb-43 {
    margin-bottom: 43px;
}

.rt-mb-44 {
    margin-bottom: 44px;
}

.rt-mb-45 {
    margin-bottom: 45px;
}

.rt-mb-46 {
    margin-bottom: 46px;
}

.rt-mb-47 {
    margin-bottom: 47px;
}

.rt-mb-48 {
    margin-bottom: 48px;
}

.rt-mb-49 {
    margin-bottom: 49px;
}

.rt-mb-50 {
    margin-bottom: 50px;
}

.rt-mb-51 {
    margin-bottom: 51px;
}

.rt-mb-52 {
    margin-bottom: 52px;
}

.rt-mb-53 {
    margin-bottom: 53px;
}

.rt-mb-54 {
    margin-bottom: 54px;
}

.rt-mb-55 {
    margin-bottom: 55px;
}

.rt-mb-56 {
    margin-bottom: 56px;
}

.rt-mb-57 {
    margin-bottom: 57px;
}

.rt-mb-58 {
    margin-bottom: 58px;
}

.rt-mb-59 {
    margin-bottom: 59px;
}

.rt-mb-60 {
    margin-bottom: 60px;
}

.rt-mb-61 {
    margin-bottom: 61px;
}

.rt-mb-62 {
    margin-bottom: 62px;
}

.rt-mb-63 {
    margin-bottom: 63px;
}

.rt-mb-64 {
    margin-bottom: 64px;
}

.rt-mb-65 {
    margin-bottom: 65px;
}

.rt-mb-66 {
    margin-bottom: 66px;
}

.rt-mb-67 {
    margin-bottom: 67px;
}

.rt-mb-68 {
    margin-bottom: 68px;
}

.rt-mb-69 {
    margin-bottom: 69px;
}

.rt-mb-70 {
    margin-bottom: 70px;
}

.rt-mb-71 {
    margin-bottom: 71px;
}

.rt-mb-72 {
    margin-bottom: 72px;
}

.rt-mb-73 {
    margin-bottom: 73px;
}

.rt-mb-74 {
    margin-bottom: 74px;
}

.rt-mb-75 {
    margin-bottom: 75px;
}

.rt-mb-76 {
    margin-bottom: 76px;
}

.rt-mb-77 {
    margin-bottom: 77px;
}

.rt-mb-78 {
    margin-bottom: 78px;
}

.rt-mb-79 {
    margin-bottom: 79px;
}

.rt-mb-80 {
    margin-bottom: 80px;
}

.rt-mb-81 {
    margin-bottom: 81px;
}

.rt-mb-82 {
    margin-bottom: 82px;
}

.rt-mb-83 {
    margin-bottom: 83px;
}

.rt-mb-84 {
    margin-bottom: 84px;
}

.rt-mb-85 {
    margin-bottom: 85px;
}

.rt-mb-86 {
    margin-bottom: 86px;
}

.rt-mb-87 {
    margin-bottom: 87px;
}

.rt-mb-88 {
    margin-bottom: 88px;
}

.rt-mb-89 {
    margin-bottom: 89px;
}

.rt-mb-90 {
    margin-bottom: 90px;
}

.rt-mb-91 {
    margin-bottom: 91px;
}

.rt-mb-92 {
    margin-bottom: 92px;
}

.rt-mb-93 {
    margin-bottom: 93px;
}

.rt-mb-94 {
    margin-bottom: 94px;
}

.rt-mb-95 {
    margin-bottom: 95px;
}

.rt-mb-96 {
    margin-bottom: 96px;
}

.rt-mb-97 {
    margin-bottom: 97px;
}

.rt-mb-98 {
    margin-bottom: 98px;
}

.rt-mb-99 {
    margin-bottom: 99px;
}

.rt-mb-100 {
    margin-bottom: 100px;
}

.rt-mb-101 {
    margin-bottom: 101px;
}

.rt-mb-102 {
    margin-bottom: 102px;
}

.rt-mb-103 {
    margin-bottom: 103px;
}

.rt-mb-104 {
    margin-bottom: 104px;
}

.rt-mb-105 {
    margin-bottom: 105px;
}

.rt-mb-106 {
    margin-bottom: 106px;
}

.rt-mb-107 {
    margin-bottom: 107px;
}

.rt-mb-108 {
    margin-bottom: 108px;
}

.rt-mb-109 {
    margin-bottom: 109px;
}

.rt-mb-110 {
    margin-bottom: 110px;
}

.rt-mb-111 {
    margin-bottom: 111px;
}

.rt-mb-112 {
    margin-bottom: 112px;
}

.rt-mb-113 {
    margin-bottom: 113px;
}

.rt-mb-114 {
    margin-bottom: 114px;
}

.rt-mb-115 {
    margin-bottom: 115px;
}

.rt-mb-116 {
    margin-bottom: 116px;
}

.rt-mb-117 {
    margin-bottom: 117px;
}

.rt-mb-118 {
    margin-bottom: 118px;
}

.rt-mb-119 {
    margin-bottom: 119px;
}

.rt-mb-120 {
    margin-bottom: 120px;
}

.rt-mb-121 {
    margin-bottom: 121px;
}

.rt-mb-122 {
    margin-bottom: 122px;
}

.rt-mb-123 {
    margin-bottom: 123px;
}

.rt-mb-124 {
    margin-bottom: 124px;
}

.rt-mb-125 {
    margin-bottom: 125px;
}

.rt-mb-126 {
    margin-bottom: 126px;
}

.rt-mb-127 {
    margin-bottom: 127px;
}

.rt-mb-128 {
    margin-bottom: 128px;
}

.rt-mb-129 {
    margin-bottom: 129px;
}

.rt-mb-130 {
    margin-bottom: 130px;
}

.rt-mb-131 {
    margin-bottom: 131px;
}

.rt-mb-132 {
    margin-bottom: 132px;
}

.rt-mb-133 {
    margin-bottom: 133px;
}

.rt-mb-134 {
    margin-bottom: 134px;
}

.rt-mb-135 {
    margin-bottom: 135px;
}

.rt-mb-136 {
    margin-bottom: 136px;
}

.rt-mb-137 {
    margin-bottom: 137px;
}

.rt-mb-138 {
    margin-bottom: 138px;
}

.rt-mb-139 {
    margin-bottom: 139px;
}

.rt-mb-140 {
    margin-bottom: 140px;
}

.rt-mb-141 {
    margin-bottom: 141px;
}

.rt-mb-142 {
    margin-bottom: 142px;
}

.rt-mb-143 {
    margin-bottom: 143px;
}

.rt-mb-144 {
    margin-bottom: 144px;
}

.rt-mb-145 {
    margin-bottom: 145px;
}

.rt-mb-146 {
    margin-bottom: 146px;
}

.rt-mb-147 {
    margin-bottom: 147px;
}

.rt-mb-148 {
    margin-bottom: 148px;
}

.rt-mb-149 {
    margin-bottom: 149px;
}

.rt-mb-150 {
    margin-bottom: 150px;
}

.rt-mb-151 {
    margin-bottom: 151px;
}

.rt-mb-152 {
    margin-bottom: 152px;
}

.rt-mb-153 {
    margin-bottom: 153px;
}

.rt-mb-154 {
    margin-bottom: 154px;
}

.rt-mb-155 {
    margin-bottom: 155px;
}

.rt-mb-156 {
    margin-bottom: 156px;
}

.rt-mb-157 {
    margin-bottom: 157px;
}

.rt-mb-158 {
    margin-bottom: 158px;
}

.rt-mb-159 {
    margin-bottom: 159px;
}

.rt-mb-160 {
    margin-bottom: 160px;
}

.rt-mb-161 {
    margin-bottom: 161px;
}

.rt-mb-162 {
    margin-bottom: 162px;
}

.rt-mb-163 {
    margin-bottom: 163px;
}

.rt-mb-164 {
    margin-bottom: 164px;
}

.rt-mb-165 {
    margin-bottom: 165px;
}

.rt-mb-166 {
    margin-bottom: 166px;
}

.rt-mb-167 {
    margin-bottom: 167px;
}

.rt-mb-168 {
    margin-bottom: 168px;
}

.rt-mb-169 {
    margin-bottom: 169px;
}

.rt-mb-170 {
    margin-bottom: 170px;
}

.rt-mb-171 {
    margin-bottom: 171px;
}

.rt-mb-172 {
    margin-bottom: 172px;
}

.rt-mb-173 {
    margin-bottom: 173px;
}

.rt-mb-174 {
    margin-bottom: 174px;
}

.rt-mb-175 {
    margin-bottom: 175px;
}

.rt-mb-176 {
    margin-bottom: 176px;
}

.rt-mb-177 {
    margin-bottom: 177px;
}

.rt-mb-178 {
    margin-bottom: 178px;
}

.rt-mb-179 {
    margin-bottom: 179px;
}

.rt-mb-180 {
    margin-bottom: 180px;
}

.rt-mb-181 {
    margin-bottom: 181px;
}

.rt-mb-182 {
    margin-bottom: 182px;
}

.rt-mb-183 {
    margin-bottom: 183px;
}

.rt-mb-184 {
    margin-bottom: 184px;
}

.rt-mb-185 {
    margin-bottom: 185px;
}

.rt-mb-186 {
    margin-bottom: 186px;
}

.rt-mb-187 {
    margin-bottom: 187px;
}

.rt-mb-188 {
    margin-bottom: 188px;
}

.rt-mb-189 {
    margin-bottom: 189px;
}

.rt-mb-190 {
    margin-bottom: 190px;
}

.rt-mb-191 {
    margin-bottom: 191px;
}

.rt-mb-192 {
    margin-bottom: 192px;
}

.rt-mb-193 {
    margin-bottom: 193px;
}

.rt-mb-194 {
    margin-bottom: 194px;
}

.rt-mb-195 {
    margin-bottom: 195px;
}

.rt-mb-196 {
    margin-bottom: 196px;
}

.rt-mb-197 {
    margin-bottom: 197px;
}

.rt-mb-198 {
    margin-bottom: 198px;
}

.rt-mb-199 {
    margin-bottom: 199px;
}

.rt-mb-200 {
    margin-bottom: 200px;
}

@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0;
    }

    .rt-mb-lg-1 {
        margin-bottom: 1px;
    }

    .rt-mb-lg-2 {
        margin-bottom: 2px;
    }

    .rt-mb-lg-3 {
        margin-bottom: 3px;
    }

    .rt-mb-lg-4 {
        margin-bottom: 4px;
    }

    .rt-mb-lg-5 {
        margin-bottom: 5px;
    }

    .rt-mb-lg-6 {
        margin-bottom: 6px;
    }

    .rt-mb-lg-7 {
        margin-bottom: 7px;
    }

    .rt-mb-lg-8 {
        margin-bottom: 8px;
    }

    .rt-mb-lg-9 {
        margin-bottom: 9px;
    }

    .rt-mb-lg-10 {
        margin-bottom: 10px;
    }

    .rt-mb-lg-11 {
        margin-bottom: 11px;
    }

    .rt-mb-lg-12 {
        margin-bottom: 12px;
    }

    .rt-mb-lg-13 {
        margin-bottom: 13px;
    }

    .rt-mb-lg-14 {
        margin-bottom: 14px;
    }

    .rt-mb-lg-15 {
        margin-bottom: 15px;
    }

    .rt-mb-lg-16 {
        margin-bottom: 16px;
    }

    .rt-mb-lg-17 {
        margin-bottom: 17px;
    }

    .rt-mb-lg-18 {
        margin-bottom: 18px;
    }

    .rt-mb-lg-19 {
        margin-bottom: 19px;
    }

    .rt-mb-lg-20 {
        margin-bottom: 20px;
    }

    .rt-mb-lg-21 {
        margin-bottom: 21px;
    }

    .rt-mb-lg-22 {
        margin-bottom: 22px;
    }

    .rt-mb-lg-23 {
        margin-bottom: 23px;
    }

    .rt-mb-lg-24 {
        margin-bottom: 24px;
    }

    .rt-mb-lg-25 {
        margin-bottom: 25px;
    }

    .rt-mb-lg-26 {
        margin-bottom: 26px;
    }

    .rt-mb-lg-27 {
        margin-bottom: 27px;
    }

    .rt-mb-lg-28 {
        margin-bottom: 28px;
    }

    .rt-mb-lg-29 {
        margin-bottom: 29px;
    }

    .rt-mb-lg-30 {
        margin-bottom: 30px;
    }

    .rt-mb-lg-31 {
        margin-bottom: 31px;
    }

    .rt-mb-lg-32 {
        margin-bottom: 32px;
    }

    .rt-mb-lg-33 {
        margin-bottom: 33px;
    }

    .rt-mb-lg-34 {
        margin-bottom: 34px;
    }

    .rt-mb-lg-35 {
        margin-bottom: 35px;
    }

    .rt-mb-lg-36 {
        margin-bottom: 36px;
    }

    .rt-mb-lg-37 {
        margin-bottom: 37px;
    }

    .rt-mb-lg-38 {
        margin-bottom: 38px;
    }

    .rt-mb-lg-39 {
        margin-bottom: 39px;
    }

    .rt-mb-lg-40 {
        margin-bottom: 40px;
    }

    .rt-mb-lg-41 {
        margin-bottom: 41px;
    }

    .rt-mb-lg-42 {
        margin-bottom: 42px;
    }

    .rt-mb-lg-43 {
        margin-bottom: 43px;
    }

    .rt-mb-lg-44 {
        margin-bottom: 44px;
    }

    .rt-mb-lg-45 {
        margin-bottom: 45px;
    }

    .rt-mb-lg-46 {
        margin-bottom: 46px;
    }

    .rt-mb-lg-47 {
        margin-bottom: 47px;
    }

    .rt-mb-lg-48 {
        margin-bottom: 48px;
    }

    .rt-mb-lg-49 {
        margin-bottom: 49px;
    }

    .rt-mb-lg-50 {
        margin-bottom: 50px;
    }

    .rt-mb-lg-51 {
        margin-bottom: 51px;
    }

    .rt-mb-lg-52 {
        margin-bottom: 52px;
    }

    .rt-mb-lg-53 {
        margin-bottom: 53px;
    }

    .rt-mb-lg-54 {
        margin-bottom: 54px;
    }

    .rt-mb-lg-55 {
        margin-bottom: 55px;
    }

    .rt-mb-lg-56 {
        margin-bottom: 56px;
    }

    .rt-mb-lg-57 {
        margin-bottom: 57px;
    }

    .rt-mb-lg-58 {
        margin-bottom: 58px;
    }

    .rt-mb-lg-59 {
        margin-bottom: 59px;
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px;
    }

    .rt-mb-lg-61 {
        margin-bottom: 61px;
    }

    .rt-mb-lg-62 {
        margin-bottom: 62px;
    }

    .rt-mb-lg-63 {
        margin-bottom: 63px;
    }

    .rt-mb-lg-64 {
        margin-bottom: 64px;
    }

    .rt-mb-lg-65 {
        margin-bottom: 65px;
    }

    .rt-mb-lg-66 {
        margin-bottom: 66px;
    }

    .rt-mb-lg-67 {
        margin-bottom: 67px;
    }

    .rt-mb-lg-68 {
        margin-bottom: 68px;
    }

    .rt-mb-lg-69 {
        margin-bottom: 69px;
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px;
    }

    .rt-mb-lg-71 {
        margin-bottom: 71px;
    }

    .rt-mb-lg-72 {
        margin-bottom: 72px;
    }

    .rt-mb-lg-73 {
        margin-bottom: 73px;
    }

    .rt-mb-lg-74 {
        margin-bottom: 74px;
    }

    .rt-mb-lg-75 {
        margin-bottom: 75px;
    }

    .rt-mb-lg-76 {
        margin-bottom: 76px;
    }

    .rt-mb-lg-77 {
        margin-bottom: 77px;
    }

    .rt-mb-lg-78 {
        margin-bottom: 78px;
    }

    .rt-mb-lg-79 {
        margin-bottom: 79px;
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px;
    }

    .rt-mb-lg-81 {
        margin-bottom: 81px;
    }

    .rt-mb-lg-82 {
        margin-bottom: 82px;
    }

    .rt-mb-lg-83 {
        margin-bottom: 83px;
    }

    .rt-mb-lg-84 {
        margin-bottom: 84px;
    }

    .rt-mb-lg-85 {
        margin-bottom: 85px;
    }

    .rt-mb-lg-86 {
        margin-bottom: 86px;
    }

    .rt-mb-lg-87 {
        margin-bottom: 87px;
    }

    .rt-mb-lg-88 {
        margin-bottom: 88px;
    }

    .rt-mb-lg-89 {
        margin-bottom: 89px;
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px;
    }

    .rt-mb-lg-91 {
        margin-bottom: 91px;
    }

    .rt-mb-lg-92 {
        margin-bottom: 92px;
    }

    .rt-mb-lg-93 {
        margin-bottom: 93px;
    }

    .rt-mb-lg-94 {
        margin-bottom: 94px;
    }

    .rt-mb-lg-95 {
        margin-bottom: 95px;
    }

    .rt-mb-lg-96 {
        margin-bottom: 96px;
    }

    .rt-mb-lg-97 {
        margin-bottom: 97px;
    }

    .rt-mb-lg-98 {
        margin-bottom: 98px;
    }

    .rt-mb-lg-99 {
        margin-bottom: 99px;
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0;
    }

    .rt-mb-md-1 {
        margin-bottom: 1px;
    }

    .rt-mb-md-2 {
        margin-bottom: 2px;
    }

    .rt-mb-md-3 {
        margin-bottom: 3px;
    }

    .rt-mb-md-4 {
        margin-bottom: 4px;
    }

    .rt-mb-md-5 {
        margin-bottom: 5px;
    }

    .rt-mb-md-6 {
        margin-bottom: 6px;
    }

    .rt-mb-md-7 {
        margin-bottom: 7px;
    }

    .rt-mb-md-8 {
        margin-bottom: 8px;
    }

    .rt-mb-md-9 {
        margin-bottom: 9px;
    }

    .rt-mb-md-10 {
        margin-bottom: 10px;
    }

    .rt-mb-md-11 {
        margin-bottom: 11px;
    }

    .rt-mb-md-12 {
        margin-bottom: 12px;
    }

    .rt-mb-md-13 {
        margin-bottom: 13px;
    }

    .rt-mb-md-14 {
        margin-bottom: 14px;
    }

    .rt-mb-md-15 {
        margin-bottom: 15px;
    }

    .rt-mb-md-16 {
        margin-bottom: 16px;
    }

    .rt-mb-md-17 {
        margin-bottom: 17px;
    }

    .rt-mb-md-18 {
        margin-bottom: 18px;
    }

    .rt-mb-md-19 {
        margin-bottom: 19px;
    }

    .rt-mb-md-20 {
        margin-bottom: 20px;
    }

    .rt-mb-md-21 {
        margin-bottom: 21px;
    }

    .rt-mb-md-22 {
        margin-bottom: 22px;
    }

    .rt-mb-md-23 {
        margin-bottom: 23px;
    }

    .rt-mb-md-24 {
        margin-bottom: 24px;
    }

    .rt-mb-md-25 {
        margin-bottom: 25px;
    }

    .rt-mb-md-26 {
        margin-bottom: 26px;
    }

    .rt-mb-md-27 {
        margin-bottom: 27px;
    }

    .rt-mb-md-28 {
        margin-bottom: 28px;
    }

    .rt-mb-md-29 {
        margin-bottom: 29px;
    }

    .rt-mb-md-30 {
        margin-bottom: 30px;
    }

    .rt-mb-md-31 {
        margin-bottom: 31px;
    }

    .rt-mb-md-32 {
        margin-bottom: 32px;
    }

    .rt-mb-md-33 {
        margin-bottom: 33px;
    }

    .rt-mb-md-34 {
        margin-bottom: 34px;
    }

    .rt-mb-md-35 {
        margin-bottom: 35px;
    }

    .rt-mb-md-36 {
        margin-bottom: 36px;
    }

    .rt-mb-md-37 {
        margin-bottom: 37px;
    }

    .rt-mb-md-38 {
        margin-bottom: 38px;
    }

    .rt-mb-md-39 {
        margin-bottom: 39px;
    }

    .rt-mb-md-40 {
        margin-bottom: 40px;
    }

    .rt-mb-md-41 {
        margin-bottom: 41px;
    }

    .rt-mb-md-42 {
        margin-bottom: 42px;
    }

    .rt-mb-md-43 {
        margin-bottom: 43px;
    }

    .rt-mb-md-44 {
        margin-bottom: 44px;
    }

    .rt-mb-md-45 {
        margin-bottom: 45px;
    }

    .rt-mb-md-46 {
        margin-bottom: 46px;
    }

    .rt-mb-md-47 {
        margin-bottom: 47px;
    }

    .rt-mb-md-48 {
        margin-bottom: 48px;
    }

    .rt-mb-md-49 {
        margin-bottom: 49px;
    }

    .rt-mb-md-50 {
        margin-bottom: 50px;
    }

    .rt-mb-md-51 {
        margin-bottom: 51px;
    }

    .rt-mb-md-52 {
        margin-bottom: 52px;
    }

    .rt-mb-md-53 {
        margin-bottom: 53px;
    }

    .rt-mb-md-54 {
        margin-bottom: 54px;
    }

    .rt-mb-md-55 {
        margin-bottom: 55px;
    }

    .rt-mb-md-56 {
        margin-bottom: 56px;
    }

    .rt-mb-md-57 {
        margin-bottom: 57px;
    }

    .rt-mb-md-58 {
        margin-bottom: 58px;
    }

    .rt-mb-md-59 {
        margin-bottom: 59px;
    }

    .rt-mb-md-60 {
        margin-bottom: 60px;
    }

    .rt-mb-md-61 {
        margin-bottom: 61px;
    }

    .rt-mb-md-62 {
        margin-bottom: 62px;
    }

    .rt-mb-md-63 {
        margin-bottom: 63px;
    }

    .rt-mb-md-64 {
        margin-bottom: 64px;
    }

    .rt-mb-md-65 {
        margin-bottom: 65px;
    }

    .rt-mb-md-66 {
        margin-bottom: 66px;
    }

    .rt-mb-md-67 {
        margin-bottom: 67px;
    }

    .rt-mb-md-68 {
        margin-bottom: 68px;
    }

    .rt-mb-md-69 {
        margin-bottom: 69px;
    }

    .rt-mb-md-70 {
        margin-bottom: 70px;
    }

    .rt-mb-md-71 {
        margin-bottom: 71px;
    }

    .rt-mb-md-72 {
        margin-bottom: 72px;
    }

    .rt-mb-md-73 {
        margin-bottom: 73px;
    }

    .rt-mb-md-74 {
        margin-bottom: 74px;
    }

    .rt-mb-md-75 {
        margin-bottom: 75px;
    }

    .rt-mb-md-76 {
        margin-bottom: 76px;
    }

    .rt-mb-md-77 {
        margin-bottom: 77px;
    }

    .rt-mb-md-78 {
        margin-bottom: 78px;
    }

    .rt-mb-md-79 {
        margin-bottom: 79px;
    }

    .rt-mb-md-80 {
        margin-bottom: 80px;
    }

    .rt-mb-md-81 {
        margin-bottom: 81px;
    }

    .rt-mb-md-82 {
        margin-bottom: 82px;
    }

    .rt-mb-md-83 {
        margin-bottom: 83px;
    }

    .rt-mb-md-84 {
        margin-bottom: 84px;
    }

    .rt-mb-md-85 {
        margin-bottom: 85px;
    }

    .rt-mb-md-86 {
        margin-bottom: 86px;
    }

    .rt-mb-md-87 {
        margin-bottom: 87px;
    }

    .rt-mb-md-88 {
        margin-bottom: 88px;
    }

    .rt-mb-md-89 {
        margin-bottom: 89px;
    }

    .rt-mb-md-90 {
        margin-bottom: 90px;
    }

    .rt-mb-md-91 {
        margin-bottom: 91px;
    }

    .rt-mb-md-92 {
        margin-bottom: 92px;
    }

    .rt-mb-md-93 {
        margin-bottom: 93px;
    }

    .rt-mb-md-94 {
        margin-bottom: 94px;
    }

    .rt-mb-md-95 {
        margin-bottom: 95px;
    }

    .rt-mb-md-96 {
        margin-bottom: 96px;
    }

    .rt-mb-md-97 {
        margin-bottom: 97px;
    }

    .rt-mb-md-98 {
        margin-bottom: 98px;
    }

    .rt-mb-md-99 {
        margin-bottom: 99px;
    }

    .rt-mb-md-100 {
        margin-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0;
    }

    .rt-mb-xs-1 {
        margin-bottom: 1px;
    }

    .rt-mb-xs-2 {
        margin-bottom: 2px;
    }

    .rt-mb-xs-3 {
        margin-bottom: 3px;
    }

    .rt-mb-xs-4 {
        margin-bottom: 4px;
    }

    .rt-mb-xs-5 {
        margin-bottom: 5px;
    }

    .rt-mb-xs-6 {
        margin-bottom: 6px;
    }

    .rt-mb-xs-7 {
        margin-bottom: 7px;
    }

    .rt-mb-xs-8 {
        margin-bottom: 8px;
    }

    .rt-mb-xs-9 {
        margin-bottom: 9px;
    }

    .rt-mb-xs-10 {
        margin-bottom: 10px;
    }

    .rt-mb-xs-11 {
        margin-bottom: 11px;
    }

    .rt-mb-xs-12 {
        margin-bottom: 12px;
    }

    .rt-mb-xs-13 {
        margin-bottom: 13px;
    }

    .rt-mb-xs-14 {
        margin-bottom: 14px;
    }

    .rt-mb-xs-15 {
        margin-bottom: 15px;
    }

    .rt-mb-xs-16 {
        margin-bottom: 16px;
    }

    .rt-mb-xs-17 {
        margin-bottom: 17px;
    }

    .rt-mb-xs-18 {
        margin-bottom: 18px;
    }

    .rt-mb-xs-19 {
        margin-bottom: 19px;
    }

    .rt-mb-xs-20 {
        margin-bottom: 20px;
    }

    .rt-mb-xs-21 {
        margin-bottom: 21px;
    }

    .rt-mb-xs-22 {
        margin-bottom: 22px;
    }

    .rt-mb-xs-23 {
        margin-bottom: 23px;
    }

    .rt-mb-xs-24 {
        margin-bottom: 24px;
    }

    .rt-mb-xs-25 {
        margin-bottom: 25px;
    }

    .rt-mb-xs-26 {
        margin-bottom: 26px;
    }

    .rt-mb-xs-27 {
        margin-bottom: 27px;
    }

    .rt-mb-xs-28 {
        margin-bottom: 28px;
    }

    .rt-mb-xs-29 {
        margin-bottom: 29px;
    }

    .rt-mb-xs-30 {
        margin-bottom: 30px;
    }

    .rt-mb-xs-31 {
        margin-bottom: 31px;
    }

    .rt-mb-xs-32 {
        margin-bottom: 32px;
    }

    .rt-mb-xs-33 {
        margin-bottom: 33px;
    }

    .rt-mb-xs-34 {
        margin-bottom: 34px;
    }

    .rt-mb-xs-35 {
        margin-bottom: 35px;
    }

    .rt-mb-xs-36 {
        margin-bottom: 36px;
    }

    .rt-mb-xs-37 {
        margin-bottom: 37px;
    }

    .rt-mb-xs-38 {
        margin-bottom: 38px;
    }

    .rt-mb-xs-39 {
        margin-bottom: 39px;
    }

    .rt-mb-xs-40 {
        margin-bottom: 40px;
    }

    .rt-mb-xs-41 {
        margin-bottom: 41px;
    }

    .rt-mb-xs-42 {
        margin-bottom: 42px;
    }

    .rt-mb-xs-43 {
        margin-bottom: 43px;
    }

    .rt-mb-xs-44 {
        margin-bottom: 44px;
    }

    .rt-mb-xs-45 {
        margin-bottom: 45px;
    }

    .rt-mb-xs-46 {
        margin-bottom: 46px;
    }

    .rt-mb-xs-47 {
        margin-bottom: 47px;
    }

    .rt-mb-xs-48 {
        margin-bottom: 48px;
    }

    .rt-mb-xs-49 {
        margin-bottom: 49px;
    }

    .rt-mb-xs-50 {
        margin-bottom: 50px;
    }

    .rt-mb-xs-51 {
        margin-bottom: 51px;
    }

    .rt-mb-xs-52 {
        margin-bottom: 52px;
    }

    .rt-mb-xs-53 {
        margin-bottom: 53px;
    }

    .rt-mb-xs-54 {
        margin-bottom: 54px;
    }

    .rt-mb-xs-55 {
        margin-bottom: 55px;
    }

    .rt-mb-xs-56 {
        margin-bottom: 56px;
    }

    .rt-mb-xs-57 {
        margin-bottom: 57px;
    }

    .rt-mb-xs-58 {
        margin-bottom: 58px;
    }

    .rt-mb-xs-59 {
        margin-bottom: 59px;
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px;
    }

    .rt-mb-xs-61 {
        margin-bottom: 61px;
    }

    .rt-mb-xs-62 {
        margin-bottom: 62px;
    }

    .rt-mb-xs-63 {
        margin-bottom: 63px;
    }

    .rt-mb-xs-64 {
        margin-bottom: 64px;
    }

    .rt-mb-xs-65 {
        margin-bottom: 65px;
    }

    .rt-mb-xs-66 {
        margin-bottom: 66px;
    }

    .rt-mb-xs-67 {
        margin-bottom: 67px;
    }

    .rt-mb-xs-68 {
        margin-bottom: 68px;
    }

    .rt-mb-xs-69 {
        margin-bottom: 69px;
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px;
    }

    .rt-mb-xs-71 {
        margin-bottom: 71px;
    }

    .rt-mb-xs-72 {
        margin-bottom: 72px;
    }

    .rt-mb-xs-73 {
        margin-bottom: 73px;
    }

    .rt-mb-xs-74 {
        margin-bottom: 74px;
    }

    .rt-mb-xs-75 {
        margin-bottom: 75px;
    }

    .rt-mb-xs-76 {
        margin-bottom: 76px;
    }

    .rt-mb-xs-77 {
        margin-bottom: 77px;
    }

    .rt-mb-xs-78 {
        margin-bottom: 78px;
    }

    .rt-mb-xs-79 {
        margin-bottom: 79px;
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px;
    }

    .rt-mb-xs-81 {
        margin-bottom: 81px;
    }

    .rt-mb-xs-82 {
        margin-bottom: 82px;
    }

    .rt-mb-xs-83 {
        margin-bottom: 83px;
    }

    .rt-mb-xs-84 {
        margin-bottom: 84px;
    }

    .rt-mb-xs-85 {
        margin-bottom: 85px;
    }

    .rt-mb-xs-86 {
        margin-bottom: 86px;
    }

    .rt-mb-xs-87 {
        margin-bottom: 87px;
    }

    .rt-mb-xs-88 {
        margin-bottom: 88px;
    }

    .rt-mb-xs-89 {
        margin-bottom: 89px;
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px;
    }

    .rt-mb-xs-91 {
        margin-bottom: 91px;
    }

    .rt-mb-xs-92 {
        margin-bottom: 92px;
    }

    .rt-mb-xs-93 {
        margin-bottom: 93px;
    }

    .rt-mb-xs-94 {
        margin-bottom: 94px;
    }

    .rt-mb-xs-95 {
        margin-bottom: 95px;
    }

    .rt-mb-xs-96 {
        margin-bottom: 96px;
    }

    .rt-mb-xs-97 {
        margin-bottom: 97px;
    }

    .rt-mb-xs-98 {
        margin-bottom: 98px;
    }

    .rt-mb-xs-99 {
        margin-bottom: 99px;
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px;
    }
}

.rt-mt-0 {
    margin-top: 0;
}

.rt-mt-1 {
    margin-top: 1px;
}

.rt-mt-2 {
    margin-top: 2px;
}

.rt-mt-3 {
    margin-top: 3px;
}

.rt-mt-4 {
    margin-top: 4px;
}

.rt-mt-5 {
    margin-top: 5px;
}

.rt-mt-6 {
    margin-top: 6px;
}

.rt-mt-7 {
    margin-top: 7px;
}

.rt-mt-8 {
    margin-top: 8px;
}

.rt-mt-9 {
    margin-top: 9px;
}

.rt-mt-10 {
    margin-top: 10px;
}

.rt-mt-11 {
    margin-top: 11px;
}

.rt-mt-12 {
    margin-top: 12px;
}

.rt-mt-13 {
    margin-top: 13px;
}

.rt-mt-14 {
    margin-top: 14px;
}

.rt-mt-15 {
    margin-top: 15px;
}

.rt-mt-16 {
    margin-top: 16px;
}

.rt-mt-17 {
    margin-top: 17px;
}

.rt-mt-18 {
    margin-top: 18px;
}

.rt-mt-19 {
    margin-top: 19px;
}

.rt-mt-20 {
    margin-top: 20px;
}

.rt-mt-21 {
    margin-top: 21px;
}

.rt-mt-22 {
    margin-top: 22px;
}

.rt-mt-23 {
    margin-top: 23px;
}

.rt-mt-24 {
    margin-top: 24px;
}

.rt-mt-25 {
    margin-top: 25px;
}

.rt-mt-26 {
    margin-top: 26px;
}

.rt-mt-27 {
    margin-top: 27px;
}

.rt-mt-28 {
    margin-top: 28px;
}

.rt-mt-29 {
    margin-top: 29px;
}

.rt-mt-30 {
    margin-top: 30px;
}

.rt-mt-31 {
    margin-top: 31px;
}

.rt-mt-32 {
    margin-top: 32px;
}

.rt-mt-33 {
    margin-top: 33px;
}

.rt-mt-34 {
    margin-top: 34px;
}

.rt-mt-35 {
    margin-top: 35px;
}

.rt-mt-36 {
    margin-top: 36px;
}

.rt-mt-37 {
    margin-top: 37px;
}

.rt-mt-38 {
    margin-top: 38px;
}

.rt-mt-39 {
    margin-top: 39px;
}

.rt-mt-40 {
    margin-top: 40px;
}

.rt-mt-41 {
    margin-top: 41px;
}

.rt-mt-42 {
    margin-top: 42px;
}

.rt-mt-43 {
    margin-top: 43px;
}

.rt-mt-44 {
    margin-top: 44px;
}

.rt-mt-45 {
    margin-top: 45px;
}

.rt-mt-46 {
    margin-top: 46px;
}

.rt-mt-47 {
    margin-top: 47px;
}

.rt-mt-48 {
    margin-top: 48px;
}

.rt-mt-49 {
    margin-top: 49px;
}

.rt-mt-50 {
    margin-top: 50px;
}

.rt-mt-51 {
    margin-top: 51px;
}

.rt-mt-52 {
    margin-top: 52px;
}

.rt-mt-53 {
    margin-top: 53px;
}

.rt-mt-54 {
    margin-top: 54px;
}

.rt-mt-55 {
    margin-top: 55px;
}

.rt-mt-56 {
    margin-top: 56px;
}

.rt-mt-57 {
    margin-top: 57px;
}

.rt-mt-58 {
    margin-top: 58px;
}

.rt-mt-59 {
    margin-top: 59px;
}

.rt-mt-60 {
    margin-top: 60px;
}

.rt-mt-61 {
    margin-top: 61px;
}

.rt-mt-62 {
    margin-top: 62px;
}

.rt-mt-63 {
    margin-top: 63px;
}

.rt-mt-64 {
    margin-top: 64px;
}

.rt-mt-65 {
    margin-top: 65px;
}

.rt-mt-66 {
    margin-top: 66px;
}

.rt-mt-67 {
    margin-top: 67px;
}

.rt-mt-68 {
    margin-top: 68px;
}

.rt-mt-69 {
    margin-top: 69px;
}

.rt-mt-70 {
    margin-top: 70px;
}

.rt-mt-71 {
    margin-top: 71px;
}

.rt-mt-72 {
    margin-top: 72px;
}

.rt-mt-73 {
    margin-top: 73px;
}

.rt-mt-74 {
    margin-top: 74px;
}

.rt-mt-75 {
    margin-top: 75px;
}

.rt-mt-76 {
    margin-top: 76px;
}

.rt-mt-77 {
    margin-top: 77px;
}

.rt-mt-78 {
    margin-top: 78px;
}

.rt-mt-79 {
    margin-top: 79px;
}

.rt-mt-80 {
    margin-top: 80px;
}

.rt-mt-81 {
    margin-top: 81px;
}

.rt-mt-82 {
    margin-top: 82px;
}

.rt-mt-83 {
    margin-top: 83px;
}

.rt-mt-84 {
    margin-top: 84px;
}

.rt-mt-85 {
    margin-top: 85px;
}

.rt-mt-86 {
    margin-top: 86px;
}

.rt-mt-87 {
    margin-top: 87px;
}

.rt-mt-88 {
    margin-top: 88px;
}

.rt-mt-89 {
    margin-top: 89px;
}

.rt-mt-90 {
    margin-top: 90px;
}

.rt-mt-91 {
    margin-top: 91px;
}

.rt-mt-92 {
    margin-top: 92px;
}

.rt-mt-93 {
    margin-top: 93px;
}

.rt-mt-94 {
    margin-top: 94px;
}

.rt-mt-95 {
    margin-top: 95px;
}

.rt-mt-96 {
    margin-top: 96px;
}

.rt-mt-97 {
    margin-top: 97px;
}

.rt-mt-98 {
    margin-top: 98px;
}

.rt-mt-99 {
    margin-top: 99px;
}

.rt-mt-100 {
    margin-top: 100px;
}

.rt-mt-101 {
    margin-top: 101px;
}

.rt-mt-102 {
    margin-top: 102px;
}

.rt-mt-103 {
    margin-top: 103px;
}

.rt-mt-104 {
    margin-top: 104px;
}

.rt-mt-105 {
    margin-top: 105px;
}

.rt-mt-106 {
    margin-top: 106px;
}

.rt-mt-107 {
    margin-top: 107px;
}

.rt-mt-108 {
    margin-top: 108px;
}

.rt-mt-109 {
    margin-top: 109px;
}

.rt-mt-110 {
    margin-top: 110px;
}

.rt-mt-111 {
    margin-top: 111px;
}

.rt-mt-112 {
    margin-top: 112px;
}

.rt-mt-113 {
    margin-top: 113px;
}

.rt-mt-114 {
    margin-top: 114px;
}

.rt-mt-115 {
    margin-top: 115px;
}

.rt-mt-116 {
    margin-top: 116px;
}

.rt-mt-117 {
    margin-top: 117px;
}

.rt-mt-118 {
    margin-top: 118px;
}

.rt-mt-119 {
    margin-top: 119px;
}

.rt-mt-120 {
    margin-top: 120px;
}

.rt-mt-121 {
    margin-top: 121px;
}

.rt-mt-122 {
    margin-top: 122px;
}

.rt-mt-123 {
    margin-top: 123px;
}

.rt-mt-124 {
    margin-top: 124px;
}

.rt-mt-125 {
    margin-top: 125px;
}

.rt-mt-126 {
    margin-top: 126px;
}

.rt-mt-127 {
    margin-top: 127px;
}

.rt-mt-128 {
    margin-top: 128px;
}

.rt-mt-129 {
    margin-top: 129px;
}

.rt-mt-130 {
    margin-top: 130px;
}

.rt-mt-131 {
    margin-top: 131px;
}

.rt-mt-132 {
    margin-top: 132px;
}

.rt-mt-133 {
    margin-top: 133px;
}

.rt-mt-134 {
    margin-top: 134px;
}

.rt-mt-135 {
    margin-top: 135px;
}

.rt-mt-136 {
    margin-top: 136px;
}

.rt-mt-137 {
    margin-top: 137px;
}

.rt-mt-138 {
    margin-top: 138px;
}

.rt-mt-139 {
    margin-top: 139px;
}

.rt-mt-140 {
    margin-top: 140px;
}

.rt-mt-141 {
    margin-top: 141px;
}

.rt-mt-142 {
    margin-top: 142px;
}

.rt-mt-143 {
    margin-top: 143px;
}

.rt-mt-144 {
    margin-top: 144px;
}

.rt-mt-145 {
    margin-top: 145px;
}

.rt-mt-146 {
    margin-top: 146px;
}

.rt-mt-147 {
    margin-top: 147px;
}

.rt-mt-148 {
    margin-top: 148px;
}

.rt-mt-149 {
    margin-top: 149px;
}

.rt-mt-150 {
    margin-top: 150px;
}

.rt-mt-151 {
    margin-top: 151px;
}

.rt-mt-152 {
    margin-top: 152px;
}

.rt-mt-153 {
    margin-top: 153px;
}

.rt-mt-154 {
    margin-top: 154px;
}

.rt-mt-155 {
    margin-top: 155px;
}

.rt-mt-156 {
    margin-top: 156px;
}

.rt-mt-157 {
    margin-top: 157px;
}

.rt-mt-158 {
    margin-top: 158px;
}

.rt-mt-159 {
    margin-top: 159px;
}

.rt-mt-160 {
    margin-top: 160px;
}

.rt-mt-161 {
    margin-top: 161px;
}

.rt-mt-162 {
    margin-top: 162px;
}

.rt-mt-163 {
    margin-top: 163px;
}

.rt-mt-164 {
    margin-top: 164px;
}

.rt-mt-165 {
    margin-top: 165px;
}

.rt-mt-166 {
    margin-top: 166px;
}

.rt-mt-167 {
    margin-top: 167px;
}

.rt-mt-168 {
    margin-top: 168px;
}

.rt-mt-169 {
    margin-top: 169px;
}

.rt-mt-170 {
    margin-top: 170px;
}

.rt-mt-171 {
    margin-top: 171px;
}

.rt-mt-172 {
    margin-top: 172px;
}

.rt-mt-173 {
    margin-top: 173px;
}

.rt-mt-174 {
    margin-top: 174px;
}

.rt-mt-175 {
    margin-top: 175px;
}

.rt-mt-176 {
    margin-top: 176px;
}

.rt-mt-177 {
    margin-top: 177px;
}

.rt-mt-178 {
    margin-top: 178px;
}

.rt-mt-179 {
    margin-top: 179px;
}

.rt-mt-180 {
    margin-top: 180px;
}

.rt-mt-181 {
    margin-top: 181px;
}

.rt-mt-182 {
    margin-top: 182px;
}

.rt-mt-183 {
    margin-top: 183px;
}

.rt-mt-184 {
    margin-top: 184px;
}

.rt-mt-185 {
    margin-top: 185px;
}

.rt-mt-186 {
    margin-top: 186px;
}

.rt-mt-187 {
    margin-top: 187px;
}

.rt-mt-188 {
    margin-top: 188px;
}

.rt-mt-189 {
    margin-top: 189px;
}

.rt-mt-190 {
    margin-top: 190px;
}

.rt-mt-191 {
    margin-top: 191px;
}

.rt-mt-192 {
    margin-top: 192px;
}

.rt-mt-193 {
    margin-top: 193px;
}

.rt-mt-194 {
    margin-top: 194px;
}

.rt-mt-195 {
    margin-top: 195px;
}

.rt-mt-196 {
    margin-top: 196px;
}

.rt-mt-197 {
    margin-top: 197px;
}

.rt-mt-198 {
    margin-top: 198px;
}

.rt-mt-199 {
    margin-top: 199px;
}

.rt-mt-200 {
    margin-top: 200px;
}

@media (max-width: 1199.98px) {
    .rt-mt-lg-0 {
        margin-top: 0;
    }

    .rt-mt-lg-1 {
        margin-top: 1px;
    }

    .rt-mt-lg-2 {
        margin-top: 2px;
    }

    .rt-mt-lg-3 {
        margin-top: 3px;
    }

    .rt-mt-lg-4 {
        margin-top: 4px;
    }

    .rt-mt-lg-5 {
        margin-top: 5px;
    }

    .rt-mt-lg-6 {
        margin-top: 6px;
    }

    .rt-mt-lg-7 {
        margin-top: 7px;
    }

    .rt-mt-lg-8 {
        margin-top: 8px;
    }

    .rt-mt-lg-9 {
        margin-top: 9px;
    }

    .rt-mt-lg-10 {
        margin-top: 10px;
    }

    .rt-mt-lg-11 {
        margin-top: 11px;
    }

    .rt-mt-lg-12 {
        margin-top: 12px;
    }

    .rt-mt-lg-13 {
        margin-top: 13px;
    }

    .rt-mt-lg-14 {
        margin-top: 14px;
    }

    .rt-mt-lg-15 {
        margin-top: 15px;
    }

    .rt-mt-lg-16 {
        margin-top: 16px;
    }

    .rt-mt-lg-17 {
        margin-top: 17px;
    }

    .rt-mt-lg-18 {
        margin-top: 18px;
    }

    .rt-mt-lg-19 {
        margin-top: 19px;
    }

    .rt-mt-lg-20 {
        margin-top: 20px;
    }

    .rt-mt-lg-21 {
        margin-top: 21px;
    }

    .rt-mt-lg-22 {
        margin-top: 22px;
    }

    .rt-mt-lg-23 {
        margin-top: 23px;
    }

    .rt-mt-lg-24 {
        margin-top: 24px;
    }

    .rt-mt-lg-25 {
        margin-top: 25px;
    }

    .rt-mt-lg-26 {
        margin-top: 26px;
    }

    .rt-mt-lg-27 {
        margin-top: 27px;
    }

    .rt-mt-lg-28 {
        margin-top: 28px;
    }

    .rt-mt-lg-29 {
        margin-top: 29px;
    }

    .rt-mt-lg-30 {
        margin-top: 30px;
    }

    .rt-mt-lg-31 {
        margin-top: 31px;
    }

    .rt-mt-lg-32 {
        margin-top: 32px;
    }

    .rt-mt-lg-33 {
        margin-top: 33px;
    }

    .rt-mt-lg-34 {
        margin-top: 34px;
    }

    .rt-mt-lg-35 {
        margin-top: 35px;
    }

    .rt-mt-lg-36 {
        margin-top: 36px;
    }

    .rt-mt-lg-37 {
        margin-top: 37px;
    }

    .rt-mt-lg-38 {
        margin-top: 38px;
    }

    .rt-mt-lg-39 {
        margin-top: 39px;
    }

    .rt-mt-lg-40 {
        margin-top: 40px;
    }

    .rt-mt-lg-41 {
        margin-top: 41px;
    }

    .rt-mt-lg-42 {
        margin-top: 42px;
    }

    .rt-mt-lg-43 {
        margin-top: 43px;
    }

    .rt-mt-lg-44 {
        margin-top: 44px;
    }

    .rt-mt-lg-45 {
        margin-top: 45px;
    }

    .rt-mt-lg-46 {
        margin-top: 46px;
    }

    .rt-mt-lg-47 {
        margin-top: 47px;
    }

    .rt-mt-lg-48 {
        margin-top: 48px;
    }

    .rt-mt-lg-49 {
        margin-top: 49px;
    }

    .rt-mt-lg-50 {
        margin-top: 50px;
    }

    .rt-mt-lg-51 {
        margin-top: 51px;
    }

    .rt-mt-lg-52 {
        margin-top: 52px;
    }

    .rt-mt-lg-53 {
        margin-top: 53px;
    }

    .rt-mt-lg-54 {
        margin-top: 54px;
    }

    .rt-mt-lg-55 {
        margin-top: 55px;
    }

    .rt-mt-lg-56 {
        margin-top: 56px;
    }

    .rt-mt-lg-57 {
        margin-top: 57px;
    }

    .rt-mt-lg-58 {
        margin-top: 58px;
    }

    .rt-mt-lg-59 {
        margin-top: 59px;
    }

    .rt-mt-lg-60 {
        margin-top: 60px;
    }

    .rt-mt-lg-61 {
        margin-top: 61px;
    }

    .rt-mt-lg-62 {
        margin-top: 62px;
    }

    .rt-mt-lg-63 {
        margin-top: 63px;
    }

    .rt-mt-lg-64 {
        margin-top: 64px;
    }

    .rt-mt-lg-65 {
        margin-top: 65px;
    }

    .rt-mt-lg-66 {
        margin-top: 66px;
    }

    .rt-mt-lg-67 {
        margin-top: 67px;
    }

    .rt-mt-lg-68 {
        margin-top: 68px;
    }

    .rt-mt-lg-69 {
        margin-top: 69px;
    }

    .rt-mt-lg-70 {
        margin-top: 70px;
    }

    .rt-mt-lg-71 {
        margin-top: 71px;
    }

    .rt-mt-lg-72 {
        margin-top: 72px;
    }

    .rt-mt-lg-73 {
        margin-top: 73px;
    }

    .rt-mt-lg-74 {
        margin-top: 74px;
    }

    .rt-mt-lg-75 {
        margin-top: 75px;
    }

    .rt-mt-lg-76 {
        margin-top: 76px;
    }

    .rt-mt-lg-77 {
        margin-top: 77px;
    }

    .rt-mt-lg-78 {
        margin-top: 78px;
    }

    .rt-mt-lg-79 {
        margin-top: 79px;
    }

    .rt-mt-lg-80 {
        margin-top: 80px;
    }

    .rt-mt-lg-81 {
        margin-top: 81px;
    }

    .rt-mt-lg-82 {
        margin-top: 82px;
    }

    .rt-mt-lg-83 {
        margin-top: 83px;
    }

    .rt-mt-lg-84 {
        margin-top: 84px;
    }

    .rt-mt-lg-85 {
        margin-top: 85px;
    }

    .rt-mt-lg-86 {
        margin-top: 86px;
    }

    .rt-mt-lg-87 {
        margin-top: 87px;
    }

    .rt-mt-lg-88 {
        margin-top: 88px;
    }

    .rt-mt-lg-89 {
        margin-top: 89px;
    }

    .rt-mt-lg-90 {
        margin-top: 90px;
    }

    .rt-mt-lg-91 {
        margin-top: 91px;
    }

    .rt-mt-lg-92 {
        margin-top: 92px;
    }

    .rt-mt-lg-93 {
        margin-top: 93px;
    }

    .rt-mt-lg-94 {
        margin-top: 94px;
    }

    .rt-mt-lg-95 {
        margin-top: 95px;
    }

    .rt-mt-lg-96 {
        margin-top: 96px;
    }

    .rt-mt-lg-97 {
        margin-top: 97px;
    }

    .rt-mt-lg-98 {
        margin-top: 98px;
    }

    .rt-mt-lg-99 {
        margin-top: 99px;
    }

    .rt-mt-lg-100 {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mt-md-0 {
        margin-top: 0;
    }

    .rt-mt-md-1 {
        margin-top: 1px;
    }

    .rt-mt-md-2 {
        margin-top: 2px;
    }

    .rt-mt-md-3 {
        margin-top: 3px;
    }

    .rt-mt-md-4 {
        margin-top: 4px;
    }

    .rt-mt-md-5 {
        margin-top: 5px;
    }

    .rt-mt-md-6 {
        margin-top: 6px;
    }

    .rt-mt-md-7 {
        margin-top: 7px;
    }

    .rt-mt-md-8 {
        margin-top: 8px;
    }

    .rt-mt-md-9 {
        margin-top: 9px;
    }

    .rt-mt-md-10 {
        margin-top: 10px;
    }

    .rt-mt-md-11 {
        margin-top: 11px;
    }

    .rt-mt-md-12 {
        margin-top: 12px;
    }

    .rt-mt-md-13 {
        margin-top: 13px;
    }

    .rt-mt-md-14 {
        margin-top: 14px;
    }

    .rt-mt-md-15 {
        margin-top: 15px;
    }

    .rt-mt-md-16 {
        margin-top: 16px;
    }

    .rt-mt-md-17 {
        margin-top: 17px;
    }

    .rt-mt-md-18 {
        margin-top: 18px;
    }

    .rt-mt-md-19 {
        margin-top: 19px;
    }

    .rt-mt-md-20 {
        margin-top: 20px;
    }

    .rt-mt-md-21 {
        margin-top: 21px;
    }

    .rt-mt-md-22 {
        margin-top: 22px;
    }

    .rt-mt-md-23 {
        margin-top: 23px;
    }

    .rt-mt-md-24 {
        margin-top: 24px;
    }

    .rt-mt-md-25 {
        margin-top: 25px;
    }

    .rt-mt-md-26 {
        margin-top: 26px;
    }

    .rt-mt-md-27 {
        margin-top: 27px;
    }

    .rt-mt-md-28 {
        margin-top: 28px;
    }

    .rt-mt-md-29 {
        margin-top: 29px;
    }

    .rt-mt-md-30 {
        margin-top: 30px;
    }

    .rt-mt-md-31 {
        margin-top: 31px;
    }

    .rt-mt-md-32 {
        margin-top: 32px;
    }

    .rt-mt-md-33 {
        margin-top: 33px;
    }

    .rt-mt-md-34 {
        margin-top: 34px;
    }

    .rt-mt-md-35 {
        margin-top: 35px;
    }

    .rt-mt-md-36 {
        margin-top: 36px;
    }

    .rt-mt-md-37 {
        margin-top: 37px;
    }

    .rt-mt-md-38 {
        margin-top: 38px;
    }

    .rt-mt-md-39 {
        margin-top: 39px;
    }

    .rt-mt-md-40 {
        margin-top: 40px;
    }

    .rt-mt-md-41 {
        margin-top: 41px;
    }

    .rt-mt-md-42 {
        margin-top: 42px;
    }

    .rt-mt-md-43 {
        margin-top: 43px;
    }

    .rt-mt-md-44 {
        margin-top: 44px;
    }

    .rt-mt-md-45 {
        margin-top: 45px;
    }

    .rt-mt-md-46 {
        margin-top: 46px;
    }

    .rt-mt-md-47 {
        margin-top: 47px;
    }

    .rt-mt-md-48 {
        margin-top: 48px;
    }

    .rt-mt-md-49 {
        margin-top: 49px;
    }

    .rt-mt-md-50 {
        margin-top: 50px;
    }

    .rt-mt-md-51 {
        margin-top: 51px;
    }

    .rt-mt-md-52 {
        margin-top: 52px;
    }

    .rt-mt-md-53 {
        margin-top: 53px;
    }

    .rt-mt-md-54 {
        margin-top: 54px;
    }

    .rt-mt-md-55 {
        margin-top: 55px;
    }

    .rt-mt-md-56 {
        margin-top: 56px;
    }

    .rt-mt-md-57 {
        margin-top: 57px;
    }

    .rt-mt-md-58 {
        margin-top: 58px;
    }

    .rt-mt-md-59 {
        margin-top: 59px;
    }

    .rt-mt-md-60 {
        margin-top: 60px;
    }

    .rt-mt-md-61 {
        margin-top: 61px;
    }

    .rt-mt-md-62 {
        margin-top: 62px;
    }

    .rt-mt-md-63 {
        margin-top: 63px;
    }

    .rt-mt-md-64 {
        margin-top: 64px;
    }

    .rt-mt-md-65 {
        margin-top: 65px;
    }

    .rt-mt-md-66 {
        margin-top: 66px;
    }

    .rt-mt-md-67 {
        margin-top: 67px;
    }

    .rt-mt-md-68 {
        margin-top: 68px;
    }

    .rt-mt-md-69 {
        margin-top: 69px;
    }

    .rt-mt-md-70 {
        margin-top: 70px;
    }

    .rt-mt-md-71 {
        margin-top: 71px;
    }

    .rt-mt-md-72 {
        margin-top: 72px;
    }

    .rt-mt-md-73 {
        margin-top: 73px;
    }

    .rt-mt-md-74 {
        margin-top: 74px;
    }

    .rt-mt-md-75 {
        margin-top: 75px;
    }

    .rt-mt-md-76 {
        margin-top: 76px;
    }

    .rt-mt-md-77 {
        margin-top: 77px;
    }

    .rt-mt-md-78 {
        margin-top: 78px;
    }

    .rt-mt-md-79 {
        margin-top: 79px;
    }

    .rt-mt-md-80 {
        margin-top: 80px;
    }

    .rt-mt-md-81 {
        margin-top: 81px;
    }

    .rt-mt-md-82 {
        margin-top: 82px;
    }

    .rt-mt-md-83 {
        margin-top: 83px;
    }

    .rt-mt-md-84 {
        margin-top: 84px;
    }

    .rt-mt-md-85 {
        margin-top: 85px;
    }

    .rt-mt-md-86 {
        margin-top: 86px;
    }

    .rt-mt-md-87 {
        margin-top: 87px;
    }

    .rt-mt-md-88 {
        margin-top: 88px;
    }

    .rt-mt-md-89 {
        margin-top: 89px;
    }

    .rt-mt-md-90 {
        margin-top: 90px;
    }

    .rt-mt-md-91 {
        margin-top: 91px;
    }

    .rt-mt-md-92 {
        margin-top: 92px;
    }

    .rt-mt-md-93 {
        margin-top: 93px;
    }

    .rt-mt-md-94 {
        margin-top: 94px;
    }

    .rt-mt-md-95 {
        margin-top: 95px;
    }

    .rt-mt-md-96 {
        margin-top: 96px;
    }

    .rt-mt-md-97 {
        margin-top: 97px;
    }

    .rt-mt-md-98 {
        margin-top: 98px;
    }

    .rt-mt-md-99 {
        margin-top: 99px;
    }

    .rt-mt-md-100 {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mt-xs-0 {
        margin-top: 0;
    }

    .rt-mt-xs-1 {
        margin-top: 1px;
    }

    .rt-mt-xs-2 {
        margin-top: 2px;
    }

    .rt-mt-xs-3 {
        margin-top: 3px;
    }

    .rt-mt-xs-4 {
        margin-top: 4px;
    }

    .rt-mt-xs-5 {
        margin-top: 5px;
    }

    .rt-mt-xs-6 {
        margin-top: 6px;
    }

    .rt-mt-xs-7 {
        margin-top: 7px;
    }

    .rt-mt-xs-8 {
        margin-top: 8px;
    }

    .rt-mt-xs-9 {
        margin-top: 9px;
    }

    .rt-mt-xs-10 {
        margin-top: 10px;
    }

    .rt-mt-xs-11 {
        margin-top: 11px;
    }

    .rt-mt-xs-12 {
        margin-top: 12px;
    }

    .rt-mt-xs-13 {
        margin-top: 13px;
    }

    .rt-mt-xs-14 {
        margin-top: 14px;
    }

    .rt-mt-xs-15 {
        margin-top: 15px;
    }

    .rt-mt-xs-16 {
        margin-top: 16px;
    }

    .rt-mt-xs-17 {
        margin-top: 17px;
    }

    .rt-mt-xs-18 {
        margin-top: 18px;
    }

    .rt-mt-xs-19 {
        margin-top: 19px;
    }

    .rt-mt-xs-20 {
        margin-top: 20px;
    }

    .rt-mt-xs-21 {
        margin-top: 21px;
    }

    .rt-mt-xs-22 {
        margin-top: 22px;
    }

    .rt-mt-xs-23 {
        margin-top: 23px;
    }

    .rt-mt-xs-24 {
        margin-top: 24px;
    }

    .rt-mt-xs-25 {
        margin-top: 25px;
    }

    .rt-mt-xs-26 {
        margin-top: 26px;
    }

    .rt-mt-xs-27 {
        margin-top: 27px;
    }

    .rt-mt-xs-28 {
        margin-top: 28px;
    }

    .rt-mt-xs-29 {
        margin-top: 29px;
    }

    .rt-mt-xs-30 {
        margin-top: 30px;
    }

    .rt-mt-xs-31 {
        margin-top: 31px;
    }

    .rt-mt-xs-32 {
        margin-top: 32px;
    }

    .rt-mt-xs-33 {
        margin-top: 33px;
    }

    .rt-mt-xs-34 {
        margin-top: 34px;
    }

    .rt-mt-xs-35 {
        margin-top: 35px;
    }

    .rt-mt-xs-36 {
        margin-top: 36px;
    }

    .rt-mt-xs-37 {
        margin-top: 37px;
    }

    .rt-mt-xs-38 {
        margin-top: 38px;
    }

    .rt-mt-xs-39 {
        margin-top: 39px;
    }

    .rt-mt-xs-40 {
        margin-top: 40px;
    }

    .rt-mt-xs-41 {
        margin-top: 41px;
    }

    .rt-mt-xs-42 {
        margin-top: 42px;
    }

    .rt-mt-xs-43 {
        margin-top: 43px;
    }

    .rt-mt-xs-44 {
        margin-top: 44px;
    }

    .rt-mt-xs-45 {
        margin-top: 45px;
    }

    .rt-mt-xs-46 {
        margin-top: 46px;
    }

    .rt-mt-xs-47 {
        margin-top: 47px;
    }

    .rt-mt-xs-48 {
        margin-top: 48px;
    }

    .rt-mt-xs-49 {
        margin-top: 49px;
    }

    .rt-mt-xs-50 {
        margin-top: 50px;
    }

    .rt-mt-xs-51 {
        margin-top: 51px;
    }

    .rt-mt-xs-52 {
        margin-top: 52px;
    }

    .rt-mt-xs-53 {
        margin-top: 53px;
    }

    .rt-mt-xs-54 {
        margin-top: 54px;
    }

    .rt-mt-xs-55 {
        margin-top: 55px;
    }

    .rt-mt-xs-56 {
        margin-top: 56px;
    }

    .rt-mt-xs-57 {
        margin-top: 57px;
    }

    .rt-mt-xs-58 {
        margin-top: 58px;
    }

    .rt-mt-xs-59 {
        margin-top: 59px;
    }

    .rt-mt-xs-60 {
        margin-top: 60px;
    }

    .rt-mt-xs-61 {
        margin-top: 61px;
    }

    .rt-mt-xs-62 {
        margin-top: 62px;
    }

    .rt-mt-xs-63 {
        margin-top: 63px;
    }

    .rt-mt-xs-64 {
        margin-top: 64px;
    }

    .rt-mt-xs-65 {
        margin-top: 65px;
    }

    .rt-mt-xs-66 {
        margin-top: 66px;
    }

    .rt-mt-xs-67 {
        margin-top: 67px;
    }

    .rt-mt-xs-68 {
        margin-top: 68px;
    }

    .rt-mt-xs-69 {
        margin-top: 69px;
    }

    .rt-mt-xs-70 {
        margin-top: 70px;
    }

    .rt-mt-xs-71 {
        margin-top: 71px;
    }

    .rt-mt-xs-72 {
        margin-top: 72px;
    }

    .rt-mt-xs-73 {
        margin-top: 73px;
    }

    .rt-mt-xs-74 {
        margin-top: 74px;
    }

    .rt-mt-xs-75 {
        margin-top: 75px;
    }

    .rt-mt-xs-76 {
        margin-top: 76px;
    }

    .rt-mt-xs-77 {
        margin-top: 77px;
    }

    .rt-mt-xs-78 {
        margin-top: 78px;
    }

    .rt-mt-xs-79 {
        margin-top: 79px;
    }

    .rt-mt-xs-80 {
        margin-top: 80px;
    }

    .rt-mt-xs-81 {
        margin-top: 81px;
    }

    .rt-mt-xs-82 {
        margin-top: 82px;
    }

    .rt-mt-xs-83 {
        margin-top: 83px;
    }

    .rt-mt-xs-84 {
        margin-top: 84px;
    }

    .rt-mt-xs-85 {
        margin-top: 85px;
    }

    .rt-mt-xs-86 {
        margin-top: 86px;
    }

    .rt-mt-xs-87 {
        margin-top: 87px;
    }

    .rt-mt-xs-88 {
        margin-top: 88px;
    }

    .rt-mt-xs-89 {
        margin-top: 89px;
    }

    .rt-mt-xs-90 {
        margin-top: 90px;
    }

    .rt-mt-xs-91 {
        margin-top: 91px;
    }

    .rt-mt-xs-92 {
        margin-top: 92px;
    }

    .rt-mt-xs-93 {
        margin-top: 93px;
    }

    .rt-mt-xs-94 {
        margin-top: 94px;
    }

    .rt-mt-xs-95 {
        margin-top: 95px;
    }

    .rt-mt-xs-96 {
        margin-top: 96px;
    }

    .rt-mt-xs-97 {
        margin-top: 97px;
    }

    .rt-mt-xs-98 {
        margin-top: 98px;
    }

    .rt-mt-xs-99 {
        margin-top: 99px;
    }

    .rt-mt-xs-100 {
        margin-top: 100px;
    }
}

.rt-ml-0 {
    margin-left: 0;
}

.rt-ml-1 {
    margin-left: 1px;
}

.rt-ml-2 {
    margin-left: 2px;
}

.rt-ml-3 {
    margin-left: 3px;
}

.rt-ml-4 {
    margin-left: 4px;
}

.rt-ml-5 {
    margin-left: 5px;
}

.rt-ml-6 {
    margin-left: 6px;
}

.rt-ml-7 {
    margin-left: 7px;
}

.rt-ml-8 {
    margin-left: 8px;
}

.rt-ml-9 {
    margin-left: 9px;
}

.rt-ml-10 {
    margin-left: 10px;
}

.rt-ml-11 {
    margin-left: 11px;
}

.rt-ml-12 {
    margin-left: 12px;
}

.rt-ml-13 {
    margin-left: 13px;
}

.rt-ml-14 {
    margin-left: 14px;
}

.rt-ml-15 {
    margin-left: 15px;
}

.rt-ml-16 {
    margin-left: 16px;
}

.rt-ml-17 {
    margin-left: 17px;
}

.rt-ml-18 {
    margin-left: 18px;
}

.rt-ml-19 {
    margin-left: 19px;
}

.rt-ml-20 {
    margin-left: 20px;
}

.rt-ml-21 {
    margin-left: 21px;
}

.rt-ml-22 {
    margin-left: 22px;
}

.rt-ml-23 {
    margin-left: 23px;
}

.rt-ml-24 {
    margin-left: 24px;
}

.rt-ml-25 {
    margin-left: 25px;
}

.rt-ml-26 {
    margin-left: 26px;
}

.rt-ml-27 {
    margin-left: 27px;
}

.rt-ml-28 {
    margin-left: 28px;
}

.rt-ml-29 {
    margin-left: 29px;
}

.rt-ml-30 {
    margin-left: 30px;
}

.rt-ml-31 {
    margin-left: 31px;
}

.rt-ml-32 {
    margin-left: 32px;
}

.rt-ml-33 {
    margin-left: 33px;
}

.rt-ml-34 {
    margin-left: 34px;
}

.rt-ml-35 {
    margin-left: 35px;
}

.rt-ml-36 {
    margin-left: 36px;
}

.rt-ml-37 {
    margin-left: 37px;
}

.rt-ml-38 {
    margin-left: 38px;
}

.rt-ml-39 {
    margin-left: 39px;
}

.rt-ml-40 {
    margin-left: 40px;
}

.rt-ml-41 {
    margin-left: 41px;
}

.rt-ml-42 {
    margin-left: 42px;
}

.rt-ml-43 {
    margin-left: 43px;
}

.rt-ml-44 {
    margin-left: 44px;
}

.rt-ml-45 {
    margin-left: 45px;
}

.rt-ml-46 {
    margin-left: 46px;
}

.rt-ml-47 {
    margin-left: 47px;
}

.rt-ml-48 {
    margin-left: 48px;
}

.rt-ml-49 {
    margin-left: 49px;
}

.rt-ml-50 {
    margin-left: 50px;
}

.rt-ml-51 {
    margin-left: 51px;
}

.rt-ml-52 {
    margin-left: 52px;
}

.rt-ml-53 {
    margin-left: 53px;
}

.rt-ml-54 {
    margin-left: 54px;
}

.rt-ml-55 {
    margin-left: 55px;
}

.rt-ml-56 {
    margin-left: 56px;
}

.rt-ml-57 {
    margin-left: 57px;
}

.rt-ml-58 {
    margin-left: 58px;
}

.rt-ml-59 {
    margin-left: 59px;
}

.rt-ml-60 {
    margin-left: 60px;
}

.rt-ml-61 {
    margin-left: 61px;
}

.rt-ml-62 {
    margin-left: 62px;
}

.rt-ml-63 {
    margin-left: 63px;
}

.rt-ml-64 {
    margin-left: 64px;
}

.rt-ml-65 {
    margin-left: 65px;
}

.rt-ml-66 {
    margin-left: 66px;
}

.rt-ml-67 {
    margin-left: 67px;
}

.rt-ml-68 {
    margin-left: 68px;
}

.rt-ml-69 {
    margin-left: 69px;
}

.rt-ml-70 {
    margin-left: 70px;
}

.rt-ml-71 {
    margin-left: 71px;
}

.rt-ml-72 {
    margin-left: 72px;
}

.rt-ml-73 {
    margin-left: 73px;
}

.rt-ml-74 {
    margin-left: 74px;
}

.rt-ml-75 {
    margin-left: 75px;
}

.rt-ml-76 {
    margin-left: 76px;
}

.rt-ml-77 {
    margin-left: 77px;
}

.rt-ml-78 {
    margin-left: 78px;
}

.rt-ml-79 {
    margin-left: 79px;
}

.rt-ml-80 {
    margin-left: 80px;
}

.rt-ml-81 {
    margin-left: 81px;
}

.rt-ml-82 {
    margin-left: 82px;
}

.rt-ml-83 {
    margin-left: 83px;
}

.rt-ml-84 {
    margin-left: 84px;
}

.rt-ml-85 {
    margin-left: 85px;
}

.rt-ml-86 {
    margin-left: 86px;
}

.rt-ml-87 {
    margin-left: 87px;
}

.rt-ml-88 {
    margin-left: 88px;
}

.rt-ml-89 {
    margin-left: 89px;
}

.rt-ml-90 {
    margin-left: 90px;
}

.rt-ml-91 {
    margin-left: 91px;
}

.rt-ml-92 {
    margin-left: 92px;
}

.rt-ml-93 {
    margin-left: 93px;
}

.rt-ml-94 {
    margin-left: 94px;
}

.rt-ml-95 {
    margin-left: 95px;
}

.rt-ml-96 {
    margin-left: 96px;
}

.rt-ml-97 {
    margin-left: 97px;
}

.rt-ml-98 {
    margin-left: 98px;
}

.rt-ml-99 {
    margin-left: 99px;
}

.rt-ml-100 {
    margin-left: 100px;
}

.rt-ml-101 {
    margin-left: 101px;
}

.rt-ml-102 {
    margin-left: 102px;
}

.rt-ml-103 {
    margin-left: 103px;
}

.rt-ml-104 {
    margin-left: 104px;
}

.rt-ml-105 {
    margin-left: 105px;
}

.rt-ml-106 {
    margin-left: 106px;
}

.rt-ml-107 {
    margin-left: 107px;
}

.rt-ml-108 {
    margin-left: 108px;
}

.rt-ml-109 {
    margin-left: 109px;
}

.rt-ml-110 {
    margin-left: 110px;
}

.rt-ml-111 {
    margin-left: 111px;
}

.rt-ml-112 {
    margin-left: 112px;
}

.rt-ml-113 {
    margin-left: 113px;
}

.rt-ml-114 {
    margin-left: 114px;
}

.rt-ml-115 {
    margin-left: 115px;
}

.rt-ml-116 {
    margin-left: 116px;
}

.rt-ml-117 {
    margin-left: 117px;
}

.rt-ml-118 {
    margin-left: 118px;
}

.rt-ml-119 {
    margin-left: 119px;
}

.rt-ml-120 {
    margin-left: 120px;
}

.rt-ml-121 {
    margin-left: 121px;
}

.rt-ml-122 {
    margin-left: 122px;
}

.rt-ml-123 {
    margin-left: 123px;
}

.rt-ml-124 {
    margin-left: 124px;
}

.rt-ml-125 {
    margin-left: 125px;
}

.rt-ml-126 {
    margin-left: 126px;
}

.rt-ml-127 {
    margin-left: 127px;
}

.rt-ml-128 {
    margin-left: 128px;
}

.rt-ml-129 {
    margin-left: 129px;
}

.rt-ml-130 {
    margin-left: 130px;
}

.rt-ml-131 {
    margin-left: 131px;
}

.rt-ml-132 {
    margin-left: 132px;
}

.rt-ml-133 {
    margin-left: 133px;
}

.rt-ml-134 {
    margin-left: 134px;
}

.rt-ml-135 {
    margin-left: 135px;
}

.rt-ml-136 {
    margin-left: 136px;
}

.rt-ml-137 {
    margin-left: 137px;
}

.rt-ml-138 {
    margin-left: 138px;
}

.rt-ml-139 {
    margin-left: 139px;
}

.rt-ml-140 {
    margin-left: 140px;
}

.rt-ml-141 {
    margin-left: 141px;
}

.rt-ml-142 {
    margin-left: 142px;
}

.rt-ml-143 {
    margin-left: 143px;
}

.rt-ml-144 {
    margin-left: 144px;
}

.rt-ml-145 {
    margin-left: 145px;
}

.rt-ml-146 {
    margin-left: 146px;
}

.rt-ml-147 {
    margin-left: 147px;
}

.rt-ml-148 {
    margin-left: 148px;
}

.rt-ml-149 {
    margin-left: 149px;
}

.rt-ml-150 {
    margin-left: 150px;
}

.rt-ml-151 {
    margin-left: 151px;
}

.rt-ml-152 {
    margin-left: 152px;
}

.rt-ml-153 {
    margin-left: 153px;
}

.rt-ml-154 {
    margin-left: 154px;
}

.rt-ml-155 {
    margin-left: 155px;
}

.rt-ml-156 {
    margin-left: 156px;
}

.rt-ml-157 {
    margin-left: 157px;
}

.rt-ml-158 {
    margin-left: 158px;
}

.rt-ml-159 {
    margin-left: 159px;
}

.rt-ml-160 {
    margin-left: 160px;
}

.rt-ml-161 {
    margin-left: 161px;
}

.rt-ml-162 {
    margin-left: 162px;
}

.rt-ml-163 {
    margin-left: 163px;
}

.rt-ml-164 {
    margin-left: 164px;
}

.rt-ml-165 {
    margin-left: 165px;
}

.rt-ml-166 {
    margin-left: 166px;
}

.rt-ml-167 {
    margin-left: 167px;
}

.rt-ml-168 {
    margin-left: 168px;
}

.rt-ml-169 {
    margin-left: 169px;
}

.rt-ml-170 {
    margin-left: 170px;
}

.rt-ml-171 {
    margin-left: 171px;
}

.rt-ml-172 {
    margin-left: 172px;
}

.rt-ml-173 {
    margin-left: 173px;
}

.rt-ml-174 {
    margin-left: 174px;
}

.rt-ml-175 {
    margin-left: 175px;
}

.rt-ml-176 {
    margin-left: 176px;
}

.rt-ml-177 {
    margin-left: 177px;
}

.rt-ml-178 {
    margin-left: 178px;
}

.rt-ml-179 {
    margin-left: 179px;
}

.rt-ml-180 {
    margin-left: 180px;
}

.rt-ml-181 {
    margin-left: 181px;
}

.rt-ml-182 {
    margin-left: 182px;
}

.rt-ml-183 {
    margin-left: 183px;
}

.rt-ml-184 {
    margin-left: 184px;
}

.rt-ml-185 {
    margin-left: 185px;
}

.rt-ml-186 {
    margin-left: 186px;
}

.rt-ml-187 {
    margin-left: 187px;
}

.rt-ml-188 {
    margin-left: 188px;
}

.rt-ml-189 {
    margin-left: 189px;
}

.rt-ml-190 {
    margin-left: 190px;
}

.rt-ml-191 {
    margin-left: 191px;
}

.rt-ml-192 {
    margin-left: 192px;
}

.rt-ml-193 {
    margin-left: 193px;
}

.rt-ml-194 {
    margin-left: 194px;
}

.rt-ml-195 {
    margin-left: 195px;
}

.rt-ml-196 {
    margin-left: 196px;
}

.rt-ml-197 {
    margin-left: 197px;
}

.rt-ml-198 {
    margin-left: 198px;
}

.rt-ml-199 {
    margin-left: 199px;
}

.rt-ml-200 {
    margin-left: 200px;
}

@media (max-width: 1199.98px) {
    .rt-ml-lg-0 {
        margin-left: 0;
    }

    .rt-ml-lg-1 {
        margin-left: 1px;
    }

    .rt-ml-lg-2 {
        margin-left: 2px;
    }

    .rt-ml-lg-3 {
        margin-left: 3px;
    }

    .rt-ml-lg-4 {
        margin-left: 4px;
    }

    .rt-ml-lg-5 {
        margin-left: 5px;
    }

    .rt-ml-lg-6 {
        margin-left: 6px;
    }

    .rt-ml-lg-7 {
        margin-left: 7px;
    }

    .rt-ml-lg-8 {
        margin-left: 8px;
    }

    .rt-ml-lg-9 {
        margin-left: 9px;
    }

    .rt-ml-lg-10 {
        margin-left: 10px;
    }

    .rt-ml-lg-11 {
        margin-left: 11px;
    }

    .rt-ml-lg-12 {
        margin-left: 12px;
    }

    .rt-ml-lg-13 {
        margin-left: 13px;
    }

    .rt-ml-lg-14 {
        margin-left: 14px;
    }

    .rt-ml-lg-15 {
        margin-left: 15px;
    }

    .rt-ml-lg-16 {
        margin-left: 16px;
    }

    .rt-ml-lg-17 {
        margin-left: 17px;
    }

    .rt-ml-lg-18 {
        margin-left: 18px;
    }

    .rt-ml-lg-19 {
        margin-left: 19px;
    }

    .rt-ml-lg-20 {
        margin-left: 20px;
    }

    .rt-ml-lg-21 {
        margin-left: 21px;
    }

    .rt-ml-lg-22 {
        margin-left: 22px;
    }

    .rt-ml-lg-23 {
        margin-left: 23px;
    }

    .rt-ml-lg-24 {
        margin-left: 24px;
    }

    .rt-ml-lg-25 {
        margin-left: 25px;
    }

    .rt-ml-lg-26 {
        margin-left: 26px;
    }

    .rt-ml-lg-27 {
        margin-left: 27px;
    }

    .rt-ml-lg-28 {
        margin-left: 28px;
    }

    .rt-ml-lg-29 {
        margin-left: 29px;
    }

    .rt-ml-lg-30 {
        margin-left: 30px;
    }

    .rt-ml-lg-31 {
        margin-left: 31px;
    }

    .rt-ml-lg-32 {
        margin-left: 32px;
    }

    .rt-ml-lg-33 {
        margin-left: 33px;
    }

    .rt-ml-lg-34 {
        margin-left: 34px;
    }

    .rt-ml-lg-35 {
        margin-left: 35px;
    }

    .rt-ml-lg-36 {
        margin-left: 36px;
    }

    .rt-ml-lg-37 {
        margin-left: 37px;
    }

    .rt-ml-lg-38 {
        margin-left: 38px;
    }

    .rt-ml-lg-39 {
        margin-left: 39px;
    }

    .rt-ml-lg-40 {
        margin-left: 40px;
    }

    .rt-ml-lg-41 {
        margin-left: 41px;
    }

    .rt-ml-lg-42 {
        margin-left: 42px;
    }

    .rt-ml-lg-43 {
        margin-left: 43px;
    }

    .rt-ml-lg-44 {
        margin-left: 44px;
    }

    .rt-ml-lg-45 {
        margin-left: 45px;
    }

    .rt-ml-lg-46 {
        margin-left: 46px;
    }

    .rt-ml-lg-47 {
        margin-left: 47px;
    }

    .rt-ml-lg-48 {
        margin-left: 48px;
    }

    .rt-ml-lg-49 {
        margin-left: 49px;
    }

    .rt-ml-lg-50 {
        margin-left: 50px;
    }

    .rt-ml-lg-51 {
        margin-left: 51px;
    }

    .rt-ml-lg-52 {
        margin-left: 52px;
    }

    .rt-ml-lg-53 {
        margin-left: 53px;
    }

    .rt-ml-lg-54 {
        margin-left: 54px;
    }

    .rt-ml-lg-55 {
        margin-left: 55px;
    }

    .rt-ml-lg-56 {
        margin-left: 56px;
    }

    .rt-ml-lg-57 {
        margin-left: 57px;
    }

    .rt-ml-lg-58 {
        margin-left: 58px;
    }

    .rt-ml-lg-59 {
        margin-left: 59px;
    }

    .rt-ml-lg-60 {
        margin-left: 60px;
    }

    .rt-ml-lg-61 {
        margin-left: 61px;
    }

    .rt-ml-lg-62 {
        margin-left: 62px;
    }

    .rt-ml-lg-63 {
        margin-left: 63px;
    }

    .rt-ml-lg-64 {
        margin-left: 64px;
    }

    .rt-ml-lg-65 {
        margin-left: 65px;
    }

    .rt-ml-lg-66 {
        margin-left: 66px;
    }

    .rt-ml-lg-67 {
        margin-left: 67px;
    }

    .rt-ml-lg-68 {
        margin-left: 68px;
    }

    .rt-ml-lg-69 {
        margin-left: 69px;
    }

    .rt-ml-lg-70 {
        margin-left: 70px;
    }

    .rt-ml-lg-71 {
        margin-left: 71px;
    }

    .rt-ml-lg-72 {
        margin-left: 72px;
    }

    .rt-ml-lg-73 {
        margin-left: 73px;
    }

    .rt-ml-lg-74 {
        margin-left: 74px;
    }

    .rt-ml-lg-75 {
        margin-left: 75px;
    }

    .rt-ml-lg-76 {
        margin-left: 76px;
    }

    .rt-ml-lg-77 {
        margin-left: 77px;
    }

    .rt-ml-lg-78 {
        margin-left: 78px;
    }

    .rt-ml-lg-79 {
        margin-left: 79px;
    }

    .rt-ml-lg-80 {
        margin-left: 80px;
    }

    .rt-ml-lg-81 {
        margin-left: 81px;
    }

    .rt-ml-lg-82 {
        margin-left: 82px;
    }

    .rt-ml-lg-83 {
        margin-left: 83px;
    }

    .rt-ml-lg-84 {
        margin-left: 84px;
    }

    .rt-ml-lg-85 {
        margin-left: 85px;
    }

    .rt-ml-lg-86 {
        margin-left: 86px;
    }

    .rt-ml-lg-87 {
        margin-left: 87px;
    }

    .rt-ml-lg-88 {
        margin-left: 88px;
    }

    .rt-ml-lg-89 {
        margin-left: 89px;
    }

    .rt-ml-lg-90 {
        margin-left: 90px;
    }

    .rt-ml-lg-91 {
        margin-left: 91px;
    }

    .rt-ml-lg-92 {
        margin-left: 92px;
    }

    .rt-ml-lg-93 {
        margin-left: 93px;
    }

    .rt-ml-lg-94 {
        margin-left: 94px;
    }

    .rt-ml-lg-95 {
        margin-left: 95px;
    }

    .rt-ml-lg-96 {
        margin-left: 96px;
    }

    .rt-ml-lg-97 {
        margin-left: 97px;
    }

    .rt-ml-lg-98 {
        margin-left: 98px;
    }

    .rt-ml-lg-99 {
        margin-left: 99px;
    }

    .rt-ml-lg-100 {
        margin-left: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-ml-md-0 {
        margin-left: 0;
    }

    .rt-ml-md-1 {
        margin-left: 1px;
    }

    .rt-ml-md-2 {
        margin-left: 2px;
    }

    .rt-ml-md-3 {
        margin-left: 3px;
    }

    .rt-ml-md-4 {
        margin-left: 4px;
    }

    .rt-ml-md-5 {
        margin-left: 5px;
    }

    .rt-ml-md-6 {
        margin-left: 6px;
    }

    .rt-ml-md-7 {
        margin-left: 7px;
    }

    .rt-ml-md-8 {
        margin-left: 8px;
    }

    .rt-ml-md-9 {
        margin-left: 9px;
    }

    .rt-ml-md-10 {
        margin-left: 10px;
    }

    .rt-ml-md-11 {
        margin-left: 11px;
    }

    .rt-ml-md-12 {
        margin-left: 12px;
    }

    .rt-ml-md-13 {
        margin-left: 13px;
    }

    .rt-ml-md-14 {
        margin-left: 14px;
    }

    .rt-ml-md-15 {
        margin-left: 15px;
    }

    .rt-ml-md-16 {
        margin-left: 16px;
    }

    .rt-ml-md-17 {
        margin-left: 17px;
    }

    .rt-ml-md-18 {
        margin-left: 18px;
    }

    .rt-ml-md-19 {
        margin-left: 19px;
    }

    .rt-ml-md-20 {
        margin-left: 20px;
    }

    .rt-ml-md-21 {
        margin-left: 21px;
    }

    .rt-ml-md-22 {
        margin-left: 22px;
    }

    .rt-ml-md-23 {
        margin-left: 23px;
    }

    .rt-ml-md-24 {
        margin-left: 24px;
    }

    .rt-ml-md-25 {
        margin-left: 25px;
    }

    .rt-ml-md-26 {
        margin-left: 26px;
    }

    .rt-ml-md-27 {
        margin-left: 27px;
    }

    .rt-ml-md-28 {
        margin-left: 28px;
    }

    .rt-ml-md-29 {
        margin-left: 29px;
    }

    .rt-ml-md-30 {
        margin-left: 30px;
    }

    .rt-ml-md-31 {
        margin-left: 31px;
    }

    .rt-ml-md-32 {
        margin-left: 32px;
    }

    .rt-ml-md-33 {
        margin-left: 33px;
    }

    .rt-ml-md-34 {
        margin-left: 34px;
    }

    .rt-ml-md-35 {
        margin-left: 35px;
    }

    .rt-ml-md-36 {
        margin-left: 36px;
    }

    .rt-ml-md-37 {
        margin-left: 37px;
    }

    .rt-ml-md-38 {
        margin-left: 38px;
    }

    .rt-ml-md-39 {
        margin-left: 39px;
    }

    .rt-ml-md-40 {
        margin-left: 40px;
    }

    .rt-ml-md-41 {
        margin-left: 41px;
    }

    .rt-ml-md-42 {
        margin-left: 42px;
    }

    .rt-ml-md-43 {
        margin-left: 43px;
    }

    .rt-ml-md-44 {
        margin-left: 44px;
    }

    .rt-ml-md-45 {
        margin-left: 45px;
    }

    .rt-ml-md-46 {
        margin-left: 46px;
    }

    .rt-ml-md-47 {
        margin-left: 47px;
    }

    .rt-ml-md-48 {
        margin-left: 48px;
    }

    .rt-ml-md-49 {
        margin-left: 49px;
    }

    .rt-ml-md-50 {
        margin-left: 50px;
    }

    .rt-ml-md-51 {
        margin-left: 51px;
    }

    .rt-ml-md-52 {
        margin-left: 52px;
    }

    .rt-ml-md-53 {
        margin-left: 53px;
    }

    .rt-ml-md-54 {
        margin-left: 54px;
    }

    .rt-ml-md-55 {
        margin-left: 55px;
    }

    .rt-ml-md-56 {
        margin-left: 56px;
    }

    .rt-ml-md-57 {
        margin-left: 57px;
    }

    .rt-ml-md-58 {
        margin-left: 58px;
    }

    .rt-ml-md-59 {
        margin-left: 59px;
    }

    .rt-ml-md-60 {
        margin-left: 60px;
    }

    .rt-ml-md-61 {
        margin-left: 61px;
    }

    .rt-ml-md-62 {
        margin-left: 62px;
    }

    .rt-ml-md-63 {
        margin-left: 63px;
    }

    .rt-ml-md-64 {
        margin-left: 64px;
    }

    .rt-ml-md-65 {
        margin-left: 65px;
    }

    .rt-ml-md-66 {
        margin-left: 66px;
    }

    .rt-ml-md-67 {
        margin-left: 67px;
    }

    .rt-ml-md-68 {
        margin-left: 68px;
    }

    .rt-ml-md-69 {
        margin-left: 69px;
    }

    .rt-ml-md-70 {
        margin-left: 70px;
    }

    .rt-ml-md-71 {
        margin-left: 71px;
    }

    .rt-ml-md-72 {
        margin-left: 72px;
    }

    .rt-ml-md-73 {
        margin-left: 73px;
    }

    .rt-ml-md-74 {
        margin-left: 74px;
    }

    .rt-ml-md-75 {
        margin-left: 75px;
    }

    .rt-ml-md-76 {
        margin-left: 76px;
    }

    .rt-ml-md-77 {
        margin-left: 77px;
    }

    .rt-ml-md-78 {
        margin-left: 78px;
    }

    .rt-ml-md-79 {
        margin-left: 79px;
    }

    .rt-ml-md-80 {
        margin-left: 80px;
    }

    .rt-ml-md-81 {
        margin-left: 81px;
    }

    .rt-ml-md-82 {
        margin-left: 82px;
    }

    .rt-ml-md-83 {
        margin-left: 83px;
    }

    .rt-ml-md-84 {
        margin-left: 84px;
    }

    .rt-ml-md-85 {
        margin-left: 85px;
    }

    .rt-ml-md-86 {
        margin-left: 86px;
    }

    .rt-ml-md-87 {
        margin-left: 87px;
    }

    .rt-ml-md-88 {
        margin-left: 88px;
    }

    .rt-ml-md-89 {
        margin-left: 89px;
    }

    .rt-ml-md-90 {
        margin-left: 90px;
    }

    .rt-ml-md-91 {
        margin-left: 91px;
    }

    .rt-ml-md-92 {
        margin-left: 92px;
    }

    .rt-ml-md-93 {
        margin-left: 93px;
    }

    .rt-ml-md-94 {
        margin-left: 94px;
    }

    .rt-ml-md-95 {
        margin-left: 95px;
    }

    .rt-ml-md-96 {
        margin-left: 96px;
    }

    .rt-ml-md-97 {
        margin-left: 97px;
    }

    .rt-ml-md-98 {
        margin-left: 98px;
    }

    .rt-ml-md-99 {
        margin-left: 99px;
    }

    .rt-ml-md-100 {
        margin-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-ml-xs-0 {
        margin-left: 0;
    }

    .rt-ml-xs-1 {
        margin-left: 1px;
    }

    .rt-ml-xs-2 {
        margin-left: 2px;
    }

    .rt-ml-xs-3 {
        margin-left: 3px;
    }

    .rt-ml-xs-4 {
        margin-left: 4px;
    }

    .rt-ml-xs-5 {
        margin-left: 5px;
    }

    .rt-ml-xs-6 {
        margin-left: 6px;
    }

    .rt-ml-xs-7 {
        margin-left: 7px;
    }

    .rt-ml-xs-8 {
        margin-left: 8px;
    }

    .rt-ml-xs-9 {
        margin-left: 9px;
    }

    .rt-ml-xs-10 {
        margin-left: 10px;
    }

    .rt-ml-xs-11 {
        margin-left: 11px;
    }

    .rt-ml-xs-12 {
        margin-left: 12px;
    }

    .rt-ml-xs-13 {
        margin-left: 13px;
    }

    .rt-ml-xs-14 {
        margin-left: 14px;
    }

    .rt-ml-xs-15 {
        margin-left: 15px;
    }

    .rt-ml-xs-16 {
        margin-left: 16px;
    }

    .rt-ml-xs-17 {
        margin-left: 17px;
    }

    .rt-ml-xs-18 {
        margin-left: 18px;
    }

    .rt-ml-xs-19 {
        margin-left: 19px;
    }

    .rt-ml-xs-20 {
        margin-left: 20px;
    }

    .rt-ml-xs-21 {
        margin-left: 21px;
    }

    .rt-ml-xs-22 {
        margin-left: 22px;
    }

    .rt-ml-xs-23 {
        margin-left: 23px;
    }

    .rt-ml-xs-24 {
        margin-left: 24px;
    }

    .rt-ml-xs-25 {
        margin-left: 25px;
    }

    .rt-ml-xs-26 {
        margin-left: 26px;
    }

    .rt-ml-xs-27 {
        margin-left: 27px;
    }

    .rt-ml-xs-28 {
        margin-left: 28px;
    }

    .rt-ml-xs-29 {
        margin-left: 29px;
    }

    .rt-ml-xs-30 {
        margin-left: 30px;
    }

    .rt-ml-xs-31 {
        margin-left: 31px;
    }

    .rt-ml-xs-32 {
        margin-left: 32px;
    }

    .rt-ml-xs-33 {
        margin-left: 33px;
    }

    .rt-ml-xs-34 {
        margin-left: 34px;
    }

    .rt-ml-xs-35 {
        margin-left: 35px;
    }

    .rt-ml-xs-36 {
        margin-left: 36px;
    }

    .rt-ml-xs-37 {
        margin-left: 37px;
    }

    .rt-ml-xs-38 {
        margin-left: 38px;
    }

    .rt-ml-xs-39 {
        margin-left: 39px;
    }

    .rt-ml-xs-40 {
        margin-left: 40px;
    }

    .rt-ml-xs-41 {
        margin-left: 41px;
    }

    .rt-ml-xs-42 {
        margin-left: 42px;
    }

    .rt-ml-xs-43 {
        margin-left: 43px;
    }

    .rt-ml-xs-44 {
        margin-left: 44px;
    }

    .rt-ml-xs-45 {
        margin-left: 45px;
    }

    .rt-ml-xs-46 {
        margin-left: 46px;
    }

    .rt-ml-xs-47 {
        margin-left: 47px;
    }

    .rt-ml-xs-48 {
        margin-left: 48px;
    }

    .rt-ml-xs-49 {
        margin-left: 49px;
    }

    .rt-ml-xs-50 {
        margin-left: 50px;
    }

    .rt-ml-xs-51 {
        margin-left: 51px;
    }

    .rt-ml-xs-52 {
        margin-left: 52px;
    }

    .rt-ml-xs-53 {
        margin-left: 53px;
    }

    .rt-ml-xs-54 {
        margin-left: 54px;
    }

    .rt-ml-xs-55 {
        margin-left: 55px;
    }

    .rt-ml-xs-56 {
        margin-left: 56px;
    }

    .rt-ml-xs-57 {
        margin-left: 57px;
    }

    .rt-ml-xs-58 {
        margin-left: 58px;
    }

    .rt-ml-xs-59 {
        margin-left: 59px;
    }

    .rt-ml-xs-60 {
        margin-left: 60px;
    }

    .rt-ml-xs-61 {
        margin-left: 61px;
    }

    .rt-ml-xs-62 {
        margin-left: 62px;
    }

    .rt-ml-xs-63 {
        margin-left: 63px;
    }

    .rt-ml-xs-64 {
        margin-left: 64px;
    }

    .rt-ml-xs-65 {
        margin-left: 65px;
    }

    .rt-ml-xs-66 {
        margin-left: 66px;
    }

    .rt-ml-xs-67 {
        margin-left: 67px;
    }

    .rt-ml-xs-68 {
        margin-left: 68px;
    }

    .rt-ml-xs-69 {
        margin-left: 69px;
    }

    .rt-ml-xs-70 {
        margin-left: 70px;
    }

    .rt-ml-xs-71 {
        margin-left: 71px;
    }

    .rt-ml-xs-72 {
        margin-left: 72px;
    }

    .rt-ml-xs-73 {
        margin-left: 73px;
    }

    .rt-ml-xs-74 {
        margin-left: 74px;
    }

    .rt-ml-xs-75 {
        margin-left: 75px;
    }

    .rt-ml-xs-76 {
        margin-left: 76px;
    }

    .rt-ml-xs-77 {
        margin-left: 77px;
    }

    .rt-ml-xs-78 {
        margin-left: 78px;
    }

    .rt-ml-xs-79 {
        margin-left: 79px;
    }

    .rt-ml-xs-80 {
        margin-left: 80px;
    }

    .rt-ml-xs-81 {
        margin-left: 81px;
    }

    .rt-ml-xs-82 {
        margin-left: 82px;
    }

    .rt-ml-xs-83 {
        margin-left: 83px;
    }

    .rt-ml-xs-84 {
        margin-left: 84px;
    }

    .rt-ml-xs-85 {
        margin-left: 85px;
    }

    .rt-ml-xs-86 {
        margin-left: 86px;
    }

    .rt-ml-xs-87 {
        margin-left: 87px;
    }

    .rt-ml-xs-88 {
        margin-left: 88px;
    }

    .rt-ml-xs-89 {
        margin-left: 89px;
    }

    .rt-ml-xs-90 {
        margin-left: 90px;
    }

    .rt-ml-xs-91 {
        margin-left: 91px;
    }

    .rt-ml-xs-92 {
        margin-left: 92px;
    }

    .rt-ml-xs-93 {
        margin-left: 93px;
    }

    .rt-ml-xs-94 {
        margin-left: 94px;
    }

    .rt-ml-xs-95 {
        margin-left: 95px;
    }

    .rt-ml-xs-96 {
        margin-left: 96px;
    }

    .rt-ml-xs-97 {
        margin-left: 97px;
    }

    .rt-ml-xs-98 {
        margin-left: 98px;
    }

    .rt-ml-xs-99 {
        margin-left: 99px;
    }

    .rt-ml-xs-100 {
        margin-left: 100px;
    }
}

.rt-mr-0 {
    margin-right: 0;
}

.rt-mr-1 {
    margin-right: 1px;
}

.rt-mr-2 {
    margin-right: 2px;
}

.rt-mr-3 {
    margin-right: 3px;
}

.rt-mr-4 {
    margin-right: 4px;
}

.rt-mr-5 {
    margin-right: 5px;
}

.rt-mr-6 {
    margin-right: 6px;
}

.rt-mr-7 {
    margin-right: 7px;
}

.rt-mr-8 {
    margin-right: 8px;
}

.rt-mr-9 {
    margin-right: 9px;
}

.rt-mr-10 {
    margin-right: 10px;
}

.rt-mr-11 {
    margin-right: 11px;
}

.rt-mr-12 {
    margin-right: 12px;
}

.rt-mr-13 {
    margin-right: 13px;
}

.rt-mr-14 {
    margin-right: 14px;
}

.rt-mr-15 {
    margin-right: 15px;
}

.rt-mr-16 {
    margin-right: 16px;
}

.rt-mr-17 {
    margin-right: 17px;
}

.rt-mr-18 {
    margin-right: 18px;
}

.rt-mr-19 {
    margin-right: 19px;
}

.rt-mr-20 {
    margin-right: 20px;
}

.rt-mr-21 {
    margin-right: 21px;
}

.rt-mr-22 {
    margin-right: 22px;
}

.rt-mr-23 {
    margin-right: 23px;
}

.rt-mr-24 {
    margin-right: 24px;
}

.rt-mr-25 {
    margin-right: 25px;
}

.rt-mr-26 {
    margin-right: 26px;
}

.rt-mr-27 {
    margin-right: 27px;
}

.rt-mr-28 {
    margin-right: 28px;
}

.rt-mr-29 {
    margin-right: 29px;
}

.rt-mr-30 {
    margin-right: 30px;
}

.rt-mr-31 {
    margin-right: 31px;
}

.rt-mr-32 {
    margin-right: 32px;
}

.rt-mr-33 {
    margin-right: 33px;
}

.rt-mr-34 {
    margin-right: 34px;
}

.rt-mr-35 {
    margin-right: 35px;
}

.rt-mr-36 {
    margin-right: 36px;
}

.rt-mr-37 {
    margin-right: 37px;
}

.rt-mr-38 {
    margin-right: 38px;
}

.rt-mr-39 {
    margin-right: 39px;
}

.rt-mr-40 {
    margin-right: 40px;
}

.rt-mr-41 {
    margin-right: 41px;
}

.rt-mr-42 {
    margin-right: 42px;
}

.rt-mr-43 {
    margin-right: 43px;
}

.rt-mr-44 {
    margin-right: 44px;
}

.rt-mr-45 {
    margin-right: 45px;
}

.rt-mr-46 {
    margin-right: 46px;
}

.rt-mr-47 {
    margin-right: 47px;
}

.rt-mr-48 {
    margin-right: 48px;
}

.rt-mr-49 {
    margin-right: 49px;
}

.rt-mr-50 {
    margin-right: 50px;
}

.rt-mr-51 {
    margin-right: 51px;
}

.rt-mr-52 {
    margin-right: 52px;
}

.rt-mr-53 {
    margin-right: 53px;
}

.rt-mr-54 {
    margin-right: 54px;
}

.rt-mr-55 {
    margin-right: 55px;
}

.rt-mr-56 {
    margin-right: 56px;
}

.rt-mr-57 {
    margin-right: 57px;
}

.rt-mr-58 {
    margin-right: 58px;
}

.rt-mr-59 {
    margin-right: 59px;
}

.rt-mr-60 {
    margin-right: 60px;
}

.rt-mr-61 {
    margin-right: 61px;
}

.rt-mr-62 {
    margin-right: 62px;
}

.rt-mr-63 {
    margin-right: 63px;
}

.rt-mr-64 {
    margin-right: 64px;
}

.rt-mr-65 {
    margin-right: 65px;
}

.rt-mr-66 {
    margin-right: 66px;
}

.rt-mr-67 {
    margin-right: 67px;
}

.rt-mr-68 {
    margin-right: 68px;
}

.rt-mr-69 {
    margin-right: 69px;
}

.rt-mr-70 {
    margin-right: 70px;
}

.rt-mr-71 {
    margin-right: 71px;
}

.rt-mr-72 {
    margin-right: 72px;
}

.rt-mr-73 {
    margin-right: 73px;
}

.rt-mr-74 {
    margin-right: 74px;
}

.rt-mr-75 {
    margin-right: 75px;
}

.rt-mr-76 {
    margin-right: 76px;
}

.rt-mr-77 {
    margin-right: 77px;
}

.rt-mr-78 {
    margin-right: 78px;
}

.rt-mr-79 {
    margin-right: 79px;
}

.rt-mr-80 {
    margin-right: 80px;
}

.rt-mr-81 {
    margin-right: 81px;
}

.rt-mr-82 {
    margin-right: 82px;
}

.rt-mr-83 {
    margin-right: 83px;
}

.rt-mr-84 {
    margin-right: 84px;
}

.rt-mr-85 {
    margin-right: 85px;
}

.rt-mr-86 {
    margin-right: 86px;
}

.rt-mr-87 {
    margin-right: 87px;
}

.rt-mr-88 {
    margin-right: 88px;
}

.rt-mr-89 {
    margin-right: 89px;
}

.rt-mr-90 {
    margin-right: 90px;
}

.rt-mr-91 {
    margin-right: 91px;
}

.rt-mr-92 {
    margin-right: 92px;
}

.rt-mr-93 {
    margin-right: 93px;
}

.rt-mr-94 {
    margin-right: 94px;
}

.rt-mr-95 {
    margin-right: 95px;
}

.rt-mr-96 {
    margin-right: 96px;
}

.rt-mr-97 {
    margin-right: 97px;
}

.rt-mr-98 {
    margin-right: 98px;
}

.rt-mr-99 {
    margin-right: 99px;
}

.rt-mr-100 {
    margin-right: 100px;
}

.rt-mr-101 {
    margin-right: 101px;
}

.rt-mr-102 {
    margin-right: 102px;
}

.rt-mr-103 {
    margin-right: 103px;
}

.rt-mr-104 {
    margin-right: 104px;
}

.rt-mr-105 {
    margin-right: 105px;
}

.rt-mr-106 {
    margin-right: 106px;
}

.rt-mr-107 {
    margin-right: 107px;
}

.rt-mr-108 {
    margin-right: 108px;
}

.rt-mr-109 {
    margin-right: 109px;
}

.rt-mr-110 {
    margin-right: 110px;
}

.rt-mr-111 {
    margin-right: 111px;
}

.rt-mr-112 {
    margin-right: 112px;
}

.rt-mr-113 {
    margin-right: 113px;
}

.rt-mr-114 {
    margin-right: 114px;
}

.rt-mr-115 {
    margin-right: 115px;
}

.rt-mr-116 {
    margin-right: 116px;
}

.rt-mr-117 {
    margin-right: 117px;
}

.rt-mr-118 {
    margin-right: 118px;
}

.rt-mr-119 {
    margin-right: 119px;
}

.rt-mr-120 {
    margin-right: 120px;
}

.rt-mr-121 {
    margin-right: 121px;
}

.rt-mr-122 {
    margin-right: 122px;
}

.rt-mr-123 {
    margin-right: 123px;
}

.rt-mr-124 {
    margin-right: 124px;
}

.rt-mr-125 {
    margin-right: 125px;
}

.rt-mr-126 {
    margin-right: 126px;
}

.rt-mr-127 {
    margin-right: 127px;
}

.rt-mr-128 {
    margin-right: 128px;
}

.rt-mr-129 {
    margin-right: 129px;
}

.rt-mr-130 {
    margin-right: 130px;
}

.rt-mr-131 {
    margin-right: 131px;
}

.rt-mr-132 {
    margin-right: 132px;
}

.rt-mr-133 {
    margin-right: 133px;
}

.rt-mr-134 {
    margin-right: 134px;
}

.rt-mr-135 {
    margin-right: 135px;
}

.rt-mr-136 {
    margin-right: 136px;
}

.rt-mr-137 {
    margin-right: 137px;
}

.rt-mr-138 {
    margin-right: 138px;
}

.rt-mr-139 {
    margin-right: 139px;
}

.rt-mr-140 {
    margin-right: 140px;
}

.rt-mr-141 {
    margin-right: 141px;
}

.rt-mr-142 {
    margin-right: 142px;
}

.rt-mr-143 {
    margin-right: 143px;
}

.rt-mr-144 {
    margin-right: 144px;
}

.rt-mr-145 {
    margin-right: 145px;
}

.rt-mr-146 {
    margin-right: 146px;
}

.rt-mr-147 {
    margin-right: 147px;
}

.rt-mr-148 {
    margin-right: 148px;
}

.rt-mr-149 {
    margin-right: 149px;
}

.rt-mr-150 {
    margin-right: 150px;
}

.rt-mr-151 {
    margin-right: 151px;
}

.rt-mr-152 {
    margin-right: 152px;
}

.rt-mr-153 {
    margin-right: 153px;
}

.rt-mr-154 {
    margin-right: 154px;
}

.rt-mr-155 {
    margin-right: 155px;
}

.rt-mr-156 {
    margin-right: 156px;
}

.rt-mr-157 {
    margin-right: 157px;
}

.rt-mr-158 {
    margin-right: 158px;
}

.rt-mr-159 {
    margin-right: 159px;
}

.rt-mr-160 {
    margin-right: 160px;
}

.rt-mr-161 {
    margin-right: 161px;
}

.rt-mr-162 {
    margin-right: 162px;
}

.rt-mr-163 {
    margin-right: 163px;
}

.rt-mr-164 {
    margin-right: 164px;
}

.rt-mr-165 {
    margin-right: 165px;
}

.rt-mr-166 {
    margin-right: 166px;
}

.rt-mr-167 {
    margin-right: 167px;
}

.rt-mr-168 {
    margin-right: 168px;
}

.rt-mr-169 {
    margin-right: 169px;
}

.rt-mr-170 {
    margin-right: 170px;
}

.rt-mr-171 {
    margin-right: 171px;
}

.rt-mr-172 {
    margin-right: 172px;
}

.rt-mr-173 {
    margin-right: 173px;
}

.rt-mr-174 {
    margin-right: 174px;
}

.rt-mr-175 {
    margin-right: 175px;
}

.rt-mr-176 {
    margin-right: 176px;
}

.rt-mr-177 {
    margin-right: 177px;
}

.rt-mr-178 {
    margin-right: 178px;
}

.rt-mr-179 {
    margin-right: 179px;
}

.rt-mr-180 {
    margin-right: 180px;
}

.rt-mr-181 {
    margin-right: 181px;
}

.rt-mr-182 {
    margin-right: 182px;
}

.rt-mr-183 {
    margin-right: 183px;
}

.rt-mr-184 {
    margin-right: 184px;
}

.rt-mr-185 {
    margin-right: 185px;
}

.rt-mr-186 {
    margin-right: 186px;
}

.rt-mr-187 {
    margin-right: 187px;
}

.rt-mr-188 {
    margin-right: 188px;
}

.rt-mr-189 {
    margin-right: 189px;
}

.rt-mr-190 {
    margin-right: 190px;
}

.rt-mr-191 {
    margin-right: 191px;
}

.rt-mr-192 {
    margin-right: 192px;
}

.rt-mr-193 {
    margin-right: 193px;
}

.rt-mr-194 {
    margin-right: 194px;
}

.rt-mr-195 {
    margin-right: 195px;
}

.rt-mr-196 {
    margin-right: 196px;
}

.rt-mr-197 {
    margin-right: 197px;
}

.rt-mr-198 {
    margin-right: 198px;
}

.rt-mr-199 {
    margin-right: 199px;
}

.rt-mr-200 {
    margin-right: 200px;
}

@media (max-width: 1199.98px) {
    .rt-mr-lg-0 {
        margin-right: 0;
    }

    .rt-mr-lg-1 {
        margin-right: 1px;
    }

    .rt-mr-lg-2 {
        margin-right: 2px;
    }

    .rt-mr-lg-3 {
        margin-right: 3px;
    }

    .rt-mr-lg-4 {
        margin-right: 4px;
    }

    .rt-mr-lg-5 {
        margin-right: 5px;
    }

    .rt-mr-lg-6 {
        margin-right: 6px;
    }

    .rt-mr-lg-7 {
        margin-right: 7px;
    }

    .rt-mr-lg-8 {
        margin-right: 8px;
    }

    .rt-mr-lg-9 {
        margin-right: 9px;
    }

    .rt-mr-lg-10 {
        margin-right: 10px;
    }

    .rt-mr-lg-11 {
        margin-right: 11px;
    }

    .rt-mr-lg-12 {
        margin-right: 12px;
    }

    .rt-mr-lg-13 {
        margin-right: 13px;
    }

    .rt-mr-lg-14 {
        margin-right: 14px;
    }

    .rt-mr-lg-15 {
        margin-right: 15px;
    }

    .rt-mr-lg-16 {
        margin-right: 16px;
    }

    .rt-mr-lg-17 {
        margin-right: 17px;
    }

    .rt-mr-lg-18 {
        margin-right: 18px;
    }

    .rt-mr-lg-19 {
        margin-right: 19px;
    }

    .rt-mr-lg-20 {
        margin-right: 20px;
    }

    .rt-mr-lg-21 {
        margin-right: 21px;
    }

    .rt-mr-lg-22 {
        margin-right: 22px;
    }

    .rt-mr-lg-23 {
        margin-right: 23px;
    }

    .rt-mr-lg-24 {
        margin-right: 24px;
    }

    .rt-mr-lg-25 {
        margin-right: 25px;
    }

    .rt-mr-lg-26 {
        margin-right: 26px;
    }

    .rt-mr-lg-27 {
        margin-right: 27px;
    }

    .rt-mr-lg-28 {
        margin-right: 28px;
    }

    .rt-mr-lg-29 {
        margin-right: 29px;
    }

    .rt-mr-lg-30 {
        margin-right: 30px;
    }

    .rt-mr-lg-31 {
        margin-right: 31px;
    }

    .rt-mr-lg-32 {
        margin-right: 32px;
    }

    .rt-mr-lg-33 {
        margin-right: 33px;
    }

    .rt-mr-lg-34 {
        margin-right: 34px;
    }

    .rt-mr-lg-35 {
        margin-right: 35px;
    }

    .rt-mr-lg-36 {
        margin-right: 36px;
    }

    .rt-mr-lg-37 {
        margin-right: 37px;
    }

    .rt-mr-lg-38 {
        margin-right: 38px;
    }

    .rt-mr-lg-39 {
        margin-right: 39px;
    }

    .rt-mr-lg-40 {
        margin-right: 40px;
    }

    .rt-mr-lg-41 {
        margin-right: 41px;
    }

    .rt-mr-lg-42 {
        margin-right: 42px;
    }

    .rt-mr-lg-43 {
        margin-right: 43px;
    }

    .rt-mr-lg-44 {
        margin-right: 44px;
    }

    .rt-mr-lg-45 {
        margin-right: 45px;
    }

    .rt-mr-lg-46 {
        margin-right: 46px;
    }

    .rt-mr-lg-47 {
        margin-right: 47px;
    }

    .rt-mr-lg-48 {
        margin-right: 48px;
    }

    .rt-mr-lg-49 {
        margin-right: 49px;
    }

    .rt-mr-lg-50 {
        margin-right: 50px;
    }

    .rt-mr-lg-51 {
        margin-right: 51px;
    }

    .rt-mr-lg-52 {
        margin-right: 52px;
    }

    .rt-mr-lg-53 {
        margin-right: 53px;
    }

    .rt-mr-lg-54 {
        margin-right: 54px;
    }

    .rt-mr-lg-55 {
        margin-right: 55px;
    }

    .rt-mr-lg-56 {
        margin-right: 56px;
    }

    .rt-mr-lg-57 {
        margin-right: 57px;
    }

    .rt-mr-lg-58 {
        margin-right: 58px;
    }

    .rt-mr-lg-59 {
        margin-right: 59px;
    }

    .rt-mr-lg-60 {
        margin-right: 60px;
    }

    .rt-mr-lg-61 {
        margin-right: 61px;
    }

    .rt-mr-lg-62 {
        margin-right: 62px;
    }

    .rt-mr-lg-63 {
        margin-right: 63px;
    }

    .rt-mr-lg-64 {
        margin-right: 64px;
    }

    .rt-mr-lg-65 {
        margin-right: 65px;
    }

    .rt-mr-lg-66 {
        margin-right: 66px;
    }

    .rt-mr-lg-67 {
        margin-right: 67px;
    }

    .rt-mr-lg-68 {
        margin-right: 68px;
    }

    .rt-mr-lg-69 {
        margin-right: 69px;
    }

    .rt-mr-lg-70 {
        margin-right: 70px;
    }

    .rt-mr-lg-71 {
        margin-right: 71px;
    }

    .rt-mr-lg-72 {
        margin-right: 72px;
    }

    .rt-mr-lg-73 {
        margin-right: 73px;
    }

    .rt-mr-lg-74 {
        margin-right: 74px;
    }

    .rt-mr-lg-75 {
        margin-right: 75px;
    }

    .rt-mr-lg-76 {
        margin-right: 76px;
    }

    .rt-mr-lg-77 {
        margin-right: 77px;
    }

    .rt-mr-lg-78 {
        margin-right: 78px;
    }

    .rt-mr-lg-79 {
        margin-right: 79px;
    }

    .rt-mr-lg-80 {
        margin-right: 80px;
    }

    .rt-mr-lg-81 {
        margin-right: 81px;
    }

    .rt-mr-lg-82 {
        margin-right: 82px;
    }

    .rt-mr-lg-83 {
        margin-right: 83px;
    }

    .rt-mr-lg-84 {
        margin-right: 84px;
    }

    .rt-mr-lg-85 {
        margin-right: 85px;
    }

    .rt-mr-lg-86 {
        margin-right: 86px;
    }

    .rt-mr-lg-87 {
        margin-right: 87px;
    }

    .rt-mr-lg-88 {
        margin-right: 88px;
    }

    .rt-mr-lg-89 {
        margin-right: 89px;
    }

    .rt-mr-lg-90 {
        margin-right: 90px;
    }

    .rt-mr-lg-91 {
        margin-right: 91px;
    }

    .rt-mr-lg-92 {
        margin-right: 92px;
    }

    .rt-mr-lg-93 {
        margin-right: 93px;
    }

    .rt-mr-lg-94 {
        margin-right: 94px;
    }

    .rt-mr-lg-95 {
        margin-right: 95px;
    }

    .rt-mr-lg-96 {
        margin-right: 96px;
    }

    .rt-mr-lg-97 {
        margin-right: 97px;
    }

    .rt-mr-lg-98 {
        margin-right: 98px;
    }

    .rt-mr-lg-99 {
        margin-right: 99px;
    }

    .rt-mr-lg-100 {
        margin-right: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mr-md-0 {
        margin-right: 0;
    }

    .rt-mr-md-1 {
        margin-right: 1px;
    }

    .rt-mr-md-2 {
        margin-right: 2px;
    }

    .rt-mr-md-3 {
        margin-right: 3px;
    }

    .rt-mr-md-4 {
        margin-right: 4px;
    }

    .rt-mr-md-5 {
        margin-right: 5px;
    }

    .rt-mr-md-6 {
        margin-right: 6px;
    }

    .rt-mr-md-7 {
        margin-right: 7px;
    }

    .rt-mr-md-8 {
        margin-right: 8px;
    }

    .rt-mr-md-9 {
        margin-right: 9px;
    }

    .rt-mr-md-10 {
        margin-right: 10px;
    }

    .rt-mr-md-11 {
        margin-right: 11px;
    }

    .rt-mr-md-12 {
        margin-right: 12px;
    }

    .rt-mr-md-13 {
        margin-right: 13px;
    }

    .rt-mr-md-14 {
        margin-right: 14px;
    }

    .rt-mr-md-15 {
        margin-right: 15px;
    }

    .rt-mr-md-16 {
        margin-right: 16px;
    }

    .rt-mr-md-17 {
        margin-right: 17px;
    }

    .rt-mr-md-18 {
        margin-right: 18px;
    }

    .rt-mr-md-19 {
        margin-right: 19px;
    }

    .rt-mr-md-20 {
        margin-right: 20px;
    }

    .rt-mr-md-21 {
        margin-right: 21px;
    }

    .rt-mr-md-22 {
        margin-right: 22px;
    }

    .rt-mr-md-23 {
        margin-right: 23px;
    }

    .rt-mr-md-24 {
        margin-right: 24px;
    }

    .rt-mr-md-25 {
        margin-right: 25px;
    }

    .rt-mr-md-26 {
        margin-right: 26px;
    }

    .rt-mr-md-27 {
        margin-right: 27px;
    }

    .rt-mr-md-28 {
        margin-right: 28px;
    }

    .rt-mr-md-29 {
        margin-right: 29px;
    }

    .rt-mr-md-30 {
        margin-right: 30px;
    }

    .rt-mr-md-31 {
        margin-right: 31px;
    }

    .rt-mr-md-32 {
        margin-right: 32px;
    }

    .rt-mr-md-33 {
        margin-right: 33px;
    }

    .rt-mr-md-34 {
        margin-right: 34px;
    }

    .rt-mr-md-35 {
        margin-right: 35px;
    }

    .rt-mr-md-36 {
        margin-right: 36px;
    }

    .rt-mr-md-37 {
        margin-right: 37px;
    }

    .rt-mr-md-38 {
        margin-right: 38px;
    }

    .rt-mr-md-39 {
        margin-right: 39px;
    }

    .rt-mr-md-40 {
        margin-right: 40px;
    }

    .rt-mr-md-41 {
        margin-right: 41px;
    }

    .rt-mr-md-42 {
        margin-right: 42px;
    }

    .rt-mr-md-43 {
        margin-right: 43px;
    }

    .rt-mr-md-44 {
        margin-right: 44px;
    }

    .rt-mr-md-45 {
        margin-right: 45px;
    }

    .rt-mr-md-46 {
        margin-right: 46px;
    }

    .rt-mr-md-47 {
        margin-right: 47px;
    }

    .rt-mr-md-48 {
        margin-right: 48px;
    }

    .rt-mr-md-49 {
        margin-right: 49px;
    }

    .rt-mr-md-50 {
        margin-right: 50px;
    }

    .rt-mr-md-51 {
        margin-right: 51px;
    }

    .rt-mr-md-52 {
        margin-right: 52px;
    }

    .rt-mr-md-53 {
        margin-right: 53px;
    }

    .rt-mr-md-54 {
        margin-right: 54px;
    }

    .rt-mr-md-55 {
        margin-right: 55px;
    }

    .rt-mr-md-56 {
        margin-right: 56px;
    }

    .rt-mr-md-57 {
        margin-right: 57px;
    }

    .rt-mr-md-58 {
        margin-right: 58px;
    }

    .rt-mr-md-59 {
        margin-right: 59px;
    }

    .rt-mr-md-60 {
        margin-right: 60px;
    }

    .rt-mr-md-61 {
        margin-right: 61px;
    }

    .rt-mr-md-62 {
        margin-right: 62px;
    }

    .rt-mr-md-63 {
        margin-right: 63px;
    }

    .rt-mr-md-64 {
        margin-right: 64px;
    }

    .rt-mr-md-65 {
        margin-right: 65px;
    }

    .rt-mr-md-66 {
        margin-right: 66px;
    }

    .rt-mr-md-67 {
        margin-right: 67px;
    }

    .rt-mr-md-68 {
        margin-right: 68px;
    }

    .rt-mr-md-69 {
        margin-right: 69px;
    }

    .rt-mr-md-70 {
        margin-right: 70px;
    }

    .rt-mr-md-71 {
        margin-right: 71px;
    }

    .rt-mr-md-72 {
        margin-right: 72px;
    }

    .rt-mr-md-73 {
        margin-right: 73px;
    }

    .rt-mr-md-74 {
        margin-right: 74px;
    }

    .rt-mr-md-75 {
        margin-right: 75px;
    }

    .rt-mr-md-76 {
        margin-right: 76px;
    }

    .rt-mr-md-77 {
        margin-right: 77px;
    }

    .rt-mr-md-78 {
        margin-right: 78px;
    }

    .rt-mr-md-79 {
        margin-right: 79px;
    }

    .rt-mr-md-80 {
        margin-right: 80px;
    }

    .rt-mr-md-81 {
        margin-right: 81px;
    }

    .rt-mr-md-82 {
        margin-right: 82px;
    }

    .rt-mr-md-83 {
        margin-right: 83px;
    }

    .rt-mr-md-84 {
        margin-right: 84px;
    }

    .rt-mr-md-85 {
        margin-right: 85px;
    }

    .rt-mr-md-86 {
        margin-right: 86px;
    }

    .rt-mr-md-87 {
        margin-right: 87px;
    }

    .rt-mr-md-88 {
        margin-right: 88px;
    }

    .rt-mr-md-89 {
        margin-right: 89px;
    }

    .rt-mr-md-90 {
        margin-right: 90px;
    }

    .rt-mr-md-91 {
        margin-right: 91px;
    }

    .rt-mr-md-92 {
        margin-right: 92px;
    }

    .rt-mr-md-93 {
        margin-right: 93px;
    }

    .rt-mr-md-94 {
        margin-right: 94px;
    }

    .rt-mr-md-95 {
        margin-right: 95px;
    }

    .rt-mr-md-96 {
        margin-right: 96px;
    }

    .rt-mr-md-97 {
        margin-right: 97px;
    }

    .rt-mr-md-98 {
        margin-right: 98px;
    }

    .rt-mr-md-99 {
        margin-right: 99px;
    }

    .rt-mr-md-100 {
        margin-right: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mr-xs-0 {
        margin-right: 0;
    }

    .rt-mr-xs-1 {
        margin-right: 1px;
    }

    .rt-mr-xs-2 {
        margin-right: 2px;
    }

    .rt-mr-xs-3 {
        margin-right: 3px;
    }

    .rt-mr-xs-4 {
        margin-right: 4px;
    }

    .rt-mr-xs-5 {
        margin-right: 5px;
    }

    .rt-mr-xs-6 {
        margin-right: 6px;
    }

    .rt-mr-xs-7 {
        margin-right: 7px;
    }

    .rt-mr-xs-8 {
        margin-right: 8px;
    }

    .rt-mr-xs-9 {
        margin-right: 9px;
    }

    .rt-mr-xs-10 {
        margin-right: 10px;
    }

    .rt-mr-xs-11 {
        margin-right: 11px;
    }

    .rt-mr-xs-12 {
        margin-right: 12px;
    }

    .rt-mr-xs-13 {
        margin-right: 13px;
    }

    .rt-mr-xs-14 {
        margin-right: 14px;
    }

    .rt-mr-xs-15 {
        margin-right: 15px;
    }

    .rt-mr-xs-16 {
        margin-right: 16px;
    }

    .rt-mr-xs-17 {
        margin-right: 17px;
    }

    .rt-mr-xs-18 {
        margin-right: 18px;
    }

    .rt-mr-xs-19 {
        margin-right: 19px;
    }

    .rt-mr-xs-20 {
        margin-right: 20px;
    }

    .rt-mr-xs-21 {
        margin-right: 21px;
    }

    .rt-mr-xs-22 {
        margin-right: 22px;
    }

    .rt-mr-xs-23 {
        margin-right: 23px;
    }

    .rt-mr-xs-24 {
        margin-right: 24px;
    }

    .rt-mr-xs-25 {
        margin-right: 25px;
    }

    .rt-mr-xs-26 {
        margin-right: 26px;
    }

    .rt-mr-xs-27 {
        margin-right: 27px;
    }

    .rt-mr-xs-28 {
        margin-right: 28px;
    }

    .rt-mr-xs-29 {
        margin-right: 29px;
    }

    .rt-mr-xs-30 {
        margin-right: 30px;
    }

    .rt-mr-xs-31 {
        margin-right: 31px;
    }

    .rt-mr-xs-32 {
        margin-right: 32px;
    }

    .rt-mr-xs-33 {
        margin-right: 33px;
    }

    .rt-mr-xs-34 {
        margin-right: 34px;
    }

    .rt-mr-xs-35 {
        margin-right: 35px;
    }

    .rt-mr-xs-36 {
        margin-right: 36px;
    }

    .rt-mr-xs-37 {
        margin-right: 37px;
    }

    .rt-mr-xs-38 {
        margin-right: 38px;
    }

    .rt-mr-xs-39 {
        margin-right: 39px;
    }

    .rt-mr-xs-40 {
        margin-right: 40px;
    }

    .rt-mr-xs-41 {
        margin-right: 41px;
    }

    .rt-mr-xs-42 {
        margin-right: 42px;
    }

    .rt-mr-xs-43 {
        margin-right: 43px;
    }

    .rt-mr-xs-44 {
        margin-right: 44px;
    }

    .rt-mr-xs-45 {
        margin-right: 45px;
    }

    .rt-mr-xs-46 {
        margin-right: 46px;
    }

    .rt-mr-xs-47 {
        margin-right: 47px;
    }

    .rt-mr-xs-48 {
        margin-right: 48px;
    }

    .rt-mr-xs-49 {
        margin-right: 49px;
    }

    .rt-mr-xs-50 {
        margin-right: 50px;
    }

    .rt-mr-xs-51 {
        margin-right: 51px;
    }

    .rt-mr-xs-52 {
        margin-right: 52px;
    }

    .rt-mr-xs-53 {
        margin-right: 53px;
    }

    .rt-mr-xs-54 {
        margin-right: 54px;
    }

    .rt-mr-xs-55 {
        margin-right: 55px;
    }

    .rt-mr-xs-56 {
        margin-right: 56px;
    }

    .rt-mr-xs-57 {
        margin-right: 57px;
    }

    .rt-mr-xs-58 {
        margin-right: 58px;
    }

    .rt-mr-xs-59 {
        margin-right: 59px;
    }

    .rt-mr-xs-60 {
        margin-right: 60px;
    }

    .rt-mr-xs-61 {
        margin-right: 61px;
    }

    .rt-mr-xs-62 {
        margin-right: 62px;
    }

    .rt-mr-xs-63 {
        margin-right: 63px;
    }

    .rt-mr-xs-64 {
        margin-right: 64px;
    }

    .rt-mr-xs-65 {
        margin-right: 65px;
    }

    .rt-mr-xs-66 {
        margin-right: 66px;
    }

    .rt-mr-xs-67 {
        margin-right: 67px;
    }

    .rt-mr-xs-68 {
        margin-right: 68px;
    }

    .rt-mr-xs-69 {
        margin-right: 69px;
    }

    .rt-mr-xs-70 {
        margin-right: 70px;
    }

    .rt-mr-xs-71 {
        margin-right: 71px;
    }

    .rt-mr-xs-72 {
        margin-right: 72px;
    }

    .rt-mr-xs-73 {
        margin-right: 73px;
    }

    .rt-mr-xs-74 {
        margin-right: 74px;
    }

    .rt-mr-xs-75 {
        margin-right: 75px;
    }

    .rt-mr-xs-76 {
        margin-right: 76px;
    }

    .rt-mr-xs-77 {
        margin-right: 77px;
    }

    .rt-mr-xs-78 {
        margin-right: 78px;
    }

    .rt-mr-xs-79 {
        margin-right: 79px;
    }

    .rt-mr-xs-80 {
        margin-right: 80px;
    }

    .rt-mr-xs-81 {
        margin-right: 81px;
    }

    .rt-mr-xs-82 {
        margin-right: 82px;
    }

    .rt-mr-xs-83 {
        margin-right: 83px;
    }

    .rt-mr-xs-84 {
        margin-right: 84px;
    }

    .rt-mr-xs-85 {
        margin-right: 85px;
    }

    .rt-mr-xs-86 {
        margin-right: 86px;
    }

    .rt-mr-xs-87 {
        margin-right: 87px;
    }

    .rt-mr-xs-88 {
        margin-right: 88px;
    }

    .rt-mr-xs-89 {
        margin-right: 89px;
    }

    .rt-mr-xs-90 {
        margin-right: 90px;
    }

    .rt-mr-xs-91 {
        margin-right: 91px;
    }

    .rt-mr-xs-92 {
        margin-right: 92px;
    }

    .rt-mr-xs-93 {
        margin-right: 93px;
    }

    .rt-mr-xs-94 {
        margin-right: 94px;
    }

    .rt-mr-xs-95 {
        margin-right: 95px;
    }

    .rt-mr-xs-96 {
        margin-right: 96px;
    }

    .rt-mr-xs-97 {
        margin-right: 97px;
    }

    .rt-mr-xs-98 {
        margin-right: 98px;
    }

    .rt-mr-xs-99 {
        margin-right: 99px;
    }

    .rt-mr-xs-100 {
        margin-right: 100px;
    }
}

.rt-pb-0 {
    padding-bottom: 0;
}

.rt-pb-1 {
    padding-bottom: 1px;
}

.rt-pb-2 {
    padding-bottom: 2px;
}

.rt-pb-3 {
    padding-bottom: 3px;
}

.rt-pb-4 {
    padding-bottom: 4px;
}

.rt-pb-5 {
    padding-bottom: 5px;
}

.rt-pb-6 {
    padding-bottom: 6px;
}

.rt-pb-7 {
    padding-bottom: 7px;
}

.rt-pb-8 {
    padding-bottom: 8px;
}

.rt-pb-9 {
    padding-bottom: 9px;
}

.rt-pb-10 {
    padding-bottom: 10px;
}

.rt-pb-11 {
    padding-bottom: 11px;
}

.rt-pb-12 {
    padding-bottom: 12px;
}

.rt-pb-13 {
    padding-bottom: 13px;
}

.rt-pb-14 {
    padding-bottom: 14px;
}

.rt-pb-15 {
    padding-bottom: 15px;
}

.rt-pb-16 {
    padding-bottom: 16px;
}

.rt-pb-17 {
    padding-bottom: 17px;
}

.rt-pb-18 {
    padding-bottom: 18px;
}

.rt-pb-19 {
    padding-bottom: 19px;
}

.rt-pb-20 {
    padding-bottom: 20px;
}

.rt-pb-21 {
    padding-bottom: 21px;
}

.rt-pb-22 {
    padding-bottom: 22px;
}

.rt-pb-23 {
    padding-bottom: 23px;
}

.rt-pb-24 {
    padding-bottom: 24px;
}

.rt-pb-25 {
    padding-bottom: 25px;
}

.rt-pb-26 {
    padding-bottom: 26px;
}

.rt-pb-27 {
    padding-bottom: 27px;
}

.rt-pb-28 {
    padding-bottom: 28px;
}

.rt-pb-29 {
    padding-bottom: 29px;
}

.rt-pb-30 {
    padding-bottom: 30px;
}

.rt-pb-31 {
    padding-bottom: 31px;
}

.rt-pb-32 {
    padding-bottom: 32px;
}

.rt-pb-33 {
    padding-bottom: 33px;
}

.rt-pb-34 {
    padding-bottom: 34px;
}

.rt-pb-35 {
    padding-bottom: 35px;
}

.rt-pb-36 {
    padding-bottom: 36px;
}

.rt-pb-37 {
    padding-bottom: 37px;
}

.rt-pb-38 {
    padding-bottom: 38px;
}

.rt-pb-39 {
    padding-bottom: 39px;
}

.rt-pb-40 {
    padding-bottom: 40px;
}

.rt-pb-41 {
    padding-bottom: 41px;
}

.rt-pb-42 {
    padding-bottom: 42px;
}

.rt-pb-43 {
    padding-bottom: 43px;
}

.rt-pb-44 {
    padding-bottom: 44px;
}

.rt-pb-45 {
    padding-bottom: 45px;
}

.rt-pb-46 {
    padding-bottom: 46px;
}

.rt-pb-47 {
    padding-bottom: 47px;
}

.rt-pb-48 {
    padding-bottom: 48px;
}

.rt-pb-49 {
    padding-bottom: 49px;
}

.rt-pb-50 {
    padding-bottom: 50px;
}

.rt-pb-51 {
    padding-bottom: 51px;
}

.rt-pb-52 {
    padding-bottom: 52px;
}

.rt-pb-53 {
    padding-bottom: 53px;
}

.rt-pb-54 {
    padding-bottom: 54px;
}

.rt-pb-55 {
    padding-bottom: 55px;
}

.rt-pb-56 {
    padding-bottom: 56px;
}

.rt-pb-57 {
    padding-bottom: 57px;
}

.rt-pb-58 {
    padding-bottom: 58px;
}

.rt-pb-59 {
    padding-bottom: 59px;
}

.rt-pb-60 {
    padding-bottom: 60px;
}

.rt-pb-61 {
    padding-bottom: 61px;
}

.rt-pb-62 {
    padding-bottom: 62px;
}

.rt-pb-63 {
    padding-bottom: 63px;
}

.rt-pb-64 {
    padding-bottom: 64px;
}

.rt-pb-65 {
    padding-bottom: 65px;
}

.rt-pb-66 {
    padding-bottom: 66px;
}

.rt-pb-67 {
    padding-bottom: 67px;
}

.rt-pb-68 {
    padding-bottom: 68px;
}

.rt-pb-69 {
    padding-bottom: 69px;
}

.rt-pb-70 {
    padding-bottom: 70px;
}

.rt-pb-71 {
    padding-bottom: 71px;
}

.rt-pb-72 {
    padding-bottom: 72px;
}

.rt-pb-73 {
    padding-bottom: 73px;
}

.rt-pb-74 {
    padding-bottom: 74px;
}

.rt-pb-75 {
    padding-bottom: 75px;
}

.rt-pb-76 {
    padding-bottom: 76px;
}

.rt-pb-77 {
    padding-bottom: 77px;
}

.rt-pb-78 {
    padding-bottom: 78px;
}

.rt-pb-79 {
    padding-bottom: 79px;
}

.rt-pb-80 {
    padding-bottom: 80px;
}

.rt-pb-81 {
    padding-bottom: 81px;
}

.rt-pb-82 {
    padding-bottom: 82px;
}

.rt-pb-83 {
    padding-bottom: 83px;
}

.rt-pb-84 {
    padding-bottom: 84px;
}

.rt-pb-85 {
    padding-bottom: 85px;
}

.rt-pb-86 {
    padding-bottom: 86px;
}

.rt-pb-87 {
    padding-bottom: 87px;
}

.rt-pb-88 {
    padding-bottom: 88px;
}

.rt-pb-89 {
    padding-bottom: 89px;
}

.rt-pb-90 {
    padding-bottom: 90px;
}

.rt-pb-91 {
    padding-bottom: 91px;
}

.rt-pb-92 {
    padding-bottom: 92px;
}

.rt-pb-93 {
    padding-bottom: 93px;
}

.rt-pb-94 {
    padding-bottom: 94px;
}

.rt-pb-95 {
    padding-bottom: 95px;
}

.rt-pb-96 {
    padding-bottom: 96px;
}

.rt-pb-97 {
    padding-bottom: 97px;
}

.rt-pb-98 {
    padding-bottom: 98px;
}

.rt-pb-99 {
    padding-bottom: 99px;
}

.rt-pb-100 {
    padding-bottom: 100px;
}

.rt-pb-101 {
    padding-bottom: 101px;
}

.rt-pb-102 {
    padding-bottom: 102px;
}

.rt-pb-103 {
    padding-bottom: 103px;
}

.rt-pb-104 {
    padding-bottom: 104px;
}

.rt-pb-105 {
    padding-bottom: 105px;
}

.rt-pb-106 {
    padding-bottom: 106px;
}

.rt-pb-107 {
    padding-bottom: 107px;
}

.rt-pb-108 {
    padding-bottom: 108px;
}

.rt-pb-109 {
    padding-bottom: 109px;
}

.rt-pb-110 {
    padding-bottom: 110px;
}

.rt-pb-111 {
    padding-bottom: 111px;
}

.rt-pb-112 {
    padding-bottom: 112px;
}

.rt-pb-113 {
    padding-bottom: 113px;
}

.rt-pb-114 {
    padding-bottom: 114px;
}

.rt-pb-115 {
    padding-bottom: 115px;
}

.rt-pb-116 {
    padding-bottom: 116px;
}

.rt-pb-117 {
    padding-bottom: 117px;
}

.rt-pb-118 {
    padding-bottom: 118px;
}

.rt-pb-119 {
    padding-bottom: 119px;
}

.rt-pb-120 {
    padding-bottom: 120px;
}

.rt-pb-121 {
    padding-bottom: 121px;
}

.rt-pb-122 {
    padding-bottom: 122px;
}

.rt-pb-123 {
    padding-bottom: 123px;
}

.rt-pb-124 {
    padding-bottom: 124px;
}

.rt-pb-125 {
    padding-bottom: 125px;
}

.rt-pb-126 {
    padding-bottom: 126px;
}

.rt-pb-127 {
    padding-bottom: 127px;
}

.rt-pb-128 {
    padding-bottom: 128px;
}

.rt-pb-129 {
    padding-bottom: 129px;
}

.rt-pb-130 {
    padding-bottom: 130px;
}

.rt-pb-131 {
    padding-bottom: 131px;
}

.rt-pb-132 {
    padding-bottom: 132px;
}

.rt-pb-133 {
    padding-bottom: 133px;
}

.rt-pb-134 {
    padding-bottom: 134px;
}

.rt-pb-135 {
    padding-bottom: 135px;
}

.rt-pb-136 {
    padding-bottom: 136px;
}

.rt-pb-137 {
    padding-bottom: 137px;
}

.rt-pb-138 {
    padding-bottom: 138px;
}

.rt-pb-139 {
    padding-bottom: 139px;
}

.rt-pb-140 {
    padding-bottom: 140px;
}

.rt-pb-141 {
    padding-bottom: 141px;
}

.rt-pb-142 {
    padding-bottom: 142px;
}

.rt-pb-143 {
    padding-bottom: 143px;
}

.rt-pb-144 {
    padding-bottom: 144px;
}

.rt-pb-145 {
    padding-bottom: 145px;
}

.rt-pb-146 {
    padding-bottom: 146px;
}

.rt-pb-147 {
    padding-bottom: 147px;
}

.rt-pb-148 {
    padding-bottom: 148px;
}

.rt-pb-149 {
    padding-bottom: 149px;
}

.rt-pb-150 {
    padding-bottom: 150px;
}

.rt-pb-151 {
    padding-bottom: 151px;
}

.rt-pb-152 {
    padding-bottom: 152px;
}

.rt-pb-153 {
    padding-bottom: 153px;
}

.rt-pb-154 {
    padding-bottom: 154px;
}

.rt-pb-155 {
    padding-bottom: 155px;
}

.rt-pb-156 {
    padding-bottom: 156px;
}

.rt-pb-157 {
    padding-bottom: 157px;
}

.rt-pb-158 {
    padding-bottom: 158px;
}

.rt-pb-159 {
    padding-bottom: 159px;
}

.rt-pb-160 {
    padding-bottom: 160px;
}

.rt-pb-161 {
    padding-bottom: 161px;
}

.rt-pb-162 {
    padding-bottom: 162px;
}

.rt-pb-163 {
    padding-bottom: 163px;
}

.rt-pb-164 {
    padding-bottom: 164px;
}

.rt-pb-165 {
    padding-bottom: 165px;
}

.rt-pb-166 {
    padding-bottom: 166px;
}

.rt-pb-167 {
    padding-bottom: 167px;
}

.rt-pb-168 {
    padding-bottom: 168px;
}

.rt-pb-169 {
    padding-bottom: 169px;
}

.rt-pb-170 {
    padding-bottom: 170px;
}

.rt-pb-171 {
    padding-bottom: 171px;
}

.rt-pb-172 {
    padding-bottom: 172px;
}

.rt-pb-173 {
    padding-bottom: 173px;
}

.rt-pb-174 {
    padding-bottom: 174px;
}

.rt-pb-175 {
    padding-bottom: 175px;
}

.rt-pb-176 {
    padding-bottom: 176px;
}

.rt-pb-177 {
    padding-bottom: 177px;
}

.rt-pb-178 {
    padding-bottom: 178px;
}

.rt-pb-179 {
    padding-bottom: 179px;
}

.rt-pb-180 {
    padding-bottom: 180px;
}

.rt-pb-181 {
    padding-bottom: 181px;
}

.rt-pb-182 {
    padding-bottom: 182px;
}

.rt-pb-183 {
    padding-bottom: 183px;
}

.rt-pb-184 {
    padding-bottom: 184px;
}

.rt-pb-185 {
    padding-bottom: 185px;
}

.rt-pb-186 {
    padding-bottom: 186px;
}

.rt-pb-187 {
    padding-bottom: 187px;
}

.rt-pb-188 {
    padding-bottom: 188px;
}

.rt-pb-189 {
    padding-bottom: 189px;
}

.rt-pb-190 {
    padding-bottom: 190px;
}

.rt-pb-191 {
    padding-bottom: 191px;
}

.rt-pb-192 {
    padding-bottom: 192px;
}

.rt-pb-193 {
    padding-bottom: 193px;
}

.rt-pb-194 {
    padding-bottom: 194px;
}

.rt-pb-195 {
    padding-bottom: 195px;
}

.rt-pb-196 {
    padding-bottom: 196px;
}

.rt-pb-197 {
    padding-bottom: 197px;
}

.rt-pb-198 {
    padding-bottom: 198px;
}

.rt-pb-199 {
    padding-bottom: 199px;
}

.rt-pb-200 {
    padding-bottom: 200px;
}

.rt-pb-201 {
    padding-bottom: 201px;
}

.rt-pb-202 {
    padding-bottom: 202px;
}

.rt-pb-203 {
    padding-bottom: 203px;
}

.rt-pb-204 {
    padding-bottom: 204px;
}

.rt-pb-205 {
    padding-bottom: 205px;
}

.rt-pb-206 {
    padding-bottom: 206px;
}

.rt-pb-207 {
    padding-bottom: 207px;
}

.rt-pb-208 {
    padding-bottom: 208px;
}

.rt-pb-209 {
    padding-bottom: 209px;
}

.rt-pb-210 {
    padding-bottom: 210px;
}

.rt-pb-211 {
    padding-bottom: 211px;
}

.rt-pb-212 {
    padding-bottom: 212px;
}

.rt-pb-213 {
    padding-bottom: 213px;
}

.rt-pb-214 {
    padding-bottom: 214px;
}

.rt-pb-215 {
    padding-bottom: 215px;
}

.rt-pb-216 {
    padding-bottom: 216px;
}

.rt-pb-217 {
    padding-bottom: 217px;
}

.rt-pb-218 {
    padding-bottom: 218px;
}

.rt-pb-219 {
    padding-bottom: 219px;
}

.rt-pb-220 {
    padding-bottom: 220px;
}

.rt-pb-221 {
    padding-bottom: 221px;
}

.rt-pb-222 {
    padding-bottom: 222px;
}

.rt-pb-223 {
    padding-bottom: 223px;
}

.rt-pb-224 {
    padding-bottom: 224px;
}

.rt-pb-225 {
    padding-bottom: 225px;
}

.rt-pb-226 {
    padding-bottom: 226px;
}

.rt-pb-227 {
    padding-bottom: 227px;
}

.rt-pb-228 {
    padding-bottom: 228px;
}

.rt-pb-229 {
    padding-bottom: 229px;
}

.rt-pb-230 {
    padding-bottom: 230px;
}

.rt-pb-231 {
    padding-bottom: 231px;
}

.rt-pb-232 {
    padding-bottom: 232px;
}

.rt-pb-233 {
    padding-bottom: 233px;
}

.rt-pb-234 {
    padding-bottom: 234px;
}

.rt-pb-235 {
    padding-bottom: 235px;
}

.rt-pb-236 {
    padding-bottom: 236px;
}

.rt-pb-237 {
    padding-bottom: 237px;
}

.rt-pb-238 {
    padding-bottom: 238px;
}

.rt-pb-239 {
    padding-bottom: 239px;
}

.rt-pb-240 {
    padding-bottom: 240px;
}

.rt-pb-241 {
    padding-bottom: 241px;
}

.rt-pb-242 {
    padding-bottom: 242px;
}

.rt-pb-243 {
    padding-bottom: 243px;
}

.rt-pb-244 {
    padding-bottom: 244px;
}

.rt-pb-245 {
    padding-bottom: 245px;
}

.rt-pb-246 {
    padding-bottom: 246px;
}

.rt-pb-247 {
    padding-bottom: 247px;
}

.rt-pb-248 {
    padding-bottom: 248px;
}

.rt-pb-249 {
    padding-bottom: 249px;
}

.rt-pb-250 {
    padding-bottom: 250px;
}

.rt-pb-251 {
    padding-bottom: 251px;
}

.rt-pb-252 {
    padding-bottom: 252px;
}

.rt-pb-253 {
    padding-bottom: 253px;
}

.rt-pb-254 {
    padding-bottom: 254px;
}

.rt-pb-255 {
    padding-bottom: 255px;
}

.rt-pb-256 {
    padding-bottom: 256px;
}

.rt-pb-257 {
    padding-bottom: 257px;
}

.rt-pb-258 {
    padding-bottom: 258px;
}

.rt-pb-259 {
    padding-bottom: 259px;
}

.rt-pb-260 {
    padding-bottom: 260px;
}

.rt-pb-261 {
    padding-bottom: 261px;
}

.rt-pb-262 {
    padding-bottom: 262px;
}

.rt-pb-263 {
    padding-bottom: 263px;
}

.rt-pb-264 {
    padding-bottom: 264px;
}

.rt-pb-265 {
    padding-bottom: 265px;
}

.rt-pb-266 {
    padding-bottom: 266px;
}

.rt-pb-267 {
    padding-bottom: 267px;
}

.rt-pb-268 {
    padding-bottom: 268px;
}

.rt-pb-269 {
    padding-bottom: 269px;
}

.rt-pb-270 {
    padding-bottom: 270px;
}

.rt-pb-271 {
    padding-bottom: 271px;
}

.rt-pb-272 {
    padding-bottom: 272px;
}

.rt-pb-273 {
    padding-bottom: 273px;
}

.rt-pb-274 {
    padding-bottom: 274px;
}

.rt-pb-275 {
    padding-bottom: 275px;
}

.rt-pb-276 {
    padding-bottom: 276px;
}

.rt-pb-277 {
    padding-bottom: 277px;
}

.rt-pb-278 {
    padding-bottom: 278px;
}

.rt-pb-279 {
    padding-bottom: 279px;
}

.rt-pb-280 {
    padding-bottom: 280px;
}

.rt-pb-281 {
    padding-bottom: 281px;
}

.rt-pb-282 {
    padding-bottom: 282px;
}

.rt-pb-283 {
    padding-bottom: 283px;
}

.rt-pb-284 {
    padding-bottom: 284px;
}

.rt-pb-285 {
    padding-bottom: 285px;
}

.rt-pb-286 {
    padding-bottom: 286px;
}

.rt-pb-287 {
    padding-bottom: 287px;
}

.rt-pb-288 {
    padding-bottom: 288px;
}

.rt-pb-289 {
    padding-bottom: 289px;
}

.rt-pb-290 {
    padding-bottom: 290px;
}

.rt-pb-291 {
    padding-bottom: 291px;
}

.rt-pb-292 {
    padding-bottom: 292px;
}

.rt-pb-293 {
    padding-bottom: 293px;
}

.rt-pb-294 {
    padding-bottom: 294px;
}

.rt-pb-295 {
    padding-bottom: 295px;
}

.rt-pb-296 {
    padding-bottom: 296px;
}

.rt-pb-297 {
    padding-bottom: 297px;
}

.rt-pb-298 {
    padding-bottom: 298px;
}

.rt-pb-299 {
    padding-bottom: 299px;
}

.rt-pb-300 {
    padding-bottom: 300px;
}

@media (max-width: 1199.98px) {
    .rt-pb-lg-0 {
        padding-bottom: 0;
    }

    .rt-pb-lg-1 {
        padding-bottom: 1px;
    }

    .rt-pb-lg-2 {
        padding-bottom: 2px;
    }

    .rt-pb-lg-3 {
        padding-bottom: 3px;
    }

    .rt-pb-lg-4 {
        padding-bottom: 4px;
    }

    .rt-pb-lg-5 {
        padding-bottom: 5px;
    }

    .rt-pb-lg-6 {
        padding-bottom: 6px;
    }

    .rt-pb-lg-7 {
        padding-bottom: 7px;
    }

    .rt-pb-lg-8 {
        padding-bottom: 8px;
    }

    .rt-pb-lg-9 {
        padding-bottom: 9px;
    }

    .rt-pb-lg-10 {
        padding-bottom: 10px;
    }

    .rt-pb-lg-11 {
        padding-bottom: 11px;
    }

    .rt-pb-lg-12 {
        padding-bottom: 12px;
    }

    .rt-pb-lg-13 {
        padding-bottom: 13px;
    }

    .rt-pb-lg-14 {
        padding-bottom: 14px;
    }

    .rt-pb-lg-15 {
        padding-bottom: 15px;
    }

    .rt-pb-lg-16 {
        padding-bottom: 16px;
    }

    .rt-pb-lg-17 {
        padding-bottom: 17px;
    }

    .rt-pb-lg-18 {
        padding-bottom: 18px;
    }

    .rt-pb-lg-19 {
        padding-bottom: 19px;
    }

    .rt-pb-lg-20 {
        padding-bottom: 20px;
    }

    .rt-pb-lg-21 {
        padding-bottom: 21px;
    }

    .rt-pb-lg-22 {
        padding-bottom: 22px;
    }

    .rt-pb-lg-23 {
        padding-bottom: 23px;
    }

    .rt-pb-lg-24 {
        padding-bottom: 24px;
    }

    .rt-pb-lg-25 {
        padding-bottom: 25px;
    }

    .rt-pb-lg-26 {
        padding-bottom: 26px;
    }

    .rt-pb-lg-27 {
        padding-bottom: 27px;
    }

    .rt-pb-lg-28 {
        padding-bottom: 28px;
    }

    .rt-pb-lg-29 {
        padding-bottom: 29px;
    }

    .rt-pb-lg-30 {
        padding-bottom: 30px;
    }

    .rt-pb-lg-31 {
        padding-bottom: 31px;
    }

    .rt-pb-lg-32 {
        padding-bottom: 32px;
    }

    .rt-pb-lg-33 {
        padding-bottom: 33px;
    }

    .rt-pb-lg-34 {
        padding-bottom: 34px;
    }

    .rt-pb-lg-35 {
        padding-bottom: 35px;
    }

    .rt-pb-lg-36 {
        padding-bottom: 36px;
    }

    .rt-pb-lg-37 {
        padding-bottom: 37px;
    }

    .rt-pb-lg-38 {
        padding-bottom: 38px;
    }

    .rt-pb-lg-39 {
        padding-bottom: 39px;
    }

    .rt-pb-lg-40 {
        padding-bottom: 40px;
    }

    .rt-pb-lg-41 {
        padding-bottom: 41px;
    }

    .rt-pb-lg-42 {
        padding-bottom: 42px;
    }

    .rt-pb-lg-43 {
        padding-bottom: 43px;
    }

    .rt-pb-lg-44 {
        padding-bottom: 44px;
    }

    .rt-pb-lg-45 {
        padding-bottom: 45px;
    }

    .rt-pb-lg-46 {
        padding-bottom: 46px;
    }

    .rt-pb-lg-47 {
        padding-bottom: 47px;
    }

    .rt-pb-lg-48 {
        padding-bottom: 48px;
    }

    .rt-pb-lg-49 {
        padding-bottom: 49px;
    }

    .rt-pb-lg-50 {
        padding-bottom: 50px;
    }

    .rt-pb-lg-51 {
        padding-bottom: 51px;
    }

    .rt-pb-lg-52 {
        padding-bottom: 52px;
    }

    .rt-pb-lg-53 {
        padding-bottom: 53px;
    }

    .rt-pb-lg-54 {
        padding-bottom: 54px;
    }

    .rt-pb-lg-55 {
        padding-bottom: 55px;
    }

    .rt-pb-lg-56 {
        padding-bottom: 56px;
    }

    .rt-pb-lg-57 {
        padding-bottom: 57px;
    }

    .rt-pb-lg-58 {
        padding-bottom: 58px;
    }

    .rt-pb-lg-59 {
        padding-bottom: 59px;
    }

    .rt-pb-lg-60 {
        padding-bottom: 60px;
    }

    .rt-pb-lg-61 {
        padding-bottom: 61px;
    }

    .rt-pb-lg-62 {
        padding-bottom: 62px;
    }

    .rt-pb-lg-63 {
        padding-bottom: 63px;
    }

    .rt-pb-lg-64 {
        padding-bottom: 64px;
    }

    .rt-pb-lg-65 {
        padding-bottom: 65px;
    }

    .rt-pb-lg-66 {
        padding-bottom: 66px;
    }

    .rt-pb-lg-67 {
        padding-bottom: 67px;
    }

    .rt-pb-lg-68 {
        padding-bottom: 68px;
    }

    .rt-pb-lg-69 {
        padding-bottom: 69px;
    }

    .rt-pb-lg-70 {
        padding-bottom: 70px;
    }

    .rt-pb-lg-71 {
        padding-bottom: 71px;
    }

    .rt-pb-lg-72 {
        padding-bottom: 72px;
    }

    .rt-pb-lg-73 {
        padding-bottom: 73px;
    }

    .rt-pb-lg-74 {
        padding-bottom: 74px;
    }

    .rt-pb-lg-75 {
        padding-bottom: 75px;
    }

    .rt-pb-lg-76 {
        padding-bottom: 76px;
    }

    .rt-pb-lg-77 {
        padding-bottom: 77px;
    }

    .rt-pb-lg-78 {
        padding-bottom: 78px;
    }

    .rt-pb-lg-79 {
        padding-bottom: 79px;
    }

    .rt-pb-lg-80 {
        padding-bottom: 80px;
    }

    .rt-pb-lg-81 {
        padding-bottom: 81px;
    }

    .rt-pb-lg-82 {
        padding-bottom: 82px;
    }

    .rt-pb-lg-83 {
        padding-bottom: 83px;
    }

    .rt-pb-lg-84 {
        padding-bottom: 84px;
    }

    .rt-pb-lg-85 {
        padding-bottom: 85px;
    }

    .rt-pb-lg-86 {
        padding-bottom: 86px;
    }

    .rt-pb-lg-87 {
        padding-bottom: 87px;
    }

    .rt-pb-lg-88 {
        padding-bottom: 88px;
    }

    .rt-pb-lg-89 {
        padding-bottom: 89px;
    }

    .rt-pb-lg-90 {
        padding-bottom: 90px;
    }

    .rt-pb-lg-91 {
        padding-bottom: 91px;
    }

    .rt-pb-lg-92 {
        padding-bottom: 92px;
    }

    .rt-pb-lg-93 {
        padding-bottom: 93px;
    }

    .rt-pb-lg-94 {
        padding-bottom: 94px;
    }

    .rt-pb-lg-95 {
        padding-bottom: 95px;
    }

    .rt-pb-lg-96 {
        padding-bottom: 96px;
    }

    .rt-pb-lg-97 {
        padding-bottom: 97px;
    }

    .rt-pb-lg-98 {
        padding-bottom: 98px;
    }

    .rt-pb-lg-99 {
        padding-bottom: 99px;
    }

    .rt-pb-lg-100 {
        padding-bottom: 100px;
    }

    .rt-pb-lg-101 {
        padding-bottom: 101px;
    }

    .rt-pb-lg-102 {
        padding-bottom: 102px;
    }

    .rt-pb-lg-103 {
        padding-bottom: 103px;
    }

    .rt-pb-lg-104 {
        padding-bottom: 104px;
    }

    .rt-pb-lg-105 {
        padding-bottom: 105px;
    }

    .rt-pb-lg-106 {
        padding-bottom: 106px;
    }

    .rt-pb-lg-107 {
        padding-bottom: 107px;
    }

    .rt-pb-lg-108 {
        padding-bottom: 108px;
    }

    .rt-pb-lg-109 {
        padding-bottom: 109px;
    }

    .rt-pb-lg-110 {
        padding-bottom: 110px;
    }

    .rt-pb-lg-111 {
        padding-bottom: 111px;
    }

    .rt-pb-lg-112 {
        padding-bottom: 112px;
    }

    .rt-pb-lg-113 {
        padding-bottom: 113px;
    }

    .rt-pb-lg-114 {
        padding-bottom: 114px;
    }

    .rt-pb-lg-115 {
        padding-bottom: 115px;
    }

    .rt-pb-lg-116 {
        padding-bottom: 116px;
    }

    .rt-pb-lg-117 {
        padding-bottom: 117px;
    }

    .rt-pb-lg-118 {
        padding-bottom: 118px;
    }

    .rt-pb-lg-119 {
        padding-bottom: 119px;
    }

    .rt-pb-lg-120 {
        padding-bottom: 120px;
    }

    .rt-pb-lg-121 {
        padding-bottom: 121px;
    }

    .rt-pb-lg-122 {
        padding-bottom: 122px;
    }

    .rt-pb-lg-123 {
        padding-bottom: 123px;
    }

    .rt-pb-lg-124 {
        padding-bottom: 124px;
    }

    .rt-pb-lg-125 {
        padding-bottom: 125px;
    }

    .rt-pb-lg-126 {
        padding-bottom: 126px;
    }

    .rt-pb-lg-127 {
        padding-bottom: 127px;
    }

    .rt-pb-lg-128 {
        padding-bottom: 128px;
    }

    .rt-pb-lg-129 {
        padding-bottom: 129px;
    }

    .rt-pb-lg-130 {
        padding-bottom: 130px;
    }

    .rt-pb-lg-131 {
        padding-bottom: 131px;
    }

    .rt-pb-lg-132 {
        padding-bottom: 132px;
    }

    .rt-pb-lg-133 {
        padding-bottom: 133px;
    }

    .rt-pb-lg-134 {
        padding-bottom: 134px;
    }

    .rt-pb-lg-135 {
        padding-bottom: 135px;
    }

    .rt-pb-lg-136 {
        padding-bottom: 136px;
    }

    .rt-pb-lg-137 {
        padding-bottom: 137px;
    }

    .rt-pb-lg-138 {
        padding-bottom: 138px;
    }

    .rt-pb-lg-139 {
        padding-bottom: 139px;
    }

    .rt-pb-lg-140 {
        padding-bottom: 140px;
    }

    .rt-pb-lg-141 {
        padding-bottom: 141px;
    }

    .rt-pb-lg-142 {
        padding-bottom: 142px;
    }

    .rt-pb-lg-143 {
        padding-bottom: 143px;
    }

    .rt-pb-lg-144 {
        padding-bottom: 144px;
    }

    .rt-pb-lg-145 {
        padding-bottom: 145px;
    }

    .rt-pb-lg-146 {
        padding-bottom: 146px;
    }

    .rt-pb-lg-147 {
        padding-bottom: 147px;
    }

    .rt-pb-lg-148 {
        padding-bottom: 148px;
    }

    .rt-pb-lg-149 {
        padding-bottom: 149px;
    }

    .rt-pb-lg-150 {
        padding-bottom: 150px;
    }

    .rt-pb-lg-151 {
        padding-bottom: 151px;
    }

    .rt-pb-lg-152 {
        padding-bottom: 152px;
    }

    .rt-pb-lg-153 {
        padding-bottom: 153px;
    }

    .rt-pb-lg-154 {
        padding-bottom: 154px;
    }

    .rt-pb-lg-155 {
        padding-bottom: 155px;
    }

    .rt-pb-lg-156 {
        padding-bottom: 156px;
    }

    .rt-pb-lg-157 {
        padding-bottom: 157px;
    }

    .rt-pb-lg-158 {
        padding-bottom: 158px;
    }

    .rt-pb-lg-159 {
        padding-bottom: 159px;
    }

    .rt-pb-lg-160 {
        padding-bottom: 160px;
    }

    .rt-pb-lg-161 {
        padding-bottom: 161px;
    }

    .rt-pb-lg-162 {
        padding-bottom: 162px;
    }

    .rt-pb-lg-163 {
        padding-bottom: 163px;
    }

    .rt-pb-lg-164 {
        padding-bottom: 164px;
    }

    .rt-pb-lg-165 {
        padding-bottom: 165px;
    }

    .rt-pb-lg-166 {
        padding-bottom: 166px;
    }

    .rt-pb-lg-167 {
        padding-bottom: 167px;
    }

    .rt-pb-lg-168 {
        padding-bottom: 168px;
    }

    .rt-pb-lg-169 {
        padding-bottom: 169px;
    }

    .rt-pb-lg-170 {
        padding-bottom: 170px;
    }

    .rt-pb-lg-171 {
        padding-bottom: 171px;
    }

    .rt-pb-lg-172 {
        padding-bottom: 172px;
    }

    .rt-pb-lg-173 {
        padding-bottom: 173px;
    }

    .rt-pb-lg-174 {
        padding-bottom: 174px;
    }

    .rt-pb-lg-175 {
        padding-bottom: 175px;
    }

    .rt-pb-lg-176 {
        padding-bottom: 176px;
    }

    .rt-pb-lg-177 {
        padding-bottom: 177px;
    }

    .rt-pb-lg-178 {
        padding-bottom: 178px;
    }

    .rt-pb-lg-179 {
        padding-bottom: 179px;
    }

    .rt-pb-lg-180 {
        padding-bottom: 180px;
    }

    .rt-pb-lg-181 {
        padding-bottom: 181px;
    }

    .rt-pb-lg-182 {
        padding-bottom: 182px;
    }

    .rt-pb-lg-183 {
        padding-bottom: 183px;
    }

    .rt-pb-lg-184 {
        padding-bottom: 184px;
    }

    .rt-pb-lg-185 {
        padding-bottom: 185px;
    }

    .rt-pb-lg-186 {
        padding-bottom: 186px;
    }

    .rt-pb-lg-187 {
        padding-bottom: 187px;
    }

    .rt-pb-lg-188 {
        padding-bottom: 188px;
    }

    .rt-pb-lg-189 {
        padding-bottom: 189px;
    }

    .rt-pb-lg-190 {
        padding-bottom: 190px;
    }

    .rt-pb-lg-191 {
        padding-bottom: 191px;
    }

    .rt-pb-lg-192 {
        padding-bottom: 192px;
    }

    .rt-pb-lg-193 {
        padding-bottom: 193px;
    }

    .rt-pb-lg-194 {
        padding-bottom: 194px;
    }

    .rt-pb-lg-195 {
        padding-bottom: 195px;
    }

    .rt-pb-lg-196 {
        padding-bottom: 196px;
    }

    .rt-pb-lg-197 {
        padding-bottom: 197px;
    }

    .rt-pb-lg-198 {
        padding-bottom: 198px;
    }

    .rt-pb-lg-199 {
        padding-bottom: 199px;
    }

    .rt-pb-lg-200 {
        padding-bottom: 200px;
    }

    .rt-pb-lg-201 {
        padding-bottom: 201px;
    }

    .rt-pb-lg-202 {
        padding-bottom: 202px;
    }

    .rt-pb-lg-203 {
        padding-bottom: 203px;
    }

    .rt-pb-lg-204 {
        padding-bottom: 204px;
    }

    .rt-pb-lg-205 {
        padding-bottom: 205px;
    }

    .rt-pb-lg-206 {
        padding-bottom: 206px;
    }

    .rt-pb-lg-207 {
        padding-bottom: 207px;
    }

    .rt-pb-lg-208 {
        padding-bottom: 208px;
    }

    .rt-pb-lg-209 {
        padding-bottom: 209px;
    }

    .rt-pb-lg-210 {
        padding-bottom: 210px;
    }

    .rt-pb-lg-211 {
        padding-bottom: 211px;
    }

    .rt-pb-lg-212 {
        padding-bottom: 212px;
    }

    .rt-pb-lg-213 {
        padding-bottom: 213px;
    }

    .rt-pb-lg-214 {
        padding-bottom: 214px;
    }

    .rt-pb-lg-215 {
        padding-bottom: 215px;
    }

    .rt-pb-lg-216 {
        padding-bottom: 216px;
    }

    .rt-pb-lg-217 {
        padding-bottom: 217px;
    }

    .rt-pb-lg-218 {
        padding-bottom: 218px;
    }

    .rt-pb-lg-219 {
        padding-bottom: 219px;
    }

    .rt-pb-lg-220 {
        padding-bottom: 220px;
    }

    .rt-pb-lg-221 {
        padding-bottom: 221px;
    }

    .rt-pb-lg-222 {
        padding-bottom: 222px;
    }

    .rt-pb-lg-223 {
        padding-bottom: 223px;
    }

    .rt-pb-lg-224 {
        padding-bottom: 224px;
    }

    .rt-pb-lg-225 {
        padding-bottom: 225px;
    }

    .rt-pb-lg-226 {
        padding-bottom: 226px;
    }

    .rt-pb-lg-227 {
        padding-bottom: 227px;
    }

    .rt-pb-lg-228 {
        padding-bottom: 228px;
    }

    .rt-pb-lg-229 {
        padding-bottom: 229px;
    }

    .rt-pb-lg-230 {
        padding-bottom: 230px;
    }

    .rt-pb-lg-231 {
        padding-bottom: 231px;
    }

    .rt-pb-lg-232 {
        padding-bottom: 232px;
    }

    .rt-pb-lg-233 {
        padding-bottom: 233px;
    }

    .rt-pb-lg-234 {
        padding-bottom: 234px;
    }

    .rt-pb-lg-235 {
        padding-bottom: 235px;
    }

    .rt-pb-lg-236 {
        padding-bottom: 236px;
    }

    .rt-pb-lg-237 {
        padding-bottom: 237px;
    }

    .rt-pb-lg-238 {
        padding-bottom: 238px;
    }

    .rt-pb-lg-239 {
        padding-bottom: 239px;
    }

    .rt-pb-lg-240 {
        padding-bottom: 240px;
    }

    .rt-pb-lg-241 {
        padding-bottom: 241px;
    }

    .rt-pb-lg-242 {
        padding-bottom: 242px;
    }

    .rt-pb-lg-243 {
        padding-bottom: 243px;
    }

    .rt-pb-lg-244 {
        padding-bottom: 244px;
    }

    .rt-pb-lg-245 {
        padding-bottom: 245px;
    }

    .rt-pb-lg-246 {
        padding-bottom: 246px;
    }

    .rt-pb-lg-247 {
        padding-bottom: 247px;
    }

    .rt-pb-lg-248 {
        padding-bottom: 248px;
    }

    .rt-pb-lg-249 {
        padding-bottom: 249px;
    }

    .rt-pb-lg-250 {
        padding-bottom: 250px;
    }

    .rt-pb-lg-251 {
        padding-bottom: 251px;
    }

    .rt-pb-lg-252 {
        padding-bottom: 252px;
    }

    .rt-pb-lg-253 {
        padding-bottom: 253px;
    }

    .rt-pb-lg-254 {
        padding-bottom: 254px;
    }

    .rt-pb-lg-255 {
        padding-bottom: 255px;
    }

    .rt-pb-lg-256 {
        padding-bottom: 256px;
    }

    .rt-pb-lg-257 {
        padding-bottom: 257px;
    }

    .rt-pb-lg-258 {
        padding-bottom: 258px;
    }

    .rt-pb-lg-259 {
        padding-bottom: 259px;
    }

    .rt-pb-lg-260 {
        padding-bottom: 260px;
    }

    .rt-pb-lg-261 {
        padding-bottom: 261px;
    }

    .rt-pb-lg-262 {
        padding-bottom: 262px;
    }

    .rt-pb-lg-263 {
        padding-bottom: 263px;
    }

    .rt-pb-lg-264 {
        padding-bottom: 264px;
    }

    .rt-pb-lg-265 {
        padding-bottom: 265px;
    }

    .rt-pb-lg-266 {
        padding-bottom: 266px;
    }

    .rt-pb-lg-267 {
        padding-bottom: 267px;
    }

    .rt-pb-lg-268 {
        padding-bottom: 268px;
    }

    .rt-pb-lg-269 {
        padding-bottom: 269px;
    }

    .rt-pb-lg-270 {
        padding-bottom: 270px;
    }

    .rt-pb-lg-271 {
        padding-bottom: 271px;
    }

    .rt-pb-lg-272 {
        padding-bottom: 272px;
    }

    .rt-pb-lg-273 {
        padding-bottom: 273px;
    }

    .rt-pb-lg-274 {
        padding-bottom: 274px;
    }

    .rt-pb-lg-275 {
        padding-bottom: 275px;
    }

    .rt-pb-lg-276 {
        padding-bottom: 276px;
    }

    .rt-pb-lg-277 {
        padding-bottom: 277px;
    }

    .rt-pb-lg-278 {
        padding-bottom: 278px;
    }

    .rt-pb-lg-279 {
        padding-bottom: 279px;
    }

    .rt-pb-lg-280 {
        padding-bottom: 280px;
    }

    .rt-pb-lg-281 {
        padding-bottom: 281px;
    }

    .rt-pb-lg-282 {
        padding-bottom: 282px;
    }

    .rt-pb-lg-283 {
        padding-bottom: 283px;
    }

    .rt-pb-lg-284 {
        padding-bottom: 284px;
    }

    .rt-pb-lg-285 {
        padding-bottom: 285px;
    }

    .rt-pb-lg-286 {
        padding-bottom: 286px;
    }

    .rt-pb-lg-287 {
        padding-bottom: 287px;
    }

    .rt-pb-lg-288 {
        padding-bottom: 288px;
    }

    .rt-pb-lg-289 {
        padding-bottom: 289px;
    }

    .rt-pb-lg-290 {
        padding-bottom: 290px;
    }

    .rt-pb-lg-291 {
        padding-bottom: 291px;
    }

    .rt-pb-lg-292 {
        padding-bottom: 292px;
    }

    .rt-pb-lg-293 {
        padding-bottom: 293px;
    }

    .rt-pb-lg-294 {
        padding-bottom: 294px;
    }

    .rt-pb-lg-295 {
        padding-bottom: 295px;
    }

    .rt-pb-lg-296 {
        padding-bottom: 296px;
    }

    .rt-pb-lg-297 {
        padding-bottom: 297px;
    }

    .rt-pb-lg-298 {
        padding-bottom: 298px;
    }

    .rt-pb-lg-299 {
        padding-bottom: 299px;
    }

    .rt-pb-lg-300 {
        padding-bottom: 300px;
    }
}

@media (max-width: 991.98px) {
    .rt-pb-md-0 {
        padding-bottom: 0;
    }

    .rt-pb-md-1 {
        padding-bottom: 1px;
    }

    .rt-pb-md-2 {
        padding-bottom: 2px;
    }

    .rt-pb-md-3 {
        padding-bottom: 3px;
    }

    .rt-pb-md-4 {
        padding-bottom: 4px;
    }

    .rt-pb-md-5 {
        padding-bottom: 5px;
    }

    .rt-pb-md-6 {
        padding-bottom: 6px;
    }

    .rt-pb-md-7 {
        padding-bottom: 7px;
    }

    .rt-pb-md-8 {
        padding-bottom: 8px;
    }

    .rt-pb-md-9 {
        padding-bottom: 9px;
    }

    .rt-pb-md-10 {
        padding-bottom: 10px;
    }

    .rt-pb-md-11 {
        padding-bottom: 11px;
    }

    .rt-pb-md-12 {
        padding-bottom: 12px;
    }

    .rt-pb-md-13 {
        padding-bottom: 13px;
    }

    .rt-pb-md-14 {
        padding-bottom: 14px;
    }

    .rt-pb-md-15 {
        padding-bottom: 15px;
    }

    .rt-pb-md-16 {
        padding-bottom: 16px;
    }

    .rt-pb-md-17 {
        padding-bottom: 17px;
    }

    .rt-pb-md-18 {
        padding-bottom: 18px;
    }

    .rt-pb-md-19 {
        padding-bottom: 19px;
    }

    .rt-pb-md-20 {
        padding-bottom: 20px;
    }

    .rt-pb-md-21 {
        padding-bottom: 21px;
    }

    .rt-pb-md-22 {
        padding-bottom: 22px;
    }

    .rt-pb-md-23 {
        padding-bottom: 23px;
    }

    .rt-pb-md-24 {
        padding-bottom: 24px;
    }

    .rt-pb-md-25 {
        padding-bottom: 25px;
    }

    .rt-pb-md-26 {
        padding-bottom: 26px;
    }

    .rt-pb-md-27 {
        padding-bottom: 27px;
    }

    .rt-pb-md-28 {
        padding-bottom: 28px;
    }

    .rt-pb-md-29 {
        padding-bottom: 29px;
    }

    .rt-pb-md-30 {
        padding-bottom: 30px;
    }

    .rt-pb-md-31 {
        padding-bottom: 31px;
    }

    .rt-pb-md-32 {
        padding-bottom: 32px;
    }

    .rt-pb-md-33 {
        padding-bottom: 33px;
    }

    .rt-pb-md-34 {
        padding-bottom: 34px;
    }

    .rt-pb-md-35 {
        padding-bottom: 35px;
    }

    .rt-pb-md-36 {
        padding-bottom: 36px;
    }

    .rt-pb-md-37 {
        padding-bottom: 37px;
    }

    .rt-pb-md-38 {
        padding-bottom: 38px;
    }

    .rt-pb-md-39 {
        padding-bottom: 39px;
    }

    .rt-pb-md-40 {
        padding-bottom: 40px;
    }

    .rt-pb-md-41 {
        padding-bottom: 41px;
    }

    .rt-pb-md-42 {
        padding-bottom: 42px;
    }

    .rt-pb-md-43 {
        padding-bottom: 43px;
    }

    .rt-pb-md-44 {
        padding-bottom: 44px;
    }

    .rt-pb-md-45 {
        padding-bottom: 45px;
    }

    .rt-pb-md-46 {
        padding-bottom: 46px;
    }

    .rt-pb-md-47 {
        padding-bottom: 47px;
    }

    .rt-pb-md-48 {
        padding-bottom: 48px;
    }

    .rt-pb-md-49 {
        padding-bottom: 49px;
    }

    .rt-pb-md-50 {
        padding-bottom: 50px;
    }

    .rt-pb-md-51 {
        padding-bottom: 51px;
    }

    .rt-pb-md-52 {
        padding-bottom: 52px;
    }

    .rt-pb-md-53 {
        padding-bottom: 53px;
    }

    .rt-pb-md-54 {
        padding-bottom: 54px;
    }

    .rt-pb-md-55 {
        padding-bottom: 55px;
    }

    .rt-pb-md-56 {
        padding-bottom: 56px;
    }

    .rt-pb-md-57 {
        padding-bottom: 57px;
    }

    .rt-pb-md-58 {
        padding-bottom: 58px;
    }

    .rt-pb-md-59 {
        padding-bottom: 59px;
    }

    .rt-pb-md-60 {
        padding-bottom: 60px;
    }

    .rt-pb-md-61 {
        padding-bottom: 61px;
    }

    .rt-pb-md-62 {
        padding-bottom: 62px;
    }

    .rt-pb-md-63 {
        padding-bottom: 63px;
    }

    .rt-pb-md-64 {
        padding-bottom: 64px;
    }

    .rt-pb-md-65 {
        padding-bottom: 65px;
    }

    .rt-pb-md-66 {
        padding-bottom: 66px;
    }

    .rt-pb-md-67 {
        padding-bottom: 67px;
    }

    .rt-pb-md-68 {
        padding-bottom: 68px;
    }

    .rt-pb-md-69 {
        padding-bottom: 69px;
    }

    .rt-pb-md-70 {
        padding-bottom: 70px;
    }

    .rt-pb-md-71 {
        padding-bottom: 71px;
    }

    .rt-pb-md-72 {
        padding-bottom: 72px;
    }

    .rt-pb-md-73 {
        padding-bottom: 73px;
    }

    .rt-pb-md-74 {
        padding-bottom: 74px;
    }

    .rt-pb-md-75 {
        padding-bottom: 75px;
    }

    .rt-pb-md-76 {
        padding-bottom: 76px;
    }

    .rt-pb-md-77 {
        padding-bottom: 77px;
    }

    .rt-pb-md-78 {
        padding-bottom: 78px;
    }

    .rt-pb-md-79 {
        padding-bottom: 79px;
    }

    .rt-pb-md-80 {
        padding-bottom: 80px;
    }

    .rt-pb-md-81 {
        padding-bottom: 81px;
    }

    .rt-pb-md-82 {
        padding-bottom: 82px;
    }

    .rt-pb-md-83 {
        padding-bottom: 83px;
    }

    .rt-pb-md-84 {
        padding-bottom: 84px;
    }

    .rt-pb-md-85 {
        padding-bottom: 85px;
    }

    .rt-pb-md-86 {
        padding-bottom: 86px;
    }

    .rt-pb-md-87 {
        padding-bottom: 87px;
    }

    .rt-pb-md-88 {
        padding-bottom: 88px;
    }

    .rt-pb-md-89 {
        padding-bottom: 89px;
    }

    .rt-pb-md-90 {
        padding-bottom: 90px;
    }

    .rt-pb-md-91 {
        padding-bottom: 91px;
    }

    .rt-pb-md-92 {
        padding-bottom: 92px;
    }

    .rt-pb-md-93 {
        padding-bottom: 93px;
    }

    .rt-pb-md-94 {
        padding-bottom: 94px;
    }

    .rt-pb-md-95 {
        padding-bottom: 95px;
    }

    .rt-pb-md-96 {
        padding-bottom: 96px;
    }

    .rt-pb-md-97 {
        padding-bottom: 97px;
    }

    .rt-pb-md-98 {
        padding-bottom: 98px;
    }

    .rt-pb-md-99 {
        padding-bottom: 99px;
    }

    .rt-pb-md-100 {
        padding-bottom: 100px;
    }

    .rt-pb-md-101 {
        padding-bottom: 101px;
    }

    .rt-pb-md-102 {
        padding-bottom: 102px;
    }

    .rt-pb-md-103 {
        padding-bottom: 103px;
    }

    .rt-pb-md-104 {
        padding-bottom: 104px;
    }

    .rt-pb-md-105 {
        padding-bottom: 105px;
    }

    .rt-pb-md-106 {
        padding-bottom: 106px;
    }

    .rt-pb-md-107 {
        padding-bottom: 107px;
    }

    .rt-pb-md-108 {
        padding-bottom: 108px;
    }

    .rt-pb-md-109 {
        padding-bottom: 109px;
    }

    .rt-pb-md-110 {
        padding-bottom: 110px;
    }

    .rt-pb-md-111 {
        padding-bottom: 111px;
    }

    .rt-pb-md-112 {
        padding-bottom: 112px;
    }

    .rt-pb-md-113 {
        padding-bottom: 113px;
    }

    .rt-pb-md-114 {
        padding-bottom: 114px;
    }

    .rt-pb-md-115 {
        padding-bottom: 115px;
    }

    .rt-pb-md-116 {
        padding-bottom: 116px;
    }

    .rt-pb-md-117 {
        padding-bottom: 117px;
    }

    .rt-pb-md-118 {
        padding-bottom: 118px;
    }

    .rt-pb-md-119 {
        padding-bottom: 119px;
    }

    .rt-pb-md-120 {
        padding-bottom: 120px;
    }

    .rt-pb-md-121 {
        padding-bottom: 121px;
    }

    .rt-pb-md-122 {
        padding-bottom: 122px;
    }

    .rt-pb-md-123 {
        padding-bottom: 123px;
    }

    .rt-pb-md-124 {
        padding-bottom: 124px;
    }

    .rt-pb-md-125 {
        padding-bottom: 125px;
    }

    .rt-pb-md-126 {
        padding-bottom: 126px;
    }

    .rt-pb-md-127 {
        padding-bottom: 127px;
    }

    .rt-pb-md-128 {
        padding-bottom: 128px;
    }

    .rt-pb-md-129 {
        padding-bottom: 129px;
    }

    .rt-pb-md-130 {
        padding-bottom: 130px;
    }

    .rt-pb-md-131 {
        padding-bottom: 131px;
    }

    .rt-pb-md-132 {
        padding-bottom: 132px;
    }

    .rt-pb-md-133 {
        padding-bottom: 133px;
    }

    .rt-pb-md-134 {
        padding-bottom: 134px;
    }

    .rt-pb-md-135 {
        padding-bottom: 135px;
    }

    .rt-pb-md-136 {
        padding-bottom: 136px;
    }

    .rt-pb-md-137 {
        padding-bottom: 137px;
    }

    .rt-pb-md-138 {
        padding-bottom: 138px;
    }

    .rt-pb-md-139 {
        padding-bottom: 139px;
    }

    .rt-pb-md-140 {
        padding-bottom: 140px;
    }

    .rt-pb-md-141 {
        padding-bottom: 141px;
    }

    .rt-pb-md-142 {
        padding-bottom: 142px;
    }

    .rt-pb-md-143 {
        padding-bottom: 143px;
    }

    .rt-pb-md-144 {
        padding-bottom: 144px;
    }

    .rt-pb-md-145 {
        padding-bottom: 145px;
    }

    .rt-pb-md-146 {
        padding-bottom: 146px;
    }

    .rt-pb-md-147 {
        padding-bottom: 147px;
    }

    .rt-pb-md-148 {
        padding-bottom: 148px;
    }

    .rt-pb-md-149 {
        padding-bottom: 149px;
    }

    .rt-pb-md-150 {
        padding-bottom: 150px;
    }

    .rt-pb-md-151 {
        padding-bottom: 151px;
    }

    .rt-pb-md-152 {
        padding-bottom: 152px;
    }

    .rt-pb-md-153 {
        padding-bottom: 153px;
    }

    .rt-pb-md-154 {
        padding-bottom: 154px;
    }

    .rt-pb-md-155 {
        padding-bottom: 155px;
    }

    .rt-pb-md-156 {
        padding-bottom: 156px;
    }

    .rt-pb-md-157 {
        padding-bottom: 157px;
    }

    .rt-pb-md-158 {
        padding-bottom: 158px;
    }

    .rt-pb-md-159 {
        padding-bottom: 159px;
    }

    .rt-pb-md-160 {
        padding-bottom: 160px;
    }

    .rt-pb-md-161 {
        padding-bottom: 161px;
    }

    .rt-pb-md-162 {
        padding-bottom: 162px;
    }

    .rt-pb-md-163 {
        padding-bottom: 163px;
    }

    .rt-pb-md-164 {
        padding-bottom: 164px;
    }

    .rt-pb-md-165 {
        padding-bottom: 165px;
    }

    .rt-pb-md-166 {
        padding-bottom: 166px;
    }

    .rt-pb-md-167 {
        padding-bottom: 167px;
    }

    .rt-pb-md-168 {
        padding-bottom: 168px;
    }

    .rt-pb-md-169 {
        padding-bottom: 169px;
    }

    .rt-pb-md-170 {
        padding-bottom: 170px;
    }

    .rt-pb-md-171 {
        padding-bottom: 171px;
    }

    .rt-pb-md-172 {
        padding-bottom: 172px;
    }

    .rt-pb-md-173 {
        padding-bottom: 173px;
    }

    .rt-pb-md-174 {
        padding-bottom: 174px;
    }

    .rt-pb-md-175 {
        padding-bottom: 175px;
    }

    .rt-pb-md-176 {
        padding-bottom: 176px;
    }

    .rt-pb-md-177 {
        padding-bottom: 177px;
    }

    .rt-pb-md-178 {
        padding-bottom: 178px;
    }

    .rt-pb-md-179 {
        padding-bottom: 179px;
    }

    .rt-pb-md-180 {
        padding-bottom: 180px;
    }

    .rt-pb-md-181 {
        padding-bottom: 181px;
    }

    .rt-pb-md-182 {
        padding-bottom: 182px;
    }

    .rt-pb-md-183 {
        padding-bottom: 183px;
    }

    .rt-pb-md-184 {
        padding-bottom: 184px;
    }

    .rt-pb-md-185 {
        padding-bottom: 185px;
    }

    .rt-pb-md-186 {
        padding-bottom: 186px;
    }

    .rt-pb-md-187 {
        padding-bottom: 187px;
    }

    .rt-pb-md-188 {
        padding-bottom: 188px;
    }

    .rt-pb-md-189 {
        padding-bottom: 189px;
    }

    .rt-pb-md-190 {
        padding-bottom: 190px;
    }

    .rt-pb-md-191 {
        padding-bottom: 191px;
    }

    .rt-pb-md-192 {
        padding-bottom: 192px;
    }

    .rt-pb-md-193 {
        padding-bottom: 193px;
    }

    .rt-pb-md-194 {
        padding-bottom: 194px;
    }

    .rt-pb-md-195 {
        padding-bottom: 195px;
    }

    .rt-pb-md-196 {
        padding-bottom: 196px;
    }

    .rt-pb-md-197 {
        padding-bottom: 197px;
    }

    .rt-pb-md-198 {
        padding-bottom: 198px;
    }

    .rt-pb-md-199 {
        padding-bottom: 199px;
    }

    .rt-pb-md-200 {
        padding-bottom: 200px;
    }

    .rt-pb-md-201 {
        padding-bottom: 201px;
    }

    .rt-pb-md-202 {
        padding-bottom: 202px;
    }

    .rt-pb-md-203 {
        padding-bottom: 203px;
    }

    .rt-pb-md-204 {
        padding-bottom: 204px;
    }

    .rt-pb-md-205 {
        padding-bottom: 205px;
    }

    .rt-pb-md-206 {
        padding-bottom: 206px;
    }

    .rt-pb-md-207 {
        padding-bottom: 207px;
    }

    .rt-pb-md-208 {
        padding-bottom: 208px;
    }

    .rt-pb-md-209 {
        padding-bottom: 209px;
    }

    .rt-pb-md-210 {
        padding-bottom: 210px;
    }

    .rt-pb-md-211 {
        padding-bottom: 211px;
    }

    .rt-pb-md-212 {
        padding-bottom: 212px;
    }

    .rt-pb-md-213 {
        padding-bottom: 213px;
    }

    .rt-pb-md-214 {
        padding-bottom: 214px;
    }

    .rt-pb-md-215 {
        padding-bottom: 215px;
    }

    .rt-pb-md-216 {
        padding-bottom: 216px;
    }

    .rt-pb-md-217 {
        padding-bottom: 217px;
    }

    .rt-pb-md-218 {
        padding-bottom: 218px;
    }

    .rt-pb-md-219 {
        padding-bottom: 219px;
    }

    .rt-pb-md-220 {
        padding-bottom: 220px;
    }

    .rt-pb-md-221 {
        padding-bottom: 221px;
    }

    .rt-pb-md-222 {
        padding-bottom: 222px;
    }

    .rt-pb-md-223 {
        padding-bottom: 223px;
    }

    .rt-pb-md-224 {
        padding-bottom: 224px;
    }

    .rt-pb-md-225 {
        padding-bottom: 225px;
    }

    .rt-pb-md-226 {
        padding-bottom: 226px;
    }

    .rt-pb-md-227 {
        padding-bottom: 227px;
    }

    .rt-pb-md-228 {
        padding-bottom: 228px;
    }

    .rt-pb-md-229 {
        padding-bottom: 229px;
    }

    .rt-pb-md-230 {
        padding-bottom: 230px;
    }

    .rt-pb-md-231 {
        padding-bottom: 231px;
    }

    .rt-pb-md-232 {
        padding-bottom: 232px;
    }

    .rt-pb-md-233 {
        padding-bottom: 233px;
    }

    .rt-pb-md-234 {
        padding-bottom: 234px;
    }

    .rt-pb-md-235 {
        padding-bottom: 235px;
    }

    .rt-pb-md-236 {
        padding-bottom: 236px;
    }

    .rt-pb-md-237 {
        padding-bottom: 237px;
    }

    .rt-pb-md-238 {
        padding-bottom: 238px;
    }

    .rt-pb-md-239 {
        padding-bottom: 239px;
    }

    .rt-pb-md-240 {
        padding-bottom: 240px;
    }

    .rt-pb-md-241 {
        padding-bottom: 241px;
    }

    .rt-pb-md-242 {
        padding-bottom: 242px;
    }

    .rt-pb-md-243 {
        padding-bottom: 243px;
    }

    .rt-pb-md-244 {
        padding-bottom: 244px;
    }

    .rt-pb-md-245 {
        padding-bottom: 245px;
    }

    .rt-pb-md-246 {
        padding-bottom: 246px;
    }

    .rt-pb-md-247 {
        padding-bottom: 247px;
    }

    .rt-pb-md-248 {
        padding-bottom: 248px;
    }

    .rt-pb-md-249 {
        padding-bottom: 249px;
    }

    .rt-pb-md-250 {
        padding-bottom: 250px;
    }

    .rt-pb-md-251 {
        padding-bottom: 251px;
    }

    .rt-pb-md-252 {
        padding-bottom: 252px;
    }

    .rt-pb-md-253 {
        padding-bottom: 253px;
    }

    .rt-pb-md-254 {
        padding-bottom: 254px;
    }

    .rt-pb-md-255 {
        padding-bottom: 255px;
    }

    .rt-pb-md-256 {
        padding-bottom: 256px;
    }

    .rt-pb-md-257 {
        padding-bottom: 257px;
    }

    .rt-pb-md-258 {
        padding-bottom: 258px;
    }

    .rt-pb-md-259 {
        padding-bottom: 259px;
    }

    .rt-pb-md-260 {
        padding-bottom: 260px;
    }

    .rt-pb-md-261 {
        padding-bottom: 261px;
    }

    .rt-pb-md-262 {
        padding-bottom: 262px;
    }

    .rt-pb-md-263 {
        padding-bottom: 263px;
    }

    .rt-pb-md-264 {
        padding-bottom: 264px;
    }

    .rt-pb-md-265 {
        padding-bottom: 265px;
    }

    .rt-pb-md-266 {
        padding-bottom: 266px;
    }

    .rt-pb-md-267 {
        padding-bottom: 267px;
    }

    .rt-pb-md-268 {
        padding-bottom: 268px;
    }

    .rt-pb-md-269 {
        padding-bottom: 269px;
    }

    .rt-pb-md-270 {
        padding-bottom: 270px;
    }

    .rt-pb-md-271 {
        padding-bottom: 271px;
    }

    .rt-pb-md-272 {
        padding-bottom: 272px;
    }

    .rt-pb-md-273 {
        padding-bottom: 273px;
    }

    .rt-pb-md-274 {
        padding-bottom: 274px;
    }

    .rt-pb-md-275 {
        padding-bottom: 275px;
    }

    .rt-pb-md-276 {
        padding-bottom: 276px;
    }

    .rt-pb-md-277 {
        padding-bottom: 277px;
    }

    .rt-pb-md-278 {
        padding-bottom: 278px;
    }

    .rt-pb-md-279 {
        padding-bottom: 279px;
    }

    .rt-pb-md-280 {
        padding-bottom: 280px;
    }

    .rt-pb-md-281 {
        padding-bottom: 281px;
    }

    .rt-pb-md-282 {
        padding-bottom: 282px;
    }

    .rt-pb-md-283 {
        padding-bottom: 283px;
    }

    .rt-pb-md-284 {
        padding-bottom: 284px;
    }

    .rt-pb-md-285 {
        padding-bottom: 285px;
    }

    .rt-pb-md-286 {
        padding-bottom: 286px;
    }

    .rt-pb-md-287 {
        padding-bottom: 287px;
    }

    .rt-pb-md-288 {
        padding-bottom: 288px;
    }

    .rt-pb-md-289 {
        padding-bottom: 289px;
    }

    .rt-pb-md-290 {
        padding-bottom: 290px;
    }

    .rt-pb-md-291 {
        padding-bottom: 291px;
    }

    .rt-pb-md-292 {
        padding-bottom: 292px;
    }

    .rt-pb-md-293 {
        padding-bottom: 293px;
    }

    .rt-pb-md-294 {
        padding-bottom: 294px;
    }

    .rt-pb-md-295 {
        padding-bottom: 295px;
    }

    .rt-pb-md-296 {
        padding-bottom: 296px;
    }

    .rt-pb-md-297 {
        padding-bottom: 297px;
    }

    .rt-pb-md-298 {
        padding-bottom: 298px;
    }

    .rt-pb-md-299 {
        padding-bottom: 299px;
    }

    .rt-pb-md-300 {
        padding-bottom: 300px;
    }
}

@media (max-width: 767.98px) {
    .rt-pb-xs-0 {
        padding-bottom: 0;
    }

    .rt-pb-xs-1 {
        padding-bottom: 1px;
    }

    .rt-pb-xs-2 {
        padding-bottom: 2px;
    }

    .rt-pb-xs-3 {
        padding-bottom: 3px;
    }

    .rt-pb-xs-4 {
        padding-bottom: 4px;
    }

    .rt-pb-xs-5 {
        padding-bottom: 5px;
    }

    .rt-pb-xs-6 {
        padding-bottom: 6px;
    }

    .rt-pb-xs-7 {
        padding-bottom: 7px;
    }

    .rt-pb-xs-8 {
        padding-bottom: 8px;
    }

    .rt-pb-xs-9 {
        padding-bottom: 9px;
    }

    .rt-pb-xs-10 {
        padding-bottom: 10px;
    }

    .rt-pb-xs-11 {
        padding-bottom: 11px;
    }

    .rt-pb-xs-12 {
        padding-bottom: 12px;
    }

    .rt-pb-xs-13 {
        padding-bottom: 13px;
    }

    .rt-pb-xs-14 {
        padding-bottom: 14px;
    }

    .rt-pb-xs-15 {
        padding-bottom: 15px;
    }

    .rt-pb-xs-16 {
        padding-bottom: 16px;
    }

    .rt-pb-xs-17 {
        padding-bottom: 17px;
    }

    .rt-pb-xs-18 {
        padding-bottom: 18px;
    }

    .rt-pb-xs-19 {
        padding-bottom: 19px;
    }

    .rt-pb-xs-20 {
        padding-bottom: 20px;
    }

    .rt-pb-xs-21 {
        padding-bottom: 21px;
    }

    .rt-pb-xs-22 {
        padding-bottom: 22px;
    }

    .rt-pb-xs-23 {
        padding-bottom: 23px;
    }

    .rt-pb-xs-24 {
        padding-bottom: 24px;
    }

    .rt-pb-xs-25 {
        padding-bottom: 25px;
    }

    .rt-pb-xs-26 {
        padding-bottom: 26px;
    }

    .rt-pb-xs-27 {
        padding-bottom: 27px;
    }

    .rt-pb-xs-28 {
        padding-bottom: 28px;
    }

    .rt-pb-xs-29 {
        padding-bottom: 29px;
    }

    .rt-pb-xs-30 {
        padding-bottom: 30px;
    }

    .rt-pb-xs-31 {
        padding-bottom: 31px;
    }

    .rt-pb-xs-32 {
        padding-bottom: 32px;
    }

    .rt-pb-xs-33 {
        padding-bottom: 33px;
    }

    .rt-pb-xs-34 {
        padding-bottom: 34px;
    }

    .rt-pb-xs-35 {
        padding-bottom: 35px;
    }

    .rt-pb-xs-36 {
        padding-bottom: 36px;
    }

    .rt-pb-xs-37 {
        padding-bottom: 37px;
    }

    .rt-pb-xs-38 {
        padding-bottom: 38px;
    }

    .rt-pb-xs-39 {
        padding-bottom: 39px;
    }

    .rt-pb-xs-40 {
        padding-bottom: 40px;
    }

    .rt-pb-xs-41 {
        padding-bottom: 41px;
    }

    .rt-pb-xs-42 {
        padding-bottom: 42px;
    }

    .rt-pb-xs-43 {
        padding-bottom: 43px;
    }

    .rt-pb-xs-44 {
        padding-bottom: 44px;
    }

    .rt-pb-xs-45 {
        padding-bottom: 45px;
    }

    .rt-pb-xs-46 {
        padding-bottom: 46px;
    }

    .rt-pb-xs-47 {
        padding-bottom: 47px;
    }

    .rt-pb-xs-48 {
        padding-bottom: 48px;
    }

    .rt-pb-xs-49 {
        padding-bottom: 49px;
    }

    .rt-pb-xs-50 {
        padding-bottom: 50px;
    }

    .rt-pb-xs-51 {
        padding-bottom: 51px;
    }

    .rt-pb-xs-52 {
        padding-bottom: 52px;
    }

    .rt-pb-xs-53 {
        padding-bottom: 53px;
    }

    .rt-pb-xs-54 {
        padding-bottom: 54px;
    }

    .rt-pb-xs-55 {
        padding-bottom: 55px;
    }

    .rt-pb-xs-56 {
        padding-bottom: 56px;
    }

    .rt-pb-xs-57 {
        padding-bottom: 57px;
    }

    .rt-pb-xs-58 {
        padding-bottom: 58px;
    }

    .rt-pb-xs-59 {
        padding-bottom: 59px;
    }

    .rt-pb-xs-60 {
        padding-bottom: 60px;
    }

    .rt-pb-xs-61 {
        padding-bottom: 61px;
    }

    .rt-pb-xs-62 {
        padding-bottom: 62px;
    }

    .rt-pb-xs-63 {
        padding-bottom: 63px;
    }

    .rt-pb-xs-64 {
        padding-bottom: 64px;
    }

    .rt-pb-xs-65 {
        padding-bottom: 65px;
    }

    .rt-pb-xs-66 {
        padding-bottom: 66px;
    }

    .rt-pb-xs-67 {
        padding-bottom: 67px;
    }

    .rt-pb-xs-68 {
        padding-bottom: 68px;
    }

    .rt-pb-xs-69 {
        padding-bottom: 69px;
    }

    .rt-pb-xs-70 {
        padding-bottom: 70px;
    }

    .rt-pb-xs-71 {
        padding-bottom: 71px;
    }

    .rt-pb-xs-72 {
        padding-bottom: 72px;
    }

    .rt-pb-xs-73 {
        padding-bottom: 73px;
    }

    .rt-pb-xs-74 {
        padding-bottom: 74px;
    }

    .rt-pb-xs-75 {
        padding-bottom: 75px;
    }

    .rt-pb-xs-76 {
        padding-bottom: 76px;
    }

    .rt-pb-xs-77 {
        padding-bottom: 77px;
    }

    .rt-pb-xs-78 {
        padding-bottom: 78px;
    }

    .rt-pb-xs-79 {
        padding-bottom: 79px;
    }

    .rt-pb-xs-80 {
        padding-bottom: 80px;
    }

    .rt-pb-xs-81 {
        padding-bottom: 81px;
    }

    .rt-pb-xs-82 {
        padding-bottom: 82px;
    }

    .rt-pb-xs-83 {
        padding-bottom: 83px;
    }

    .rt-pb-xs-84 {
        padding-bottom: 84px;
    }

    .rt-pb-xs-85 {
        padding-bottom: 85px;
    }

    .rt-pb-xs-86 {
        padding-bottom: 86px;
    }

    .rt-pb-xs-87 {
        padding-bottom: 87px;
    }

    .rt-pb-xs-88 {
        padding-bottom: 88px;
    }

    .rt-pb-xs-89 {
        padding-bottom: 89px;
    }

    .rt-pb-xs-90 {
        padding-bottom: 90px;
    }

    .rt-pb-xs-91 {
        padding-bottom: 91px;
    }

    .rt-pb-xs-92 {
        padding-bottom: 92px;
    }

    .rt-pb-xs-93 {
        padding-bottom: 93px;
    }

    .rt-pb-xs-94 {
        padding-bottom: 94px;
    }

    .rt-pb-xs-95 {
        padding-bottom: 95px;
    }

    .rt-pb-xs-96 {
        padding-bottom: 96px;
    }

    .rt-pb-xs-97 {
        padding-bottom: 97px;
    }

    .rt-pb-xs-98 {
        padding-bottom: 98px;
    }

    .rt-pb-xs-99 {
        padding-bottom: 99px;
    }

    .rt-pb-xs-100 {
        padding-bottom: 100px;
    }

    .rt-pb-xs-101 {
        padding-bottom: 101px;
    }

    .rt-pb-xs-102 {
        padding-bottom: 102px;
    }

    .rt-pb-xs-103 {
        padding-bottom: 103px;
    }

    .rt-pb-xs-104 {
        padding-bottom: 104px;
    }

    .rt-pb-xs-105 {
        padding-bottom: 105px;
    }

    .rt-pb-xs-106 {
        padding-bottom: 106px;
    }

    .rt-pb-xs-107 {
        padding-bottom: 107px;
    }

    .rt-pb-xs-108 {
        padding-bottom: 108px;
    }

    .rt-pb-xs-109 {
        padding-bottom: 109px;
    }

    .rt-pb-xs-110 {
        padding-bottom: 110px;
    }

    .rt-pb-xs-111 {
        padding-bottom: 111px;
    }

    .rt-pb-xs-112 {
        padding-bottom: 112px;
    }

    .rt-pb-xs-113 {
        padding-bottom: 113px;
    }

    .rt-pb-xs-114 {
        padding-bottom: 114px;
    }

    .rt-pb-xs-115 {
        padding-bottom: 115px;
    }

    .rt-pb-xs-116 {
        padding-bottom: 116px;
    }

    .rt-pb-xs-117 {
        padding-bottom: 117px;
    }

    .rt-pb-xs-118 {
        padding-bottom: 118px;
    }

    .rt-pb-xs-119 {
        padding-bottom: 119px;
    }

    .rt-pb-xs-120 {
        padding-bottom: 120px;
    }

    .rt-pb-xs-121 {
        padding-bottom: 121px;
    }

    .rt-pb-xs-122 {
        padding-bottom: 122px;
    }

    .rt-pb-xs-123 {
        padding-bottom: 123px;
    }

    .rt-pb-xs-124 {
        padding-bottom: 124px;
    }

    .rt-pb-xs-125 {
        padding-bottom: 125px;
    }

    .rt-pb-xs-126 {
        padding-bottom: 126px;
    }

    .rt-pb-xs-127 {
        padding-bottom: 127px;
    }

    .rt-pb-xs-128 {
        padding-bottom: 128px;
    }

    .rt-pb-xs-129 {
        padding-bottom: 129px;
    }

    .rt-pb-xs-130 {
        padding-bottom: 130px;
    }

    .rt-pb-xs-131 {
        padding-bottom: 131px;
    }

    .rt-pb-xs-132 {
        padding-bottom: 132px;
    }

    .rt-pb-xs-133 {
        padding-bottom: 133px;
    }

    .rt-pb-xs-134 {
        padding-bottom: 134px;
    }

    .rt-pb-xs-135 {
        padding-bottom: 135px;
    }

    .rt-pb-xs-136 {
        padding-bottom: 136px;
    }

    .rt-pb-xs-137 {
        padding-bottom: 137px;
    }

    .rt-pb-xs-138 {
        padding-bottom: 138px;
    }

    .rt-pb-xs-139 {
        padding-bottom: 139px;
    }

    .rt-pb-xs-140 {
        padding-bottom: 140px;
    }

    .rt-pb-xs-141 {
        padding-bottom: 141px;
    }

    .rt-pb-xs-142 {
        padding-bottom: 142px;
    }

    .rt-pb-xs-143 {
        padding-bottom: 143px;
    }

    .rt-pb-xs-144 {
        padding-bottom: 144px;
    }

    .rt-pb-xs-145 {
        padding-bottom: 145px;
    }

    .rt-pb-xs-146 {
        padding-bottom: 146px;
    }

    .rt-pb-xs-147 {
        padding-bottom: 147px;
    }

    .rt-pb-xs-148 {
        padding-bottom: 148px;
    }

    .rt-pb-xs-149 {
        padding-bottom: 149px;
    }

    .rt-pb-xs-150 {
        padding-bottom: 150px;
    }

    .rt-pb-xs-151 {
        padding-bottom: 151px;
    }

    .rt-pb-xs-152 {
        padding-bottom: 152px;
    }

    .rt-pb-xs-153 {
        padding-bottom: 153px;
    }

    .rt-pb-xs-154 {
        padding-bottom: 154px;
    }

    .rt-pb-xs-155 {
        padding-bottom: 155px;
    }

    .rt-pb-xs-156 {
        padding-bottom: 156px;
    }

    .rt-pb-xs-157 {
        padding-bottom: 157px;
    }

    .rt-pb-xs-158 {
        padding-bottom: 158px;
    }

    .rt-pb-xs-159 {
        padding-bottom: 159px;
    }

    .rt-pb-xs-160 {
        padding-bottom: 160px;
    }

    .rt-pb-xs-161 {
        padding-bottom: 161px;
    }

    .rt-pb-xs-162 {
        padding-bottom: 162px;
    }

    .rt-pb-xs-163 {
        padding-bottom: 163px;
    }

    .rt-pb-xs-164 {
        padding-bottom: 164px;
    }

    .rt-pb-xs-165 {
        padding-bottom: 165px;
    }

    .rt-pb-xs-166 {
        padding-bottom: 166px;
    }

    .rt-pb-xs-167 {
        padding-bottom: 167px;
    }

    .rt-pb-xs-168 {
        padding-bottom: 168px;
    }

    .rt-pb-xs-169 {
        padding-bottom: 169px;
    }

    .rt-pb-xs-170 {
        padding-bottom: 170px;
    }

    .rt-pb-xs-171 {
        padding-bottom: 171px;
    }

    .rt-pb-xs-172 {
        padding-bottom: 172px;
    }

    .rt-pb-xs-173 {
        padding-bottom: 173px;
    }

    .rt-pb-xs-174 {
        padding-bottom: 174px;
    }

    .rt-pb-xs-175 {
        padding-bottom: 175px;
    }

    .rt-pb-xs-176 {
        padding-bottom: 176px;
    }

    .rt-pb-xs-177 {
        padding-bottom: 177px;
    }

    .rt-pb-xs-178 {
        padding-bottom: 178px;
    }

    .rt-pb-xs-179 {
        padding-bottom: 179px;
    }

    .rt-pb-xs-180 {
        padding-bottom: 180px;
    }

    .rt-pb-xs-181 {
        padding-bottom: 181px;
    }

    .rt-pb-xs-182 {
        padding-bottom: 182px;
    }

    .rt-pb-xs-183 {
        padding-bottom: 183px;
    }

    .rt-pb-xs-184 {
        padding-bottom: 184px;
    }

    .rt-pb-xs-185 {
        padding-bottom: 185px;
    }

    .rt-pb-xs-186 {
        padding-bottom: 186px;
    }

    .rt-pb-xs-187 {
        padding-bottom: 187px;
    }

    .rt-pb-xs-188 {
        padding-bottom: 188px;
    }

    .rt-pb-xs-189 {
        padding-bottom: 189px;
    }

    .rt-pb-xs-190 {
        padding-bottom: 190px;
    }

    .rt-pb-xs-191 {
        padding-bottom: 191px;
    }

    .rt-pb-xs-192 {
        padding-bottom: 192px;
    }

    .rt-pb-xs-193 {
        padding-bottom: 193px;
    }

    .rt-pb-xs-194 {
        padding-bottom: 194px;
    }

    .rt-pb-xs-195 {
        padding-bottom: 195px;
    }

    .rt-pb-xs-196 {
        padding-bottom: 196px;
    }

    .rt-pb-xs-197 {
        padding-bottom: 197px;
    }

    .rt-pb-xs-198 {
        padding-bottom: 198px;
    }

    .rt-pb-xs-199 {
        padding-bottom: 199px;
    }

    .rt-pb-xs-200 {
        padding-bottom: 200px;
    }

    .rt-pb-xs-201 {
        padding-bottom: 201px;
    }

    .rt-pb-xs-202 {
        padding-bottom: 202px;
    }

    .rt-pb-xs-203 {
        padding-bottom: 203px;
    }

    .rt-pb-xs-204 {
        padding-bottom: 204px;
    }

    .rt-pb-xs-205 {
        padding-bottom: 205px;
    }

    .rt-pb-xs-206 {
        padding-bottom: 206px;
    }

    .rt-pb-xs-207 {
        padding-bottom: 207px;
    }

    .rt-pb-xs-208 {
        padding-bottom: 208px;
    }

    .rt-pb-xs-209 {
        padding-bottom: 209px;
    }

    .rt-pb-xs-210 {
        padding-bottom: 210px;
    }

    .rt-pb-xs-211 {
        padding-bottom: 211px;
    }

    .rt-pb-xs-212 {
        padding-bottom: 212px;
    }

    .rt-pb-xs-213 {
        padding-bottom: 213px;
    }

    .rt-pb-xs-214 {
        padding-bottom: 214px;
    }

    .rt-pb-xs-215 {
        padding-bottom: 215px;
    }

    .rt-pb-xs-216 {
        padding-bottom: 216px;
    }

    .rt-pb-xs-217 {
        padding-bottom: 217px;
    }

    .rt-pb-xs-218 {
        padding-bottom: 218px;
    }

    .rt-pb-xs-219 {
        padding-bottom: 219px;
    }

    .rt-pb-xs-220 {
        padding-bottom: 220px;
    }

    .rt-pb-xs-221 {
        padding-bottom: 221px;
    }

    .rt-pb-xs-222 {
        padding-bottom: 222px;
    }

    .rt-pb-xs-223 {
        padding-bottom: 223px;
    }

    .rt-pb-xs-224 {
        padding-bottom: 224px;
    }

    .rt-pb-xs-225 {
        padding-bottom: 225px;
    }

    .rt-pb-xs-226 {
        padding-bottom: 226px;
    }

    .rt-pb-xs-227 {
        padding-bottom: 227px;
    }

    .rt-pb-xs-228 {
        padding-bottom: 228px;
    }

    .rt-pb-xs-229 {
        padding-bottom: 229px;
    }

    .rt-pb-xs-230 {
        padding-bottom: 230px;
    }

    .rt-pb-xs-231 {
        padding-bottom: 231px;
    }

    .rt-pb-xs-232 {
        padding-bottom: 232px;
    }

    .rt-pb-xs-233 {
        padding-bottom: 233px;
    }

    .rt-pb-xs-234 {
        padding-bottom: 234px;
    }

    .rt-pb-xs-235 {
        padding-bottom: 235px;
    }

    .rt-pb-xs-236 {
        padding-bottom: 236px;
    }

    .rt-pb-xs-237 {
        padding-bottom: 237px;
    }

    .rt-pb-xs-238 {
        padding-bottom: 238px;
    }

    .rt-pb-xs-239 {
        padding-bottom: 239px;
    }

    .rt-pb-xs-240 {
        padding-bottom: 240px;
    }

    .rt-pb-xs-241 {
        padding-bottom: 241px;
    }

    .rt-pb-xs-242 {
        padding-bottom: 242px;
    }

    .rt-pb-xs-243 {
        padding-bottom: 243px;
    }

    .rt-pb-xs-244 {
        padding-bottom: 244px;
    }

    .rt-pb-xs-245 {
        padding-bottom: 245px;
    }

    .rt-pb-xs-246 {
        padding-bottom: 246px;
    }

    .rt-pb-xs-247 {
        padding-bottom: 247px;
    }

    .rt-pb-xs-248 {
        padding-bottom: 248px;
    }

    .rt-pb-xs-249 {
        padding-bottom: 249px;
    }

    .rt-pb-xs-250 {
        padding-bottom: 250px;
    }

    .rt-pb-xs-251 {
        padding-bottom: 251px;
    }

    .rt-pb-xs-252 {
        padding-bottom: 252px;
    }

    .rt-pb-xs-253 {
        padding-bottom: 253px;
    }

    .rt-pb-xs-254 {
        padding-bottom: 254px;
    }

    .rt-pb-xs-255 {
        padding-bottom: 255px;
    }

    .rt-pb-xs-256 {
        padding-bottom: 256px;
    }

    .rt-pb-xs-257 {
        padding-bottom: 257px;
    }

    .rt-pb-xs-258 {
        padding-bottom: 258px;
    }

    .rt-pb-xs-259 {
        padding-bottom: 259px;
    }

    .rt-pb-xs-260 {
        padding-bottom: 260px;
    }

    .rt-pb-xs-261 {
        padding-bottom: 261px;
    }

    .rt-pb-xs-262 {
        padding-bottom: 262px;
    }

    .rt-pb-xs-263 {
        padding-bottom: 263px;
    }

    .rt-pb-xs-264 {
        padding-bottom: 264px;
    }

    .rt-pb-xs-265 {
        padding-bottom: 265px;
    }

    .rt-pb-xs-266 {
        padding-bottom: 266px;
    }

    .rt-pb-xs-267 {
        padding-bottom: 267px;
    }

    .rt-pb-xs-268 {
        padding-bottom: 268px;
    }

    .rt-pb-xs-269 {
        padding-bottom: 269px;
    }

    .rt-pb-xs-270 {
        padding-bottom: 270px;
    }

    .rt-pb-xs-271 {
        padding-bottom: 271px;
    }

    .rt-pb-xs-272 {
        padding-bottom: 272px;
    }

    .rt-pb-xs-273 {
        padding-bottom: 273px;
    }

    .rt-pb-xs-274 {
        padding-bottom: 274px;
    }

    .rt-pb-xs-275 {
        padding-bottom: 275px;
    }

    .rt-pb-xs-276 {
        padding-bottom: 276px;
    }

    .rt-pb-xs-277 {
        padding-bottom: 277px;
    }

    .rt-pb-xs-278 {
        padding-bottom: 278px;
    }

    .rt-pb-xs-279 {
        padding-bottom: 279px;
    }

    .rt-pb-xs-280 {
        padding-bottom: 280px;
    }

    .rt-pb-xs-281 {
        padding-bottom: 281px;
    }

    .rt-pb-xs-282 {
        padding-bottom: 282px;
    }

    .rt-pb-xs-283 {
        padding-bottom: 283px;
    }

    .rt-pb-xs-284 {
        padding-bottom: 284px;
    }

    .rt-pb-xs-285 {
        padding-bottom: 285px;
    }

    .rt-pb-xs-286 {
        padding-bottom: 286px;
    }

    .rt-pb-xs-287 {
        padding-bottom: 287px;
    }

    .rt-pb-xs-288 {
        padding-bottom: 288px;
    }

    .rt-pb-xs-289 {
        padding-bottom: 289px;
    }

    .rt-pb-xs-290 {
        padding-bottom: 290px;
    }

    .rt-pb-xs-291 {
        padding-bottom: 291px;
    }

    .rt-pb-xs-292 {
        padding-bottom: 292px;
    }

    .rt-pb-xs-293 {
        padding-bottom: 293px;
    }

    .rt-pb-xs-294 {
        padding-bottom: 294px;
    }

    .rt-pb-xs-295 {
        padding-bottom: 295px;
    }

    .rt-pb-xs-296 {
        padding-bottom: 296px;
    }

    .rt-pb-xs-297 {
        padding-bottom: 297px;
    }

    .rt-pb-xs-298 {
        padding-bottom: 298px;
    }

    .rt-pb-xs-299 {
        padding-bottom: 299px;
    }

    .rt-pb-xs-300 {
        padding-bottom: 300px;
    }
}

.rt-pt-0 {
    padding-top: 0;
}

.rt-pt-1 {
    padding-top: 1px;
}

.rt-pt-2 {
    padding-top: 2px;
}

.rt-pt-3 {
    padding-top: 3px;
}

.rt-pt-4 {
    padding-top: 4px;
}

.rt-pt-5 {
    padding-top: 5px;
}

.rt-pt-6 {
    padding-top: 6px;
}

.rt-pt-7 {
    padding-top: 7px;
}

.rt-pt-8 {
    padding-top: 8px;
}

.rt-pt-9 {
    padding-top: 9px;
}

.rt-pt-10 {
    padding-top: 10px;
}

.rt-pt-11 {
    padding-top: 11px;
}

.rt-pt-12 {
    padding-top: 12px;
}

.rt-pt-13 {
    padding-top: 13px;
}

.rt-pt-14 {
    padding-top: 14px;
}

.rt-pt-15 {
    padding-top: 15px;
}

.rt-pt-16 {
    padding-top: 16px;
}

.rt-pt-17 {
    padding-top: 17px;
}

.rt-pt-18 {
    padding-top: 18px;
}

.rt-pt-19 {
    padding-top: 19px;
}

.rt-pt-20 {
    padding-top: 20px;
}

.rt-pt-21 {
    padding-top: 21px;
}

.rt-pt-22 {
    padding-top: 22px;
}

.rt-pt-23 {
    padding-top: 23px;
}

.rt-pt-24 {
    padding-top: 24px;
}

.rt-pt-25 {
    padding-top: 25px;
}

.rt-pt-26 {
    padding-top: 26px;
}

.rt-pt-27 {
    padding-top: 27px;
}

.rt-pt-28 {
    padding-top: 28px;
}

.rt-pt-29 {
    padding-top: 29px;
}

.rt-pt-30 {
    padding-top: 30px;
}

.rt-pt-31 {
    padding-top: 31px;
}

.rt-pt-32 {
    padding-top: 32px;
}

.rt-pt-33 {
    padding-top: 33px;
}

.rt-pt-34 {
    padding-top: 34px;
}

.rt-pt-35 {
    padding-top: 35px;
}

.rt-pt-36 {
    padding-top: 36px;
}

.rt-pt-37 {
    padding-top: 37px;
}

.rt-pt-38 {
    padding-top: 38px;
}

.rt-pt-39 {
    padding-top: 39px;
}

.rt-pt-40 {
    padding-top: 40px;
}

.rt-pt-41 {
    padding-top: 41px;
}

.rt-pt-42 {
    padding-top: 42px;
}

.rt-pt-43 {
    padding-top: 43px;
}

.rt-pt-44 {
    padding-top: 44px;
}

.rt-pt-45 {
    padding-top: 45px;
}

.rt-pt-46 {
    padding-top: 46px;
}

.rt-pt-47 {
    padding-top: 47px;
}

.rt-pt-48 {
    padding-top: 48px;
}

.rt-pt-49 {
    padding-top: 49px;
}

.rt-pt-50 {
    padding-top: 50px;
}

.rt-pt-51 {
    padding-top: 51px;
}

.rt-pt-52 {
    padding-top: 52px;
}

.rt-pt-53 {
    padding-top: 53px;
}

.rt-pt-54 {
    padding-top: 54px;
}

.rt-pt-55 {
    padding-top: 55px;
}

.rt-pt-56 {
    padding-top: 56px;
}

.rt-pt-57 {
    padding-top: 57px;
}

.rt-pt-58 {
    padding-top: 58px;
}

.rt-pt-59 {
    padding-top: 59px;
}

.rt-pt-60 {
    padding-top: 60px;
}

.rt-pt-61 {
    padding-top: 61px;
}

.rt-pt-62 {
    padding-top: 62px;
}

.rt-pt-63 {
    padding-top: 63px;
}

.rt-pt-64 {
    padding-top: 64px;
}

.rt-pt-65 {
    padding-top: 65px;
}

.rt-pt-66 {
    padding-top: 66px;
}

.rt-pt-67 {
    padding-top: 67px;
}

.rt-pt-68 {
    padding-top: 68px;
}

.rt-pt-69 {
    padding-top: 69px;
}

.rt-pt-70 {
    padding-top: 70px;
}

.rt-pt-71 {
    padding-top: 71px;
}

.rt-pt-72 {
    padding-top: 72px;
}

.rt-pt-73 {
    padding-top: 73px;
}

.rt-pt-74 {
    padding-top: 74px;
}

.rt-pt-75 {
    padding-top: 75px;
}

.rt-pt-76 {
    padding-top: 76px;
}

.rt-pt-77 {
    padding-top: 77px;
}

.rt-pt-78 {
    padding-top: 78px;
}

.rt-pt-79 {
    padding-top: 79px;
}

.rt-pt-80 {
    padding-top: 80px;
}

.rt-pt-81 {
    padding-top: 81px;
}

.rt-pt-82 {
    padding-top: 82px;
}

.rt-pt-83 {
    padding-top: 83px;
}

.rt-pt-84 {
    padding-top: 84px;
}

.rt-pt-85 {
    padding-top: 85px;
}

.rt-pt-86 {
    padding-top: 86px;
}

.rt-pt-87 {
    padding-top: 87px;
}

.rt-pt-88 {
    padding-top: 88px;
}

.rt-pt-89 {
    padding-top: 89px;
}

.rt-pt-90 {
    padding-top: 90px;
}

.rt-pt-91 {
    padding-top: 91px;
}

.rt-pt-92 {
    padding-top: 92px;
}

.rt-pt-93 {
    padding-top: 93px;
}

.rt-pt-94 {
    padding-top: 94px;
}

.rt-pt-95 {
    padding-top: 95px;
}

.rt-pt-96 {
    padding-top: 96px;
}

.rt-pt-97 {
    padding-top: 97px;
}

.rt-pt-98 {
    padding-top: 98px;
}

.rt-pt-99 {
    padding-top: 99px;
}

.rt-pt-100 {
    padding-top: 100px;
}

.rt-pt-101 {
    padding-top: 101px;
}

.rt-pt-102 {
    padding-top: 102px;
}

.rt-pt-103 {
    padding-top: 103px;
}

.rt-pt-104 {
    padding-top: 104px;
}

.rt-pt-105 {
    padding-top: 105px;
}

.rt-pt-106 {
    padding-top: 106px;
}

.rt-pt-107 {
    padding-top: 107px;
}

.rt-pt-108 {
    padding-top: 108px;
}

.rt-pt-109 {
    padding-top: 109px;
}

.rt-pt-110 {
    padding-top: 110px;
}

.rt-pt-111 {
    padding-top: 111px;
}

.rt-pt-112 {
    padding-top: 112px;
}

.rt-pt-113 {
    padding-top: 113px;
}

.rt-pt-114 {
    padding-top: 114px;
}

.rt-pt-115 {
    padding-top: 115px;
}

.rt-pt-116 {
    padding-top: 116px;
}

.rt-pt-117 {
    padding-top: 117px;
}

.rt-pt-118 {
    padding-top: 118px;
}

.rt-pt-119 {
    padding-top: 119px;
}

.rt-pt-120 {
    padding-top: 120px;
}

.rt-pt-121 {
    padding-top: 121px;
}

.rt-pt-122 {
    padding-top: 122px;
}

.rt-pt-123 {
    padding-top: 123px;
}

.rt-pt-124 {
    padding-top: 124px;
}

.rt-pt-125 {
    padding-top: 125px;
}

.rt-pt-126 {
    padding-top: 126px;
}

.rt-pt-127 {
    padding-top: 127px;
}

.rt-pt-128 {
    padding-top: 128px;
}

.rt-pt-129 {
    padding-top: 129px;
}

.rt-pt-130 {
    padding-top: 130px;
}

.rt-pt-131 {
    padding-top: 131px;
}

.rt-pt-132 {
    padding-top: 132px;
}

.rt-pt-133 {
    padding-top: 133px;
}

.rt-pt-134 {
    padding-top: 134px;
}

.rt-pt-135 {
    padding-top: 135px;
}

.rt-pt-136 {
    padding-top: 136px;
}

.rt-pt-137 {
    padding-top: 137px;
}

.rt-pt-138 {
    padding-top: 138px;
}

.rt-pt-139 {
    padding-top: 139px;
}

.rt-pt-140 {
    padding-top: 140px;
}

.rt-pt-141 {
    padding-top: 141px;
}

.rt-pt-142 {
    padding-top: 142px;
}

.rt-pt-143 {
    padding-top: 143px;
}

.rt-pt-144 {
    padding-top: 144px;
}

.rt-pt-145 {
    padding-top: 145px;
}

.rt-pt-146 {
    padding-top: 146px;
}

.rt-pt-147 {
    padding-top: 147px;
}

.rt-pt-148 {
    padding-top: 148px;
}

.rt-pt-149 {
    padding-top: 149px;
}

.rt-pt-150 {
    padding-top: 150px;
}

.rt-pt-151 {
    padding-top: 151px;
}

.rt-pt-152 {
    padding-top: 152px;
}

.rt-pt-153 {
    padding-top: 153px;
}

.rt-pt-154 {
    padding-top: 154px;
}

.rt-pt-155 {
    padding-top: 155px;
}

.rt-pt-156 {
    padding-top: 156px;
}

.rt-pt-157 {
    padding-top: 157px;
}

.rt-pt-158 {
    padding-top: 158px;
}

.rt-pt-159 {
    padding-top: 159px;
}

.rt-pt-160 {
    padding-top: 160px;
}

.rt-pt-161 {
    padding-top: 161px;
}

.rt-pt-162 {
    padding-top: 162px;
}

.rt-pt-163 {
    padding-top: 163px;
}

.rt-pt-164 {
    padding-top: 164px;
}

.rt-pt-165 {
    padding-top: 165px;
}

.rt-pt-166 {
    padding-top: 166px;
}

.rt-pt-167 {
    padding-top: 167px;
}

.rt-pt-168 {
    padding-top: 168px;
}

.rt-pt-169 {
    padding-top: 169px;
}

.rt-pt-170 {
    padding-top: 170px;
}

.rt-pt-171 {
    padding-top: 171px;
}

.rt-pt-172 {
    padding-top: 172px;
}

.rt-pt-173 {
    padding-top: 173px;
}

.rt-pt-174 {
    padding-top: 174px;
}

.rt-pt-175 {
    padding-top: 175px;
}

.rt-pt-176 {
    padding-top: 176px;
}

.rt-pt-177 {
    padding-top: 177px;
}

.rt-pt-178 {
    padding-top: 178px;
}

.rt-pt-179 {
    padding-top: 179px;
}

.rt-pt-180 {
    padding-top: 180px;
}

.rt-pt-181 {
    padding-top: 181px;
}

.rt-pt-182 {
    padding-top: 182px;
}

.rt-pt-183 {
    padding-top: 183px;
}

.rt-pt-184 {
    padding-top: 184px;
}

.rt-pt-185 {
    padding-top: 185px;
}

.rt-pt-186 {
    padding-top: 186px;
}

.rt-pt-187 {
    padding-top: 187px;
}

.rt-pt-188 {
    padding-top: 188px;
}

.rt-pt-189 {
    padding-top: 189px;
}

.rt-pt-190 {
    padding-top: 190px;
}

.rt-pt-191 {
    padding-top: 191px;
}

.rt-pt-192 {
    padding-top: 192px;
}

.rt-pt-193 {
    padding-top: 193px;
}

.rt-pt-194 {
    padding-top: 194px;
}

.rt-pt-195 {
    padding-top: 195px;
}

.rt-pt-196 {
    padding-top: 196px;
}

.rt-pt-197 {
    padding-top: 197px;
}

.rt-pt-198 {
    padding-top: 198px;
}

.rt-pt-199 {
    padding-top: 199px;
}

.rt-pt-200 {
    padding-top: 200px;
}

.rt-pt-201 {
    padding-top: 201px;
}

.rt-pt-202 {
    padding-top: 202px;
}

.rt-pt-203 {
    padding-top: 203px;
}

.rt-pt-204 {
    padding-top: 204px;
}

.rt-pt-205 {
    padding-top: 205px;
}

.rt-pt-206 {
    padding-top: 206px;
}

.rt-pt-207 {
    padding-top: 207px;
}

.rt-pt-208 {
    padding-top: 208px;
}

.rt-pt-209 {
    padding-top: 209px;
}

.rt-pt-210 {
    padding-top: 210px;
}

.rt-pt-211 {
    padding-top: 211px;
}

.rt-pt-212 {
    padding-top: 212px;
}

.rt-pt-213 {
    padding-top: 213px;
}

.rt-pt-214 {
    padding-top: 214px;
}

.rt-pt-215 {
    padding-top: 215px;
}

.rt-pt-216 {
    padding-top: 216px;
}

.rt-pt-217 {
    padding-top: 217px;
}

.rt-pt-218 {
    padding-top: 218px;
}

.rt-pt-219 {
    padding-top: 219px;
}

.rt-pt-220 {
    padding-top: 220px;
}

.rt-pt-221 {
    padding-top: 221px;
}

.rt-pt-222 {
    padding-top: 222px;
}

.rt-pt-223 {
    padding-top: 223px;
}

.rt-pt-224 {
    padding-top: 224px;
}

.rt-pt-225 {
    padding-top: 225px;
}

.rt-pt-226 {
    padding-top: 226px;
}

.rt-pt-227 {
    padding-top: 227px;
}

.rt-pt-228 {
    padding-top: 228px;
}

.rt-pt-229 {
    padding-top: 229px;
}

.rt-pt-230 {
    padding-top: 230px;
}

.rt-pt-231 {
    padding-top: 231px;
}

.rt-pt-232 {
    padding-top: 232px;
}

.rt-pt-233 {
    padding-top: 233px;
}

.rt-pt-234 {
    padding-top: 234px;
}

.rt-pt-235 {
    padding-top: 235px;
}

.rt-pt-236 {
    padding-top: 236px;
}

.rt-pt-237 {
    padding-top: 237px;
}

.rt-pt-238 {
    padding-top: 238px;
}

.rt-pt-239 {
    padding-top: 239px;
}

.rt-pt-240 {
    padding-top: 240px;
}

.rt-pt-241 {
    padding-top: 241px;
}

.rt-pt-242 {
    padding-top: 242px;
}

.rt-pt-243 {
    padding-top: 243px;
}

.rt-pt-244 {
    padding-top: 244px;
}

.rt-pt-245 {
    padding-top: 245px;
}

.rt-pt-246 {
    padding-top: 246px;
}

.rt-pt-247 {
    padding-top: 247px;
}

.rt-pt-248 {
    padding-top: 248px;
}

.rt-pt-249 {
    padding-top: 249px;
}

.rt-pt-250 {
    padding-top: 250px;
}

.rt-pt-251 {
    padding-top: 251px;
}

.rt-pt-252 {
    padding-top: 252px;
}

.rt-pt-253 {
    padding-top: 253px;
}

.rt-pt-254 {
    padding-top: 254px;
}

.rt-pt-255 {
    padding-top: 255px;
}

.rt-pt-256 {
    padding-top: 256px;
}

.rt-pt-257 {
    padding-top: 257px;
}

.rt-pt-258 {
    padding-top: 258px;
}

.rt-pt-259 {
    padding-top: 259px;
}

.rt-pt-260 {
    padding-top: 260px;
}

.rt-pt-261 {
    padding-top: 261px;
}

.rt-pt-262 {
    padding-top: 262px;
}

.rt-pt-263 {
    padding-top: 263px;
}

.rt-pt-264 {
    padding-top: 264px;
}

.rt-pt-265 {
    padding-top: 265px;
}

.rt-pt-266 {
    padding-top: 266px;
}

.rt-pt-267 {
    padding-top: 267px;
}

.rt-pt-268 {
    padding-top: 268px;
}

.rt-pt-269 {
    padding-top: 269px;
}

.rt-pt-270 {
    padding-top: 270px;
}

.rt-pt-271 {
    padding-top: 271px;
}

.rt-pt-272 {
    padding-top: 272px;
}

.rt-pt-273 {
    padding-top: 273px;
}

.rt-pt-274 {
    padding-top: 274px;
}

.rt-pt-275 {
    padding-top: 275px;
}

.rt-pt-276 {
    padding-top: 276px;
}

.rt-pt-277 {
    padding-top: 277px;
}

.rt-pt-278 {
    padding-top: 278px;
}

.rt-pt-279 {
    padding-top: 279px;
}

.rt-pt-280 {
    padding-top: 280px;
}

.rt-pt-281 {
    padding-top: 281px;
}

.rt-pt-282 {
    padding-top: 282px;
}

.rt-pt-283 {
    padding-top: 283px;
}

.rt-pt-284 {
    padding-top: 284px;
}

.rt-pt-285 {
    padding-top: 285px;
}

.rt-pt-286 {
    padding-top: 286px;
}

.rt-pt-287 {
    padding-top: 287px;
}

.rt-pt-288 {
    padding-top: 288px;
}

.rt-pt-289 {
    padding-top: 289px;
}

.rt-pt-290 {
    padding-top: 290px;
}

.rt-pt-291 {
    padding-top: 291px;
}

.rt-pt-292 {
    padding-top: 292px;
}

.rt-pt-293 {
    padding-top: 293px;
}

.rt-pt-294 {
    padding-top: 294px;
}

.rt-pt-295 {
    padding-top: 295px;
}

.rt-pt-296 {
    padding-top: 296px;
}

.rt-pt-297 {
    padding-top: 297px;
}

.rt-pt-298 {
    padding-top: 298px;
}

.rt-pt-299 {
    padding-top: 299px;
}

.rt-pt-300 {
    padding-top: 300px;
}

@media (max-width: 1199.98px) {
    .rt-pt-lg-0 {
        padding-top: 0;
    }

    .rt-pt-lg-1 {
        padding-top: 1px;
    }

    .rt-pt-lg-2 {
        padding-top: 2px;
    }

    .rt-pt-lg-3 {
        padding-top: 3px;
    }

    .rt-pt-lg-4 {
        padding-top: 4px;
    }

    .rt-pt-lg-5 {
        padding-top: 5px;
    }

    .rt-pt-lg-6 {
        padding-top: 6px;
    }

    .rt-pt-lg-7 {
        padding-top: 7px;
    }

    .rt-pt-lg-8 {
        padding-top: 8px;
    }

    .rt-pt-lg-9 {
        padding-top: 9px;
    }

    .rt-pt-lg-10 {
        padding-top: 10px;
    }

    .rt-pt-lg-11 {
        padding-top: 11px;
    }

    .rt-pt-lg-12 {
        padding-top: 12px;
    }

    .rt-pt-lg-13 {
        padding-top: 13px;
    }

    .rt-pt-lg-14 {
        padding-top: 14px;
    }

    .rt-pt-lg-15 {
        padding-top: 15px;
    }

    .rt-pt-lg-16 {
        padding-top: 16px;
    }

    .rt-pt-lg-17 {
        padding-top: 17px;
    }

    .rt-pt-lg-18 {
        padding-top: 18px;
    }

    .rt-pt-lg-19 {
        padding-top: 19px;
    }

    .rt-pt-lg-20 {
        padding-top: 20px;
    }

    .rt-pt-lg-21 {
        padding-top: 21px;
    }

    .rt-pt-lg-22 {
        padding-top: 22px;
    }

    .rt-pt-lg-23 {
        padding-top: 23px;
    }

    .rt-pt-lg-24 {
        padding-top: 24px;
    }

    .rt-pt-lg-25 {
        padding-top: 25px;
    }

    .rt-pt-lg-26 {
        padding-top: 26px;
    }

    .rt-pt-lg-27 {
        padding-top: 27px;
    }

    .rt-pt-lg-28 {
        padding-top: 28px;
    }

    .rt-pt-lg-29 {
        padding-top: 29px;
    }

    .rt-pt-lg-30 {
        padding-top: 30px;
    }

    .rt-pt-lg-31 {
        padding-top: 31px;
    }

    .rt-pt-lg-32 {
        padding-top: 32px;
    }

    .rt-pt-lg-33 {
        padding-top: 33px;
    }

    .rt-pt-lg-34 {
        padding-top: 34px;
    }

    .rt-pt-lg-35 {
        padding-top: 35px;
    }

    .rt-pt-lg-36 {
        padding-top: 36px;
    }

    .rt-pt-lg-37 {
        padding-top: 37px;
    }

    .rt-pt-lg-38 {
        padding-top: 38px;
    }

    .rt-pt-lg-39 {
        padding-top: 39px;
    }

    .rt-pt-lg-40 {
        padding-top: 40px;
    }

    .rt-pt-lg-41 {
        padding-top: 41px;
    }

    .rt-pt-lg-42 {
        padding-top: 42px;
    }

    .rt-pt-lg-43 {
        padding-top: 43px;
    }

    .rt-pt-lg-44 {
        padding-top: 44px;
    }

    .rt-pt-lg-45 {
        padding-top: 45px;
    }

    .rt-pt-lg-46 {
        padding-top: 46px;
    }

    .rt-pt-lg-47 {
        padding-top: 47px;
    }

    .rt-pt-lg-48 {
        padding-top: 48px;
    }

    .rt-pt-lg-49 {
        padding-top: 49px;
    }

    .rt-pt-lg-50 {
        padding-top: 50px;
    }

    .rt-pt-lg-51 {
        padding-top: 51px;
    }

    .rt-pt-lg-52 {
        padding-top: 52px;
    }

    .rt-pt-lg-53 {
        padding-top: 53px;
    }

    .rt-pt-lg-54 {
        padding-top: 54px;
    }

    .rt-pt-lg-55 {
        padding-top: 55px;
    }

    .rt-pt-lg-56 {
        padding-top: 56px;
    }

    .rt-pt-lg-57 {
        padding-top: 57px;
    }

    .rt-pt-lg-58 {
        padding-top: 58px;
    }

    .rt-pt-lg-59 {
        padding-top: 59px;
    }

    .rt-pt-lg-60 {
        padding-top: 60px;
    }

    .rt-pt-lg-61 {
        padding-top: 61px;
    }

    .rt-pt-lg-62 {
        padding-top: 62px;
    }

    .rt-pt-lg-63 {
        padding-top: 63px;
    }

    .rt-pt-lg-64 {
        padding-top: 64px;
    }

    .rt-pt-lg-65 {
        padding-top: 65px;
    }

    .rt-pt-lg-66 {
        padding-top: 66px;
    }

    .rt-pt-lg-67 {
        padding-top: 67px;
    }

    .rt-pt-lg-68 {
        padding-top: 68px;
    }

    .rt-pt-lg-69 {
        padding-top: 69px;
    }

    .rt-pt-lg-70 {
        padding-top: 70px;
    }

    .rt-pt-lg-71 {
        padding-top: 71px;
    }

    .rt-pt-lg-72 {
        padding-top: 72px;
    }

    .rt-pt-lg-73 {
        padding-top: 73px;
    }

    .rt-pt-lg-74 {
        padding-top: 74px;
    }

    .rt-pt-lg-75 {
        padding-top: 75px;
    }

    .rt-pt-lg-76 {
        padding-top: 76px;
    }

    .rt-pt-lg-77 {
        padding-top: 77px;
    }

    .rt-pt-lg-78 {
        padding-top: 78px;
    }

    .rt-pt-lg-79 {
        padding-top: 79px;
    }

    .rt-pt-lg-80 {
        padding-top: 80px;
    }

    .rt-pt-lg-81 {
        padding-top: 81px;
    }

    .rt-pt-lg-82 {
        padding-top: 82px;
    }

    .rt-pt-lg-83 {
        padding-top: 83px;
    }

    .rt-pt-lg-84 {
        padding-top: 84px;
    }

    .rt-pt-lg-85 {
        padding-top: 85px;
    }

    .rt-pt-lg-86 {
        padding-top: 86px;
    }

    .rt-pt-lg-87 {
        padding-top: 87px;
    }

    .rt-pt-lg-88 {
        padding-top: 88px;
    }

    .rt-pt-lg-89 {
        padding-top: 89px;
    }

    .rt-pt-lg-90 {
        padding-top: 90px;
    }

    .rt-pt-lg-91 {
        padding-top: 91px;
    }

    .rt-pt-lg-92 {
        padding-top: 92px;
    }

    .rt-pt-lg-93 {
        padding-top: 93px;
    }

    .rt-pt-lg-94 {
        padding-top: 94px;
    }

    .rt-pt-lg-95 {
        padding-top: 95px;
    }

    .rt-pt-lg-96 {
        padding-top: 96px;
    }

    .rt-pt-lg-97 {
        padding-top: 97px;
    }

    .rt-pt-lg-98 {
        padding-top: 98px;
    }

    .rt-pt-lg-99 {
        padding-top: 99px;
    }

    .rt-pt-lg-100 {
        padding-top: 100px;
    }

    .rt-pt-lg-101 {
        padding-top: 101px;
    }

    .rt-pt-lg-102 {
        padding-top: 102px;
    }

    .rt-pt-lg-103 {
        padding-top: 103px;
    }

    .rt-pt-lg-104 {
        padding-top: 104px;
    }

    .rt-pt-lg-105 {
        padding-top: 105px;
    }

    .rt-pt-lg-106 {
        padding-top: 106px;
    }

    .rt-pt-lg-107 {
        padding-top: 107px;
    }

    .rt-pt-lg-108 {
        padding-top: 108px;
    }

    .rt-pt-lg-109 {
        padding-top: 109px;
    }

    .rt-pt-lg-110 {
        padding-top: 110px;
    }

    .rt-pt-lg-111 {
        padding-top: 111px;
    }

    .rt-pt-lg-112 {
        padding-top: 112px;
    }

    .rt-pt-lg-113 {
        padding-top: 113px;
    }

    .rt-pt-lg-114 {
        padding-top: 114px;
    }

    .rt-pt-lg-115 {
        padding-top: 115px;
    }

    .rt-pt-lg-116 {
        padding-top: 116px;
    }

    .rt-pt-lg-117 {
        padding-top: 117px;
    }

    .rt-pt-lg-118 {
        padding-top: 118px;
    }

    .rt-pt-lg-119 {
        padding-top: 119px;
    }

    .rt-pt-lg-120 {
        padding-top: 120px;
    }

    .rt-pt-lg-121 {
        padding-top: 121px;
    }

    .rt-pt-lg-122 {
        padding-top: 122px;
    }

    .rt-pt-lg-123 {
        padding-top: 123px;
    }

    .rt-pt-lg-124 {
        padding-top: 124px;
    }

    .rt-pt-lg-125 {
        padding-top: 125px;
    }

    .rt-pt-lg-126 {
        padding-top: 126px;
    }

    .rt-pt-lg-127 {
        padding-top: 127px;
    }

    .rt-pt-lg-128 {
        padding-top: 128px;
    }

    .rt-pt-lg-129 {
        padding-top: 129px;
    }

    .rt-pt-lg-130 {
        padding-top: 130px;
    }

    .rt-pt-lg-131 {
        padding-top: 131px;
    }

    .rt-pt-lg-132 {
        padding-top: 132px;
    }

    .rt-pt-lg-133 {
        padding-top: 133px;
    }

    .rt-pt-lg-134 {
        padding-top: 134px;
    }

    .rt-pt-lg-135 {
        padding-top: 135px;
    }

    .rt-pt-lg-136 {
        padding-top: 136px;
    }

    .rt-pt-lg-137 {
        padding-top: 137px;
    }

    .rt-pt-lg-138 {
        padding-top: 138px;
    }

    .rt-pt-lg-139 {
        padding-top: 139px;
    }

    .rt-pt-lg-140 {
        padding-top: 140px;
    }

    .rt-pt-lg-141 {
        padding-top: 141px;
    }

    .rt-pt-lg-142 {
        padding-top: 142px;
    }

    .rt-pt-lg-143 {
        padding-top: 143px;
    }

    .rt-pt-lg-144 {
        padding-top: 144px;
    }

    .rt-pt-lg-145 {
        padding-top: 145px;
    }

    .rt-pt-lg-146 {
        padding-top: 146px;
    }

    .rt-pt-lg-147 {
        padding-top: 147px;
    }

    .rt-pt-lg-148 {
        padding-top: 148px;
    }

    .rt-pt-lg-149 {
        padding-top: 149px;
    }

    .rt-pt-lg-150 {
        padding-top: 150px;
    }

    .rt-pt-lg-151 {
        padding-top: 151px;
    }

    .rt-pt-lg-152 {
        padding-top: 152px;
    }

    .rt-pt-lg-153 {
        padding-top: 153px;
    }

    .rt-pt-lg-154 {
        padding-top: 154px;
    }

    .rt-pt-lg-155 {
        padding-top: 155px;
    }

    .rt-pt-lg-156 {
        padding-top: 156px;
    }

    .rt-pt-lg-157 {
        padding-top: 157px;
    }

    .rt-pt-lg-158 {
        padding-top: 158px;
    }

    .rt-pt-lg-159 {
        padding-top: 159px;
    }

    .rt-pt-lg-160 {
        padding-top: 160px;
    }

    .rt-pt-lg-161 {
        padding-top: 161px;
    }

    .rt-pt-lg-162 {
        padding-top: 162px;
    }

    .rt-pt-lg-163 {
        padding-top: 163px;
    }

    .rt-pt-lg-164 {
        padding-top: 164px;
    }

    .rt-pt-lg-165 {
        padding-top: 165px;
    }

    .rt-pt-lg-166 {
        padding-top: 166px;
    }

    .rt-pt-lg-167 {
        padding-top: 167px;
    }

    .rt-pt-lg-168 {
        padding-top: 168px;
    }

    .rt-pt-lg-169 {
        padding-top: 169px;
    }

    .rt-pt-lg-170 {
        padding-top: 170px;
    }

    .rt-pt-lg-171 {
        padding-top: 171px;
    }

    .rt-pt-lg-172 {
        padding-top: 172px;
    }

    .rt-pt-lg-173 {
        padding-top: 173px;
    }

    .rt-pt-lg-174 {
        padding-top: 174px;
    }

    .rt-pt-lg-175 {
        padding-top: 175px;
    }

    .rt-pt-lg-176 {
        padding-top: 176px;
    }

    .rt-pt-lg-177 {
        padding-top: 177px;
    }

    .rt-pt-lg-178 {
        padding-top: 178px;
    }

    .rt-pt-lg-179 {
        padding-top: 179px;
    }

    .rt-pt-lg-180 {
        padding-top: 180px;
    }

    .rt-pt-lg-181 {
        padding-top: 181px;
    }

    .rt-pt-lg-182 {
        padding-top: 182px;
    }

    .rt-pt-lg-183 {
        padding-top: 183px;
    }

    .rt-pt-lg-184 {
        padding-top: 184px;
    }

    .rt-pt-lg-185 {
        padding-top: 185px;
    }

    .rt-pt-lg-186 {
        padding-top: 186px;
    }

    .rt-pt-lg-187 {
        padding-top: 187px;
    }

    .rt-pt-lg-188 {
        padding-top: 188px;
    }

    .rt-pt-lg-189 {
        padding-top: 189px;
    }

    .rt-pt-lg-190 {
        padding-top: 190px;
    }

    .rt-pt-lg-191 {
        padding-top: 191px;
    }

    .rt-pt-lg-192 {
        padding-top: 192px;
    }

    .rt-pt-lg-193 {
        padding-top: 193px;
    }

    .rt-pt-lg-194 {
        padding-top: 194px;
    }

    .rt-pt-lg-195 {
        padding-top: 195px;
    }

    .rt-pt-lg-196 {
        padding-top: 196px;
    }

    .rt-pt-lg-197 {
        padding-top: 197px;
    }

    .rt-pt-lg-198 {
        padding-top: 198px;
    }

    .rt-pt-lg-199 {
        padding-top: 199px;
    }

    .rt-pt-lg-200 {
        padding-top: 200px;
    }

    .rt-pt-lg-201 {
        padding-top: 201px;
    }

    .rt-pt-lg-202 {
        padding-top: 202px;
    }

    .rt-pt-lg-203 {
        padding-top: 203px;
    }

    .rt-pt-lg-204 {
        padding-top: 204px;
    }

    .rt-pt-lg-205 {
        padding-top: 205px;
    }

    .rt-pt-lg-206 {
        padding-top: 206px;
    }

    .rt-pt-lg-207 {
        padding-top: 207px;
    }

    .rt-pt-lg-208 {
        padding-top: 208px;
    }

    .rt-pt-lg-209 {
        padding-top: 209px;
    }

    .rt-pt-lg-210 {
        padding-top: 210px;
    }

    .rt-pt-lg-211 {
        padding-top: 211px;
    }

    .rt-pt-lg-212 {
        padding-top: 212px;
    }

    .rt-pt-lg-213 {
        padding-top: 213px;
    }

    .rt-pt-lg-214 {
        padding-top: 214px;
    }

    .rt-pt-lg-215 {
        padding-top: 215px;
    }

    .rt-pt-lg-216 {
        padding-top: 216px;
    }

    .rt-pt-lg-217 {
        padding-top: 217px;
    }

    .rt-pt-lg-218 {
        padding-top: 218px;
    }

    .rt-pt-lg-219 {
        padding-top: 219px;
    }

    .rt-pt-lg-220 {
        padding-top: 220px;
    }

    .rt-pt-lg-221 {
        padding-top: 221px;
    }

    .rt-pt-lg-222 {
        padding-top: 222px;
    }

    .rt-pt-lg-223 {
        padding-top: 223px;
    }

    .rt-pt-lg-224 {
        padding-top: 224px;
    }

    .rt-pt-lg-225 {
        padding-top: 225px;
    }

    .rt-pt-lg-226 {
        padding-top: 226px;
    }

    .rt-pt-lg-227 {
        padding-top: 227px;
    }

    .rt-pt-lg-228 {
        padding-top: 228px;
    }

    .rt-pt-lg-229 {
        padding-top: 229px;
    }

    .rt-pt-lg-230 {
        padding-top: 230px;
    }

    .rt-pt-lg-231 {
        padding-top: 231px;
    }

    .rt-pt-lg-232 {
        padding-top: 232px;
    }

    .rt-pt-lg-233 {
        padding-top: 233px;
    }

    .rt-pt-lg-234 {
        padding-top: 234px;
    }

    .rt-pt-lg-235 {
        padding-top: 235px;
    }

    .rt-pt-lg-236 {
        padding-top: 236px;
    }

    .rt-pt-lg-237 {
        padding-top: 237px;
    }

    .rt-pt-lg-238 {
        padding-top: 238px;
    }

    .rt-pt-lg-239 {
        padding-top: 239px;
    }

    .rt-pt-lg-240 {
        padding-top: 240px;
    }

    .rt-pt-lg-241 {
        padding-top: 241px;
    }

    .rt-pt-lg-242 {
        padding-top: 242px;
    }

    .rt-pt-lg-243 {
        padding-top: 243px;
    }

    .rt-pt-lg-244 {
        padding-top: 244px;
    }

    .rt-pt-lg-245 {
        padding-top: 245px;
    }

    .rt-pt-lg-246 {
        padding-top: 246px;
    }

    .rt-pt-lg-247 {
        padding-top: 247px;
    }

    .rt-pt-lg-248 {
        padding-top: 248px;
    }

    .rt-pt-lg-249 {
        padding-top: 249px;
    }

    .rt-pt-lg-250 {
        padding-top: 250px;
    }

    .rt-pt-lg-251 {
        padding-top: 251px;
    }

    .rt-pt-lg-252 {
        padding-top: 252px;
    }

    .rt-pt-lg-253 {
        padding-top: 253px;
    }

    .rt-pt-lg-254 {
        padding-top: 254px;
    }

    .rt-pt-lg-255 {
        padding-top: 255px;
    }

    .rt-pt-lg-256 {
        padding-top: 256px;
    }

    .rt-pt-lg-257 {
        padding-top: 257px;
    }

    .rt-pt-lg-258 {
        padding-top: 258px;
    }

    .rt-pt-lg-259 {
        padding-top: 259px;
    }

    .rt-pt-lg-260 {
        padding-top: 260px;
    }

    .rt-pt-lg-261 {
        padding-top: 261px;
    }

    .rt-pt-lg-262 {
        padding-top: 262px;
    }

    .rt-pt-lg-263 {
        padding-top: 263px;
    }

    .rt-pt-lg-264 {
        padding-top: 264px;
    }

    .rt-pt-lg-265 {
        padding-top: 265px;
    }

    .rt-pt-lg-266 {
        padding-top: 266px;
    }

    .rt-pt-lg-267 {
        padding-top: 267px;
    }

    .rt-pt-lg-268 {
        padding-top: 268px;
    }

    .rt-pt-lg-269 {
        padding-top: 269px;
    }

    .rt-pt-lg-270 {
        padding-top: 270px;
    }

    .rt-pt-lg-271 {
        padding-top: 271px;
    }

    .rt-pt-lg-272 {
        padding-top: 272px;
    }

    .rt-pt-lg-273 {
        padding-top: 273px;
    }

    .rt-pt-lg-274 {
        padding-top: 274px;
    }

    .rt-pt-lg-275 {
        padding-top: 275px;
    }

    .rt-pt-lg-276 {
        padding-top: 276px;
    }

    .rt-pt-lg-277 {
        padding-top: 277px;
    }

    .rt-pt-lg-278 {
        padding-top: 278px;
    }

    .rt-pt-lg-279 {
        padding-top: 279px;
    }

    .rt-pt-lg-280 {
        padding-top: 280px;
    }

    .rt-pt-lg-281 {
        padding-top: 281px;
    }

    .rt-pt-lg-282 {
        padding-top: 282px;
    }

    .rt-pt-lg-283 {
        padding-top: 283px;
    }

    .rt-pt-lg-284 {
        padding-top: 284px;
    }

    .rt-pt-lg-285 {
        padding-top: 285px;
    }

    .rt-pt-lg-286 {
        padding-top: 286px;
    }

    .rt-pt-lg-287 {
        padding-top: 287px;
    }

    .rt-pt-lg-288 {
        padding-top: 288px;
    }

    .rt-pt-lg-289 {
        padding-top: 289px;
    }

    .rt-pt-lg-290 {
        padding-top: 290px;
    }

    .rt-pt-lg-291 {
        padding-top: 291px;
    }

    .rt-pt-lg-292 {
        padding-top: 292px;
    }

    .rt-pt-lg-293 {
        padding-top: 293px;
    }

    .rt-pt-lg-294 {
        padding-top: 294px;
    }

    .rt-pt-lg-295 {
        padding-top: 295px;
    }

    .rt-pt-lg-296 {
        padding-top: 296px;
    }

    .rt-pt-lg-297 {
        padding-top: 297px;
    }

    .rt-pt-lg-298 {
        padding-top: 298px;
    }

    .rt-pt-lg-299 {
        padding-top: 299px;
    }

    .rt-pt-lg-300 {
        padding-top: 300px;
    }
}

@media (max-width: 991.98px) {
    .rt-pt-md-0 {
        padding-top: 0;
    }

    .rt-pt-md-1 {
        padding-top: 1px;
    }

    .rt-pt-md-2 {
        padding-top: 2px;
    }

    .rt-pt-md-3 {
        padding-top: 3px;
    }

    .rt-pt-md-4 {
        padding-top: 4px;
    }

    .rt-pt-md-5 {
        padding-top: 5px;
    }

    .rt-pt-md-6 {
        padding-top: 6px;
    }

    .rt-pt-md-7 {
        padding-top: 7px;
    }

    .rt-pt-md-8 {
        padding-top: 8px;
    }

    .rt-pt-md-9 {
        padding-top: 9px;
    }

    .rt-pt-md-10 {
        padding-top: 10px;
    }

    .rt-pt-md-11 {
        padding-top: 11px;
    }

    .rt-pt-md-12 {
        padding-top: 12px;
    }

    .rt-pt-md-13 {
        padding-top: 13px;
    }

    .rt-pt-md-14 {
        padding-top: 14px;
    }

    .rt-pt-md-15 {
        padding-top: 15px;
    }

    .rt-pt-md-16 {
        padding-top: 16px;
    }

    .rt-pt-md-17 {
        padding-top: 17px;
    }

    .rt-pt-md-18 {
        padding-top: 18px;
    }

    .rt-pt-md-19 {
        padding-top: 19px;
    }

    .rt-pt-md-20 {
        padding-top: 20px;
    }

    .rt-pt-md-21 {
        padding-top: 21px;
    }

    .rt-pt-md-22 {
        padding-top: 22px;
    }

    .rt-pt-md-23 {
        padding-top: 23px;
    }

    .rt-pt-md-24 {
        padding-top: 24px;
    }

    .rt-pt-md-25 {
        padding-top: 25px;
    }

    .rt-pt-md-26 {
        padding-top: 26px;
    }

    .rt-pt-md-27 {
        padding-top: 27px;
    }

    .rt-pt-md-28 {
        padding-top: 28px;
    }

    .rt-pt-md-29 {
        padding-top: 29px;
    }

    .rt-pt-md-30 {
        padding-top: 30px;
    }

    .rt-pt-md-31 {
        padding-top: 31px;
    }

    .rt-pt-md-32 {
        padding-top: 32px;
    }

    .rt-pt-md-33 {
        padding-top: 33px;
    }

    .rt-pt-md-34 {
        padding-top: 34px;
    }

    .rt-pt-md-35 {
        padding-top: 35px;
    }

    .rt-pt-md-36 {
        padding-top: 36px;
    }

    .rt-pt-md-37 {
        padding-top: 37px;
    }

    .rt-pt-md-38 {
        padding-top: 38px;
    }

    .rt-pt-md-39 {
        padding-top: 39px;
    }

    .rt-pt-md-40 {
        padding-top: 40px;
    }

    .rt-pt-md-41 {
        padding-top: 41px;
    }

    .rt-pt-md-42 {
        padding-top: 42px;
    }

    .rt-pt-md-43 {
        padding-top: 43px;
    }

    .rt-pt-md-44 {
        padding-top: 44px;
    }

    .rt-pt-md-45 {
        padding-top: 45px;
    }

    .rt-pt-md-46 {
        padding-top: 46px;
    }

    .rt-pt-md-47 {
        padding-top: 47px;
    }

    .rt-pt-md-48 {
        padding-top: 48px;
    }

    .rt-pt-md-49 {
        padding-top: 49px;
    }

    .rt-pt-md-50 {
        padding-top: 50px;
    }

    .rt-pt-md-51 {
        padding-top: 51px;
    }

    .rt-pt-md-52 {
        padding-top: 52px;
    }

    .rt-pt-md-53 {
        padding-top: 53px;
    }

    .rt-pt-md-54 {
        padding-top: 54px;
    }

    .rt-pt-md-55 {
        padding-top: 55px;
    }

    .rt-pt-md-56 {
        padding-top: 56px;
    }

    .rt-pt-md-57 {
        padding-top: 57px;
    }

    .rt-pt-md-58 {
        padding-top: 58px;
    }

    .rt-pt-md-59 {
        padding-top: 59px;
    }

    .rt-pt-md-60 {
        padding-top: 60px;
    }

    .rt-pt-md-61 {
        padding-top: 61px;
    }

    .rt-pt-md-62 {
        padding-top: 62px;
    }

    .rt-pt-md-63 {
        padding-top: 63px;
    }

    .rt-pt-md-64 {
        padding-top: 64px;
    }

    .rt-pt-md-65 {
        padding-top: 65px;
    }

    .rt-pt-md-66 {
        padding-top: 66px;
    }

    .rt-pt-md-67 {
        padding-top: 67px;
    }

    .rt-pt-md-68 {
        padding-top: 68px;
    }

    .rt-pt-md-69 {
        padding-top: 69px;
    }

    .rt-pt-md-70 {
        padding-top: 70px;
    }

    .rt-pt-md-71 {
        padding-top: 71px;
    }

    .rt-pt-md-72 {
        padding-top: 72px;
    }

    .rt-pt-md-73 {
        padding-top: 73px;
    }

    .rt-pt-md-74 {
        padding-top: 74px;
    }

    .rt-pt-md-75 {
        padding-top: 75px;
    }

    .rt-pt-md-76 {
        padding-top: 76px;
    }

    .rt-pt-md-77 {
        padding-top: 77px;
    }

    .rt-pt-md-78 {
        padding-top: 78px;
    }

    .rt-pt-md-79 {
        padding-top: 79px;
    }

    .rt-pt-md-80 {
        padding-top: 80px;
    }

    .rt-pt-md-81 {
        padding-top: 81px;
    }

    .rt-pt-md-82 {
        padding-top: 82px;
    }

    .rt-pt-md-83 {
        padding-top: 83px;
    }

    .rt-pt-md-84 {
        padding-top: 84px;
    }

    .rt-pt-md-85 {
        padding-top: 85px;
    }

    .rt-pt-md-86 {
        padding-top: 86px;
    }

    .rt-pt-md-87 {
        padding-top: 87px;
    }

    .rt-pt-md-88 {
        padding-top: 88px;
    }

    .rt-pt-md-89 {
        padding-top: 89px;
    }

    .rt-pt-md-90 {
        padding-top: 90px;
    }

    .rt-pt-md-91 {
        padding-top: 91px;
    }

    .rt-pt-md-92 {
        padding-top: 92px;
    }

    .rt-pt-md-93 {
        padding-top: 93px;
    }

    .rt-pt-md-94 {
        padding-top: 94px;
    }

    .rt-pt-md-95 {
        padding-top: 95px;
    }

    .rt-pt-md-96 {
        padding-top: 96px;
    }

    .rt-pt-md-97 {
        padding-top: 97px;
    }

    .rt-pt-md-98 {
        padding-top: 98px;
    }

    .rt-pt-md-99 {
        padding-top: 99px;
    }

    .rt-pt-md-100 {
        padding-top: 100px;
    }

    .rt-pt-md-101 {
        padding-top: 101px;
    }

    .rt-pt-md-102 {
        padding-top: 102px;
    }

    .rt-pt-md-103 {
        padding-top: 103px;
    }

    .rt-pt-md-104 {
        padding-top: 104px;
    }

    .rt-pt-md-105 {
        padding-top: 105px;
    }

    .rt-pt-md-106 {
        padding-top: 106px;
    }

    .rt-pt-md-107 {
        padding-top: 107px;
    }

    .rt-pt-md-108 {
        padding-top: 108px;
    }

    .rt-pt-md-109 {
        padding-top: 109px;
    }

    .rt-pt-md-110 {
        padding-top: 110px;
    }

    .rt-pt-md-111 {
        padding-top: 111px;
    }

    .rt-pt-md-112 {
        padding-top: 112px;
    }

    .rt-pt-md-113 {
        padding-top: 113px;
    }

    .rt-pt-md-114 {
        padding-top: 114px;
    }

    .rt-pt-md-115 {
        padding-top: 115px;
    }

    .rt-pt-md-116 {
        padding-top: 116px;
    }

    .rt-pt-md-117 {
        padding-top: 117px;
    }

    .rt-pt-md-118 {
        padding-top: 118px;
    }

    .rt-pt-md-119 {
        padding-top: 119px;
    }

    .rt-pt-md-120 {
        padding-top: 120px;
    }

    .rt-pt-md-121 {
        padding-top: 121px;
    }

    .rt-pt-md-122 {
        padding-top: 122px;
    }

    .rt-pt-md-123 {
        padding-top: 123px;
    }

    .rt-pt-md-124 {
        padding-top: 124px;
    }

    .rt-pt-md-125 {
        padding-top: 125px;
    }

    .rt-pt-md-126 {
        padding-top: 126px;
    }

    .rt-pt-md-127 {
        padding-top: 127px;
    }

    .rt-pt-md-128 {
        padding-top: 128px;
    }

    .rt-pt-md-129 {
        padding-top: 129px;
    }

    .rt-pt-md-130 {
        padding-top: 130px;
    }

    .rt-pt-md-131 {
        padding-top: 131px;
    }

    .rt-pt-md-132 {
        padding-top: 132px;
    }

    .rt-pt-md-133 {
        padding-top: 133px;
    }

    .rt-pt-md-134 {
        padding-top: 134px;
    }

    .rt-pt-md-135 {
        padding-top: 135px;
    }

    .rt-pt-md-136 {
        padding-top: 136px;
    }

    .rt-pt-md-137 {
        padding-top: 137px;
    }

    .rt-pt-md-138 {
        padding-top: 138px;
    }

    .rt-pt-md-139 {
        padding-top: 139px;
    }

    .rt-pt-md-140 {
        padding-top: 140px;
    }

    .rt-pt-md-141 {
        padding-top: 141px;
    }

    .rt-pt-md-142 {
        padding-top: 142px;
    }

    .rt-pt-md-143 {
        padding-top: 143px;
    }

    .rt-pt-md-144 {
        padding-top: 144px;
    }

    .rt-pt-md-145 {
        padding-top: 145px;
    }

    .rt-pt-md-146 {
        padding-top: 146px;
    }

    .rt-pt-md-147 {
        padding-top: 147px;
    }

    .rt-pt-md-148 {
        padding-top: 148px;
    }

    .rt-pt-md-149 {
        padding-top: 149px;
    }

    .rt-pt-md-150 {
        padding-top: 150px;
    }

    .rt-pt-md-151 {
        padding-top: 151px;
    }

    .rt-pt-md-152 {
        padding-top: 152px;
    }

    .rt-pt-md-153 {
        padding-top: 153px;
    }

    .rt-pt-md-154 {
        padding-top: 154px;
    }

    .rt-pt-md-155 {
        padding-top: 155px;
    }

    .rt-pt-md-156 {
        padding-top: 156px;
    }

    .rt-pt-md-157 {
        padding-top: 157px;
    }

    .rt-pt-md-158 {
        padding-top: 158px;
    }

    .rt-pt-md-159 {
        padding-top: 159px;
    }

    .rt-pt-md-160 {
        padding-top: 160px;
    }

    .rt-pt-md-161 {
        padding-top: 161px;
    }

    .rt-pt-md-162 {
        padding-top: 162px;
    }

    .rt-pt-md-163 {
        padding-top: 163px;
    }

    .rt-pt-md-164 {
        padding-top: 164px;
    }

    .rt-pt-md-165 {
        padding-top: 165px;
    }

    .rt-pt-md-166 {
        padding-top: 166px;
    }

    .rt-pt-md-167 {
        padding-top: 167px;
    }

    .rt-pt-md-168 {
        padding-top: 168px;
    }

    .rt-pt-md-169 {
        padding-top: 169px;
    }

    .rt-pt-md-170 {
        padding-top: 170px;
    }

    .rt-pt-md-171 {
        padding-top: 171px;
    }

    .rt-pt-md-172 {
        padding-top: 172px;
    }

    .rt-pt-md-173 {
        padding-top: 173px;
    }

    .rt-pt-md-174 {
        padding-top: 174px;
    }

    .rt-pt-md-175 {
        padding-top: 175px;
    }

    .rt-pt-md-176 {
        padding-top: 176px;
    }

    .rt-pt-md-177 {
        padding-top: 177px;
    }

    .rt-pt-md-178 {
        padding-top: 178px;
    }

    .rt-pt-md-179 {
        padding-top: 179px;
    }

    .rt-pt-md-180 {
        padding-top: 180px;
    }

    .rt-pt-md-181 {
        padding-top: 181px;
    }

    .rt-pt-md-182 {
        padding-top: 182px;
    }

    .rt-pt-md-183 {
        padding-top: 183px;
    }

    .rt-pt-md-184 {
        padding-top: 184px;
    }

    .rt-pt-md-185 {
        padding-top: 185px;
    }

    .rt-pt-md-186 {
        padding-top: 186px;
    }

    .rt-pt-md-187 {
        padding-top: 187px;
    }

    .rt-pt-md-188 {
        padding-top: 188px;
    }

    .rt-pt-md-189 {
        padding-top: 189px;
    }

    .rt-pt-md-190 {
        padding-top: 190px;
    }

    .rt-pt-md-191 {
        padding-top: 191px;
    }

    .rt-pt-md-192 {
        padding-top: 192px;
    }

    .rt-pt-md-193 {
        padding-top: 193px;
    }

    .rt-pt-md-194 {
        padding-top: 194px;
    }

    .rt-pt-md-195 {
        padding-top: 195px;
    }

    .rt-pt-md-196 {
        padding-top: 196px;
    }

    .rt-pt-md-197 {
        padding-top: 197px;
    }

    .rt-pt-md-198 {
        padding-top: 198px;
    }

    .rt-pt-md-199 {
        padding-top: 199px;
    }

    .rt-pt-md-200 {
        padding-top: 200px;
    }

    .rt-pt-md-201 {
        padding-top: 201px;
    }

    .rt-pt-md-202 {
        padding-top: 202px;
    }

    .rt-pt-md-203 {
        padding-top: 203px;
    }

    .rt-pt-md-204 {
        padding-top: 204px;
    }

    .rt-pt-md-205 {
        padding-top: 205px;
    }

    .rt-pt-md-206 {
        padding-top: 206px;
    }

    .rt-pt-md-207 {
        padding-top: 207px;
    }

    .rt-pt-md-208 {
        padding-top: 208px;
    }

    .rt-pt-md-209 {
        padding-top: 209px;
    }

    .rt-pt-md-210 {
        padding-top: 210px;
    }

    .rt-pt-md-211 {
        padding-top: 211px;
    }

    .rt-pt-md-212 {
        padding-top: 212px;
    }

    .rt-pt-md-213 {
        padding-top: 213px;
    }

    .rt-pt-md-214 {
        padding-top: 214px;
    }

    .rt-pt-md-215 {
        padding-top: 215px;
    }

    .rt-pt-md-216 {
        padding-top: 216px;
    }

    .rt-pt-md-217 {
        padding-top: 217px;
    }

    .rt-pt-md-218 {
        padding-top: 218px;
    }

    .rt-pt-md-219 {
        padding-top: 219px;
    }

    .rt-pt-md-220 {
        padding-top: 220px;
    }

    .rt-pt-md-221 {
        padding-top: 221px;
    }

    .rt-pt-md-222 {
        padding-top: 222px;
    }

    .rt-pt-md-223 {
        padding-top: 223px;
    }

    .rt-pt-md-224 {
        padding-top: 224px;
    }

    .rt-pt-md-225 {
        padding-top: 225px;
    }

    .rt-pt-md-226 {
        padding-top: 226px;
    }

    .rt-pt-md-227 {
        padding-top: 227px;
    }

    .rt-pt-md-228 {
        padding-top: 228px;
    }

    .rt-pt-md-229 {
        padding-top: 229px;
    }

    .rt-pt-md-230 {
        padding-top: 230px;
    }

    .rt-pt-md-231 {
        padding-top: 231px;
    }

    .rt-pt-md-232 {
        padding-top: 232px;
    }

    .rt-pt-md-233 {
        padding-top: 233px;
    }

    .rt-pt-md-234 {
        padding-top: 234px;
    }

    .rt-pt-md-235 {
        padding-top: 235px;
    }

    .rt-pt-md-236 {
        padding-top: 236px;
    }

    .rt-pt-md-237 {
        padding-top: 237px;
    }

    .rt-pt-md-238 {
        padding-top: 238px;
    }

    .rt-pt-md-239 {
        padding-top: 239px;
    }

    .rt-pt-md-240 {
        padding-top: 240px;
    }

    .rt-pt-md-241 {
        padding-top: 241px;
    }

    .rt-pt-md-242 {
        padding-top: 242px;
    }

    .rt-pt-md-243 {
        padding-top: 243px;
    }

    .rt-pt-md-244 {
        padding-top: 244px;
    }

    .rt-pt-md-245 {
        padding-top: 245px;
    }

    .rt-pt-md-246 {
        padding-top: 246px;
    }

    .rt-pt-md-247 {
        padding-top: 247px;
    }

    .rt-pt-md-248 {
        padding-top: 248px;
    }

    .rt-pt-md-249 {
        padding-top: 249px;
    }

    .rt-pt-md-250 {
        padding-top: 250px;
    }

    .rt-pt-md-251 {
        padding-top: 251px;
    }

    .rt-pt-md-252 {
        padding-top: 252px;
    }

    .rt-pt-md-253 {
        padding-top: 253px;
    }

    .rt-pt-md-254 {
        padding-top: 254px;
    }

    .rt-pt-md-255 {
        padding-top: 255px;
    }

    .rt-pt-md-256 {
        padding-top: 256px;
    }

    .rt-pt-md-257 {
        padding-top: 257px;
    }

    .rt-pt-md-258 {
        padding-top: 258px;
    }

    .rt-pt-md-259 {
        padding-top: 259px;
    }

    .rt-pt-md-260 {
        padding-top: 260px;
    }

    .rt-pt-md-261 {
        padding-top: 261px;
    }

    .rt-pt-md-262 {
        padding-top: 262px;
    }

    .rt-pt-md-263 {
        padding-top: 263px;
    }

    .rt-pt-md-264 {
        padding-top: 264px;
    }

    .rt-pt-md-265 {
        padding-top: 265px;
    }

    .rt-pt-md-266 {
        padding-top: 266px;
    }

    .rt-pt-md-267 {
        padding-top: 267px;
    }

    .rt-pt-md-268 {
        padding-top: 268px;
    }

    .rt-pt-md-269 {
        padding-top: 269px;
    }

    .rt-pt-md-270 {
        padding-top: 270px;
    }

    .rt-pt-md-271 {
        padding-top: 271px;
    }

    .rt-pt-md-272 {
        padding-top: 272px;
    }

    .rt-pt-md-273 {
        padding-top: 273px;
    }

    .rt-pt-md-274 {
        padding-top: 274px;
    }

    .rt-pt-md-275 {
        padding-top: 275px;
    }

    .rt-pt-md-276 {
        padding-top: 276px;
    }

    .rt-pt-md-277 {
        padding-top: 277px;
    }

    .rt-pt-md-278 {
        padding-top: 278px;
    }

    .rt-pt-md-279 {
        padding-top: 279px;
    }

    .rt-pt-md-280 {
        padding-top: 280px;
    }

    .rt-pt-md-281 {
        padding-top: 281px;
    }

    .rt-pt-md-282 {
        padding-top: 282px;
    }

    .rt-pt-md-283 {
        padding-top: 283px;
    }

    .rt-pt-md-284 {
        padding-top: 284px;
    }

    .rt-pt-md-285 {
        padding-top: 285px;
    }

    .rt-pt-md-286 {
        padding-top: 286px;
    }

    .rt-pt-md-287 {
        padding-top: 287px;
    }

    .rt-pt-md-288 {
        padding-top: 288px;
    }

    .rt-pt-md-289 {
        padding-top: 289px;
    }

    .rt-pt-md-290 {
        padding-top: 290px;
    }

    .rt-pt-md-291 {
        padding-top: 291px;
    }

    .rt-pt-md-292 {
        padding-top: 292px;
    }

    .rt-pt-md-293 {
        padding-top: 293px;
    }

    .rt-pt-md-294 {
        padding-top: 294px;
    }

    .rt-pt-md-295 {
        padding-top: 295px;
    }

    .rt-pt-md-296 {
        padding-top: 296px;
    }

    .rt-pt-md-297 {
        padding-top: 297px;
    }

    .rt-pt-md-298 {
        padding-top: 298px;
    }

    .rt-pt-md-299 {
        padding-top: 299px;
    }

    .rt-pt-md-300 {
        padding-top: 300px;
    }
}

@media (max-width: 767.98px) {
    .rt-pt-xs-0 {
        padding-top: 0;
    }

    .rt-pt-xs-1 {
        padding-top: 1px;
    }

    .rt-pt-xs-2 {
        padding-top: 2px;
    }

    .rt-pt-xs-3 {
        padding-top: 3px;
    }

    .rt-pt-xs-4 {
        padding-top: 4px;
    }

    .rt-pt-xs-5 {
        padding-top: 5px;
    }

    .rt-pt-xs-6 {
        padding-top: 6px;
    }

    .rt-pt-xs-7 {
        padding-top: 7px;
    }

    .rt-pt-xs-8 {
        padding-top: 8px;
    }

    .rt-pt-xs-9 {
        padding-top: 9px;
    }

    .rt-pt-xs-10 {
        padding-top: 10px;
    }

    .rt-pt-xs-11 {
        padding-top: 11px;
    }

    .rt-pt-xs-12 {
        padding-top: 12px;
    }

    .rt-pt-xs-13 {
        padding-top: 13px;
    }

    .rt-pt-xs-14 {
        padding-top: 14px;
    }

    .rt-pt-xs-15 {
        padding-top: 15px;
    }

    .rt-pt-xs-16 {
        padding-top: 16px;
    }

    .rt-pt-xs-17 {
        padding-top: 17px;
    }

    .rt-pt-xs-18 {
        padding-top: 18px;
    }

    .rt-pt-xs-19 {
        padding-top: 19px;
    }

    .rt-pt-xs-20 {
        padding-top: 20px;
    }

    .rt-pt-xs-21 {
        padding-top: 21px;
    }

    .rt-pt-xs-22 {
        padding-top: 22px;
    }

    .rt-pt-xs-23 {
        padding-top: 23px;
    }

    .rt-pt-xs-24 {
        padding-top: 24px;
    }

    .rt-pt-xs-25 {
        padding-top: 25px;
    }

    .rt-pt-xs-26 {
        padding-top: 26px;
    }

    .rt-pt-xs-27 {
        padding-top: 27px;
    }

    .rt-pt-xs-28 {
        padding-top: 28px;
    }

    .rt-pt-xs-29 {
        padding-top: 29px;
    }

    .rt-pt-xs-30 {
        padding-top: 30px;
    }

    .rt-pt-xs-31 {
        padding-top: 31px;
    }

    .rt-pt-xs-32 {
        padding-top: 32px;
    }

    .rt-pt-xs-33 {
        padding-top: 33px;
    }

    .rt-pt-xs-34 {
        padding-top: 34px;
    }

    .rt-pt-xs-35 {
        padding-top: 35px;
    }

    .rt-pt-xs-36 {
        padding-top: 36px;
    }

    .rt-pt-xs-37 {
        padding-top: 37px;
    }

    .rt-pt-xs-38 {
        padding-top: 38px;
    }

    .rt-pt-xs-39 {
        padding-top: 39px;
    }

    .rt-pt-xs-40 {
        padding-top: 40px;
    }

    .rt-pt-xs-41 {
        padding-top: 41px;
    }

    .rt-pt-xs-42 {
        padding-top: 42px;
    }

    .rt-pt-xs-43 {
        padding-top: 43px;
    }

    .rt-pt-xs-44 {
        padding-top: 44px;
    }

    .rt-pt-xs-45 {
        padding-top: 45px;
    }

    .rt-pt-xs-46 {
        padding-top: 46px;
    }

    .rt-pt-xs-47 {
        padding-top: 47px;
    }

    .rt-pt-xs-48 {
        padding-top: 48px;
    }

    .rt-pt-xs-49 {
        padding-top: 49px;
    }

    .rt-pt-xs-50 {
        padding-top: 50px;
    }

    .rt-pt-xs-51 {
        padding-top: 51px;
    }

    .rt-pt-xs-52 {
        padding-top: 52px;
    }

    .rt-pt-xs-53 {
        padding-top: 53px;
    }

    .rt-pt-xs-54 {
        padding-top: 54px;
    }

    .rt-pt-xs-55 {
        padding-top: 55px;
    }

    .rt-pt-xs-56 {
        padding-top: 56px;
    }

    .rt-pt-xs-57 {
        padding-top: 57px;
    }

    .rt-pt-xs-58 {
        padding-top: 58px;
    }

    .rt-pt-xs-59 {
        padding-top: 59px;
    }

    .rt-pt-xs-60 {
        padding-top: 60px;
    }

    .rt-pt-xs-61 {
        padding-top: 61px;
    }

    .rt-pt-xs-62 {
        padding-top: 62px;
    }

    .rt-pt-xs-63 {
        padding-top: 63px;
    }

    .rt-pt-xs-64 {
        padding-top: 64px;
    }

    .rt-pt-xs-65 {
        padding-top: 65px;
    }

    .rt-pt-xs-66 {
        padding-top: 66px;
    }

    .rt-pt-xs-67 {
        padding-top: 67px;
    }

    .rt-pt-xs-68 {
        padding-top: 68px;
    }

    .rt-pt-xs-69 {
        padding-top: 69px;
    }

    .rt-pt-xs-70 {
        padding-top: 70px;
    }

    .rt-pt-xs-71 {
        padding-top: 71px;
    }

    .rt-pt-xs-72 {
        padding-top: 72px;
    }

    .rt-pt-xs-73 {
        padding-top: 73px;
    }

    .rt-pt-xs-74 {
        padding-top: 74px;
    }

    .rt-pt-xs-75 {
        padding-top: 75px;
    }

    .rt-pt-xs-76 {
        padding-top: 76px;
    }

    .rt-pt-xs-77 {
        padding-top: 77px;
    }

    .rt-pt-xs-78 {
        padding-top: 78px;
    }

    .rt-pt-xs-79 {
        padding-top: 79px;
    }

    .rt-pt-xs-80 {
        padding-top: 80px;
    }

    .rt-pt-xs-81 {
        padding-top: 81px;
    }

    .rt-pt-xs-82 {
        padding-top: 82px;
    }

    .rt-pt-xs-83 {
        padding-top: 83px;
    }

    .rt-pt-xs-84 {
        padding-top: 84px;
    }

    .rt-pt-xs-85 {
        padding-top: 85px;
    }

    .rt-pt-xs-86 {
        padding-top: 86px;
    }

    .rt-pt-xs-87 {
        padding-top: 87px;
    }

    .rt-pt-xs-88 {
        padding-top: 88px;
    }

    .rt-pt-xs-89 {
        padding-top: 89px;
    }

    .rt-pt-xs-90 {
        padding-top: 90px;
    }

    .rt-pt-xs-91 {
        padding-top: 91px;
    }

    .rt-pt-xs-92 {
        padding-top: 92px;
    }

    .rt-pt-xs-93 {
        padding-top: 93px;
    }

    .rt-pt-xs-94 {
        padding-top: 94px;
    }

    .rt-pt-xs-95 {
        padding-top: 95px;
    }

    .rt-pt-xs-96 {
        padding-top: 96px;
    }

    .rt-pt-xs-97 {
        padding-top: 97px;
    }

    .rt-pt-xs-98 {
        padding-top: 98px;
    }

    .rt-pt-xs-99 {
        padding-top: 99px;
    }

    .rt-pt-xs-100 {
        padding-top: 100px;
    }

    .rt-pt-xs-101 {
        padding-top: 101px;
    }

    .rt-pt-xs-102 {
        padding-top: 102px;
    }

    .rt-pt-xs-103 {
        padding-top: 103px;
    }

    .rt-pt-xs-104 {
        padding-top: 104px;
    }

    .rt-pt-xs-105 {
        padding-top: 105px;
    }

    .rt-pt-xs-106 {
        padding-top: 106px;
    }

    .rt-pt-xs-107 {
        padding-top: 107px;
    }

    .rt-pt-xs-108 {
        padding-top: 108px;
    }

    .rt-pt-xs-109 {
        padding-top: 109px;
    }

    .rt-pt-xs-110 {
        padding-top: 110px;
    }

    .rt-pt-xs-111 {
        padding-top: 111px;
    }

    .rt-pt-xs-112 {
        padding-top: 112px;
    }

    .rt-pt-xs-113 {
        padding-top: 113px;
    }

    .rt-pt-xs-114 {
        padding-top: 114px;
    }

    .rt-pt-xs-115 {
        padding-top: 115px;
    }

    .rt-pt-xs-116 {
        padding-top: 116px;
    }

    .rt-pt-xs-117 {
        padding-top: 117px;
    }

    .rt-pt-xs-118 {
        padding-top: 118px;
    }

    .rt-pt-xs-119 {
        padding-top: 119px;
    }

    .rt-pt-xs-120 {
        padding-top: 120px;
    }

    .rt-pt-xs-121 {
        padding-top: 121px;
    }

    .rt-pt-xs-122 {
        padding-top: 122px;
    }

    .rt-pt-xs-123 {
        padding-top: 123px;
    }

    .rt-pt-xs-124 {
        padding-top: 124px;
    }

    .rt-pt-xs-125 {
        padding-top: 125px;
    }

    .rt-pt-xs-126 {
        padding-top: 126px;
    }

    .rt-pt-xs-127 {
        padding-top: 127px;
    }

    .rt-pt-xs-128 {
        padding-top: 128px;
    }

    .rt-pt-xs-129 {
        padding-top: 129px;
    }

    .rt-pt-xs-130 {
        padding-top: 130px;
    }

    .rt-pt-xs-131 {
        padding-top: 131px;
    }

    .rt-pt-xs-132 {
        padding-top: 132px;
    }

    .rt-pt-xs-133 {
        padding-top: 133px;
    }

    .rt-pt-xs-134 {
        padding-top: 134px;
    }

    .rt-pt-xs-135 {
        padding-top: 135px;
    }

    .rt-pt-xs-136 {
        padding-top: 136px;
    }

    .rt-pt-xs-137 {
        padding-top: 137px;
    }

    .rt-pt-xs-138 {
        padding-top: 138px;
    }

    .rt-pt-xs-139 {
        padding-top: 139px;
    }

    .rt-pt-xs-140 {
        padding-top: 140px;
    }

    .rt-pt-xs-141 {
        padding-top: 141px;
    }

    .rt-pt-xs-142 {
        padding-top: 142px;
    }

    .rt-pt-xs-143 {
        padding-top: 143px;
    }

    .rt-pt-xs-144 {
        padding-top: 144px;
    }

    .rt-pt-xs-145 {
        padding-top: 145px;
    }

    .rt-pt-xs-146 {
        padding-top: 146px;
    }

    .rt-pt-xs-147 {
        padding-top: 147px;
    }

    .rt-pt-xs-148 {
        padding-top: 148px;
    }

    .rt-pt-xs-149 {
        padding-top: 149px;
    }

    .rt-pt-xs-150 {
        padding-top: 150px;
    }

    .rt-pt-xs-151 {
        padding-top: 151px;
    }

    .rt-pt-xs-152 {
        padding-top: 152px;
    }

    .rt-pt-xs-153 {
        padding-top: 153px;
    }

    .rt-pt-xs-154 {
        padding-top: 154px;
    }

    .rt-pt-xs-155 {
        padding-top: 155px;
    }

    .rt-pt-xs-156 {
        padding-top: 156px;
    }

    .rt-pt-xs-157 {
        padding-top: 157px;
    }

    .rt-pt-xs-158 {
        padding-top: 158px;
    }

    .rt-pt-xs-159 {
        padding-top: 159px;
    }

    .rt-pt-xs-160 {
        padding-top: 160px;
    }

    .rt-pt-xs-161 {
        padding-top: 161px;
    }

    .rt-pt-xs-162 {
        padding-top: 162px;
    }

    .rt-pt-xs-163 {
        padding-top: 163px;
    }

    .rt-pt-xs-164 {
        padding-top: 164px;
    }

    .rt-pt-xs-165 {
        padding-top: 165px;
    }

    .rt-pt-xs-166 {
        padding-top: 166px;
    }

    .rt-pt-xs-167 {
        padding-top: 167px;
    }

    .rt-pt-xs-168 {
        padding-top: 168px;
    }

    .rt-pt-xs-169 {
        padding-top: 169px;
    }

    .rt-pt-xs-170 {
        padding-top: 170px;
    }

    .rt-pt-xs-171 {
        padding-top: 171px;
    }

    .rt-pt-xs-172 {
        padding-top: 172px;
    }

    .rt-pt-xs-173 {
        padding-top: 173px;
    }

    .rt-pt-xs-174 {
        padding-top: 174px;
    }

    .rt-pt-xs-175 {
        padding-top: 175px;
    }

    .rt-pt-xs-176 {
        padding-top: 176px;
    }

    .rt-pt-xs-177 {
        padding-top: 177px;
    }

    .rt-pt-xs-178 {
        padding-top: 178px;
    }

    .rt-pt-xs-179 {
        padding-top: 179px;
    }

    .rt-pt-xs-180 {
        padding-top: 180px;
    }

    .rt-pt-xs-181 {
        padding-top: 181px;
    }

    .rt-pt-xs-182 {
        padding-top: 182px;
    }

    .rt-pt-xs-183 {
        padding-top: 183px;
    }

    .rt-pt-xs-184 {
        padding-top: 184px;
    }

    .rt-pt-xs-185 {
        padding-top: 185px;
    }

    .rt-pt-xs-186 {
        padding-top: 186px;
    }

    .rt-pt-xs-187 {
        padding-top: 187px;
    }

    .rt-pt-xs-188 {
        padding-top: 188px;
    }

    .rt-pt-xs-189 {
        padding-top: 189px;
    }

    .rt-pt-xs-190 {
        padding-top: 190px;
    }

    .rt-pt-xs-191 {
        padding-top: 191px;
    }

    .rt-pt-xs-192 {
        padding-top: 192px;
    }

    .rt-pt-xs-193 {
        padding-top: 193px;
    }

    .rt-pt-xs-194 {
        padding-top: 194px;
    }

    .rt-pt-xs-195 {
        padding-top: 195px;
    }

    .rt-pt-xs-196 {
        padding-top: 196px;
    }

    .rt-pt-xs-197 {
        padding-top: 197px;
    }

    .rt-pt-xs-198 {
        padding-top: 198px;
    }

    .rt-pt-xs-199 {
        padding-top: 199px;
    }

    .rt-pt-xs-200 {
        padding-top: 200px;
    }

    .rt-pt-xs-201 {
        padding-top: 201px;
    }

    .rt-pt-xs-202 {
        padding-top: 202px;
    }

    .rt-pt-xs-203 {
        padding-top: 203px;
    }

    .rt-pt-xs-204 {
        padding-top: 204px;
    }

    .rt-pt-xs-205 {
        padding-top: 205px;
    }

    .rt-pt-xs-206 {
        padding-top: 206px;
    }

    .rt-pt-xs-207 {
        padding-top: 207px;
    }

    .rt-pt-xs-208 {
        padding-top: 208px;
    }

    .rt-pt-xs-209 {
        padding-top: 209px;
    }

    .rt-pt-xs-210 {
        padding-top: 210px;
    }

    .rt-pt-xs-211 {
        padding-top: 211px;
    }

    .rt-pt-xs-212 {
        padding-top: 212px;
    }

    .rt-pt-xs-213 {
        padding-top: 213px;
    }

    .rt-pt-xs-214 {
        padding-top: 214px;
    }

    .rt-pt-xs-215 {
        padding-top: 215px;
    }

    .rt-pt-xs-216 {
        padding-top: 216px;
    }

    .rt-pt-xs-217 {
        padding-top: 217px;
    }

    .rt-pt-xs-218 {
        padding-top: 218px;
    }

    .rt-pt-xs-219 {
        padding-top: 219px;
    }

    .rt-pt-xs-220 {
        padding-top: 220px;
    }

    .rt-pt-xs-221 {
        padding-top: 221px;
    }

    .rt-pt-xs-222 {
        padding-top: 222px;
    }

    .rt-pt-xs-223 {
        padding-top: 223px;
    }

    .rt-pt-xs-224 {
        padding-top: 224px;
    }

    .rt-pt-xs-225 {
        padding-top: 225px;
    }

    .rt-pt-xs-226 {
        padding-top: 226px;
    }

    .rt-pt-xs-227 {
        padding-top: 227px;
    }

    .rt-pt-xs-228 {
        padding-top: 228px;
    }

    .rt-pt-xs-229 {
        padding-top: 229px;
    }

    .rt-pt-xs-230 {
        padding-top: 230px;
    }

    .rt-pt-xs-231 {
        padding-top: 231px;
    }

    .rt-pt-xs-232 {
        padding-top: 232px;
    }

    .rt-pt-xs-233 {
        padding-top: 233px;
    }

    .rt-pt-xs-234 {
        padding-top: 234px;
    }

    .rt-pt-xs-235 {
        padding-top: 235px;
    }

    .rt-pt-xs-236 {
        padding-top: 236px;
    }

    .rt-pt-xs-237 {
        padding-top: 237px;
    }

    .rt-pt-xs-238 {
        padding-top: 238px;
    }

    .rt-pt-xs-239 {
        padding-top: 239px;
    }

    .rt-pt-xs-240 {
        padding-top: 240px;
    }

    .rt-pt-xs-241 {
        padding-top: 241px;
    }

    .rt-pt-xs-242 {
        padding-top: 242px;
    }

    .rt-pt-xs-243 {
        padding-top: 243px;
    }

    .rt-pt-xs-244 {
        padding-top: 244px;
    }

    .rt-pt-xs-245 {
        padding-top: 245px;
    }

    .rt-pt-xs-246 {
        padding-top: 246px;
    }

    .rt-pt-xs-247 {
        padding-top: 247px;
    }

    .rt-pt-xs-248 {
        padding-top: 248px;
    }

    .rt-pt-xs-249 {
        padding-top: 249px;
    }

    .rt-pt-xs-250 {
        padding-top: 250px;
    }

    .rt-pt-xs-251 {
        padding-top: 251px;
    }

    .rt-pt-xs-252 {
        padding-top: 252px;
    }

    .rt-pt-xs-253 {
        padding-top: 253px;
    }

    .rt-pt-xs-254 {
        padding-top: 254px;
    }

    .rt-pt-xs-255 {
        padding-top: 255px;
    }

    .rt-pt-xs-256 {
        padding-top: 256px;
    }

    .rt-pt-xs-257 {
        padding-top: 257px;
    }

    .rt-pt-xs-258 {
        padding-top: 258px;
    }

    .rt-pt-xs-259 {
        padding-top: 259px;
    }

    .rt-pt-xs-260 {
        padding-top: 260px;
    }

    .rt-pt-xs-261 {
        padding-top: 261px;
    }

    .rt-pt-xs-262 {
        padding-top: 262px;
    }

    .rt-pt-xs-263 {
        padding-top: 263px;
    }

    .rt-pt-xs-264 {
        padding-top: 264px;
    }

    .rt-pt-xs-265 {
        padding-top: 265px;
    }

    .rt-pt-xs-266 {
        padding-top: 266px;
    }

    .rt-pt-xs-267 {
        padding-top: 267px;
    }

    .rt-pt-xs-268 {
        padding-top: 268px;
    }

    .rt-pt-xs-269 {
        padding-top: 269px;
    }

    .rt-pt-xs-270 {
        padding-top: 270px;
    }

    .rt-pt-xs-271 {
        padding-top: 271px;
    }

    .rt-pt-xs-272 {
        padding-top: 272px;
    }

    .rt-pt-xs-273 {
        padding-top: 273px;
    }

    .rt-pt-xs-274 {
        padding-top: 274px;
    }

    .rt-pt-xs-275 {
        padding-top: 275px;
    }

    .rt-pt-xs-276 {
        padding-top: 276px;
    }

    .rt-pt-xs-277 {
        padding-top: 277px;
    }

    .rt-pt-xs-278 {
        padding-top: 278px;
    }

    .rt-pt-xs-279 {
        padding-top: 279px;
    }

    .rt-pt-xs-280 {
        padding-top: 280px;
    }

    .rt-pt-xs-281 {
        padding-top: 281px;
    }

    .rt-pt-xs-282 {
        padding-top: 282px;
    }

    .rt-pt-xs-283 {
        padding-top: 283px;
    }

    .rt-pt-xs-284 {
        padding-top: 284px;
    }

    .rt-pt-xs-285 {
        padding-top: 285px;
    }

    .rt-pt-xs-286 {
        padding-top: 286px;
    }

    .rt-pt-xs-287 {
        padding-top: 287px;
    }

    .rt-pt-xs-288 {
        padding-top: 288px;
    }

    .rt-pt-xs-289 {
        padding-top: 289px;
    }

    .rt-pt-xs-290 {
        padding-top: 290px;
    }

    .rt-pt-xs-291 {
        padding-top: 291px;
    }

    .rt-pt-xs-292 {
        padding-top: 292px;
    }

    .rt-pt-xs-293 {
        padding-top: 293px;
    }

    .rt-pt-xs-294 {
        padding-top: 294px;
    }

    .rt-pt-xs-295 {
        padding-top: 295px;
    }

    .rt-pt-xs-296 {
        padding-top: 296px;
    }

    .rt-pt-xs-297 {
        padding-top: 297px;
    }

    .rt-pt-xs-298 {
        padding-top: 298px;
    }

    .rt-pt-xs-299 {
        padding-top: 299px;
    }

    .rt-pt-xs-300 {
        padding-top: 300px;
    }
}

.rt-p-0 {
    padding: 0;
}

.rt-p-1 {
    padding: 1px;
}

.rt-p-2 {
    padding: 2px;
}

.rt-p-3 {
    padding: 3px;
}

.rt-p-4 {
    padding: 4px;
}

.rt-p-5 {
    padding: 5px;
}

.rt-p-6 {
    padding: 6px;
}

.rt-p-7 {
    padding: 7px;
}

.rt-p-8 {
    padding: 8px;
}

.rt-p-9 {
    padding: 9px;
}

.rt-p-10 {
    padding: 10px;
}

.rt-p-11 {
    padding: 11px;
}

.rt-p-12 {
    padding: 12px;
}

.rt-p-13 {
    padding: 13px;
}

.rt-p-14 {
    padding: 14px;
}

.rt-p-15 {
    padding: 15px;
}

.rt-p-16 {
    padding: 16px;
}

.rt-p-17 {
    padding: 17px;
}

.rt-p-18 {
    padding: 18px;
}

.rt-p-19 {
    padding: 19px;
}

.rt-p-20 {
    padding: 20px;
}

.rt-p-21 {
    padding: 21px;
}

.rt-p-22 {
    padding: 22px;
}

.rt-p-23 {
    padding: 23px;
}

.rt-p-24 {
    padding: 24px;
}

.rt-p-25 {
    padding: 25px;
}

.rt-p-26 {
    padding: 26px;
}

.rt-p-27 {
    padding: 27px;
}

.rt-p-28 {
    padding: 28px;
}

.rt-p-29 {
    padding: 29px;
}

.rt-p-30 {
    padding: 30px;
}

.rt-p-31 {
    padding: 31px;
}

.rt-p-32 {
    padding: 32px;
}

.rt-p-33 {
    padding: 33px;
}

.rt-p-34 {
    padding: 34px;
}

.rt-p-35 {
    padding: 35px;
}

.rt-p-36 {
    padding: 36px;
}

.rt-p-37 {
    padding: 37px;
}

.rt-p-38 {
    padding: 38px;
}

.rt-p-39 {
    padding: 39px;
}

.rt-p-40 {
    padding: 40px;
}

.rt-p-41 {
    padding: 41px;
}

.rt-p-42 {
    padding: 42px;
}

.rt-p-43 {
    padding: 43px;
}

.rt-p-44 {
    padding: 44px;
}

.rt-p-45 {
    padding: 45px;
}

.rt-p-46 {
    padding: 46px;
}

.rt-p-47 {
    padding: 47px;
}

.rt-p-48 {
    padding: 48px;
}

.rt-p-49 {
    padding: 49px;
}

.rt-p-50 {
    padding: 50px;
}

.rt-p-51 {
    padding: 51px;
}

.rt-p-52 {
    padding: 52px;
}

.rt-p-53 {
    padding: 53px;
}

.rt-p-54 {
    padding: 54px;
}

.rt-p-55 {
    padding: 55px;
}

.rt-p-56 {
    padding: 56px;
}

.rt-p-57 {
    padding: 57px;
}

.rt-p-58 {
    padding: 58px;
}

.rt-p-59 {
    padding: 59px;
}

.rt-p-60 {
    padding: 60px;
}

.rt-p-61 {
    padding: 61px;
}

.rt-p-62 {
    padding: 62px;
}

.rt-p-63 {
    padding: 63px;
}

.rt-p-64 {
    padding: 64px;
}

.rt-p-65 {
    padding: 65px;
}

.rt-p-66 {
    padding: 66px;
}

.rt-p-67 {
    padding: 67px;
}

.rt-p-68 {
    padding: 68px;
}

.rt-p-69 {
    padding: 69px;
}

.rt-p-70 {
    padding: 70px;
}

.rt-p-71 {
    padding: 71px;
}

.rt-p-72 {
    padding: 72px;
}

.rt-p-73 {
    padding: 73px;
}

.rt-p-74 {
    padding: 74px;
}

.rt-p-75 {
    padding: 75px;
}

.rt-p-76 {
    padding: 76px;
}

.rt-p-77 {
    padding: 77px;
}

.rt-p-78 {
    padding: 78px;
}

.rt-p-79 {
    padding: 79px;
}

.rt-p-80 {
    padding: 80px;
}

.rt-p-81 {
    padding: 81px;
}

.rt-p-82 {
    padding: 82px;
}

.rt-p-83 {
    padding: 83px;
}

.rt-p-84 {
    padding: 84px;
}

.rt-p-85 {
    padding: 85px;
}

.rt-p-86 {
    padding: 86px;
}

.rt-p-87 {
    padding: 87px;
}

.rt-p-88 {
    padding: 88px;
}

.rt-p-89 {
    padding: 89px;
}

.rt-p-90 {
    padding: 90px;
}

.rt-p-91 {
    padding: 91px;
}

.rt-p-92 {
    padding: 92px;
}

.rt-p-93 {
    padding: 93px;
}

.rt-p-94 {
    padding: 94px;
}

.rt-p-95 {
    padding: 95px;
}

.rt-p-96 {
    padding: 96px;
}

.rt-p-97 {
    padding: 97px;
}

.rt-p-98 {
    padding: 98px;
}

.rt-p-99 {
    padding: 99px;
}

.rt-p-100 {
    padding: 100px;
}

.rt-p-101 {
    padding: 101px;
}

.rt-p-102 {
    padding: 102px;
}

.rt-p-103 {
    padding: 103px;
}

.rt-p-104 {
    padding: 104px;
}

.rt-p-105 {
    padding: 105px;
}

.rt-p-106 {
    padding: 106px;
}

.rt-p-107 {
    padding: 107px;
}

.rt-p-108 {
    padding: 108px;
}

.rt-p-109 {
    padding: 109px;
}

.rt-p-110 {
    padding: 110px;
}

.rt-p-111 {
    padding: 111px;
}

.rt-p-112 {
    padding: 112px;
}

.rt-p-113 {
    padding: 113px;
}

.rt-p-114 {
    padding: 114px;
}

.rt-p-115 {
    padding: 115px;
}

.rt-p-116 {
    padding: 116px;
}

.rt-p-117 {
    padding: 117px;
}

.rt-p-118 {
    padding: 118px;
}

.rt-p-119 {
    padding: 119px;
}

.rt-p-120 {
    padding: 120px;
}

.rt-p-121 {
    padding: 121px;
}

.rt-p-122 {
    padding: 122px;
}

.rt-p-123 {
    padding: 123px;
}

.rt-p-124 {
    padding: 124px;
}

.rt-p-125 {
    padding: 125px;
}

.rt-p-126 {
    padding: 126px;
}

.rt-p-127 {
    padding: 127px;
}

.rt-p-128 {
    padding: 128px;
}

.rt-p-129 {
    padding: 129px;
}

.rt-p-130 {
    padding: 130px;
}

.rt-p-131 {
    padding: 131px;
}

.rt-p-132 {
    padding: 132px;
}

.rt-p-133 {
    padding: 133px;
}

.rt-p-134 {
    padding: 134px;
}

.rt-p-135 {
    padding: 135px;
}

.rt-p-136 {
    padding: 136px;
}

.rt-p-137 {
    padding: 137px;
}

.rt-p-138 {
    padding: 138px;
}

.rt-p-139 {
    padding: 139px;
}

.rt-p-140 {
    padding: 140px;
}

.rt-p-141 {
    padding: 141px;
}

.rt-p-142 {
    padding: 142px;
}

.rt-p-143 {
    padding: 143px;
}

.rt-p-144 {
    padding: 144px;
}

.rt-p-145 {
    padding: 145px;
}

.rt-p-146 {
    padding: 146px;
}

.rt-p-147 {
    padding: 147px;
}

.rt-p-148 {
    padding: 148px;
}

.rt-p-149 {
    padding: 149px;
}

.rt-p-150 {
    padding: 150px;
}

.rt-p-151 {
    padding: 151px;
}

.rt-p-152 {
    padding: 152px;
}

.rt-p-153 {
    padding: 153px;
}

.rt-p-154 {
    padding: 154px;
}

.rt-p-155 {
    padding: 155px;
}

.rt-p-156 {
    padding: 156px;
}

.rt-p-157 {
    padding: 157px;
}

.rt-p-158 {
    padding: 158px;
}

.rt-p-159 {
    padding: 159px;
}

.rt-p-160 {
    padding: 160px;
}

.rt-p-161 {
    padding: 161px;
}

.rt-p-162 {
    padding: 162px;
}

.rt-p-163 {
    padding: 163px;
}

.rt-p-164 {
    padding: 164px;
}

.rt-p-165 {
    padding: 165px;
}

.rt-p-166 {
    padding: 166px;
}

.rt-p-167 {
    padding: 167px;
}

.rt-p-168 {
    padding: 168px;
}

.rt-p-169 {
    padding: 169px;
}

.rt-p-170 {
    padding: 170px;
}

.rt-p-171 {
    padding: 171px;
}

.rt-p-172 {
    padding: 172px;
}

.rt-p-173 {
    padding: 173px;
}

.rt-p-174 {
    padding: 174px;
}

.rt-p-175 {
    padding: 175px;
}

.rt-p-176 {
    padding: 176px;
}

.rt-p-177 {
    padding: 177px;
}

.rt-p-178 {
    padding: 178px;
}

.rt-p-179 {
    padding: 179px;
}

.rt-p-180 {
    padding: 180px;
}

.rt-p-181 {
    padding: 181px;
}

.rt-p-182 {
    padding: 182px;
}

.rt-p-183 {
    padding: 183px;
}

.rt-p-184 {
    padding: 184px;
}

.rt-p-185 {
    padding: 185px;
}

.rt-p-186 {
    padding: 186px;
}

.rt-p-187 {
    padding: 187px;
}

.rt-p-188 {
    padding: 188px;
}

.rt-p-189 {
    padding: 189px;
}

.rt-p-190 {
    padding: 190px;
}

.rt-p-191 {
    padding: 191px;
}

.rt-p-192 {
    padding: 192px;
}

.rt-p-193 {
    padding: 193px;
}

.rt-p-194 {
    padding: 194px;
}

.rt-p-195 {
    padding: 195px;
}

.rt-p-196 {
    padding: 196px;
}

.rt-p-197 {
    padding: 197px;
}

.rt-p-198 {
    padding: 198px;
}

.rt-p-199 {
    padding: 199px;
}

.rt-p-200 {
    padding: 200px;
}

@media (max-width: 1199.98px) {
    .rt-p-lg-0 {
        padding: 0;
    }

    .rt-p-lg-1 {
        padding: 1px;
    }

    .rt-p-lg-2 {
        padding: 2px;
    }

    .rt-p-lg-3 {
        padding: 3px;
    }

    .rt-p-lg-4 {
        padding: 4px;
    }

    .rt-p-lg-5 {
        padding: 5px;
    }

    .rt-p-lg-6 {
        padding: 6px;
    }

    .rt-p-lg-7 {
        padding: 7px;
    }

    .rt-p-lg-8 {
        padding: 8px;
    }

    .rt-p-lg-9 {
        padding: 9px;
    }

    .rt-p-lg-10 {
        padding: 10px;
    }

    .rt-p-lg-11 {
        padding: 11px;
    }

    .rt-p-lg-12 {
        padding: 12px;
    }

    .rt-p-lg-13 {
        padding: 13px;
    }

    .rt-p-lg-14 {
        padding: 14px;
    }

    .rt-p-lg-15 {
        padding: 15px;
    }

    .rt-p-lg-16 {
        padding: 16px;
    }

    .rt-p-lg-17 {
        padding: 17px;
    }

    .rt-p-lg-18 {
        padding: 18px;
    }

    .rt-p-lg-19 {
        padding: 19px;
    }

    .rt-p-lg-20 {
        padding: 20px;
    }

    .rt-p-lg-21 {
        padding: 21px;
    }

    .rt-p-lg-22 {
        padding: 22px;
    }

    .rt-p-lg-23 {
        padding: 23px;
    }

    .rt-p-lg-24 {
        padding: 24px;
    }

    .rt-p-lg-25 {
        padding: 25px;
    }

    .rt-p-lg-26 {
        padding: 26px;
    }

    .rt-p-lg-27 {
        padding: 27px;
    }

    .rt-p-lg-28 {
        padding: 28px;
    }

    .rt-p-lg-29 {
        padding: 29px;
    }

    .rt-p-lg-30 {
        padding: 30px;
    }

    .rt-p-lg-31 {
        padding: 31px;
    }

    .rt-p-lg-32 {
        padding: 32px;
    }

    .rt-p-lg-33 {
        padding: 33px;
    }

    .rt-p-lg-34 {
        padding: 34px;
    }

    .rt-p-lg-35 {
        padding: 35px;
    }

    .rt-p-lg-36 {
        padding: 36px;
    }

    .rt-p-lg-37 {
        padding: 37px;
    }

    .rt-p-lg-38 {
        padding: 38px;
    }

    .rt-p-lg-39 {
        padding: 39px;
    }

    .rt-p-lg-40 {
        padding: 40px;
    }

    .rt-p-lg-41 {
        padding: 41px;
    }

    .rt-p-lg-42 {
        padding: 42px;
    }

    .rt-p-lg-43 {
        padding: 43px;
    }

    .rt-p-lg-44 {
        padding: 44px;
    }

    .rt-p-lg-45 {
        padding: 45px;
    }

    .rt-p-lg-46 {
        padding: 46px;
    }

    .rt-p-lg-47 {
        padding: 47px;
    }

    .rt-p-lg-48 {
        padding: 48px;
    }

    .rt-p-lg-49 {
        padding: 49px;
    }

    .rt-p-lg-50 {
        padding: 50px;
    }

    .rt-p-lg-51 {
        padding: 51px;
    }

    .rt-p-lg-52 {
        padding: 52px;
    }

    .rt-p-lg-53 {
        padding: 53px;
    }

    .rt-p-lg-54 {
        padding: 54px;
    }

    .rt-p-lg-55 {
        padding: 55px;
    }

    .rt-p-lg-56 {
        padding: 56px;
    }

    .rt-p-lg-57 {
        padding: 57px;
    }

    .rt-p-lg-58 {
        padding: 58px;
    }

    .rt-p-lg-59 {
        padding: 59px;
    }

    .rt-p-lg-60 {
        padding: 60px;
    }

    .rt-p-lg-61 {
        padding: 61px;
    }

    .rt-p-lg-62 {
        padding: 62px;
    }

    .rt-p-lg-63 {
        padding: 63px;
    }

    .rt-p-lg-64 {
        padding: 64px;
    }

    .rt-p-lg-65 {
        padding: 65px;
    }

    .rt-p-lg-66 {
        padding: 66px;
    }

    .rt-p-lg-67 {
        padding: 67px;
    }

    .rt-p-lg-68 {
        padding: 68px;
    }

    .rt-p-lg-69 {
        padding: 69px;
    }

    .rt-p-lg-70 {
        padding: 70px;
    }

    .rt-p-lg-71 {
        padding: 71px;
    }

    .rt-p-lg-72 {
        padding: 72px;
    }

    .rt-p-lg-73 {
        padding: 73px;
    }

    .rt-p-lg-74 {
        padding: 74px;
    }

    .rt-p-lg-75 {
        padding: 75px;
    }

    .rt-p-lg-76 {
        padding: 76px;
    }

    .rt-p-lg-77 {
        padding: 77px;
    }

    .rt-p-lg-78 {
        padding: 78px;
    }

    .rt-p-lg-79 {
        padding: 79px;
    }

    .rt-p-lg-80 {
        padding: 80px;
    }

    .rt-p-lg-81 {
        padding: 81px;
    }

    .rt-p-lg-82 {
        padding: 82px;
    }

    .rt-p-lg-83 {
        padding: 83px;
    }

    .rt-p-lg-84 {
        padding: 84px;
    }

    .rt-p-lg-85 {
        padding: 85px;
    }

    .rt-p-lg-86 {
        padding: 86px;
    }

    .rt-p-lg-87 {
        padding: 87px;
    }

    .rt-p-lg-88 {
        padding: 88px;
    }

    .rt-p-lg-89 {
        padding: 89px;
    }

    .rt-p-lg-90 {
        padding: 90px;
    }

    .rt-p-lg-91 {
        padding: 91px;
    }

    .rt-p-lg-92 {
        padding: 92px;
    }

    .rt-p-lg-93 {
        padding: 93px;
    }

    .rt-p-lg-94 {
        padding: 94px;
    }

    .rt-p-lg-95 {
        padding: 95px;
    }

    .rt-p-lg-96 {
        padding: 96px;
    }

    .rt-p-lg-97 {
        padding: 97px;
    }

    .rt-p-lg-98 {
        padding: 98px;
    }

    .rt-p-lg-99 {
        padding: 99px;
    }

    .rt-p-lg-100 {
        padding: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-p-md-0 {
        padding: 0;
    }

    .rt-p-md-1 {
        padding: 1px;
    }

    .rt-p-md-2 {
        padding: 2px;
    }

    .rt-p-md-3 {
        padding: 3px;
    }

    .rt-p-md-4 {
        padding: 4px;
    }

    .rt-p-md-5 {
        padding: 5px;
    }

    .rt-p-md-6 {
        padding: 6px;
    }

    .rt-p-md-7 {
        padding: 7px;
    }

    .rt-p-md-8 {
        padding: 8px;
    }

    .rt-p-md-9 {
        padding: 9px;
    }

    .rt-p-md-10 {
        padding: 10px;
    }

    .rt-p-md-11 {
        padding: 11px;
    }

    .rt-p-md-12 {
        padding: 12px;
    }

    .rt-p-md-13 {
        padding: 13px;
    }

    .rt-p-md-14 {
        padding: 14px;
    }

    .rt-p-md-15 {
        padding: 15px;
    }

    .rt-p-md-16 {
        padding: 16px;
    }

    .rt-p-md-17 {
        padding: 17px;
    }

    .rt-p-md-18 {
        padding: 18px;
    }

    .rt-p-md-19 {
        padding: 19px;
    }

    .rt-p-md-20 {
        padding: 20px;
    }

    .rt-p-md-21 {
        padding: 21px;
    }

    .rt-p-md-22 {
        padding: 22px;
    }

    .rt-p-md-23 {
        padding: 23px;
    }

    .rt-p-md-24 {
        padding: 24px;
    }

    .rt-p-md-25 {
        padding: 25px;
    }

    .rt-p-md-26 {
        padding: 26px;
    }

    .rt-p-md-27 {
        padding: 27px;
    }

    .rt-p-md-28 {
        padding: 28px;
    }

    .rt-p-md-29 {
        padding: 29px;
    }

    .rt-p-md-30 {
        padding: 30px;
    }

    .rt-p-md-31 {
        padding: 31px;
    }

    .rt-p-md-32 {
        padding: 32px;
    }

    .rt-p-md-33 {
        padding: 33px;
    }

    .rt-p-md-34 {
        padding: 34px;
    }

    .rt-p-md-35 {
        padding: 35px;
    }

    .rt-p-md-36 {
        padding: 36px;
    }

    .rt-p-md-37 {
        padding: 37px;
    }

    .rt-p-md-38 {
        padding: 38px;
    }

    .rt-p-md-39 {
        padding: 39px;
    }

    .rt-p-md-40 {
        padding: 40px;
    }

    .rt-p-md-41 {
        padding: 41px;
    }

    .rt-p-md-42 {
        padding: 42px;
    }

    .rt-p-md-43 {
        padding: 43px;
    }

    .rt-p-md-44 {
        padding: 44px;
    }

    .rt-p-md-45 {
        padding: 45px;
    }

    .rt-p-md-46 {
        padding: 46px;
    }

    .rt-p-md-47 {
        padding: 47px;
    }

    .rt-p-md-48 {
        padding: 48px;
    }

    .rt-p-md-49 {
        padding: 49px;
    }

    .rt-p-md-50 {
        padding: 50px;
    }

    .rt-p-md-51 {
        padding: 51px;
    }

    .rt-p-md-52 {
        padding: 52px;
    }

    .rt-p-md-53 {
        padding: 53px;
    }

    .rt-p-md-54 {
        padding: 54px;
    }

    .rt-p-md-55 {
        padding: 55px;
    }

    .rt-p-md-56 {
        padding: 56px;
    }

    .rt-p-md-57 {
        padding: 57px;
    }

    .rt-p-md-58 {
        padding: 58px;
    }

    .rt-p-md-59 {
        padding: 59px;
    }

    .rt-p-md-60 {
        padding: 60px;
    }

    .rt-p-md-61 {
        padding: 61px;
    }

    .rt-p-md-62 {
        padding: 62px;
    }

    .rt-p-md-63 {
        padding: 63px;
    }

    .rt-p-md-64 {
        padding: 64px;
    }

    .rt-p-md-65 {
        padding: 65px;
    }

    .rt-p-md-66 {
        padding: 66px;
    }

    .rt-p-md-67 {
        padding: 67px;
    }

    .rt-p-md-68 {
        padding: 68px;
    }

    .rt-p-md-69 {
        padding: 69px;
    }

    .rt-p-md-70 {
        padding: 70px;
    }

    .rt-p-md-71 {
        padding: 71px;
    }

    .rt-p-md-72 {
        padding: 72px;
    }

    .rt-p-md-73 {
        padding: 73px;
    }

    .rt-p-md-74 {
        padding: 74px;
    }

    .rt-p-md-75 {
        padding: 75px;
    }

    .rt-p-md-76 {
        padding: 76px;
    }

    .rt-p-md-77 {
        padding: 77px;
    }

    .rt-p-md-78 {
        padding: 78px;
    }

    .rt-p-md-79 {
        padding: 79px;
    }

    .rt-p-md-80 {
        padding: 80px;
    }

    .rt-p-md-81 {
        padding: 81px;
    }

    .rt-p-md-82 {
        padding: 82px;
    }

    .rt-p-md-83 {
        padding: 83px;
    }

    .rt-p-md-84 {
        padding: 84px;
    }

    .rt-p-md-85 {
        padding: 85px;
    }

    .rt-p-md-86 {
        padding: 86px;
    }

    .rt-p-md-87 {
        padding: 87px;
    }

    .rt-p-md-88 {
        padding: 88px;
    }

    .rt-p-md-89 {
        padding: 89px;
    }

    .rt-p-md-90 {
        padding: 90px;
    }

    .rt-p-md-91 {
        padding: 91px;
    }

    .rt-p-md-92 {
        padding: 92px;
    }

    .rt-p-md-93 {
        padding: 93px;
    }

    .rt-p-md-94 {
        padding: 94px;
    }

    .rt-p-md-95 {
        padding: 95px;
    }

    .rt-p-md-96 {
        padding: 96px;
    }

    .rt-p-md-97 {
        padding: 97px;
    }

    .rt-p-md-98 {
        padding: 98px;
    }

    .rt-p-md-99 {
        padding: 99px;
    }

    .rt-p-md-100 {
        padding: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-p-xs-0 {
        padding: 0;
    }

    .rt-p-xs-1 {
        padding: 1px;
    }

    .rt-p-xs-2 {
        padding: 2px;
    }

    .rt-p-xs-3 {
        padding: 3px;
    }

    .rt-p-xs-4 {
        padding: 4px;
    }

    .rt-p-xs-5 {
        padding: 5px;
    }

    .rt-p-xs-6 {
        padding: 6px;
    }

    .rt-p-xs-7 {
        padding: 7px;
    }

    .rt-p-xs-8 {
        padding: 8px;
    }

    .rt-p-xs-9 {
        padding: 9px;
    }

    .rt-p-xs-10 {
        padding: 10px;
    }

    .rt-p-xs-11 {
        padding: 11px;
    }

    .rt-p-xs-12 {
        padding: 12px;
    }

    .rt-p-xs-13 {
        padding: 13px;
    }

    .rt-p-xs-14 {
        padding: 14px;
    }

    .rt-p-xs-15 {
        padding: 15px;
    }

    .rt-p-xs-16 {
        padding: 16px;
    }

    .rt-p-xs-17 {
        padding: 17px;
    }

    .rt-p-xs-18 {
        padding: 18px;
    }

    .rt-p-xs-19 {
        padding: 19px;
    }

    .rt-p-xs-20 {
        padding: 20px;
    }

    .rt-p-xs-21 {
        padding: 21px;
    }

    .rt-p-xs-22 {
        padding: 22px;
    }

    .rt-p-xs-23 {
        padding: 23px;
    }

    .rt-p-xs-24 {
        padding: 24px;
    }

    .rt-p-xs-25 {
        padding: 25px;
    }

    .rt-p-xs-26 {
        padding: 26px;
    }

    .rt-p-xs-27 {
        padding: 27px;
    }

    .rt-p-xs-28 {
        padding: 28px;
    }

    .rt-p-xs-29 {
        padding: 29px;
    }

    .rt-p-xs-30 {
        padding: 30px;
    }

    .rt-p-xs-31 {
        padding: 31px;
    }

    .rt-p-xs-32 {
        padding: 32px;
    }

    .rt-p-xs-33 {
        padding: 33px;
    }

    .rt-p-xs-34 {
        padding: 34px;
    }

    .rt-p-xs-35 {
        padding: 35px;
    }

    .rt-p-xs-36 {
        padding: 36px;
    }

    .rt-p-xs-37 {
        padding: 37px;
    }

    .rt-p-xs-38 {
        padding: 38px;
    }

    .rt-p-xs-39 {
        padding: 39px;
    }

    .rt-p-xs-40 {
        padding: 40px;
    }

    .rt-p-xs-41 {
        padding: 41px;
    }

    .rt-p-xs-42 {
        padding: 42px;
    }

    .rt-p-xs-43 {
        padding: 43px;
    }

    .rt-p-xs-44 {
        padding: 44px;
    }

    .rt-p-xs-45 {
        padding: 45px;
    }

    .rt-p-xs-46 {
        padding: 46px;
    }

    .rt-p-xs-47 {
        padding: 47px;
    }

    .rt-p-xs-48 {
        padding: 48px;
    }

    .rt-p-xs-49 {
        padding: 49px;
    }

    .rt-p-xs-50 {
        padding: 50px;
    }

    .rt-p-xs-51 {
        padding: 51px;
    }

    .rt-p-xs-52 {
        padding: 52px;
    }

    .rt-p-xs-53 {
        padding: 53px;
    }

    .rt-p-xs-54 {
        padding: 54px;
    }

    .rt-p-xs-55 {
        padding: 55px;
    }

    .rt-p-xs-56 {
        padding: 56px;
    }

    .rt-p-xs-57 {
        padding: 57px;
    }

    .rt-p-xs-58 {
        padding: 58px;
    }

    .rt-p-xs-59 {
        padding: 59px;
    }

    .rt-p-xs-60 {
        padding: 60px;
    }

    .rt-p-xs-61 {
        padding: 61px;
    }

    .rt-p-xs-62 {
        padding: 62px;
    }

    .rt-p-xs-63 {
        padding: 63px;
    }

    .rt-p-xs-64 {
        padding: 64px;
    }

    .rt-p-xs-65 {
        padding: 65px;
    }

    .rt-p-xs-66 {
        padding: 66px;
    }

    .rt-p-xs-67 {
        padding: 67px;
    }

    .rt-p-xs-68 {
        padding: 68px;
    }

    .rt-p-xs-69 {
        padding: 69px;
    }

    .rt-p-xs-70 {
        padding: 70px;
    }

    .rt-p-xs-71 {
        padding: 71px;
    }

    .rt-p-xs-72 {
        padding: 72px;
    }

    .rt-p-xs-73 {
        padding: 73px;
    }

    .rt-p-xs-74 {
        padding: 74px;
    }

    .rt-p-xs-75 {
        padding: 75px;
    }

    .rt-p-xs-76 {
        padding: 76px;
    }

    .rt-p-xs-77 {
        padding: 77px;
    }

    .rt-p-xs-78 {
        padding: 78px;
    }

    .rt-p-xs-79 {
        padding: 79px;
    }

    .rt-p-xs-80 {
        padding: 80px;
    }

    .rt-p-xs-81 {
        padding: 81px;
    }

    .rt-p-xs-82 {
        padding: 82px;
    }

    .rt-p-xs-83 {
        padding: 83px;
    }

    .rt-p-xs-84 {
        padding: 84px;
    }

    .rt-p-xs-85 {
        padding: 85px;
    }

    .rt-p-xs-86 {
        padding: 86px;
    }

    .rt-p-xs-87 {
        padding: 87px;
    }

    .rt-p-xs-88 {
        padding: 88px;
    }

    .rt-p-xs-89 {
        padding: 89px;
    }

    .rt-p-xs-90 {
        padding: 90px;
    }

    .rt-p-xs-91 {
        padding: 91px;
    }

    .rt-p-xs-92 {
        padding: 92px;
    }

    .rt-p-xs-93 {
        padding: 93px;
    }

    .rt-p-xs-94 {
        padding: 94px;
    }

    .rt-p-xs-95 {
        padding: 95px;
    }

    .rt-p-xs-96 {
        padding: 96px;
    }

    .rt-p-xs-97 {
        padding: 97px;
    }

    .rt-p-xs-98 {
        padding: 98px;
    }

    .rt-p-xs-99 {
        padding: 99px;
    }

    .rt-p-xs-100 {
        padding: 100px;
    }
}

.rt-pl-0 {
    padding-left: 0;
}

.rt-pl-1 {
    padding-left: 1px;
}

.rt-pl-2 {
    padding-left: 2px;
}

.rt-pl-3 {
    padding-left: 3px;
}

.rt-pl-4 {
    padding-left: 4px;
}

.rt-pl-5 {
    padding-left: 5px;
}

.rt-pl-6 {
    padding-left: 6px;
}

.rt-pl-7 {
    padding-left: 7px;
}

.rt-pl-8 {
    padding-left: 8px;
}

.rt-pl-9 {
    padding-left: 9px;
}

.rt-pl-10 {
    padding-left: 10px;
}

.rt-pl-11 {
    padding-left: 11px;
}

.rt-pl-12 {
    padding-left: 12px;
}

.rt-pl-13 {
    padding-left: 13px;
}

.rt-pl-14 {
    padding-left: 14px;
}

.rt-pl-15 {
    padding-left: 15px;
}

.rt-pl-16 {
    padding-left: 16px;
}

.rt-pl-17 {
    padding-left: 17px;
}

.rt-pl-18 {
    padding-left: 18px;
}

.rt-pl-19 {
    padding-left: 19px;
}

.rt-pl-20 {
    padding-left: 20px;
}

.rt-pl-21 {
    padding-left: 21px;
}

.rt-pl-22 {
    padding-left: 22px;
}

.rt-pl-23 {
    padding-left: 23px;
}

.rt-pl-24 {
    padding-left: 24px;
}

.rt-pl-25 {
    padding-left: 25px;
}

.rt-pl-26 {
    padding-left: 26px;
}

.rt-pl-27 {
    padding-left: 27px;
}

.rt-pl-28 {
    padding-left: 28px;
}

.rt-pl-29 {
    padding-left: 29px;
}

.rt-pl-30 {
    padding-left: 30px;
}

.rt-pl-31 {
    padding-left: 31px;
}

.rt-pl-32 {
    padding-left: 32px;
}

.rt-pl-33 {
    padding-left: 33px;
}

.rt-pl-34 {
    padding-left: 34px;
}

.rt-pl-35 {
    padding-left: 35px;
}

.rt-pl-36 {
    padding-left: 36px;
}

.rt-pl-37 {
    padding-left: 37px;
}

.rt-pl-38 {
    padding-left: 38px;
}

.rt-pl-39 {
    padding-left: 39px;
}

.rt-pl-40 {
    padding-left: 40px;
}

.rt-pl-41 {
    padding-left: 41px;
}

.rt-pl-42 {
    padding-left: 42px;
}

.rt-pl-43 {
    padding-left: 43px;
}

.rt-pl-44 {
    padding-left: 44px;
}

.rt-pl-45 {
    padding-left: 45px;
}

.rt-pl-46 {
    padding-left: 46px;
}

.rt-pl-47 {
    padding-left: 47px;
}

.rt-pl-48 {
    padding-left: 48px;
}

.rt-pl-49 {
    padding-left: 49px;
}

.rt-pl-50 {
    padding-left: 50px;
}

.rt-pl-51 {
    padding-left: 51px;
}

.rt-pl-52 {
    padding-left: 52px;
}

.rt-pl-53 {
    padding-left: 53px;
}

.rt-pl-54 {
    padding-left: 54px;
}

.rt-pl-55 {
    padding-left: 55px;
}

.rt-pl-56 {
    padding-left: 56px;
}

.rt-pl-57 {
    padding-left: 57px;
}

.rt-pl-58 {
    padding-left: 58px;
}

.rt-pl-59 {
    padding-left: 59px;
}

.rt-pl-60 {
    padding-left: 60px;
}

.rt-pl-61 {
    padding-left: 61px;
}

.rt-pl-62 {
    padding-left: 62px;
}

.rt-pl-63 {
    padding-left: 63px;
}

.rt-pl-64 {
    padding-left: 64px;
}

.rt-pl-65 {
    padding-left: 65px;
}

.rt-pl-66 {
    padding-left: 66px;
}

.rt-pl-67 {
    padding-left: 67px;
}

.rt-pl-68 {
    padding-left: 68px;
}

.rt-pl-69 {
    padding-left: 69px;
}

.rt-pl-70 {
    padding-left: 70px;
}

.rt-pl-71 {
    padding-left: 71px;
}

.rt-pl-72 {
    padding-left: 72px;
}

.rt-pl-73 {
    padding-left: 73px;
}

.rt-pl-74 {
    padding-left: 74px;
}

.rt-pl-75 {
    padding-left: 75px;
}

.rt-pl-76 {
    padding-left: 76px;
}

.rt-pl-77 {
    padding-left: 77px;
}

.rt-pl-78 {
    padding-left: 78px;
}

.rt-pl-79 {
    padding-left: 79px;
}

.rt-pl-80 {
    padding-left: 80px;
}

.rt-pl-81 {
    padding-left: 81px;
}

.rt-pl-82 {
    padding-left: 82px;
}

.rt-pl-83 {
    padding-left: 83px;
}

.rt-pl-84 {
    padding-left: 84px;
}

.rt-pl-85 {
    padding-left: 85px;
}

.rt-pl-86 {
    padding-left: 86px;
}

.rt-pl-87 {
    padding-left: 87px;
}

.rt-pl-88 {
    padding-left: 88px;
}

.rt-pl-89 {
    padding-left: 89px;
}

.rt-pl-90 {
    padding-left: 90px;
}

.rt-pl-91 {
    padding-left: 91px;
}

.rt-pl-92 {
    padding-left: 92px;
}

.rt-pl-93 {
    padding-left: 93px;
}

.rt-pl-94 {
    padding-left: 94px;
}

.rt-pl-95 {
    padding-left: 95px;
}

.rt-pl-96 {
    padding-left: 96px;
}

.rt-pl-97 {
    padding-left: 97px;
}

.rt-pl-98 {
    padding-left: 98px;
}

.rt-pl-99 {
    padding-left: 99px;
}

.rt-pl-100 {
    padding-left: 100px;
}

.rt-pl-101 {
    padding-left: 101px;
}

.rt-pl-102 {
    padding-left: 102px;
}

.rt-pl-103 {
    padding-left: 103px;
}

.rt-pl-104 {
    padding-left: 104px;
}

.rt-pl-105 {
    padding-left: 105px;
}

.rt-pl-106 {
    padding-left: 106px;
}

.rt-pl-107 {
    padding-left: 107px;
}

.rt-pl-108 {
    padding-left: 108px;
}

.rt-pl-109 {
    padding-left: 109px;
}

.rt-pl-110 {
    padding-left: 110px;
}

.rt-pl-111 {
    padding-left: 111px;
}

.rt-pl-112 {
    padding-left: 112px;
}

.rt-pl-113 {
    padding-left: 113px;
}

.rt-pl-114 {
    padding-left: 114px;
}

.rt-pl-115 {
    padding-left: 115px;
}

.rt-pl-116 {
    padding-left: 116px;
}

.rt-pl-117 {
    padding-left: 117px;
}

.rt-pl-118 {
    padding-left: 118px;
}

.rt-pl-119 {
    padding-left: 119px;
}

.rt-pl-120 {
    padding-left: 120px;
}

.rt-pl-121 {
    padding-left: 121px;
}

.rt-pl-122 {
    padding-left: 122px;
}

.rt-pl-123 {
    padding-left: 123px;
}

.rt-pl-124 {
    padding-left: 124px;
}

.rt-pl-125 {
    padding-left: 125px;
}

.rt-pl-126 {
    padding-left: 126px;
}

.rt-pl-127 {
    padding-left: 127px;
}

.rt-pl-128 {
    padding-left: 128px;
}

.rt-pl-129 {
    padding-left: 129px;
}

.rt-pl-130 {
    padding-left: 130px;
}

.rt-pl-131 {
    padding-left: 131px;
}

.rt-pl-132 {
    padding-left: 132px;
}

.rt-pl-133 {
    padding-left: 133px;
}

.rt-pl-134 {
    padding-left: 134px;
}

.rt-pl-135 {
    padding-left: 135px;
}

.rt-pl-136 {
    padding-left: 136px;
}

.rt-pl-137 {
    padding-left: 137px;
}

.rt-pl-138 {
    padding-left: 138px;
}

.rt-pl-139 {
    padding-left: 139px;
}

.rt-pl-140 {
    padding-left: 140px;
}

.rt-pl-141 {
    padding-left: 141px;
}

.rt-pl-142 {
    padding-left: 142px;
}

.rt-pl-143 {
    padding-left: 143px;
}

.rt-pl-144 {
    padding-left: 144px;
}

.rt-pl-145 {
    padding-left: 145px;
}

.rt-pl-146 {
    padding-left: 146px;
}

.rt-pl-147 {
    padding-left: 147px;
}

.rt-pl-148 {
    padding-left: 148px;
}

.rt-pl-149 {
    padding-left: 149px;
}

.rt-pl-150 {
    padding-left: 150px;
}

.rt-pl-151 {
    padding-left: 151px;
}

.rt-pl-152 {
    padding-left: 152px;
}

.rt-pl-153 {
    padding-left: 153px;
}

.rt-pl-154 {
    padding-left: 154px;
}

.rt-pl-155 {
    padding-left: 155px;
}

.rt-pl-156 {
    padding-left: 156px;
}

.rt-pl-157 {
    padding-left: 157px;
}

.rt-pl-158 {
    padding-left: 158px;
}

.rt-pl-159 {
    padding-left: 159px;
}

.rt-pl-160 {
    padding-left: 160px;
}

.rt-pl-161 {
    padding-left: 161px;
}

.rt-pl-162 {
    padding-left: 162px;
}

.rt-pl-163 {
    padding-left: 163px;
}

.rt-pl-164 {
    padding-left: 164px;
}

.rt-pl-165 {
    padding-left: 165px;
}

.rt-pl-166 {
    padding-left: 166px;
}

.rt-pl-167 {
    padding-left: 167px;
}

.rt-pl-168 {
    padding-left: 168px;
}

.rt-pl-169 {
    padding-left: 169px;
}

.rt-pl-170 {
    padding-left: 170px;
}

.rt-pl-171 {
    padding-left: 171px;
}

.rt-pl-172 {
    padding-left: 172px;
}

.rt-pl-173 {
    padding-left: 173px;
}

.rt-pl-174 {
    padding-left: 174px;
}

.rt-pl-175 {
    padding-left: 175px;
}

.rt-pl-176 {
    padding-left: 176px;
}

.rt-pl-177 {
    padding-left: 177px;
}

.rt-pl-178 {
    padding-left: 178px;
}

.rt-pl-179 {
    padding-left: 179px;
}

.rt-pl-180 {
    padding-left: 180px;
}

.rt-pl-181 {
    padding-left: 181px;
}

.rt-pl-182 {
    padding-left: 182px;
}

.rt-pl-183 {
    padding-left: 183px;
}

.rt-pl-184 {
    padding-left: 184px;
}

.rt-pl-185 {
    padding-left: 185px;
}

.rt-pl-186 {
    padding-left: 186px;
}

.rt-pl-187 {
    padding-left: 187px;
}

.rt-pl-188 {
    padding-left: 188px;
}

.rt-pl-189 {
    padding-left: 189px;
}

.rt-pl-190 {
    padding-left: 190px;
}

.rt-pl-191 {
    padding-left: 191px;
}

.rt-pl-192 {
    padding-left: 192px;
}

.rt-pl-193 {
    padding-left: 193px;
}

.rt-pl-194 {
    padding-left: 194px;
}

.rt-pl-195 {
    padding-left: 195px;
}

.rt-pl-196 {
    padding-left: 196px;
}

.rt-pl-197 {
    padding-left: 197px;
}

.rt-pl-198 {
    padding-left: 198px;
}

.rt-pl-199 {
    padding-left: 199px;
}

.rt-pl-200 {
    padding-left: 200px;
}

@media (max-width: 1199.98px) {
    .rt-pl-lg-0 {
        padding-left: 0;
    }

    .rt-pl-lg-1 {
        padding-left: 1px;
    }

    .rt-pl-lg-2 {
        padding-left: 2px;
    }

    .rt-pl-lg-3 {
        padding-left: 3px;
    }

    .rt-pl-lg-4 {
        padding-left: 4px;
    }

    .rt-pl-lg-5 {
        padding-left: 5px;
    }

    .rt-pl-lg-6 {
        padding-left: 6px;
    }

    .rt-pl-lg-7 {
        padding-left: 7px;
    }

    .rt-pl-lg-8 {
        padding-left: 8px;
    }

    .rt-pl-lg-9 {
        padding-left: 9px;
    }

    .rt-pl-lg-10 {
        padding-left: 10px;
    }

    .rt-pl-lg-11 {
        padding-left: 11px;
    }

    .rt-pl-lg-12 {
        padding-left: 12px;
    }

    .rt-pl-lg-13 {
        padding-left: 13px;
    }

    .rt-pl-lg-14 {
        padding-left: 14px;
    }

    .rt-pl-lg-15 {
        padding-left: 15px;
    }

    .rt-pl-lg-16 {
        padding-left: 16px;
    }

    .rt-pl-lg-17 {
        padding-left: 17px;
    }

    .rt-pl-lg-18 {
        padding-left: 18px;
    }

    .rt-pl-lg-19 {
        padding-left: 19px;
    }

    .rt-pl-lg-20 {
        padding-left: 20px;
    }

    .rt-pl-lg-21 {
        padding-left: 21px;
    }

    .rt-pl-lg-22 {
        padding-left: 22px;
    }

    .rt-pl-lg-23 {
        padding-left: 23px;
    }

    .rt-pl-lg-24 {
        padding-left: 24px;
    }

    .rt-pl-lg-25 {
        padding-left: 25px;
    }

    .rt-pl-lg-26 {
        padding-left: 26px;
    }

    .rt-pl-lg-27 {
        padding-left: 27px;
    }

    .rt-pl-lg-28 {
        padding-left: 28px;
    }

    .rt-pl-lg-29 {
        padding-left: 29px;
    }

    .rt-pl-lg-30 {
        padding-left: 30px;
    }

    .rt-pl-lg-31 {
        padding-left: 31px;
    }

    .rt-pl-lg-32 {
        padding-left: 32px;
    }

    .rt-pl-lg-33 {
        padding-left: 33px;
    }

    .rt-pl-lg-34 {
        padding-left: 34px;
    }

    .rt-pl-lg-35 {
        padding-left: 35px;
    }

    .rt-pl-lg-36 {
        padding-left: 36px;
    }

    .rt-pl-lg-37 {
        padding-left: 37px;
    }

    .rt-pl-lg-38 {
        padding-left: 38px;
    }

    .rt-pl-lg-39 {
        padding-left: 39px;
    }

    .rt-pl-lg-40 {
        padding-left: 40px;
    }

    .rt-pl-lg-41 {
        padding-left: 41px;
    }

    .rt-pl-lg-42 {
        padding-left: 42px;
    }

    .rt-pl-lg-43 {
        padding-left: 43px;
    }

    .rt-pl-lg-44 {
        padding-left: 44px;
    }

    .rt-pl-lg-45 {
        padding-left: 45px;
    }

    .rt-pl-lg-46 {
        padding-left: 46px;
    }

    .rt-pl-lg-47 {
        padding-left: 47px;
    }

    .rt-pl-lg-48 {
        padding-left: 48px;
    }

    .rt-pl-lg-49 {
        padding-left: 49px;
    }

    .rt-pl-lg-50 {
        padding-left: 50px;
    }

    .rt-pl-lg-51 {
        padding-left: 51px;
    }

    .rt-pl-lg-52 {
        padding-left: 52px;
    }

    .rt-pl-lg-53 {
        padding-left: 53px;
    }

    .rt-pl-lg-54 {
        padding-left: 54px;
    }

    .rt-pl-lg-55 {
        padding-left: 55px;
    }

    .rt-pl-lg-56 {
        padding-left: 56px;
    }

    .rt-pl-lg-57 {
        padding-left: 57px;
    }

    .rt-pl-lg-58 {
        padding-left: 58px;
    }

    .rt-pl-lg-59 {
        padding-left: 59px;
    }

    .rt-pl-lg-60 {
        padding-left: 60px;
    }

    .rt-pl-lg-61 {
        padding-left: 61px;
    }

    .rt-pl-lg-62 {
        padding-left: 62px;
    }

    .rt-pl-lg-63 {
        padding-left: 63px;
    }

    .rt-pl-lg-64 {
        padding-left: 64px;
    }

    .rt-pl-lg-65 {
        padding-left: 65px;
    }

    .rt-pl-lg-66 {
        padding-left: 66px;
    }

    .rt-pl-lg-67 {
        padding-left: 67px;
    }

    .rt-pl-lg-68 {
        padding-left: 68px;
    }

    .rt-pl-lg-69 {
        padding-left: 69px;
    }

    .rt-pl-lg-70 {
        padding-left: 70px;
    }

    .rt-pl-lg-71 {
        padding-left: 71px;
    }

    .rt-pl-lg-72 {
        padding-left: 72px;
    }

    .rt-pl-lg-73 {
        padding-left: 73px;
    }

    .rt-pl-lg-74 {
        padding-left: 74px;
    }

    .rt-pl-lg-75 {
        padding-left: 75px;
    }

    .rt-pl-lg-76 {
        padding-left: 76px;
    }

    .rt-pl-lg-77 {
        padding-left: 77px;
    }

    .rt-pl-lg-78 {
        padding-left: 78px;
    }

    .rt-pl-lg-79 {
        padding-left: 79px;
    }

    .rt-pl-lg-80 {
        padding-left: 80px;
    }

    .rt-pl-lg-81 {
        padding-left: 81px;
    }

    .rt-pl-lg-82 {
        padding-left: 82px;
    }

    .rt-pl-lg-83 {
        padding-left: 83px;
    }

    .rt-pl-lg-84 {
        padding-left: 84px;
    }

    .rt-pl-lg-85 {
        padding-left: 85px;
    }

    .rt-pl-lg-86 {
        padding-left: 86px;
    }

    .rt-pl-lg-87 {
        padding-left: 87px;
    }

    .rt-pl-lg-88 {
        padding-left: 88px;
    }

    .rt-pl-lg-89 {
        padding-left: 89px;
    }

    .rt-pl-lg-90 {
        padding-left: 90px;
    }

    .rt-pl-lg-91 {
        padding-left: 91px;
    }

    .rt-pl-lg-92 {
        padding-left: 92px;
    }

    .rt-pl-lg-93 {
        padding-left: 93px;
    }

    .rt-pl-lg-94 {
        padding-left: 94px;
    }

    .rt-pl-lg-95 {
        padding-left: 95px;
    }

    .rt-pl-lg-96 {
        padding-left: 96px;
    }

    .rt-pl-lg-97 {
        padding-left: 97px;
    }

    .rt-pl-lg-98 {
        padding-left: 98px;
    }

    .rt-pl-lg-99 {
        padding-left: 99px;
    }

    .rt-pl-lg-100 {
        padding-left: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pl-md-0 {
        padding-left: 0;
    }

    .rt-pl-md-1 {
        padding-left: 1px;
    }

    .rt-pl-md-2 {
        padding-left: 2px;
    }

    .rt-pl-md-3 {
        padding-left: 3px;
    }

    .rt-pl-md-4 {
        padding-left: 4px;
    }

    .rt-pl-md-5 {
        padding-left: 5px;
    }

    .rt-pl-md-6 {
        padding-left: 6px;
    }

    .rt-pl-md-7 {
        padding-left: 7px;
    }

    .rt-pl-md-8 {
        padding-left: 8px;
    }

    .rt-pl-md-9 {
        padding-left: 9px;
    }

    .rt-pl-md-10 {
        padding-left: 10px;
    }

    .rt-pl-md-11 {
        padding-left: 11px;
    }

    .rt-pl-md-12 {
        padding-left: 12px;
    }

    .rt-pl-md-13 {
        padding-left: 13px;
    }

    .rt-pl-md-14 {
        padding-left: 14px;
    }

    .rt-pl-md-15 {
        padding-left: 15px;
    }

    .rt-pl-md-16 {
        padding-left: 16px;
    }

    .rt-pl-md-17 {
        padding-left: 17px;
    }

    .rt-pl-md-18 {
        padding-left: 18px;
    }

    .rt-pl-md-19 {
        padding-left: 19px;
    }

    .rt-pl-md-20 {
        padding-left: 20px;
    }

    .rt-pl-md-21 {
        padding-left: 21px;
    }

    .rt-pl-md-22 {
        padding-left: 22px;
    }

    .rt-pl-md-23 {
        padding-left: 23px;
    }

    .rt-pl-md-24 {
        padding-left: 24px;
    }

    .rt-pl-md-25 {
        padding-left: 25px;
    }

    .rt-pl-md-26 {
        padding-left: 26px;
    }

    .rt-pl-md-27 {
        padding-left: 27px;
    }

    .rt-pl-md-28 {
        padding-left: 28px;
    }

    .rt-pl-md-29 {
        padding-left: 29px;
    }

    .rt-pl-md-30 {
        padding-left: 30px;
    }

    .rt-pl-md-31 {
        padding-left: 31px;
    }

    .rt-pl-md-32 {
        padding-left: 32px;
    }

    .rt-pl-md-33 {
        padding-left: 33px;
    }

    .rt-pl-md-34 {
        padding-left: 34px;
    }

    .rt-pl-md-35 {
        padding-left: 35px;
    }

    .rt-pl-md-36 {
        padding-left: 36px;
    }

    .rt-pl-md-37 {
        padding-left: 37px;
    }

    .rt-pl-md-38 {
        padding-left: 38px;
    }

    .rt-pl-md-39 {
        padding-left: 39px;
    }

    .rt-pl-md-40 {
        padding-left: 40px;
    }

    .rt-pl-md-41 {
        padding-left: 41px;
    }

    .rt-pl-md-42 {
        padding-left: 42px;
    }

    .rt-pl-md-43 {
        padding-left: 43px;
    }

    .rt-pl-md-44 {
        padding-left: 44px;
    }

    .rt-pl-md-45 {
        padding-left: 45px;
    }

    .rt-pl-md-46 {
        padding-left: 46px;
    }

    .rt-pl-md-47 {
        padding-left: 47px;
    }

    .rt-pl-md-48 {
        padding-left: 48px;
    }

    .rt-pl-md-49 {
        padding-left: 49px;
    }

    .rt-pl-md-50 {
        padding-left: 50px;
    }

    .rt-pl-md-51 {
        padding-left: 51px;
    }

    .rt-pl-md-52 {
        padding-left: 52px;
    }

    .rt-pl-md-53 {
        padding-left: 53px;
    }

    .rt-pl-md-54 {
        padding-left: 54px;
    }

    .rt-pl-md-55 {
        padding-left: 55px;
    }

    .rt-pl-md-56 {
        padding-left: 56px;
    }

    .rt-pl-md-57 {
        padding-left: 57px;
    }

    .rt-pl-md-58 {
        padding-left: 58px;
    }

    .rt-pl-md-59 {
        padding-left: 59px;
    }

    .rt-pl-md-60 {
        padding-left: 60px;
    }

    .rt-pl-md-61 {
        padding-left: 61px;
    }

    .rt-pl-md-62 {
        padding-left: 62px;
    }

    .rt-pl-md-63 {
        padding-left: 63px;
    }

    .rt-pl-md-64 {
        padding-left: 64px;
    }

    .rt-pl-md-65 {
        padding-left: 65px;
    }

    .rt-pl-md-66 {
        padding-left: 66px;
    }

    .rt-pl-md-67 {
        padding-left: 67px;
    }

    .rt-pl-md-68 {
        padding-left: 68px;
    }

    .rt-pl-md-69 {
        padding-left: 69px;
    }

    .rt-pl-md-70 {
        padding-left: 70px;
    }

    .rt-pl-md-71 {
        padding-left: 71px;
    }

    .rt-pl-md-72 {
        padding-left: 72px;
    }

    .rt-pl-md-73 {
        padding-left: 73px;
    }

    .rt-pl-md-74 {
        padding-left: 74px;
    }

    .rt-pl-md-75 {
        padding-left: 75px;
    }

    .rt-pl-md-76 {
        padding-left: 76px;
    }

    .rt-pl-md-77 {
        padding-left: 77px;
    }

    .rt-pl-md-78 {
        padding-left: 78px;
    }

    .rt-pl-md-79 {
        padding-left: 79px;
    }

    .rt-pl-md-80 {
        padding-left: 80px;
    }

    .rt-pl-md-81 {
        padding-left: 81px;
    }

    .rt-pl-md-82 {
        padding-left: 82px;
    }

    .rt-pl-md-83 {
        padding-left: 83px;
    }

    .rt-pl-md-84 {
        padding-left: 84px;
    }

    .rt-pl-md-85 {
        padding-left: 85px;
    }

    .rt-pl-md-86 {
        padding-left: 86px;
    }

    .rt-pl-md-87 {
        padding-left: 87px;
    }

    .rt-pl-md-88 {
        padding-left: 88px;
    }

    .rt-pl-md-89 {
        padding-left: 89px;
    }

    .rt-pl-md-90 {
        padding-left: 90px;
    }

    .rt-pl-md-91 {
        padding-left: 91px;
    }

    .rt-pl-md-92 {
        padding-left: 92px;
    }

    .rt-pl-md-93 {
        padding-left: 93px;
    }

    .rt-pl-md-94 {
        padding-left: 94px;
    }

    .rt-pl-md-95 {
        padding-left: 95px;
    }

    .rt-pl-md-96 {
        padding-left: 96px;
    }

    .rt-pl-md-97 {
        padding-left: 97px;
    }

    .rt-pl-md-98 {
        padding-left: 98px;
    }

    .rt-pl-md-99 {
        padding-left: 99px;
    }

    .rt-pl-md-100 {
        padding-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pl-xs-0 {
        padding-left: 0;
    }

    .rt-pl-xs-1 {
        padding-left: 1px;
    }

    .rt-pl-xs-2 {
        padding-left: 2px;
    }

    .rt-pl-xs-3 {
        padding-left: 3px;
    }

    .rt-pl-xs-4 {
        padding-left: 4px;
    }

    .rt-pl-xs-5 {
        padding-left: 5px;
    }

    .rt-pl-xs-6 {
        padding-left: 6px;
    }

    .rt-pl-xs-7 {
        padding-left: 7px;
    }

    .rt-pl-xs-8 {
        padding-left: 8px;
    }

    .rt-pl-xs-9 {
        padding-left: 9px;
    }

    .rt-pl-xs-10 {
        padding-left: 10px;
    }

    .rt-pl-xs-11 {
        padding-left: 11px;
    }

    .rt-pl-xs-12 {
        padding-left: 12px;
    }

    .rt-pl-xs-13 {
        padding-left: 13px;
    }

    .rt-pl-xs-14 {
        padding-left: 14px;
    }

    .rt-pl-xs-15 {
        padding-left: 15px;
    }

    .rt-pl-xs-16 {
        padding-left: 16px;
    }

    .rt-pl-xs-17 {
        padding-left: 17px;
    }

    .rt-pl-xs-18 {
        padding-left: 18px;
    }

    .rt-pl-xs-19 {
        padding-left: 19px;
    }

    .rt-pl-xs-20 {
        padding-left: 20px;
    }

    .rt-pl-xs-21 {
        padding-left: 21px;
    }

    .rt-pl-xs-22 {
        padding-left: 22px;
    }

    .rt-pl-xs-23 {
        padding-left: 23px;
    }

    .rt-pl-xs-24 {
        padding-left: 24px;
    }

    .rt-pl-xs-25 {
        padding-left: 25px;
    }

    .rt-pl-xs-26 {
        padding-left: 26px;
    }

    .rt-pl-xs-27 {
        padding-left: 27px;
    }

    .rt-pl-xs-28 {
        padding-left: 28px;
    }

    .rt-pl-xs-29 {
        padding-left: 29px;
    }

    .rt-pl-xs-30 {
        padding-left: 30px;
    }

    .rt-pl-xs-31 {
        padding-left: 31px;
    }

    .rt-pl-xs-32 {
        padding-left: 32px;
    }

    .rt-pl-xs-33 {
        padding-left: 33px;
    }

    .rt-pl-xs-34 {
        padding-left: 34px;
    }

    .rt-pl-xs-35 {
        padding-left: 35px;
    }

    .rt-pl-xs-36 {
        padding-left: 36px;
    }

    .rt-pl-xs-37 {
        padding-left: 37px;
    }

    .rt-pl-xs-38 {
        padding-left: 38px;
    }

    .rt-pl-xs-39 {
        padding-left: 39px;
    }

    .rt-pl-xs-40 {
        padding-left: 40px;
    }

    .rt-pl-xs-41 {
        padding-left: 41px;
    }

    .rt-pl-xs-42 {
        padding-left: 42px;
    }

    .rt-pl-xs-43 {
        padding-left: 43px;
    }

    .rt-pl-xs-44 {
        padding-left: 44px;
    }

    .rt-pl-xs-45 {
        padding-left: 45px;
    }

    .rt-pl-xs-46 {
        padding-left: 46px;
    }

    .rt-pl-xs-47 {
        padding-left: 47px;
    }

    .rt-pl-xs-48 {
        padding-left: 48px;
    }

    .rt-pl-xs-49 {
        padding-left: 49px;
    }

    .rt-pl-xs-50 {
        padding-left: 50px;
    }

    .rt-pl-xs-51 {
        padding-left: 51px;
    }

    .rt-pl-xs-52 {
        padding-left: 52px;
    }

    .rt-pl-xs-53 {
        padding-left: 53px;
    }

    .rt-pl-xs-54 {
        padding-left: 54px;
    }

    .rt-pl-xs-55 {
        padding-left: 55px;
    }

    .rt-pl-xs-56 {
        padding-left: 56px;
    }

    .rt-pl-xs-57 {
        padding-left: 57px;
    }

    .rt-pl-xs-58 {
        padding-left: 58px;
    }

    .rt-pl-xs-59 {
        padding-left: 59px;
    }

    .rt-pl-xs-60 {
        padding-left: 60px;
    }

    .rt-pl-xs-61 {
        padding-left: 61px;
    }

    .rt-pl-xs-62 {
        padding-left: 62px;
    }

    .rt-pl-xs-63 {
        padding-left: 63px;
    }

    .rt-pl-xs-64 {
        padding-left: 64px;
    }

    .rt-pl-xs-65 {
        padding-left: 65px;
    }

    .rt-pl-xs-66 {
        padding-left: 66px;
    }

    .rt-pl-xs-67 {
        padding-left: 67px;
    }

    .rt-pl-xs-68 {
        padding-left: 68px;
    }

    .rt-pl-xs-69 {
        padding-left: 69px;
    }

    .rt-pl-xs-70 {
        padding-left: 70px;
    }

    .rt-pl-xs-71 {
        padding-left: 71px;
    }

    .rt-pl-xs-72 {
        padding-left: 72px;
    }

    .rt-pl-xs-73 {
        padding-left: 73px;
    }

    .rt-pl-xs-74 {
        padding-left: 74px;
    }

    .rt-pl-xs-75 {
        padding-left: 75px;
    }

    .rt-pl-xs-76 {
        padding-left: 76px;
    }

    .rt-pl-xs-77 {
        padding-left: 77px;
    }

    .rt-pl-xs-78 {
        padding-left: 78px;
    }

    .rt-pl-xs-79 {
        padding-left: 79px;
    }

    .rt-pl-xs-80 {
        padding-left: 80px;
    }

    .rt-pl-xs-81 {
        padding-left: 81px;
    }

    .rt-pl-xs-82 {
        padding-left: 82px;
    }

    .rt-pl-xs-83 {
        padding-left: 83px;
    }

    .rt-pl-xs-84 {
        padding-left: 84px;
    }

    .rt-pl-xs-85 {
        padding-left: 85px;
    }

    .rt-pl-xs-86 {
        padding-left: 86px;
    }

    .rt-pl-xs-87 {
        padding-left: 87px;
    }

    .rt-pl-xs-88 {
        padding-left: 88px;
    }

    .rt-pl-xs-89 {
        padding-left: 89px;
    }

    .rt-pl-xs-90 {
        padding-left: 90px;
    }

    .rt-pl-xs-91 {
        padding-left: 91px;
    }

    .rt-pl-xs-92 {
        padding-left: 92px;
    }

    .rt-pl-xs-93 {
        padding-left: 93px;
    }

    .rt-pl-xs-94 {
        padding-left: 94px;
    }

    .rt-pl-xs-95 {
        padding-left: 95px;
    }

    .rt-pl-xs-96 {
        padding-left: 96px;
    }

    .rt-pl-xs-97 {
        padding-left: 97px;
    }

    .rt-pl-xs-98 {
        padding-left: 98px;
    }

    .rt-pl-xs-99 {
        padding-left: 99px;
    }

    .rt-pl-xs-100 {
        padding-left: 100px;
    }
}

.rt-pr-0 {
    padding-right: 0;
}

.rt-pr-1 {
    padding-right: 1px;
}

.rt-pr-2 {
    padding-right: 2px;
}

.rt-pr-3 {
    padding-right: 3px;
}

.rt-pr-4 {
    padding-right: 4px;
}

.rt-pr-5 {
    padding-right: 5px;
}

.rt-pr-6 {
    padding-right: 6px;
}

.rt-pr-7 {
    padding-right: 7px;
}

.rt-pr-8 {
    padding-right: 8px;
}

.rt-pr-9 {
    padding-right: 9px;
}

.rt-pr-10 {
    padding-right: 10px;
}

.rt-pr-11 {
    padding-right: 11px;
}

.rt-pr-12 {
    padding-right: 12px;
}

.rt-pr-13 {
    padding-right: 13px;
}

.rt-pr-14 {
    padding-right: 14px;
}

.rt-pr-15 {
    padding-right: 15px;
}

.rt-pr-16 {
    padding-right: 16px;
}

.rt-pr-17 {
    padding-right: 17px;
}

.rt-pr-18 {
    padding-right: 18px;
}

.rt-pr-19 {
    padding-right: 19px;
}

.rt-pr-20 {
    padding-right: 20px;
}

.rt-pr-21 {
    padding-right: 21px;
}

.rt-pr-22 {
    padding-right: 22px;
}

.rt-pr-23 {
    padding-right: 23px;
}

.rt-pr-24 {
    padding-right: 24px;
}

.rt-pr-25 {
    padding-right: 25px;
}

.rt-pr-26 {
    padding-right: 26px;
}

.rt-pr-27 {
    padding-right: 27px;
}

.rt-pr-28 {
    padding-right: 28px;
}

.rt-pr-29 {
    padding-right: 29px;
}

.rt-pr-30 {
    padding-right: 30px;
}

.rt-pr-31 {
    padding-right: 31px;
}

.rt-pr-32 {
    padding-right: 32px;
}

.rt-pr-33 {
    padding-right: 33px;
}

.rt-pr-34 {
    padding-right: 34px;
}

.rt-pr-35 {
    padding-right: 35px;
}

.rt-pr-36 {
    padding-right: 36px;
}

.rt-pr-37 {
    padding-right: 37px;
}

.rt-pr-38 {
    padding-right: 38px;
}

.rt-pr-39 {
    padding-right: 39px;
}

.rt-pr-40 {
    padding-right: 40px;
}

.rt-pr-41 {
    padding-right: 41px;
}

.rt-pr-42 {
    padding-right: 42px;
}

.rt-pr-43 {
    padding-right: 43px;
}

.rt-pr-44 {
    padding-right: 44px;
}

.rt-pr-45 {
    padding-right: 45px;
}

.rt-pr-46 {
    padding-right: 46px;
}

.rt-pr-47 {
    padding-right: 47px;
}

.rt-pr-48 {
    padding-right: 48px;
}

.rt-pr-49 {
    padding-right: 49px;
}

.rt-pr-50 {
    padding-right: 50px;
}

.rt-pr-51 {
    padding-right: 51px;
}

.rt-pr-52 {
    padding-right: 52px;
}

.rt-pr-53 {
    padding-right: 53px;
}

.rt-pr-54 {
    padding-right: 54px;
}

.rt-pr-55 {
    padding-right: 55px;
}

.rt-pr-56 {
    padding-right: 56px;
}

.rt-pr-57 {
    padding-right: 57px;
}

.rt-pr-58 {
    padding-right: 58px;
}

.rt-pr-59 {
    padding-right: 59px;
}

.rt-pr-60 {
    padding-right: 60px;
}

.rt-pr-61 {
    padding-right: 61px;
}

.rt-pr-62 {
    padding-right: 62px;
}

.rt-pr-63 {
    padding-right: 63px;
}

.rt-pr-64 {
    padding-right: 64px;
}

.rt-pr-65 {
    padding-right: 65px;
}

.rt-pr-66 {
    padding-right: 66px;
}

.rt-pr-67 {
    padding-right: 67px;
}

.rt-pr-68 {
    padding-right: 68px;
}

.rt-pr-69 {
    padding-right: 69px;
}

.rt-pr-70 {
    padding-right: 70px;
}

.rt-pr-71 {
    padding-right: 71px;
}

.rt-pr-72 {
    padding-right: 72px;
}

.rt-pr-73 {
    padding-right: 73px;
}

.rt-pr-74 {
    padding-right: 74px;
}

.rt-pr-75 {
    padding-right: 75px;
}

.rt-pr-76 {
    padding-right: 76px;
}

.rt-pr-77 {
    padding-right: 77px;
}

.rt-pr-78 {
    padding-right: 78px;
}

.rt-pr-79 {
    padding-right: 79px;
}

.rt-pr-80 {
    padding-right: 80px;
}

.rt-pr-81 {
    padding-right: 81px;
}

.rt-pr-82 {
    padding-right: 82px;
}

.rt-pr-83 {
    padding-right: 83px;
}

.rt-pr-84 {
    padding-right: 84px;
}

.rt-pr-85 {
    padding-right: 85px;
}

.rt-pr-86 {
    padding-right: 86px;
}

.rt-pr-87 {
    padding-right: 87px;
}

.rt-pr-88 {
    padding-right: 88px;
}

.rt-pr-89 {
    padding-right: 89px;
}

.rt-pr-90 {
    padding-right: 90px;
}

.rt-pr-91 {
    padding-right: 91px;
}

.rt-pr-92 {
    padding-right: 92px;
}

.rt-pr-93 {
    padding-right: 93px;
}

.rt-pr-94 {
    padding-right: 94px;
}

.rt-pr-95 {
    padding-right: 95px;
}

.rt-pr-96 {
    padding-right: 96px;
}

.rt-pr-97 {
    padding-right: 97px;
}

.rt-pr-98 {
    padding-right: 98px;
}

.rt-pr-99 {
    padding-right: 99px;
}

.rt-pr-100 {
    padding-right: 100px;
}

.rt-pr-101 {
    padding-right: 101px;
}

.rt-pr-102 {
    padding-right: 102px;
}

.rt-pr-103 {
    padding-right: 103px;
}

.rt-pr-104 {
    padding-right: 104px;
}

.rt-pr-105 {
    padding-right: 105px;
}

.rt-pr-106 {
    padding-right: 106px;
}

.rt-pr-107 {
    padding-right: 107px;
}

.rt-pr-108 {
    padding-right: 108px;
}

.rt-pr-109 {
    padding-right: 109px;
}

.rt-pr-110 {
    padding-right: 110px;
}

.rt-pr-111 {
    padding-right: 111px;
}

.rt-pr-112 {
    padding-right: 112px;
}

.rt-pr-113 {
    padding-right: 113px;
}

.rt-pr-114 {
    padding-right: 114px;
}

.rt-pr-115 {
    padding-right: 115px;
}

.rt-pr-116 {
    padding-right: 116px;
}

.rt-pr-117 {
    padding-right: 117px;
}

.rt-pr-118 {
    padding-right: 118px;
}

.rt-pr-119 {
    padding-right: 119px;
}

.rt-pr-120 {
    padding-right: 120px;
}

.rt-pr-121 {
    padding-right: 121px;
}

.rt-pr-122 {
    padding-right: 122px;
}

.rt-pr-123 {
    padding-right: 123px;
}

.rt-pr-124 {
    padding-right: 124px;
}

.rt-pr-125 {
    padding-right: 125px;
}

.rt-pr-126 {
    padding-right: 126px;
}

.rt-pr-127 {
    padding-right: 127px;
}

.rt-pr-128 {
    padding-right: 128px;
}

.rt-pr-129 {
    padding-right: 129px;
}

.rt-pr-130 {
    padding-right: 130px;
}

.rt-pr-131 {
    padding-right: 131px;
}

.rt-pr-132 {
    padding-right: 132px;
}

.rt-pr-133 {
    padding-right: 133px;
}

.rt-pr-134 {
    padding-right: 134px;
}

.rt-pr-135 {
    padding-right: 135px;
}

.rt-pr-136 {
    padding-right: 136px;
}

.rt-pr-137 {
    padding-right: 137px;
}

.rt-pr-138 {
    padding-right: 138px;
}

.rt-pr-139 {
    padding-right: 139px;
}

.rt-pr-140 {
    padding-right: 140px;
}

.rt-pr-141 {
    padding-right: 141px;
}

.rt-pr-142 {
    padding-right: 142px;
}

.rt-pr-143 {
    padding-right: 143px;
}

.rt-pr-144 {
    padding-right: 144px;
}

.rt-pr-145 {
    padding-right: 145px;
}

.rt-pr-146 {
    padding-right: 146px;
}

.rt-pr-147 {
    padding-right: 147px;
}

.rt-pr-148 {
    padding-right: 148px;
}

.rt-pr-149 {
    padding-right: 149px;
}

.rt-pr-150 {
    padding-right: 150px;
}

.rt-pr-151 {
    padding-right: 151px;
}

.rt-pr-152 {
    padding-right: 152px;
}

.rt-pr-153 {
    padding-right: 153px;
}

.rt-pr-154 {
    padding-right: 154px;
}

.rt-pr-155 {
    padding-right: 155px;
}

.rt-pr-156 {
    padding-right: 156px;
}

.rt-pr-157 {
    padding-right: 157px;
}

.rt-pr-158 {
    padding-right: 158px;
}

.rt-pr-159 {
    padding-right: 159px;
}

.rt-pr-160 {
    padding-right: 160px;
}

.rt-pr-161 {
    padding-right: 161px;
}

.rt-pr-162 {
    padding-right: 162px;
}

.rt-pr-163 {
    padding-right: 163px;
}

.rt-pr-164 {
    padding-right: 164px;
}

.rt-pr-165 {
    padding-right: 165px;
}

.rt-pr-166 {
    padding-right: 166px;
}

.rt-pr-167 {
    padding-right: 167px;
}

.rt-pr-168 {
    padding-right: 168px;
}

.rt-pr-169 {
    padding-right: 169px;
}

.rt-pr-170 {
    padding-right: 170px;
}

.rt-pr-171 {
    padding-right: 171px;
}

.rt-pr-172 {
    padding-right: 172px;
}

.rt-pr-173 {
    padding-right: 173px;
}

.rt-pr-174 {
    padding-right: 174px;
}

.rt-pr-175 {
    padding-right: 175px;
}

.rt-pr-176 {
    padding-right: 176px;
}

.rt-pr-177 {
    padding-right: 177px;
}

.rt-pr-178 {
    padding-right: 178px;
}

.rt-pr-179 {
    padding-right: 179px;
}

.rt-pr-180 {
    padding-right: 180px;
}

.rt-pr-181 {
    padding-right: 181px;
}

.rt-pr-182 {
    padding-right: 182px;
}

.rt-pr-183 {
    padding-right: 183px;
}

.rt-pr-184 {
    padding-right: 184px;
}

.rt-pr-185 {
    padding-right: 185px;
}

.rt-pr-186 {
    padding-right: 186px;
}

.rt-pr-187 {
    padding-right: 187px;
}

.rt-pr-188 {
    padding-right: 188px;
}

.rt-pr-189 {
    padding-right: 189px;
}

.rt-pr-190 {
    padding-right: 190px;
}

.rt-pr-191 {
    padding-right: 191px;
}

.rt-pr-192 {
    padding-right: 192px;
}

.rt-pr-193 {
    padding-right: 193px;
}

.rt-pr-194 {
    padding-right: 194px;
}

.rt-pr-195 {
    padding-right: 195px;
}

.rt-pr-196 {
    padding-right: 196px;
}

.rt-pr-197 {
    padding-right: 197px;
}

.rt-pr-198 {
    padding-right: 198px;
}

.rt-pr-199 {
    padding-right: 199px;
}

.rt-pr-200 {
    padding-right: 200px;
}

@media (max-width: 1199.98px) {
    .rt-pr-lg-0 {
        padding-right: 0;
    }

    .rt-pr-lg-1 {
        padding-right: 1px;
    }

    .rt-pr-lg-2 {
        padding-right: 2px;
    }

    .rt-pr-lg-3 {
        padding-right: 3px;
    }

    .rt-pr-lg-4 {
        padding-right: 4px;
    }

    .rt-pr-lg-5 {
        padding-right: 5px;
    }

    .rt-pr-lg-6 {
        padding-right: 6px;
    }

    .rt-pr-lg-7 {
        padding-right: 7px;
    }

    .rt-pr-lg-8 {
        padding-right: 8px;
    }

    .rt-pr-lg-9 {
        padding-right: 9px;
    }

    .rt-pr-lg-10 {
        padding-right: 10px;
    }

    .rt-pr-lg-11 {
        padding-right: 11px;
    }

    .rt-pr-lg-12 {
        padding-right: 12px;
    }

    .rt-pr-lg-13 {
        padding-right: 13px;
    }

    .rt-pr-lg-14 {
        padding-right: 14px;
    }

    .rt-pr-lg-15 {
        padding-right: 15px;
    }

    .rt-pr-lg-16 {
        padding-right: 16px;
    }

    .rt-pr-lg-17 {
        padding-right: 17px;
    }

    .rt-pr-lg-18 {
        padding-right: 18px;
    }

    .rt-pr-lg-19 {
        padding-right: 19px;
    }

    .rt-pr-lg-20 {
        padding-right: 20px;
    }

    .rt-pr-lg-21 {
        padding-right: 21px;
    }

    .rt-pr-lg-22 {
        padding-right: 22px;
    }

    .rt-pr-lg-23 {
        padding-right: 23px;
    }

    .rt-pr-lg-24 {
        padding-right: 24px;
    }

    .rt-pr-lg-25 {
        padding-right: 25px;
    }

    .rt-pr-lg-26 {
        padding-right: 26px;
    }

    .rt-pr-lg-27 {
        padding-right: 27px;
    }

    .rt-pr-lg-28 {
        padding-right: 28px;
    }

    .rt-pr-lg-29 {
        padding-right: 29px;
    }

    .rt-pr-lg-30 {
        padding-right: 30px;
    }

    .rt-pr-lg-31 {
        padding-right: 31px;
    }

    .rt-pr-lg-32 {
        padding-right: 32px;
    }

    .rt-pr-lg-33 {
        padding-right: 33px;
    }

    .rt-pr-lg-34 {
        padding-right: 34px;
    }

    .rt-pr-lg-35 {
        padding-right: 35px;
    }

    .rt-pr-lg-36 {
        padding-right: 36px;
    }

    .rt-pr-lg-37 {
        padding-right: 37px;
    }

    .rt-pr-lg-38 {
        padding-right: 38px;
    }

    .rt-pr-lg-39 {
        padding-right: 39px;
    }

    .rt-pr-lg-40 {
        padding-right: 40px;
    }

    .rt-pr-lg-41 {
        padding-right: 41px;
    }

    .rt-pr-lg-42 {
        padding-right: 42px;
    }

    .rt-pr-lg-43 {
        padding-right: 43px;
    }

    .rt-pr-lg-44 {
        padding-right: 44px;
    }

    .rt-pr-lg-45 {
        padding-right: 45px;
    }

    .rt-pr-lg-46 {
        padding-right: 46px;
    }

    .rt-pr-lg-47 {
        padding-right: 47px;
    }

    .rt-pr-lg-48 {
        padding-right: 48px;
    }

    .rt-pr-lg-49 {
        padding-right: 49px;
    }

    .rt-pr-lg-50 {
        padding-right: 50px;
    }

    .rt-pr-lg-51 {
        padding-right: 51px;
    }

    .rt-pr-lg-52 {
        padding-right: 52px;
    }

    .rt-pr-lg-53 {
        padding-right: 53px;
    }

    .rt-pr-lg-54 {
        padding-right: 54px;
    }

    .rt-pr-lg-55 {
        padding-right: 55px;
    }

    .rt-pr-lg-56 {
        padding-right: 56px;
    }

    .rt-pr-lg-57 {
        padding-right: 57px;
    }

    .rt-pr-lg-58 {
        padding-right: 58px;
    }

    .rt-pr-lg-59 {
        padding-right: 59px;
    }

    .rt-pr-lg-60 {
        padding-right: 60px;
    }

    .rt-pr-lg-61 {
        padding-right: 61px;
    }

    .rt-pr-lg-62 {
        padding-right: 62px;
    }

    .rt-pr-lg-63 {
        padding-right: 63px;
    }

    .rt-pr-lg-64 {
        padding-right: 64px;
    }

    .rt-pr-lg-65 {
        padding-right: 65px;
    }

    .rt-pr-lg-66 {
        padding-right: 66px;
    }

    .rt-pr-lg-67 {
        padding-right: 67px;
    }

    .rt-pr-lg-68 {
        padding-right: 68px;
    }

    .rt-pr-lg-69 {
        padding-right: 69px;
    }

    .rt-pr-lg-70 {
        padding-right: 70px;
    }

    .rt-pr-lg-71 {
        padding-right: 71px;
    }

    .rt-pr-lg-72 {
        padding-right: 72px;
    }

    .rt-pr-lg-73 {
        padding-right: 73px;
    }

    .rt-pr-lg-74 {
        padding-right: 74px;
    }

    .rt-pr-lg-75 {
        padding-right: 75px;
    }

    .rt-pr-lg-76 {
        padding-right: 76px;
    }

    .rt-pr-lg-77 {
        padding-right: 77px;
    }

    .rt-pr-lg-78 {
        padding-right: 78px;
    }

    .rt-pr-lg-79 {
        padding-right: 79px;
    }

    .rt-pr-lg-80 {
        padding-right: 80px;
    }

    .rt-pr-lg-81 {
        padding-right: 81px;
    }

    .rt-pr-lg-82 {
        padding-right: 82px;
    }

    .rt-pr-lg-83 {
        padding-right: 83px;
    }

    .rt-pr-lg-84 {
        padding-right: 84px;
    }

    .rt-pr-lg-85 {
        padding-right: 85px;
    }

    .rt-pr-lg-86 {
        padding-right: 86px;
    }

    .rt-pr-lg-87 {
        padding-right: 87px;
    }

    .rt-pr-lg-88 {
        padding-right: 88px;
    }

    .rt-pr-lg-89 {
        padding-right: 89px;
    }

    .rt-pr-lg-90 {
        padding-right: 90px;
    }

    .rt-pr-lg-91 {
        padding-right: 91px;
    }

    .rt-pr-lg-92 {
        padding-right: 92px;
    }

    .rt-pr-lg-93 {
        padding-right: 93px;
    }

    .rt-pr-lg-94 {
        padding-right: 94px;
    }

    .rt-pr-lg-95 {
        padding-right: 95px;
    }

    .rt-pr-lg-96 {
        padding-right: 96px;
    }

    .rt-pr-lg-97 {
        padding-right: 97px;
    }

    .rt-pr-lg-98 {
        padding-right: 98px;
    }

    .rt-pr-lg-99 {
        padding-right: 99px;
    }

    .rt-pr-lg-100 {
        padding-right: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pr-md-0 {
        padding-right: 0;
    }

    .rt-pr-md-1 {
        padding-right: 1px;
    }

    .rt-pr-md-2 {
        padding-right: 2px;
    }

    .rt-pr-md-3 {
        padding-right: 3px;
    }

    .rt-pr-md-4 {
        padding-right: 4px;
    }

    .rt-pr-md-5 {
        padding-right: 5px;
    }

    .rt-pr-md-6 {
        padding-right: 6px;
    }

    .rt-pr-md-7 {
        padding-right: 7px;
    }

    .rt-pr-md-8 {
        padding-right: 8px;
    }

    .rt-pr-md-9 {
        padding-right: 9px;
    }

    .rt-pr-md-10 {
        padding-right: 10px;
    }

    .rt-pr-md-11 {
        padding-right: 11px;
    }

    .rt-pr-md-12 {
        padding-right: 12px;
    }

    .rt-pr-md-13 {
        padding-right: 13px;
    }

    .rt-pr-md-14 {
        padding-right: 14px;
    }

    .rt-pr-md-15 {
        padding-right: 15px;
    }

    .rt-pr-md-16 {
        padding-right: 16px;
    }

    .rt-pr-md-17 {
        padding-right: 17px;
    }

    .rt-pr-md-18 {
        padding-right: 18px;
    }

    .rt-pr-md-19 {
        padding-right: 19px;
    }

    .rt-pr-md-20 {
        padding-right: 20px;
    }

    .rt-pr-md-21 {
        padding-right: 21px;
    }

    .rt-pr-md-22 {
        padding-right: 22px;
    }

    .rt-pr-md-23 {
        padding-right: 23px;
    }

    .rt-pr-md-24 {
        padding-right: 24px;
    }

    .rt-pr-md-25 {
        padding-right: 25px;
    }

    .rt-pr-md-26 {
        padding-right: 26px;
    }

    .rt-pr-md-27 {
        padding-right: 27px;
    }

    .rt-pr-md-28 {
        padding-right: 28px;
    }

    .rt-pr-md-29 {
        padding-right: 29px;
    }

    .rt-pr-md-30 {
        padding-right: 30px;
    }

    .rt-pr-md-31 {
        padding-right: 31px;
    }

    .rt-pr-md-32 {
        padding-right: 32px;
    }

    .rt-pr-md-33 {
        padding-right: 33px;
    }

    .rt-pr-md-34 {
        padding-right: 34px;
    }

    .rt-pr-md-35 {
        padding-right: 35px;
    }

    .rt-pr-md-36 {
        padding-right: 36px;
    }

    .rt-pr-md-37 {
        padding-right: 37px;
    }

    .rt-pr-md-38 {
        padding-right: 38px;
    }

    .rt-pr-md-39 {
        padding-right: 39px;
    }

    .rt-pr-md-40 {
        padding-right: 40px;
    }

    .rt-pr-md-41 {
        padding-right: 41px;
    }

    .rt-pr-md-42 {
        padding-right: 42px;
    }

    .rt-pr-md-43 {
        padding-right: 43px;
    }

    .rt-pr-md-44 {
        padding-right: 44px;
    }

    .rt-pr-md-45 {
        padding-right: 45px;
    }

    .rt-pr-md-46 {
        padding-right: 46px;
    }

    .rt-pr-md-47 {
        padding-right: 47px;
    }

    .rt-pr-md-48 {
        padding-right: 48px;
    }

    .rt-pr-md-49 {
        padding-right: 49px;
    }

    .rt-pr-md-50 {
        padding-right: 50px;
    }

    .rt-pr-md-51 {
        padding-right: 51px;
    }

    .rt-pr-md-52 {
        padding-right: 52px;
    }

    .rt-pr-md-53 {
        padding-right: 53px;
    }

    .rt-pr-md-54 {
        padding-right: 54px;
    }

    .rt-pr-md-55 {
        padding-right: 55px;
    }

    .rt-pr-md-56 {
        padding-right: 56px;
    }

    .rt-pr-md-57 {
        padding-right: 57px;
    }

    .rt-pr-md-58 {
        padding-right: 58px;
    }

    .rt-pr-md-59 {
        padding-right: 59px;
    }

    .rt-pr-md-60 {
        padding-right: 60px;
    }

    .rt-pr-md-61 {
        padding-right: 61px;
    }

    .rt-pr-md-62 {
        padding-right: 62px;
    }

    .rt-pr-md-63 {
        padding-right: 63px;
    }

    .rt-pr-md-64 {
        padding-right: 64px;
    }

    .rt-pr-md-65 {
        padding-right: 65px;
    }

    .rt-pr-md-66 {
        padding-right: 66px;
    }

    .rt-pr-md-67 {
        padding-right: 67px;
    }

    .rt-pr-md-68 {
        padding-right: 68px;
    }

    .rt-pr-md-69 {
        padding-right: 69px;
    }

    .rt-pr-md-70 {
        padding-right: 70px;
    }

    .rt-pr-md-71 {
        padding-right: 71px;
    }

    .rt-pr-md-72 {
        padding-right: 72px;
    }

    .rt-pr-md-73 {
        padding-right: 73px;
    }

    .rt-pr-md-74 {
        padding-right: 74px;
    }

    .rt-pr-md-75 {
        padding-right: 75px;
    }

    .rt-pr-md-76 {
        padding-right: 76px;
    }

    .rt-pr-md-77 {
        padding-right: 77px;
    }

    .rt-pr-md-78 {
        padding-right: 78px;
    }

    .rt-pr-md-79 {
        padding-right: 79px;
    }

    .rt-pr-md-80 {
        padding-right: 80px;
    }

    .rt-pr-md-81 {
        padding-right: 81px;
    }

    .rt-pr-md-82 {
        padding-right: 82px;
    }

    .rt-pr-md-83 {
        padding-right: 83px;
    }

    .rt-pr-md-84 {
        padding-right: 84px;
    }

    .rt-pr-md-85 {
        padding-right: 85px;
    }

    .rt-pr-md-86 {
        padding-right: 86px;
    }

    .rt-pr-md-87 {
        padding-right: 87px;
    }

    .rt-pr-md-88 {
        padding-right: 88px;
    }

    .rt-pr-md-89 {
        padding-right: 89px;
    }

    .rt-pr-md-90 {
        padding-right: 90px;
    }

    .rt-pr-md-91 {
        padding-right: 91px;
    }

    .rt-pr-md-92 {
        padding-right: 92px;
    }

    .rt-pr-md-93 {
        padding-right: 93px;
    }

    .rt-pr-md-94 {
        padding-right: 94px;
    }

    .rt-pr-md-95 {
        padding-right: 95px;
    }

    .rt-pr-md-96 {
        padding-right: 96px;
    }

    .rt-pr-md-97 {
        padding-right: 97px;
    }

    .rt-pr-md-98 {
        padding-right: 98px;
    }

    .rt-pr-md-99 {
        padding-right: 99px;
    }

    .rt-pr-md-100 {
        padding-right: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pr-xs-0 {
        padding-right: 0;
    }

    .rt-pr-xs-1 {
        padding-right: 1px;
    }

    .rt-pr-xs-2 {
        padding-right: 2px;
    }

    .rt-pr-xs-3 {
        padding-right: 3px;
    }

    .rt-pr-xs-4 {
        padding-right: 4px;
    }

    .rt-pr-xs-5 {
        padding-right: 5px;
    }

    .rt-pr-xs-6 {
        padding-right: 6px;
    }

    .rt-pr-xs-7 {
        padding-right: 7px;
    }

    .rt-pr-xs-8 {
        padding-right: 8px;
    }

    .rt-pr-xs-9 {
        padding-right: 9px;
    }

    .rt-pr-xs-10 {
        padding-right: 10px;
    }

    .rt-pr-xs-11 {
        padding-right: 11px;
    }

    .rt-pr-xs-12 {
        padding-right: 12px;
    }

    .rt-pr-xs-13 {
        padding-right: 13px;
    }

    .rt-pr-xs-14 {
        padding-right: 14px;
    }

    .rt-pr-xs-15 {
        padding-right: 15px;
    }

    .rt-pr-xs-16 {
        padding-right: 16px;
    }

    .rt-pr-xs-17 {
        padding-right: 17px;
    }

    .rt-pr-xs-18 {
        padding-right: 18px;
    }

    .rt-pr-xs-19 {
        padding-right: 19px;
    }

    .rt-pr-xs-20 {
        padding-right: 20px;
    }

    .rt-pr-xs-21 {
        padding-right: 21px;
    }

    .rt-pr-xs-22 {
        padding-right: 22px;
    }

    .rt-pr-xs-23 {
        padding-right: 23px;
    }

    .rt-pr-xs-24 {
        padding-right: 24px;
    }

    .rt-pr-xs-25 {
        padding-right: 25px;
    }

    .rt-pr-xs-26 {
        padding-right: 26px;
    }

    .rt-pr-xs-27 {
        padding-right: 27px;
    }

    .rt-pr-xs-28 {
        padding-right: 28px;
    }

    .rt-pr-xs-29 {
        padding-right: 29px;
    }

    .rt-pr-xs-30 {
        padding-right: 30px;
    }

    .rt-pr-xs-31 {
        padding-right: 31px;
    }

    .rt-pr-xs-32 {
        padding-right: 32px;
    }

    .rt-pr-xs-33 {
        padding-right: 33px;
    }

    .rt-pr-xs-34 {
        padding-right: 34px;
    }

    .rt-pr-xs-35 {
        padding-right: 35px;
    }

    .rt-pr-xs-36 {
        padding-right: 36px;
    }

    .rt-pr-xs-37 {
        padding-right: 37px;
    }

    .rt-pr-xs-38 {
        padding-right: 38px;
    }

    .rt-pr-xs-39 {
        padding-right: 39px;
    }

    .rt-pr-xs-40 {
        padding-right: 40px;
    }

    .rt-pr-xs-41 {
        padding-right: 41px;
    }

    .rt-pr-xs-42 {
        padding-right: 42px;
    }

    .rt-pr-xs-43 {
        padding-right: 43px;
    }

    .rt-pr-xs-44 {
        padding-right: 44px;
    }

    .rt-pr-xs-45 {
        padding-right: 45px;
    }

    .rt-pr-xs-46 {
        padding-right: 46px;
    }

    .rt-pr-xs-47 {
        padding-right: 47px;
    }

    .rt-pr-xs-48 {
        padding-right: 48px;
    }

    .rt-pr-xs-49 {
        padding-right: 49px;
    }

    .rt-pr-xs-50 {
        padding-right: 50px;
    }

    .rt-pr-xs-51 {
        padding-right: 51px;
    }

    .rt-pr-xs-52 {
        padding-right: 52px;
    }

    .rt-pr-xs-53 {
        padding-right: 53px;
    }

    .rt-pr-xs-54 {
        padding-right: 54px;
    }

    .rt-pr-xs-55 {
        padding-right: 55px;
    }

    .rt-pr-xs-56 {
        padding-right: 56px;
    }

    .rt-pr-xs-57 {
        padding-right: 57px;
    }

    .rt-pr-xs-58 {
        padding-right: 58px;
    }

    .rt-pr-xs-59 {
        padding-right: 59px;
    }

    .rt-pr-xs-60 {
        padding-right: 60px;
    }

    .rt-pr-xs-61 {
        padding-right: 61px;
    }

    .rt-pr-xs-62 {
        padding-right: 62px;
    }

    .rt-pr-xs-63 {
        padding-right: 63px;
    }

    .rt-pr-xs-64 {
        padding-right: 64px;
    }

    .rt-pr-xs-65 {
        padding-right: 65px;
    }

    .rt-pr-xs-66 {
        padding-right: 66px;
    }

    .rt-pr-xs-67 {
        padding-right: 67px;
    }

    .rt-pr-xs-68 {
        padding-right: 68px;
    }

    .rt-pr-xs-69 {
        padding-right: 69px;
    }

    .rt-pr-xs-70 {
        padding-right: 70px;
    }

    .rt-pr-xs-71 {
        padding-right: 71px;
    }

    .rt-pr-xs-72 {
        padding-right: 72px;
    }

    .rt-pr-xs-73 {
        padding-right: 73px;
    }

    .rt-pr-xs-74 {
        padding-right: 74px;
    }

    .rt-pr-xs-75 {
        padding-right: 75px;
    }

    .rt-pr-xs-76 {
        padding-right: 76px;
    }

    .rt-pr-xs-77 {
        padding-right: 77px;
    }

    .rt-pr-xs-78 {
        padding-right: 78px;
    }

    .rt-pr-xs-79 {
        padding-right: 79px;
    }

    .rt-pr-xs-80 {
        padding-right: 80px;
    }

    .rt-pr-xs-81 {
        padding-right: 81px;
    }

    .rt-pr-xs-82 {
        padding-right: 82px;
    }

    .rt-pr-xs-83 {
        padding-right: 83px;
    }

    .rt-pr-xs-84 {
        padding-right: 84px;
    }

    .rt-pr-xs-85 {
        padding-right: 85px;
    }

    .rt-pr-xs-86 {
        padding-right: 86px;
    }

    .rt-pr-xs-87 {
        padding-right: 87px;
    }

    .rt-pr-xs-88 {
        padding-right: 88px;
    }

    .rt-pr-xs-89 {
        padding-right: 89px;
    }

    .rt-pr-xs-90 {
        padding-right: 90px;
    }

    .rt-pr-xs-91 {
        padding-right: 91px;
    }

    .rt-pr-xs-92 {
        padding-right: 92px;
    }

    .rt-pr-xs-93 {
        padding-right: 93px;
    }

    .rt-pr-xs-94 {
        padding-right: 94px;
    }

    .rt-pr-xs-95 {
        padding-right: 95px;
    }

    .rt-pr-xs-96 {
        padding-right: 96px;
    }

    .rt-pr-xs-97 {
        padding-right: 97px;
    }

    .rt-pr-xs-98 {
        padding-right: 98px;
    }

    .rt-pr-xs-99 {
        padding-right: 99px;
    }

    .rt-pr-xs-100 {
        padding-right: 100px;
    }
}

.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-rounded-51 {
    border-radius: 51px;
}

.rt-rounded-52 {
    border-radius: 52px;
}

.rt-rounded-53 {
    border-radius: 53px;
}

.rt-rounded-54 {
    border-radius: 54px;
}

.rt-rounded-55 {
    border-radius: 55px;
}

.rt-rounded-56 {
    border-radius: 56px;
}

.rt-rounded-57 {
    border-radius: 57px;
}

.rt-rounded-58 {
    border-radius: 58px;
}

.rt-rounded-59 {
    border-radius: 59px;
}

.rt-rounded-60 {
    border-radius: 60px;
}

.rt-rounded-61 {
    border-radius: 61px;
}

.rt-rounded-62 {
    border-radius: 62px;
}

.rt-rounded-63 {
    border-radius: 63px;
}

.rt-rounded-64 {
    border-radius: 64px;
}

.rt-rounded-65 {
    border-radius: 65px;
}

.rt-rounded-66 {
    border-radius: 66px;
}

.rt-rounded-67 {
    border-radius: 67px;
}

.rt-rounded-68 {
    border-radius: 68px;
}

.rt-rounded-69 {
    border-radius: 69px;
}

.rt-rounded-70 {
    border-radius: 70px;
}

.rt-rounded-71 {
    border-radius: 71px;
}

.rt-rounded-72 {
    border-radius: 72px;
}

.rt-rounded-73 {
    border-radius: 73px;
}

.rt-rounded-74 {
    border-radius: 74px;
}

.rt-rounded-75 {
    border-radius: 75px;
}

.rt-rounded-76 {
    border-radius: 76px;
}

.rt-rounded-77 {
    border-radius: 77px;
}

.rt-rounded-78 {
    border-radius: 78px;
}

.rt-rounded-79 {
    border-radius: 79px;
}

.rt-rounded-80 {
    border-radius: 80px;
}

.rt-rounded-81 {
    border-radius: 81px;
}

.rt-rounded-82 {
    border-radius: 82px;
}

.rt-rounded-83 {
    border-radius: 83px;
}

.rt-rounded-84 {
    border-radius: 84px;
}

.rt-rounded-85 {
    border-radius: 85px;
}

.rt-rounded-86 {
    border-radius: 86px;
}

.rt-rounded-87 {
    border-radius: 87px;
}

.rt-rounded-88 {
    border-radius: 88px;
}

.rt-rounded-89 {
    border-radius: 89px;
}

.rt-rounded-90 {
    border-radius: 90px;
}

.rt-rounded-91 {
    border-radius: 91px;
}

.rt-rounded-92 {
    border-radius: 92px;
}

.rt-rounded-93 {
    border-radius: 93px;
}

.rt-rounded-94 {
    border-radius: 94px;
}

.rt-rounded-95 {
    border-radius: 95px;
}

.rt-rounded-96 {
    border-radius: 96px;
}

.rt-rounded-97 {
    border-radius: 97px;
}

.rt-rounded-98 {
    border-radius: 98px;
}

.rt-rounded-99 {
    border-radius: 99px;
}

.rt-rounded-100 {
    border-radius: 100px;
}

@-webkit-keyframes rotate-in-2-fwd {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-2-fwd {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

.rotate-in-2-fwd {
    -webkit-animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.fade-in-fwd {
    -webkit-animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

.scale-in-hor-left {
    -webkit-animation: scale-in-hor-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-hor-left .5s cubic-bezier(.25, .46, .45, .94) both;
}

@-webkit-keyframes scale-up-bottom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

@keyframes scale-up-bottom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

.scale-up-bottom {
    -webkit-animation: scale-up-bottom .4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-bottom .4s cubic-bezier(.39, .575, .565, 1) both;
}

.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 tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both;
    animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both;
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.tracking-in-contract {
    -webkit-animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1) both;
    animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 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;
}

/*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%;
    }

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2e3d62;
}

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: 16px;
    line-height: 26px;
}

.title-font {
    font-family: 'Open Sans', sans-serif !important;
}

.text-font {
    font-family: 'Open Sans', sans-serif !important;
}

.rt-section-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .rt-section-title {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .rt-section-title {
        font-size: 32px;
    }
}

.rt-section-title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    margin: 0 0 0;
    text-transform: uppercase;
    color: #f30070;
}

@media (max-width: 767.98px) {
    .rt-section-title span {
        font-size: 14px;
    }
}

.text-white .rt-section-title {
    color: #fff;
}

    .text-white .rt-section-title span {
        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 {
    color: #fff;
}

    .text-white2 .rt-section-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-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;
}

.rt-normal {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.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: #f30070;
    }

    .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%);
    }

.f-size-0 {
    font-size: 0;
}

.f-size-1 {
    font-size: 1px;
}

.f-size-2 {
    font-size: 2px;
}

.f-size-3 {
    font-size: 3px;
}

.f-size-4 {
    font-size: 4px;
}

.f-size-5 {
    font-size: 5px;
}

.f-size-6 {
    font-size: 6px;
}

.f-size-7 {
    font-size: 7px;
}

.f-size-8 {
    font-size: 8px;
}

.f-size-9 {
    font-size: 9px;
}

.f-size-10 {
    font-size: 10px;
}

.f-size-11 {
    font-size: 11px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-13 {
    font-size: 13px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-17 {
    font-size: 17px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-19 {
    font-size: 19px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-21 {
    font-size: 21px;
}

.f-size-22 {
    font-size: 22px;
}

.f-size-23 {
    font-size: 23px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-25 {
    font-size: 25px;
}

.f-size-26 {
    font-size: 26px;
}

.f-size-27 {
    font-size: 27px;
}

.f-size-28 {
    font-size: 28px;
}

.f-size-29 {
    font-size: 29px;
}

.f-size-30 {
    font-size: 30px;
}

.f-size-31 {
    font-size: 31px;
}

.f-size-32 {
    font-size: 32px;
}

.f-size-33 {
    font-size: 33px;
}

.f-size-34 {
    font-size: 34px;
}

.f-size-35 {
    font-size: 35px;
}

.f-size-36 {
    font-size: 36px;
}

.f-size-37 {
    font-size: 37px;
}

.f-size-38 {
    font-size: 38px;
}

.f-size-39 {
    font-size: 39px;
}

.f-size-40 {
    font-size: 40px;
}

.f-size-41 {
    font-size: 41px;
}

.f-size-42 {
    font-size: 42px;
}

.f-size-43 {
    font-size: 43px;
}

.f-size-44 {
    font-size: 44px;
}

.f-size-45 {
    font-size: 45px;
}

.f-size-46 {
    font-size: 46px;
}

.f-size-47 {
    font-size: 47px;
}

.f-size-48 {
    font-size: 48px;
}

.f-size-49 {
    font-size: 49px;
}

.f-size-50 {
    font-size: 50px;
}

.f-size-51 {
    font-size: 51px;
}

.f-size-52 {
    font-size: 52px;
}

.f-size-53 {
    font-size: 53px;
}

.f-size-54 {
    font-size: 54px;
}

.f-size-55 {
    font-size: 55px;
}

.f-size-56 {
    font-size: 56px;
}

.f-size-57 {
    font-size: 57px;
}

.f-size-58 {
    font-size: 58px;
}

.f-size-59 {
    font-size: 59px;
}

.f-size-60 {
    font-size: 60px;
}

.f-size-61 {
    font-size: 61px;
}

.f-size-62 {
    font-size: 62px;
}

.f-size-63 {
    font-size: 63px;
}

.f-size-64 {
    font-size: 64px;
}

.f-size-65 {
    font-size: 65px;
}

.f-size-66 {
    font-size: 66px;
}

.f-size-67 {
    font-size: 67px;
}

.f-size-68 {
    font-size: 68px;
}

.f-size-69 {
    font-size: 69px;
}

.f-size-70 {
    font-size: 70px;
}

.f-size-71 {
    font-size: 71px;
}

.f-size-72 {
    font-size: 72px;
}

.f-size-73 {
    font-size: 73px;
}

.f-size-74 {
    font-size: 74px;
}

.f-size-75 {
    font-size: 75px;
}

.f-size-76 {
    font-size: 76px;
}

.f-size-77 {
    font-size: 77px;
}

.f-size-78 {
    font-size: 78px;
}

.f-size-79 {
    font-size: 79px;
}

.f-size-80 {
    font-size: 80px;
}

.f-size-81 {
    font-size: 81px;
}

.f-size-82 {
    font-size: 82px;
}

.f-size-83 {
    font-size: 83px;
}

.f-size-84 {
    font-size: 84px;
}

.f-size-85 {
    font-size: 85px;
}

.f-size-86 {
    font-size: 86px;
}

.f-size-87 {
    font-size: 87px;
}

.f-size-88 {
    font-size: 88px;
}

.f-size-89 {
    font-size: 89px;
}

.f-size-90 {
    font-size: 90px;
}

.f-size-91 {
    font-size: 91px;
}

.f-size-92 {
    font-size: 92px;
}

.f-size-93 {
    font-size: 93px;
}

.f-size-94 {
    font-size: 94px;
}

.f-size-95 {
    font-size: 95px;
}

.f-size-96 {
    font-size: 96px;
}

.f-size-97 {
    font-size: 97px;
}

.f-size-98 {
    font-size: 98px;
}

.f-size-99 {
    font-size: 99px;
}

.f-size-100 {
    font-size: 100px;
}

@media (max-width: 1199.98px) {
    .f-size-lg-0 {
        font-size: 0;
    }

    .f-size-lg-1 {
        font-size: 1px;
    }

    .f-size-lg-2 {
        font-size: 2px;
    }

    .f-size-lg-3 {
        font-size: 3px;
    }

    .f-size-lg-4 {
        font-size: 4px;
    }

    .f-size-lg-5 {
        font-size: 5px;
    }

    .f-size-lg-6 {
        font-size: 6px;
    }

    .f-size-lg-7 {
        font-size: 7px;
    }

    .f-size-lg-8 {
        font-size: 8px;
    }

    .f-size-lg-9 {
        font-size: 9px;
    }

    .f-size-lg-10 {
        font-size: 10px;
    }

    .f-size-lg-11 {
        font-size: 11px;
    }

    .f-size-lg-12 {
        font-size: 12px;
    }

    .f-size-lg-13 {
        font-size: 13px;
    }

    .f-size-lg-14 {
        font-size: 14px;
    }

    .f-size-lg-15 {
        font-size: 15px;
    }

    .f-size-lg-16 {
        font-size: 16px;
    }

    .f-size-lg-17 {
        font-size: 17px;
    }

    .f-size-lg-18 {
        font-size: 18px;
    }

    .f-size-lg-19 {
        font-size: 19px;
    }

    .f-size-lg-20 {
        font-size: 20px;
    }

    .f-size-lg-21 {
        font-size: 21px;
    }

    .f-size-lg-22 {
        font-size: 22px;
    }

    .f-size-lg-23 {
        font-size: 23px;
    }

    .f-size-lg-24 {
        font-size: 24px;
    }

    .f-size-lg-25 {
        font-size: 25px;
    }

    .f-size-lg-26 {
        font-size: 26px;
    }

    .f-size-lg-27 {
        font-size: 27px;
    }

    .f-size-lg-28 {
        font-size: 28px;
    }

    .f-size-lg-29 {
        font-size: 29px;
    }

    .f-size-lg-30 {
        font-size: 30px;
    }

    .f-size-lg-31 {
        font-size: 31px;
    }

    .f-size-lg-32 {
        font-size: 32px;
    }

    .f-size-lg-33 {
        font-size: 33px;
    }

    .f-size-lg-34 {
        font-size: 34px;
    }

    .f-size-lg-35 {
        font-size: 35px;
    }

    .f-size-lg-36 {
        font-size: 36px;
    }

    .f-size-lg-37 {
        font-size: 37px;
    }

    .f-size-lg-38 {
        font-size: 38px;
    }

    .f-size-lg-39 {
        font-size: 39px;
    }

    .f-size-lg-40 {
        font-size: 40px;
    }

    .f-size-lg-41 {
        font-size: 41px;
    }

    .f-size-lg-42 {
        font-size: 42px;
    }

    .f-size-lg-43 {
        font-size: 43px;
    }

    .f-size-lg-44 {
        font-size: 44px;
    }

    .f-size-lg-45 {
        font-size: 45px;
    }

    .f-size-lg-46 {
        font-size: 46px;
    }

    .f-size-lg-47 {
        font-size: 47px;
    }

    .f-size-lg-48 {
        font-size: 48px;
    }

    .f-size-lg-49 {
        font-size: 49px;
    }

    .f-size-lg-50 {
        font-size: 50px;
    }

    .f-size-lg-51 {
        font-size: 51px;
    }

    .f-size-lg-52 {
        font-size: 52px;
    }

    .f-size-lg-53 {
        font-size: 53px;
    }

    .f-size-lg-54 {
        font-size: 54px;
    }

    .f-size-lg-55 {
        font-size: 55px;
    }

    .f-size-lg-56 {
        font-size: 56px;
    }

    .f-size-lg-57 {
        font-size: 57px;
    }

    .f-size-lg-58 {
        font-size: 58px;
    }

    .f-size-lg-59 {
        font-size: 59px;
    }

    .f-size-lg-60 {
        font-size: 60px;
    }

    .f-size-lg-61 {
        font-size: 61px;
    }

    .f-size-lg-62 {
        font-size: 62px;
    }

    .f-size-lg-63 {
        font-size: 63px;
    }

    .f-size-lg-64 {
        font-size: 64px;
    }

    .f-size-lg-65 {
        font-size: 65px;
    }

    .f-size-lg-66 {
        font-size: 66px;
    }

    .f-size-lg-67 {
        font-size: 67px;
    }

    .f-size-lg-68 {
        font-size: 68px;
    }

    .f-size-lg-69 {
        font-size: 69px;
    }

    .f-size-lg-70 {
        font-size: 70px;
    }

    .f-size-lg-71 {
        font-size: 71px;
    }

    .f-size-lg-72 {
        font-size: 72px;
    }

    .f-size-lg-73 {
        font-size: 73px;
    }

    .f-size-lg-74 {
        font-size: 74px;
    }

    .f-size-lg-75 {
        font-size: 75px;
    }

    .f-size-lg-76 {
        font-size: 76px;
    }

    .f-size-lg-77 {
        font-size: 77px;
    }

    .f-size-lg-78 {
        font-size: 78px;
    }

    .f-size-lg-79 {
        font-size: 79px;
    }

    .f-size-lg-80 {
        font-size: 80px;
    }

    .f-size-lg-81 {
        font-size: 81px;
    }

    .f-size-lg-82 {
        font-size: 82px;
    }

    .f-size-lg-83 {
        font-size: 83px;
    }

    .f-size-lg-84 {
        font-size: 84px;
    }

    .f-size-lg-85 {
        font-size: 85px;
    }

    .f-size-lg-86 {
        font-size: 86px;
    }

    .f-size-lg-87 {
        font-size: 87px;
    }

    .f-size-lg-88 {
        font-size: 88px;
    }

    .f-size-lg-89 {
        font-size: 89px;
    }

    .f-size-lg-90 {
        font-size: 90px;
    }

    .f-size-lg-91 {
        font-size: 91px;
    }

    .f-size-lg-92 {
        font-size: 92px;
    }

    .f-size-lg-93 {
        font-size: 93px;
    }

    .f-size-lg-94 {
        font-size: 94px;
    }

    .f-size-lg-95 {
        font-size: 95px;
    }

    .f-size-lg-96 {
        font-size: 96px;
    }

    .f-size-lg-97 {
        font-size: 97px;
    }

    .f-size-lg-98 {
        font-size: 98px;
    }

    .f-size-lg-99 {
        font-size: 99px;
    }

    .f-size-lg-100 {
        font-size: 100px;
    }
}

@media (max-width: 991.98px) {
    .f-size-md-0 {
        font-size: 0;
    }

    .f-size-md-1 {
        font-size: 1px;
    }

    .f-size-md-2 {
        font-size: 2px;
    }

    .f-size-md-3 {
        font-size: 3px;
    }

    .f-size-md-4 {
        font-size: 4px;
    }

    .f-size-md-5 {
        font-size: 5px;
    }

    .f-size-md-6 {
        font-size: 6px;
    }

    .f-size-md-7 {
        font-size: 7px;
    }

    .f-size-md-8 {
        font-size: 8px;
    }

    .f-size-md-9 {
        font-size: 9px;
    }

    .f-size-md-10 {
        font-size: 10px;
    }

    .f-size-md-11 {
        font-size: 11px;
    }

    .f-size-md-12 {
        font-size: 12px;
    }

    .f-size-md-13 {
        font-size: 13px;
    }

    .f-size-md-14 {
        font-size: 14px;
    }

    .f-size-md-15 {
        font-size: 15px;
    }

    .f-size-md-16 {
        font-size: 16px;
    }

    .f-size-md-17 {
        font-size: 17px;
    }

    .f-size-md-18 {
        font-size: 18px;
    }

    .f-size-md-19 {
        font-size: 19px;
    }

    .f-size-md-20 {
        font-size: 20px;
    }

    .f-size-md-21 {
        font-size: 21px;
    }

    .f-size-md-22 {
        font-size: 22px;
    }

    .f-size-md-23 {
        font-size: 23px;
    }

    .f-size-md-24 {
        font-size: 24px;
    }

    .f-size-md-25 {
        font-size: 25px;
    }

    .f-size-md-26 {
        font-size: 26px;
    }

    .f-size-md-27 {
        font-size: 27px;
    }

    .f-size-md-28 {
        font-size: 28px;
    }

    .f-size-md-29 {
        font-size: 29px;
    }

    .f-size-md-30 {
        font-size: 30px;
    }

    .f-size-md-31 {
        font-size: 31px;
    }

    .f-size-md-32 {
        font-size: 32px;
    }

    .f-size-md-33 {
        font-size: 33px;
    }

    .f-size-md-34 {
        font-size: 34px;
    }

    .f-size-md-35 {
        font-size: 35px;
    }

    .f-size-md-36 {
        font-size: 36px;
    }

    .f-size-md-37 {
        font-size: 37px;
    }

    .f-size-md-38 {
        font-size: 38px;
    }

    .f-size-md-39 {
        font-size: 39px;
    }

    .f-size-md-40 {
        font-size: 40px;
    }

    .f-size-md-41 {
        font-size: 41px;
    }

    .f-size-md-42 {
        font-size: 42px;
    }

    .f-size-md-43 {
        font-size: 43px;
    }

    .f-size-md-44 {
        font-size: 44px;
    }

    .f-size-md-45 {
        font-size: 45px;
    }

    .f-size-md-46 {
        font-size: 46px;
    }

    .f-size-md-47 {
        font-size: 47px;
    }

    .f-size-md-48 {
        font-size: 48px;
    }

    .f-size-md-49 {
        font-size: 49px;
    }

    .f-size-md-50 {
        font-size: 50px;
    }

    .f-size-md-51 {
        font-size: 51px;
    }

    .f-size-md-52 {
        font-size: 52px;
    }

    .f-size-md-53 {
        font-size: 53px;
    }

    .f-size-md-54 {
        font-size: 54px;
    }

    .f-size-md-55 {
        font-size: 55px;
    }

    .f-size-md-56 {
        font-size: 56px;
    }

    .f-size-md-57 {
        font-size: 57px;
    }

    .f-size-md-58 {
        font-size: 58px;
    }

    .f-size-md-59 {
        font-size: 59px;
    }

    .f-size-md-60 {
        font-size: 60px;
    }

    .f-size-md-61 {
        font-size: 61px;
    }

    .f-size-md-62 {
        font-size: 62px;
    }

    .f-size-md-63 {
        font-size: 63px;
    }

    .f-size-md-64 {
        font-size: 64px;
    }

    .f-size-md-65 {
        font-size: 65px;
    }

    .f-size-md-66 {
        font-size: 66px;
    }

    .f-size-md-67 {
        font-size: 67px;
    }

    .f-size-md-68 {
        font-size: 68px;
    }

    .f-size-md-69 {
        font-size: 69px;
    }

    .f-size-md-70 {
        font-size: 70px;
    }

    .f-size-md-71 {
        font-size: 71px;
    }

    .f-size-md-72 {
        font-size: 72px;
    }

    .f-size-md-73 {
        font-size: 73px;
    }

    .f-size-md-74 {
        font-size: 74px;
    }

    .f-size-md-75 {
        font-size: 75px;
    }

    .f-size-md-76 {
        font-size: 76px;
    }

    .f-size-md-77 {
        font-size: 77px;
    }

    .f-size-md-78 {
        font-size: 78px;
    }

    .f-size-md-79 {
        font-size: 79px;
    }

    .f-size-md-80 {
        font-size: 80px;
    }

    .f-size-md-81 {
        font-size: 81px;
    }

    .f-size-md-82 {
        font-size: 82px;
    }

    .f-size-md-83 {
        font-size: 83px;
    }

    .f-size-md-84 {
        font-size: 84px;
    }

    .f-size-md-85 {
        font-size: 85px;
    }

    .f-size-md-86 {
        font-size: 86px;
    }

    .f-size-md-87 {
        font-size: 87px;
    }

    .f-size-md-88 {
        font-size: 88px;
    }

    .f-size-md-89 {
        font-size: 89px;
    }

    .f-size-md-90 {
        font-size: 90px;
    }

    .f-size-md-91 {
        font-size: 91px;
    }

    .f-size-md-92 {
        font-size: 92px;
    }

    .f-size-md-93 {
        font-size: 93px;
    }

    .f-size-md-94 {
        font-size: 94px;
    }

    .f-size-md-95 {
        font-size: 95px;
    }

    .f-size-md-96 {
        font-size: 96px;
    }

    .f-size-md-97 {
        font-size: 97px;
    }

    .f-size-md-98 {
        font-size: 98px;
    }

    .f-size-md-99 {
        font-size: 99px;
    }

    .f-size-md-100 {
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .f-size-xs-0 {
        font-size: 0;
    }

    .f-size-xs-1 {
        font-size: 1px;
    }

    .f-size-xs-2 {
        font-size: 2px;
    }

    .f-size-xs-3 {
        font-size: 3px;
    }

    .f-size-xs-4 {
        font-size: 4px;
    }

    .f-size-xs-5 {
        font-size: 5px;
    }

    .f-size-xs-6 {
        font-size: 6px;
    }

    .f-size-xs-7 {
        font-size: 7px;
    }

    .f-size-xs-8 {
        font-size: 8px;
    }

    .f-size-xs-9 {
        font-size: 9px;
    }

    .f-size-xs-10 {
        font-size: 10px;
    }

    .f-size-xs-11 {
        font-size: 11px;
    }

    .f-size-xs-12 {
        font-size: 12px;
    }

    .f-size-xs-13 {
        font-size: 13px;
    }

    .f-size-xs-14 {
        font-size: 14px;
    }

    .f-size-xs-15 {
        font-size: 15px;
    }

    .f-size-xs-16 {
        font-size: 16px;
    }

    .f-size-xs-17 {
        font-size: 17px;
    }

    .f-size-xs-18 {
        font-size: 18px;
    }

    .f-size-xs-19 {
        font-size: 19px;
    }

    .f-size-xs-20 {
        font-size: 20px;
    }

    .f-size-xs-21 {
        font-size: 21px;
    }

    .f-size-xs-22 {
        font-size: 22px;
    }

    .f-size-xs-23 {
        font-size: 23px;
    }

    .f-size-xs-24 {
        font-size: 24px;
    }

    .f-size-xs-25 {
        font-size: 25px;
    }

    .f-size-xs-26 {
        font-size: 26px;
    }

    .f-size-xs-27 {
        font-size: 27px;
    }

    .f-size-xs-28 {
        font-size: 28px;
    }

    .f-size-xs-29 {
        font-size: 29px;
    }

    .f-size-xs-30 {
        font-size: 30px;
    }

    .f-size-xs-31 {
        font-size: 31px;
    }

    .f-size-xs-32 {
        font-size: 32px;
    }

    .f-size-xs-33 {
        font-size: 33px;
    }

    .f-size-xs-34 {
        font-size: 34px;
    }

    .f-size-xs-35 {
        font-size: 35px;
    }

    .f-size-xs-36 {
        font-size: 36px;
    }

    .f-size-xs-37 {
        font-size: 37px;
    }

    .f-size-xs-38 {
        font-size: 38px;
    }

    .f-size-xs-39 {
        font-size: 39px;
    }

    .f-size-xs-40 {
        font-size: 40px;
    }

    .f-size-xs-41 {
        font-size: 41px;
    }

    .f-size-xs-42 {
        font-size: 42px;
    }

    .f-size-xs-43 {
        font-size: 43px;
    }

    .f-size-xs-44 {
        font-size: 44px;
    }

    .f-size-xs-45 {
        font-size: 45px;
    }

    .f-size-xs-46 {
        font-size: 46px;
    }

    .f-size-xs-47 {
        font-size: 47px;
    }

    .f-size-xs-48 {
        font-size: 48px;
    }

    .f-size-xs-49 {
        font-size: 49px;
    }

    .f-size-xs-50 {
        font-size: 50px;
    }

    .f-size-xs-51 {
        font-size: 51px;
    }

    .f-size-xs-52 {
        font-size: 52px;
    }

    .f-size-xs-53 {
        font-size: 53px;
    }

    .f-size-xs-54 {
        font-size: 54px;
    }

    .f-size-xs-55 {
        font-size: 55px;
    }

    .f-size-xs-56 {
        font-size: 56px;
    }

    .f-size-xs-57 {
        font-size: 57px;
    }

    .f-size-xs-58 {
        font-size: 58px;
    }

    .f-size-xs-59 {
        font-size: 59px;
    }

    .f-size-xs-60 {
        font-size: 60px;
    }

    .f-size-xs-61 {
        font-size: 61px;
    }

    .f-size-xs-62 {
        font-size: 62px;
    }

    .f-size-xs-63 {
        font-size: 63px;
    }

    .f-size-xs-64 {
        font-size: 64px;
    }

    .f-size-xs-65 {
        font-size: 65px;
    }

    .f-size-xs-66 {
        font-size: 66px;
    }

    .f-size-xs-67 {
        font-size: 67px;
    }

    .f-size-xs-68 {
        font-size: 68px;
    }

    .f-size-xs-69 {
        font-size: 69px;
    }

    .f-size-xs-70 {
        font-size: 70px;
    }

    .f-size-xs-71 {
        font-size: 71px;
    }

    .f-size-xs-72 {
        font-size: 72px;
    }

    .f-size-xs-73 {
        font-size: 73px;
    }

    .f-size-xs-74 {
        font-size: 74px;
    }

    .f-size-xs-75 {
        font-size: 75px;
    }

    .f-size-xs-76 {
        font-size: 76px;
    }

    .f-size-xs-77 {
        font-size: 77px;
    }

    .f-size-xs-78 {
        font-size: 78px;
    }

    .f-size-xs-79 {
        font-size: 79px;
    }

    .f-size-xs-80 {
        font-size: 80px;
    }

    .f-size-xs-81 {
        font-size: 81px;
    }

    .f-size-xs-82 {
        font-size: 82px;
    }

    .f-size-xs-83 {
        font-size: 83px;
    }

    .f-size-xs-84 {
        font-size: 84px;
    }

    .f-size-xs-85 {
        font-size: 85px;
    }

    .f-size-xs-86 {
        font-size: 86px;
    }

    .f-size-xs-87 {
        font-size: 87px;
    }

    .f-size-xs-88 {
        font-size: 88px;
    }

    .f-size-xs-89 {
        font-size: 89px;
    }

    .f-size-xs-90 {
        font-size: 90px;
    }

    .f-size-xs-91 {
        font-size: 91px;
    }

    .f-size-xs-92 {
        font-size: 92px;
    }

    .f-size-xs-93 {
        font-size: 93px;
    }

    .f-size-xs-94 {
        font-size: 94px;
    }

    .f-size-xs-95 {
        font-size: 95px;
    }

    .f-size-xs-96 {
        font-size: 96px;
    }

    .f-size-xs-97 {
        font-size: 97px;
    }

    .f-size-xs-98 {
        font-size: 98px;
    }

    .f-size-xs-99 {
        font-size: 99px;
    }

    .f-size-xs-100 {
        font-size: 100px;
    }
}

.line-height-0 {
    line-height: 0;
}

.line-height-1 {
    line-height: 1px;
}

.line-height-2 {
    line-height: 2px;
}

.line-height-3 {
    line-height: 3px;
}

.line-height-4 {
    line-height: 4px;
}

.line-height-5 {
    line-height: 5px;
}

.line-height-6 {
    line-height: 6px;
}

.line-height-7 {
    line-height: 7px;
}

.line-height-8 {
    line-height: 8px;
}

.line-height-9 {
    line-height: 9px;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-11 {
    line-height: 11px;
}

.line-height-12 {
    line-height: 12px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-14 {
    line-height: 14px;
}

.line-height-15 {
    line-height: 15px;
}

.line-height-16 {
    line-height: 16px;
}

.line-height-17 {
    line-height: 17px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-19 {
    line-height: 19px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-21 {
    line-height: 21px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-27 {
    line-height: 27px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-29 {
    line-height: 29px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-31 {
    line-height: 31px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-33 {
    line-height: 33px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-37 {
    line-height: 37px;
}

.line-height-38 {
    line-height: 38px;
}

.line-height-39 {
    line-height: 39px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-41 {
    line-height: 41px;
}

.line-height-42 {
    line-height: 42px;
}

.line-height-43 {
    line-height: 43px;
}

.line-height-44 {
    line-height: 44px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-46 {
    line-height: 46px;
}

.line-height-47 {
    line-height: 47px;
}

.line-height-48 {
    line-height: 48px;
}

.line-height-49 {
    line-height: 49px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-51 {
    line-height: 51px;
}

.line-height-52 {
    line-height: 52px;
}

.line-height-53 {
    line-height: 53px;
}

.line-height-54 {
    line-height: 54px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-56 {
    line-height: 56px;
}

.line-height-57 {
    line-height: 57px;
}

.line-height-58 {
    line-height: 58px;
}

.line-height-59 {
    line-height: 59px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-61 {
    line-height: 61px;
}

.line-height-62 {
    line-height: 62px;
}

.line-height-63 {
    line-height: 63px;
}

.line-height-64 {
    line-height: 64px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-66 {
    line-height: 66px;
}

.line-height-67 {
    line-height: 67px;
}

.line-height-68 {
    line-height: 68px;
}

.line-height-69 {
    line-height: 69px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-71 {
    line-height: 71px;
}

.line-height-72 {
    line-height: 72px;
}

.line-height-73 {
    line-height: 73px;
}

.line-height-74 {
    line-height: 74px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-76 {
    line-height: 76px;
}

.line-height-77 {
    line-height: 77px;
}

.line-height-78 {
    line-height: 78px;
}

.line-height-79 {
    line-height: 79px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-81 {
    line-height: 81px;
}

.line-height-82 {
    line-height: 82px;
}

.line-height-83 {
    line-height: 83px;
}

.line-height-84 {
    line-height: 84px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-86 {
    line-height: 86px;
}

.line-height-87 {
    line-height: 87px;
}

.line-height-88 {
    line-height: 88px;
}

.line-height-89 {
    line-height: 89px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-91 {
    line-height: 91px;
}

.line-height-92 {
    line-height: 92px;
}

.line-height-93 {
    line-height: 93px;
}

.line-height-94 {
    line-height: 94px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-96 {
    line-height: 96px;
}

.line-height-97 {
    line-height: 97px;
}

.line-height-98 {
    line-height: 98px;
}

.line-height-99 {
    line-height: 99px;
}

.line-height-100 {
    line-height: 100px;
}

@media (max-width: 1199.98px) {
    .line-height-lg-0 {
        line-height: 0;
    }

    .line-height-lg-1 {
        line-height: 1px;
    }

    .line-height-lg-2 {
        line-height: 2px;
    }

    .line-height-lg-3 {
        line-height: 3px;
    }

    .line-height-lg-4 {
        line-height: 4px;
    }

    .line-height-lg-5 {
        line-height: 5px;
    }

    .line-height-lg-6 {
        line-height: 6px;
    }

    .line-height-lg-7 {
        line-height: 7px;
    }

    .line-height-lg-8 {
        line-height: 8px;
    }

    .line-height-lg-9 {
        line-height: 9px;
    }

    .line-height-lg-10 {
        line-height: 10px;
    }

    .line-height-lg-11 {
        line-height: 11px;
    }

    .line-height-lg-12 {
        line-height: 12px;
    }

    .line-height-lg-13 {
        line-height: 13px;
    }

    .line-height-lg-14 {
        line-height: 14px;
    }

    .line-height-lg-15 {
        line-height: 15px;
    }

    .line-height-lg-16 {
        line-height: 16px;
    }

    .line-height-lg-17 {
        line-height: 17px;
    }

    .line-height-lg-18 {
        line-height: 18px;
    }

    .line-height-lg-19 {
        line-height: 19px;
    }

    .line-height-lg-20 {
        line-height: 20px;
    }

    .line-height-lg-21 {
        line-height: 21px;
    }

    .line-height-lg-22 {
        line-height: 22px;
    }

    .line-height-lg-23 {
        line-height: 23px;
    }

    .line-height-lg-24 {
        line-height: 24px;
    }

    .line-height-lg-25 {
        line-height: 25px;
    }

    .line-height-lg-26 {
        line-height: 26px;
    }

    .line-height-lg-27 {
        line-height: 27px;
    }

    .line-height-lg-28 {
        line-height: 28px;
    }

    .line-height-lg-29 {
        line-height: 29px;
    }

    .line-height-lg-30 {
        line-height: 30px;
    }

    .line-height-lg-31 {
        line-height: 31px;
    }

    .line-height-lg-32 {
        line-height: 32px;
    }

    .line-height-lg-33 {
        line-height: 33px;
    }

    .line-height-lg-34 {
        line-height: 34px;
    }

    .line-height-lg-35 {
        line-height: 35px;
    }

    .line-height-lg-36 {
        line-height: 36px;
    }

    .line-height-lg-37 {
        line-height: 37px;
    }

    .line-height-lg-38 {
        line-height: 38px;
    }

    .line-height-lg-39 {
        line-height: 39px;
    }

    .line-height-lg-40 {
        line-height: 40px;
    }

    .line-height-lg-41 {
        line-height: 41px;
    }

    .line-height-lg-42 {
        line-height: 42px;
    }

    .line-height-lg-43 {
        line-height: 43px;
    }

    .line-height-lg-44 {
        line-height: 44px;
    }

    .line-height-lg-45 {
        line-height: 45px;
    }

    .line-height-lg-46 {
        line-height: 46px;
    }

    .line-height-lg-47 {
        line-height: 47px;
    }

    .line-height-lg-48 {
        line-height: 48px;
    }

    .line-height-lg-49 {
        line-height: 49px;
    }

    .line-height-lg-50 {
        line-height: 50px;
    }

    .line-height-lg-51 {
        line-height: 51px;
    }

    .line-height-lg-52 {
        line-height: 52px;
    }

    .line-height-lg-53 {
        line-height: 53px;
    }

    .line-height-lg-54 {
        line-height: 54px;
    }

    .line-height-lg-55 {
        line-height: 55px;
    }

    .line-height-lg-56 {
        line-height: 56px;
    }

    .line-height-lg-57 {
        line-height: 57px;
    }

    .line-height-lg-58 {
        line-height: 58px;
    }

    .line-height-lg-59 {
        line-height: 59px;
    }

    .line-height-lg-60 {
        line-height: 60px;
    }

    .line-height-lg-61 {
        line-height: 61px;
    }

    .line-height-lg-62 {
        line-height: 62px;
    }

    .line-height-lg-63 {
        line-height: 63px;
    }

    .line-height-lg-64 {
        line-height: 64px;
    }

    .line-height-lg-65 {
        line-height: 65px;
    }

    .line-height-lg-66 {
        line-height: 66px;
    }

    .line-height-lg-67 {
        line-height: 67px;
    }

    .line-height-lg-68 {
        line-height: 68px;
    }

    .line-height-lg-69 {
        line-height: 69px;
    }

    .line-height-lg-70 {
        line-height: 70px;
    }

    .line-height-lg-71 {
        line-height: 71px;
    }

    .line-height-lg-72 {
        line-height: 72px;
    }

    .line-height-lg-73 {
        line-height: 73px;
    }

    .line-height-lg-74 {
        line-height: 74px;
    }

    .line-height-lg-75 {
        line-height: 75px;
    }

    .line-height-lg-76 {
        line-height: 76px;
    }

    .line-height-lg-77 {
        line-height: 77px;
    }

    .line-height-lg-78 {
        line-height: 78px;
    }

    .line-height-lg-79 {
        line-height: 79px;
    }

    .line-height-lg-80 {
        line-height: 80px;
    }

    .line-height-lg-81 {
        line-height: 81px;
    }

    .line-height-lg-82 {
        line-height: 82px;
    }

    .line-height-lg-83 {
        line-height: 83px;
    }

    .line-height-lg-84 {
        line-height: 84px;
    }

    .line-height-lg-85 {
        line-height: 85px;
    }

    .line-height-lg-86 {
        line-height: 86px;
    }

    .line-height-lg-87 {
        line-height: 87px;
    }

    .line-height-lg-88 {
        line-height: 88px;
    }

    .line-height-lg-89 {
        line-height: 89px;
    }

    .line-height-lg-90 {
        line-height: 90px;
    }

    .line-height-lg-91 {
        line-height: 91px;
    }

    .line-height-lg-92 {
        line-height: 92px;
    }

    .line-height-lg-93 {
        line-height: 93px;
    }

    .line-height-lg-94 {
        line-height: 94px;
    }

    .line-height-lg-95 {
        line-height: 95px;
    }

    .line-height-lg-96 {
        line-height: 96px;
    }

    .line-height-lg-97 {
        line-height: 97px;
    }

    .line-height-lg-98 {
        line-height: 98px;
    }

    .line-height-lg-99 {
        line-height: 99px;
    }

    .line-height-lg-100 {
        line-height: 100px;
    }
}

@media (max-width: 991.98px) {
    .line-height-md-0 {
        line-height: 0;
    }

    .line-height-md-1 {
        line-height: 1px;
    }

    .line-height-md-2 {
        line-height: 2px;
    }

    .line-height-md-3 {
        line-height: 3px;
    }

    .line-height-md-4 {
        line-height: 4px;
    }

    .line-height-md-5 {
        line-height: 5px;
    }

    .line-height-md-6 {
        line-height: 6px;
    }

    .line-height-md-7 {
        line-height: 7px;
    }

    .line-height-md-8 {
        line-height: 8px;
    }

    .line-height-md-9 {
        line-height: 9px;
    }

    .line-height-md-10 {
        line-height: 10px;
    }

    .line-height-md-11 {
        line-height: 11px;
    }

    .line-height-md-12 {
        line-height: 12px;
    }

    .line-height-md-13 {
        line-height: 13px;
    }

    .line-height-md-14 {
        line-height: 14px;
    }

    .line-height-md-15 {
        line-height: 15px;
    }

    .line-height-md-16 {
        line-height: 16px;
    }

    .line-height-md-17 {
        line-height: 17px;
    }

    .line-height-md-18 {
        line-height: 18px;
    }

    .line-height-md-19 {
        line-height: 19px;
    }

    .line-height-md-20 {
        line-height: 20px;
    }

    .line-height-md-21 {
        line-height: 21px;
    }

    .line-height-md-22 {
        line-height: 22px;
    }

    .line-height-md-23 {
        line-height: 23px;
    }

    .line-height-md-24 {
        line-height: 24px;
    }

    .line-height-md-25 {
        line-height: 25px;
    }

    .line-height-md-26 {
        line-height: 26px;
    }

    .line-height-md-27 {
        line-height: 27px;
    }

    .line-height-md-28 {
        line-height: 28px;
    }

    .line-height-md-29 {
        line-height: 29px;
    }

    .line-height-md-30 {
        line-height: 30px;
    }

    .line-height-md-31 {
        line-height: 31px;
    }

    .line-height-md-32 {
        line-height: 32px;
    }

    .line-height-md-33 {
        line-height: 33px;
    }

    .line-height-md-34 {
        line-height: 34px;
    }

    .line-height-md-35 {
        line-height: 35px;
    }

    .line-height-md-36 {
        line-height: 36px;
    }

    .line-height-md-37 {
        line-height: 37px;
    }

    .line-height-md-38 {
        line-height: 38px;
    }

    .line-height-md-39 {
        line-height: 39px;
    }

    .line-height-md-40 {
        line-height: 40px;
    }

    .line-height-md-41 {
        line-height: 41px;
    }

    .line-height-md-42 {
        line-height: 42px;
    }

    .line-height-md-43 {
        line-height: 43px;
    }

    .line-height-md-44 {
        line-height: 44px;
    }

    .line-height-md-45 {
        line-height: 45px;
    }

    .line-height-md-46 {
        line-height: 46px;
    }

    .line-height-md-47 {
        line-height: 47px;
    }

    .line-height-md-48 {
        line-height: 48px;
    }

    .line-height-md-49 {
        line-height: 49px;
    }

    .line-height-md-50 {
        line-height: 50px;
    }

    .line-height-md-51 {
        line-height: 51px;
    }

    .line-height-md-52 {
        line-height: 52px;
    }

    .line-height-md-53 {
        line-height: 53px;
    }

    .line-height-md-54 {
        line-height: 54px;
    }

    .line-height-md-55 {
        line-height: 55px;
    }

    .line-height-md-56 {
        line-height: 56px;
    }

    .line-height-md-57 {
        line-height: 57px;
    }

    .line-height-md-58 {
        line-height: 58px;
    }

    .line-height-md-59 {
        line-height: 59px;
    }

    .line-height-md-60 {
        line-height: 60px;
    }

    .line-height-md-61 {
        line-height: 61px;
    }

    .line-height-md-62 {
        line-height: 62px;
    }

    .line-height-md-63 {
        line-height: 63px;
    }

    .line-height-md-64 {
        line-height: 64px;
    }

    .line-height-md-65 {
        line-height: 65px;
    }

    .line-height-md-66 {
        line-height: 66px;
    }

    .line-height-md-67 {
        line-height: 67px;
    }

    .line-height-md-68 {
        line-height: 68px;
    }

    .line-height-md-69 {
        line-height: 69px;
    }

    .line-height-md-70 {
        line-height: 70px;
    }

    .line-height-md-71 {
        line-height: 71px;
    }

    .line-height-md-72 {
        line-height: 72px;
    }

    .line-height-md-73 {
        line-height: 73px;
    }

    .line-height-md-74 {
        line-height: 74px;
    }

    .line-height-md-75 {
        line-height: 75px;
    }

    .line-height-md-76 {
        line-height: 76px;
    }

    .line-height-md-77 {
        line-height: 77px;
    }

    .line-height-md-78 {
        line-height: 78px;
    }

    .line-height-md-79 {
        line-height: 79px;
    }

    .line-height-md-80 {
        line-height: 80px;
    }

    .line-height-md-81 {
        line-height: 81px;
    }

    .line-height-md-82 {
        line-height: 82px;
    }

    .line-height-md-83 {
        line-height: 83px;
    }

    .line-height-md-84 {
        line-height: 84px;
    }

    .line-height-md-85 {
        line-height: 85px;
    }

    .line-height-md-86 {
        line-height: 86px;
    }

    .line-height-md-87 {
        line-height: 87px;
    }

    .line-height-md-88 {
        line-height: 88px;
    }

    .line-height-md-89 {
        line-height: 89px;
    }

    .line-height-md-90 {
        line-height: 90px;
    }

    .line-height-md-91 {
        line-height: 91px;
    }

    .line-height-md-92 {
        line-height: 92px;
    }

    .line-height-md-93 {
        line-height: 93px;
    }

    .line-height-md-94 {
        line-height: 94px;
    }

    .line-height-md-95 {
        line-height: 95px;
    }

    .line-height-md-96 {
        line-height: 96px;
    }

    .line-height-md-97 {
        line-height: 97px;
    }

    .line-height-md-98 {
        line-height: 98px;
    }

    .line-height-md-99 {
        line-height: 99px;
    }

    .line-height-md-100 {
        line-height: 100px;
    }
}

@media (max-width: 767.98px) {
    .line-height-xs-0 {
        line-height: 0;
    }

    .line-height-xs-1 {
        line-height: 1px;
    }

    .line-height-xs-2 {
        line-height: 2px;
    }

    .line-height-xs-3 {
        line-height: 3px;
    }

    .line-height-xs-4 {
        line-height: 4px;
    }

    .line-height-xs-5 {
        line-height: 5px;
    }

    .line-height-xs-6 {
        line-height: 6px;
    }

    .line-height-xs-7 {
        line-height: 7px;
    }

    .line-height-xs-8 {
        line-height: 8px;
    }

    .line-height-xs-9 {
        line-height: 9px;
    }

    .line-height-xs-10 {
        line-height: 10px;
    }

    .line-height-xs-11 {
        line-height: 11px;
    }

    .line-height-xs-12 {
        line-height: 12px;
    }

    .line-height-xs-13 {
        line-height: 13px;
    }

    .line-height-xs-14 {
        line-height: 14px;
    }

    .line-height-xs-15 {
        line-height: 15px;
    }

    .line-height-xs-16 {
        line-height: 16px;
    }

    .line-height-xs-17 {
        line-height: 17px;
    }

    .line-height-xs-18 {
        line-height: 18px;
    }

    .line-height-xs-19 {
        line-height: 19px;
    }

    .line-height-xs-20 {
        line-height: 20px;
    }

    .line-height-xs-21 {
        line-height: 21px;
    }

    .line-height-xs-22 {
        line-height: 22px;
    }

    .line-height-xs-23 {
        line-height: 23px;
    }

    .line-height-xs-24 {
        line-height: 24px;
    }

    .line-height-xs-25 {
        line-height: 25px;
    }

    .line-height-xs-26 {
        line-height: 26px;
    }

    .line-height-xs-27 {
        line-height: 27px;
    }

    .line-height-xs-28 {
        line-height: 28px;
    }

    .line-height-xs-29 {
        line-height: 29px;
    }

    .line-height-xs-30 {
        line-height: 30px;
    }

    .line-height-xs-31 {
        line-height: 31px;
    }

    .line-height-xs-32 {
        line-height: 32px;
    }

    .line-height-xs-33 {
        line-height: 33px;
    }

    .line-height-xs-34 {
        line-height: 34px;
    }

    .line-height-xs-35 {
        line-height: 35px;
    }

    .line-height-xs-36 {
        line-height: 36px;
    }

    .line-height-xs-37 {
        line-height: 37px;
    }

    .line-height-xs-38 {
        line-height: 38px;
    }

    .line-height-xs-39 {
        line-height: 39px;
    }

    .line-height-xs-40 {
        line-height: 40px;
    }

    .line-height-xs-41 {
        line-height: 41px;
    }

    .line-height-xs-42 {
        line-height: 42px;
    }

    .line-height-xs-43 {
        line-height: 43px;
    }

    .line-height-xs-44 {
        line-height: 44px;
    }

    .line-height-xs-45 {
        line-height: 45px;
    }

    .line-height-xs-46 {
        line-height: 46px;
    }

    .line-height-xs-47 {
        line-height: 47px;
    }

    .line-height-xs-48 {
        line-height: 48px;
    }

    .line-height-xs-49 {
        line-height: 49px;
    }

    .line-height-xs-50 {
        line-height: 50px;
    }

    .line-height-xs-51 {
        line-height: 51px;
    }

    .line-height-xs-52 {
        line-height: 52px;
    }

    .line-height-xs-53 {
        line-height: 53px;
    }

    .line-height-xs-54 {
        line-height: 54px;
    }

    .line-height-xs-55 {
        line-height: 55px;
    }

    .line-height-xs-56 {
        line-height: 56px;
    }

    .line-height-xs-57 {
        line-height: 57px;
    }

    .line-height-xs-58 {
        line-height: 58px;
    }

    .line-height-xs-59 {
        line-height: 59px;
    }

    .line-height-xs-60 {
        line-height: 60px;
    }

    .line-height-xs-61 {
        line-height: 61px;
    }

    .line-height-xs-62 {
        line-height: 62px;
    }

    .line-height-xs-63 {
        line-height: 63px;
    }

    .line-height-xs-64 {
        line-height: 64px;
    }

    .line-height-xs-65 {
        line-height: 65px;
    }

    .line-height-xs-66 {
        line-height: 66px;
    }

    .line-height-xs-67 {
        line-height: 67px;
    }

    .line-height-xs-68 {
        line-height: 68px;
    }

    .line-height-xs-69 {
        line-height: 69px;
    }

    .line-height-xs-70 {
        line-height: 70px;
    }

    .line-height-xs-71 {
        line-height: 71px;
    }

    .line-height-xs-72 {
        line-height: 72px;
    }

    .line-height-xs-73 {
        line-height: 73px;
    }

    .line-height-xs-74 {
        line-height: 74px;
    }

    .line-height-xs-75 {
        line-height: 75px;
    }

    .line-height-xs-76 {
        line-height: 76px;
    }

    .line-height-xs-77 {
        line-height: 77px;
    }

    .line-height-xs-78 {
        line-height: 78px;
    }

    .line-height-xs-79 {
        line-height: 79px;
    }

    .line-height-xs-80 {
        line-height: 80px;
    }

    .line-height-xs-81 {
        line-height: 81px;
    }

    .line-height-xs-82 {
        line-height: 82px;
    }

    .line-height-xs-83 {
        line-height: 83px;
    }

    .line-height-xs-84 {
        line-height: 84px;
    }

    .line-height-xs-85 {
        line-height: 85px;
    }

    .line-height-xs-86 {
        line-height: 86px;
    }

    .line-height-xs-87 {
        line-height: 87px;
    }

    .line-height-xs-88 {
        line-height: 88px;
    }

    .line-height-xs-89 {
        line-height: 89px;
    }

    .line-height-xs-90 {
        line-height: 90px;
    }

    .line-height-xs-91 {
        line-height: 91px;
    }

    .line-height-xs-92 {
        line-height: 92px;
    }

    .line-height-xs-93 {
        line-height: 93px;
    }

    .line-height-xs-94 {
        line-height: 94px;
    }

    .line-height-xs-95 {
        line-height: 95px;
    }

    .line-height-xs-96 {
        line-height: 96px;
    }

    .line-height-xs-97 {
        line-height: 97px;
    }

    .line-height-xs-98 {
        line-height: 98px;
    }

    .line-height-xs-99 {
        line-height: 99px;
    }

    .line-height-xs-100 {
        line-height: 100px;
    }
}

/*2.0 Banner Css*/
.single-rt-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

    .single-rt-banner .banner-add-img {
        position: relative;
        z-index: 1;
    }

@media (max-width: 991.98px) {
    .single-rt-banner .banner-add-img {
        display: none;
    }
}

.single-rt-banner .banner-add-img .sold_img {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .single-rt-banner .banner-add-img .sold_img {
        right: 0;
    }
}

.rt-banner-area {
    position: relative;
}

.rt-dot-list {
    position: absolute;
    top: 50%;
    right: 100px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .rt-dot-list {
        top: auto;
        right: auto;
        bottom: 30px;
        left: 70px;
    }
}

.rt-dot-list li {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
}

    .rt-dot-list li:last-child {
        margin-bottom: 0;
    }

    .rt-dot-list li:before {
        line-height: 16px;
        position: absolute;
        top: 50%;
        right: -30px;
        width: 16px;
        height: 16px;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 8px 0 rgba(85, 78, 253, .4);
        box-shadow: 0 8px 8px 0 rgba(85, 78, 253, .4);
    }

@media (max-width: 1199.98px) {
    .rt-dot-list li:before {
        right: auto;
        left: -30px;
    }
}

.rt-dot-list li.active:before {
    background: -webkit-linear-gradient(303deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(147deg, #f30070 0%, #eb7e0a 100%);
}

.rt-banner-height {
    height: 900px;
}

@media (max-width: 991.98px) {
    .rt-banner-height {
        height: 550px;
    }

    .rt-banner-content h1 .f-size-40 {
        font-size: 50px;
    }
}

.rt-banner-content h1 .f-size-40 {
    font-size: 70px;
}

.domain-searh-form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    height: 50px;
    padding-left: 20px;
    border-radius: 999px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
    box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .domain-searh-form {
        height: auto;
        padding: 15px 30px;
        border-radius: 15px;
    }

    .rt-banner-content h1 .f-size-40 {
        font-size: 40px !important;
    }
}

.domain-searh-form input[type='text'] {
    width: 200px;
    border: none;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    background: transparent;
}

@media (max-width: 767.98px) {
    .domain-searh-form input[type='text'] {
        width: auto;
        max-width: 70%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
}

.domain-searh-form input[type='text']::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #5d5c64;
}

.domain-searh-form input[type='text']::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #5d5c64;
}

.domain-searh-form input[type='text']::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #5d5c64;
}

.domain-searh-form input[type='text']::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #5d5c64;
}

.domain-searh-form input[type='text']:focus {
    outline: none;
}

.domain-searh-form span.bar {
    position: relative;
    top: 50%;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c7c7c7;
}

@media (max-width: 767.98px) {
    .domain-searh-form span.bar {
        display: none;
    }
}

.domain-searh-form select {
    width: 120px;
    color: #5d5c64;
    border: none;
    background: transparent;
}

@media (max-width: 767.98px) {
    .domain-searh-form select {
        max-width: 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

.domain-searh-form select:focus {
    outline: none;
}

.domain-searh-form button {
    padding: 0 56px !important;
    border: none;
}

@media (max-width: 767.98px) {
    .domain-searh-form button {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        padding: 13px 56px !important;
    }
}

.domain-searh-form button:focus {
    outline: none;
}

.domain-searh-form button span {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.domain-searh-form2 {
    position: relative;
    z-index: 1;
}

    .domain-searh-form2 .form-control {
        font-size: 16px;
        position: relative;
        z-index: 1;
        height: 51px;
        padding-right: 175px;
        padding-left: 20px;
        border: none;
        border-radius: 999px !important;
        -webkit-box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
        box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
    }

        .domain-searh-form2 .form-control::-webkit-input-placeholder {
            font-size: 16px;
        }

        .domain-searh-form2 .form-control::-moz-placeholder {
            font-size: 16px;
        }

        .domain-searh-form2 .form-control::-ms-input-placeholder {
            font-size: 16px;
        }

        .domain-searh-form2 .form-control::placeholder {
            font-size: 16px;
        }

    .domain-searh-form2 .rt-btn {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.rt-slider-active {
    z-index: auto;
}

    .rt-slider-active .owl-dots {
        position: absolute;
        z-index: 8;
        top: 50%;
        right: 100px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 1199.98px) {
    .rt-slider-active .owl-dots {
        right: 50px;
    }
}

@media (max-width: 991.98px) {
    .rt-slider-active .owl-dots {
        top: auto;
        right: auto;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.rt-slider-active .owl-dot {
    line-height: 16px;
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 8px 8px 0 rgba(85, 78, 253, .4);
    box-shadow: 0 8px 8px 0 rgba(85, 78, 253, .4);
}

@media (max-width: 991.98px) {
    .rt-slider-active .owl-dot {
        display: inline-block;
        margin: 0 5px;
    }
}

.rt-slider-active .owl-dot.active {
    background: -webkit-linear-gradient(303deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(147deg, #f30070 0%, #eb7e0a 100%);
}

.rt-slider-active .owl-dot:focus {
    outline: none;
}

.rt-slider-active .owl-dot:last-child {
    margin: 0;
}

.rt-slider-active .owl-nav .owl-prev,
.rt-slider-active .owl-nav .owl-next {
    font-size: 20px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    background-color: #f30070 !important;
}

    .rt-slider-active .owl-nav .owl-prev:focus,
    .rt-slider-active .owl-nav .owl-next:focus {
        outline: none;
    }

.rt-slider-active .owl-nav .owl-next {
    right: 30px;
    left: auto;
}

/*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;
    background-color: white;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

    .rt-single-icon-box .icon-thumb {
        max-width: 65px;
        height: 58px;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65px;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
    }

        .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-thumb i {
            font-size: 30px;
            color: #f30070;
        }

    .rt-single-icon-box.icon-center {
        display: block;
    }

        .rt-single-icon-box.icon-center .icon-thumb {
            max-width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 35px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            .rt-single-icon-box.icon-center .icon-thumb.thumb_1 {
                margin-bottom: 15px;
            }

    .rt-single-icon-box .iconbox-content a {
        font-size: 18px;
        color: #2e3d62;
    }

    .rt-single-icon-box.shdoaw-style {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
        box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
    }

    .rt-single-icon-box.shdoaw-style2 {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 60px 0 rgba(46, 61, 98, .1);
        box-shadow: 0 10px 60px 0 rgba(46, 61, 98, .1);
    }

    .rt-single-icon-box.shdoaw-style3 {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .3);
        box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .3);
    }

    .rt-single-icon-box.border-style-1 {
        border: 1px solid #bcbcbc;
    }

    .rt-single-icon-box:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        border-color: transparent;
    }

        .rt-single-icon-box:hover.shdoaw-style {
            -webkit-box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
            box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
        }

        .rt-single-icon-box:hover.shdoaw-style2 {
            -webkit-box-shadow: 0 10px 20px 0 rgba(46, 61, 98, .1);
            box-shadow: 0 10px 20px 0 rgba(46, 61, 98, .1);
        }

        .rt-single-icon-box:hover.shdoaw-style3 {
            -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .1);
            box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .1);
        }

        .rt-single-icon-box:hover.border-style-1 {
            border: 1px solid rgba(188, 188, 188, .3);
            background-color: #fff;
            -webkit-box-shadow: 0 5px 30px 0 rgba(189, 189, 192, .3);
            box-shadow: 0 5px 30px 0 rgba(189, 189, 192, .3);
        }

        .rt-single-icon-box:hover .iconbox-content a {
            color: #EB751F;
        }

        .rt-single-icon-box:hover .icon-thumb img {
            -webkit-animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
            animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
        }

.active-choose .owl-item.center .rt-single-icon-box {
    top: -69px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .2);
    box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .2);
}

    .active-choose .owl-item.center .rt-single-icon-box .iconbox-content a {
        color: #EB751F;
    }

.active-choose .owl-nav .owl-prev,
.active-choose .owl-nav .owl-next {
    font-size: 30px !important;
    line-height: 70px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #2e3d62 !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 15px 0 rgba(67, 36, 217, .05);
    box-shadow: 0 5px 15px 0 rgba(67, 36, 217, .05);
}

@media (max-width: 1199.98px) {
    .active-choose .owl-nav .owl-prev,
    .active-choose .owl-nav .owl-next {
        font-size: 22px !important;
        line-height: 45px;
        width: 45px;
        height: 45px;
    }
}

.active-choose .owl-nav .owl-prev:after,
.active-choose .owl-nav .owl-next:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background: -webkit-linear-gradient(62deg, #7e5dfe 0%, #be7bf4 100%);
    background: linear-gradient(28deg, #7e5dfe 0%, #be7bf4 100%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.active-choose .owl-nav .owl-prev:hover,
.active-choose .owl-nav .owl-next:hover {
    color: #fff !important;
}

    .active-choose .owl-nav .owl-prev:hover:after,
    .active-choose .owl-nav .owl-next:hover:after {
        visibility: visible;
        -webkit-animation: zoomIn 400ms ease-in-out;
        animation: zoomIn 400ms ease-in-out;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

.active-choose .owl-nav .owl-prev:focus,
.active-choose .owl-nav .owl-next:focus {
    outline: none;
}

.active-choose .owl-nav .owl-next {
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .active-choose .owl-nav .owl-next {
        margin-left: 50px;
    }
}

.box-down {
    top: 40px;
}

.page-content-area .seller-box .rt-box-style-2 .media img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f2eeff;
    border: 1px solid #bfaffe;
    padding: 8px;
}

.page-content-area .imail-comnt-box .media img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f2eeff;
    border: 1px solid #bfaffe;
    padding: 8px;
}

/*2.2 Services Css*/
.services-box-1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 310px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    border-color: #2a384c;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(55, 94, 246, .1);
    box-shadow: 0 1px 10px 0 rgba(55, 94, 246, .1);
    -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;
}

    .services-box-1 h4 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 10px;
        text-transform: capitalize;
    }

    .services-box-1 p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 0;
    }

    .services-box-1 .services-thumb {
        margin-bottom: 20px;
    }

    .services-box-1:hover {
        -webkit-box-shadow: 0 4px 10px 0 rgba(55, 94, 246, .4);
        box-shadow: 0 4px 10px 0 rgba(55, 94, 246, .4);
    }

        .services-box-1:hover .services-thumb img {
            -webkit-animation: pulse 400ms ease-in-out;
            animation: pulse 400ms ease-in-out;
        }

    .services-box-1.dark-box {
        border-color: rgba(42, 56, 76, .5);
        background-color: #252c48;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    }

        .services-box-1.dark-box h4,
        .services-box-1.dark-box p {
            color: #fff;
        }

        .services-box-1.dark-box:hover {
            -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .4);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .4);
        }

.services-box-2 {
    position: relative;
    margin-bottom: 30px;
}

    .services-box-2 .inner-counter {
        font-size: 70px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: rgba(51, 51, 51, .2);
    }

        .services-box-2 .inner-counter:before {
            content: counter(my-sec-counter, decimal-leading-zero) ' ';
            counter-increment: my-sec-counter;
        }

    .services-box-2 .services-thumb {
        margin-bottom: 24px;
    }

    .services-box-2 h4 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 17px;
    }

    .services-box-2 p {
        font-size: 14px;
        margin: 0 0 0;
        font-size-padding-left: 20px;
        font-size-padding-right: 20px;
    }

    .services-box-2.dark-box h4 {
        color: #fff;
    }

    .services-box-2.dark-box .inner-counter {
        color: rgba(73, 103, 253, .15);
    }

    .services-box-2.dark-box p {
        color: #c7d1fc;
    }

    .services-box-2:hover .services-thumb {
        -webkit-animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
        animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
    }

/*2.3 portfolio Css*/
.filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px;
    list-style: none;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-radius: 999px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .filter-list li {
        font-size: 17px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-right: 10px;
        padding: 10px 31px;
        cursor: pointer;
        -webkit-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
        text-transform: uppercase;
        color: #fff;
        border-radius: 999px;
        background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
        background: linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
    }

@media (max-width: 1199.98px) {
    .filter-list li {
        padding: 14px 20px;
    }
}

@media (max-width: 991.98px) {
    .filter-list li {
        margin: 5px;
    }
}

.filter-list li.active,
.filter-list li:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
}

    .filter-list li.active:after,
    .filter-list li:hover:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
        border-radius: 999px;
        background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
        background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    }

.filter-list li:last-child {
    margin-right: 0;
}

.tbanavs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 999px;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .tbanavs {
        flex-direction: column;
        border-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tbanavs li a {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 31px;
    cursor: pointer;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    border-radius: 999px;
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

@media (max-width: 1199.98px) {
    .tbanavs li a {
        padding: 14px 20px;
    }
}

@media (max-width: 991.98px) {
    .tbanavs li a {
        margin: 5px;
    }
}

.tbanavs li a.active,
.tbanavs li a:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
    box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
}

    .tbanavs li a.active:after,
    .tbanavs li a:hover:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
        border-radius: 999px;
        background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
        background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    }

.tbanavs li a:last-child {
    margin-right: 0;
}

.portfolio-box-1 {
    position: relative;
    z-index: 1;
    height: 350px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
}

    .portfolio-box-1:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(36%, rgba(0, 0, 0, .58)), color-stop(100%, rgba(255, 255, 255, 0)), to(#fff));
        background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .58) 36%, rgba(255, 255, 255, 0) 100%, #fff 100%);
        background-image: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, .58) 36%, rgba(255, 255, 255, 0) 100%, #fff 100%);
    }

    .portfolio-box-1 .portfolio-badge {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 80px;
        height: 80px;
        text-align: center;
        color: #fff;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffaa57), to(#fe5c76));
        background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
        background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
        -webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
        box-shadow: 0 13px 20px 0 rgba(13, 21, 75, .4);
        -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;
    }

        .portfolio-box-1 .portfolio-badge span sup {
            font-size: 14px;
        }

        .portfolio-box-1 .portfolio-badge span:nth-child(1) {
            font-size: 14px;
        }

        .portfolio-box-1 .portfolio-badge span:nth-child(2) {
            font-size: 24px;
            font-weight: 600;
        }

    .portfolio-box-1 .inner-content {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .portfolio-box-1 .inner-content h6 {
            font-size: 18px;
        }

        .portfolio-box-1 .inner-content p span {
            font-size: 14px;
        }

            .portfolio-box-1 .inner-content p span i {
                color: #ffab53;
            }

/*2.4 testimonials Css*/

.testimonial-section .testimonial-text {
    margin-top: 36px;
    margin-bottom: 48px;
}

.testimonial-section .testimonial-carousel {
    margin-bottom: 40px;
}

    .testimonial-section .testimonial-carousel .slick-slide.slick-current.slick-center .carousel-caption {
        display: block;
    }

    .testimonial-section .testimonial-carousel .carousel-caption {
        display: none;
    }

    .testimonial-section .testimonial-carousel .slick-current.slick-current.slick-center .carousel-caption {
        display: block !important;
    }

    .testimonial-section .testimonial-carousel .slick-current.slick-current.slick-center .img-outline {
        border: 2px dashed;
        border-color: #906afc;
        border-radius: 50%;
        padding: 10px;
        width: 114px;
        margin: -14px;
    }

        .testimonial-section .testimonial-carousel .slick-current.slick-current.slick-center .img-outline img {
            border: 4px solid #906afc !important;
        }

    .testimonial-section .testimonial-carousel .slick-prev.slick-arrow {
        position: absolute;
        left: -75px;
        top: 345px;
        border: 0;
        outline: 0;
        color: #bebebe;
        font-size: 45px;
        cursor: pointer;
        background: transparent;
        padding: 15px;
    }

        .testimonial-section .testimonial-carousel .slick-prev.slick-arrow:hover {
            color: #906afc;
        }

        .testimonial-section .testimonial-carousel .slick-prev.slick-arrow i {
            font-weight: bold;
        }

.slick-next:before {
    content: '';
}

.slick-prev:before {
    content: '';
}

.testimonial-section .testimonial-carousel .slick-next.slick-arrow {
    position: absolute;
    right: -25px;
    top: 340px;
    border: 0;
    outline: 0;
    color: #bebebe;
    font-size: 45px;
    cursor: pointer;
    background: transparent;
    padding: 15px;
}

    .testimonial-section .testimonial-carousel .slick-next.slick-arrow:hover {
        color: #906afc;
    }

    .testimonial-section .testimonial-carousel .slick-next.slick-arrow i {
        font-weight: bold;
    }

.testimonial-section .testimonial-carousel .carousel-item {
    width: 100%;
    display: inline-block;
}

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption {
        background-color: white;
        box-shadow: 0 5px 10px 0 rgba(27, 3, 132, 0.5);
        position: absolute;
        bottom: 20px;
        z-index: 10;
        padding: 15px 20px;
        color: #fff;
        text-align: center;
        margin-bottom: 140px;
        margin-left: -290px;
        width: 510px;
        display: none;
    }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption :after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-top-color: white;
            border-width: 30px;
            margin-left: -30px;
        }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-describe {
            color: #444;
            font-size: 22px;
            border-bottom: 1px solid #906afc;
            padding-bottom: 23px;
        }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-name {
            font-weight: 600;
            font-size: 28px;
            text-transform: uppercase;
            color: #906afc;
            padding-top: 5px;
        }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-date {
            color: #484748;
            font-size: 16px;
        }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-img {
        margin: 10px -45px;
        margin-top: 320px;
    }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-img .img-outline img {
            border-radius: 50%;
            width: 90px;
            height: 90px;
            border: 4px solid;
            border-color: #bebebe;
            margin-right: 15px;
        }

.singleTbox-1 {
    position: relative;
    z-index: 1;
}

    .singleTbox-1 .testi-thumb {
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 260px;
        height: 260px;
        margin-right: auto;
        margin-bottom: 35px;
        margin-left: auto;
        border-radius: 50%;
        background: -webkit-gradient(linear, left bottom, left top, from(#9d5bfe), to(#3890fe));
        background: -webkit-linear-gradient(bottom, #9d5bfe 0%, #3890fe 100%);
        background: linear-gradient(0deg, #9d5bfe 0%, #3890fe 100%);
    }

@media (max-width: 1199.98px) {
    .singleTbox-1 .testi-thumb {
        width: 160px;
        height: 160px;
    }
}

.singleTbox-1 .testi-thumb .inner-bg {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 248px;
    height: 248px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 17px 20px 0 rgba(25, 80, 161, .35);
    box-shadow: 0 17px 20px 0 rgba(25, 80, 161, .35);
}

@media (max-width: 1199.98px) {
    .singleTbox-1 .testi-thumb .inner-bg {
        top: 5px;
        left: 5px;
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 767.98px) {
    .singleTbox-1 .testi-thumb .inner-bg {
        top: 5px;
        left: 5px;
        width: 150px;
        height: 150px;
    }
}

.singleTbox-1 .testi-thumb .social-badge {
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    background: -webkit-linear-gradient(55deg, #9d5bfe 0%, #3890fe 100%);
    background: linear-gradient(35deg, #9d5bfe 0%, #3890fe 100%);
}

@media (max-width: 1199.98px) {
    .singleTbox-1 .testi-thumb .social-badge {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.singleTbox-1 .autor-bio {
    margin-bottom: 30px;
}

    .singleTbox-1 .autor-bio h5 {
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        color: #333;
    }

    .singleTbox-1 .autor-bio p {
        font-size: 14px;
    }

    .singleTbox-1 .autor-bio .rating {
        font-size: 14px;
        color: #ffab53;
    }

.singleTbox-1 .inner-content p {
    font-size: 18px;
    line-height: 28px;
}

.testimonials-area {
    position: relative;
    z-index: 1;
}

    .testimonials-area .rt-shape-emenetns-1 {
        position: absolute;
        right: -200px;
        bottom: 100px;
        width: 522px;
        height: 558px;
    }

@media (max-width: 1600px) {
    .testimonials-area .rt-shape-emenetns-1 {
        line-height: 400px;
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .testimonials-area .rt-shape-emenetns-1 {
        line-height: 200px;
        right: -100px;
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-area .rt-shape-emenetns-1 {
        display: none;
    }
}

.rt-light-text .singleTbox-1 .autor-bio p {
    color: #fff;
}

.rt-light-text .singleTbox-1 .autor-bio h5 {
    color: #fff;
}

.rt-light-text .singleTbox-1 .inner-content p {
    color: #fff;
}

.testimoninal-active-1 {
    position: relative;
    height: 550px;
}

@media (max-width: 767.98px) {
    .testimoninal-active-1 {
        height: 485px;
    }
}

.singleTbox-1 {
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .singleTbox-1 .inner-content {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .singleTbox-1 .autor-bio {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .singleTbox-1.inactive .inner-content,
    .singleTbox-1.inactive .autor-bio {
        display: none;
        visibility: hidden;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

    .singleTbox-1:not(.active) {
        z-index: 99;
    }

        .singleTbox-1:not(.active) .testi-thumb {
            width: 120px;
            height: 120px;
            background-image: none;
        }

            .singleTbox-1:not(.active) .testi-thumb .inner-bg {
                width: 120px;
                height: 120px;
                -webkit-box-shadow: 0 5px 10px 0 rgba(25, 80, 161, .2);
                box-shadow: 0 5px 10px 0 rgba(25, 80, 161, .2);
            }

            .singleTbox-1:not(.active) .testi-thumb .social-badge {
                display: none;
            }

    .singleTbox-1.position-1 {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65);
    }

    .singleTbox-1.position-2 {
        top: 0;
        left: 0;
    }

        .singleTbox-1.position-2 .testi-thumb,
        .singleTbox-1.position-2 .inner-bg {
            width: 120px !important;
            height: 120px !important;
        }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-2 .testi-thumb,
    .singleTbox-1.position-2 .inner-bg {
        width: 90px !important;
        height: 90px !important;
    }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-2 .testi-thumb,
    .singleTbox-1.position-2 .inner-bg {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-2 .testi-thumb,
    .singleTbox-1.position-2 .inner-bg {
        width: 40px !important;
        height: 40px !important;
    }
}

.singleTbox-1.position-3 {
    top: 40px;
    left: 160px;
}

    .singleTbox-1.position-3 .testi-thumb,
    .singleTbox-1.position-3 .inner-bg {
        width: 140px !important;
        height: 140px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-3 {
        left: 140px;
    }

        .singleTbox-1.position-3 .testi-thumb,
        .singleTbox-1.position-3 .inner-bg {
            width: 110px !important;
            height: 110px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-3 {
        top: 0;
        left: 80px;
    }

        .singleTbox-1.position-3 .testi-thumb,
        .singleTbox-1.position-3 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-3 {
        top: 20px;
        left: 60px;
    }

        .singleTbox-1.position-3 .testi-thumb,
        .singleTbox-1.position-3 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-4 {
    top: 160px;
    left: 20px;
}

@media (max-width: 1199.98px) {
    .singleTbox-1.position-4 .testi-thumb,
    .singleTbox-1.position-4 .inner-bg {
        width: 110px !important;
        height: 110px !important;
    }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-4 {
        top: 80px;
        left: 0;
    }

        .singleTbox-1.position-4 .testi-thumb,
        .singleTbox-1.position-4 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-4 {
        top: 70px;
        left: 10px;
    }

        .singleTbox-1.position-4 .testi-thumb,
        .singleTbox-1.position-4 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-5 {
    top: 258px;
    left: 155px;
}

    .singleTbox-1.position-5 .testi-thumb,
    .singleTbox-1.position-5 .inner-bg {
        width: 100px !important;
        height: 100px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-5 {
        top: 215px;
        left: 180px;
    }

        .singleTbox-1.position-5 .testi-thumb,
        .singleTbox-1.position-5 .inner-bg {
            width: 90px !important;
            height: 90px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-5 {
        top: 80px;
        left: 80px;
    }

        .singleTbox-1.position-5 .testi-thumb,
        .singleTbox-1.position-5 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-5 {
        top: 100px;
        left: 60px;
    }

        .singleTbox-1.position-5 .testi-thumb,
        .singleTbox-1.position-5 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-6 {
    top: 0;
    right: 200px;
}

    .singleTbox-1.position-6 .testi-thumb,
    .singleTbox-1.position-6 .inner-bg {
        width: 140px !important;
        height: 140px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-6 .testi-thumb,
    .singleTbox-1.position-6 .inner-bg {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-6 {
        top: 0;
        right: 0;
    }

        .singleTbox-1.position-6 .testi-thumb,
        .singleTbox-1.position-6 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-6 {
        top: 0;
        right: 0;
    }

        .singleTbox-1.position-6 .testi-thumb,
        .singleTbox-1.position-6 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-7 {
    top: 40px;
    right: -40px;
}

    .singleTbox-1.position-7 .testi-thumb,
    .singleTbox-1.position-7 .inner-bg {
        width: 140px !important;
        height: 140px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-7 {
        right: 40px;
    }

        .singleTbox-1.position-7 .testi-thumb,
        .singleTbox-1.position-7 .inner-bg {
            width: 100px !important;
            height: 100px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-7 {
        top: 0;
        right: 80px;
    }

        .singleTbox-1.position-7 .testi-thumb,
        .singleTbox-1.position-7 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-7 {
        top: 0;
        right: 80px;
    }

        .singleTbox-1.position-7 .testi-thumb,
        .singleTbox-1.position-7 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-8 {
    top: 200px;
    right: 170px;
}

    .singleTbox-1.position-8 .testi-thumb,
    .singleTbox-1.position-8 .inner-bg {
        width: 110px !important;
        height: 110px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-8 {
        top: 140px;
    }

        .singleTbox-1.position-8 .inner-bg {
            width: 90px !important;
            height: 90px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-8 {
        top: 80px;
        right: 0;
    }

        .singleTbox-1.position-8 .testi-thumb,
        .singleTbox-1.position-8 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-8 {
        top: 60px;
        right: 0;
    }

        .singleTbox-1.position-8 .testi-thumb,
        .singleTbox-1.position-8 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-9 {
    top: 240px;
    right: -40px;
}

    .singleTbox-1.position-9 .testi-thumb,
    .singleTbox-1.position-9 .inner-bg {
        width: 110px !important;
        height: 110px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-9 {
        top: 188px;
        right: 40px;
    }

        .singleTbox-1.position-9 .testi-thumb,
        .singleTbox-1.position-9 .inner-bg {
            width: 90px !important;
            height: 90px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-9 {
        top: 80px;
        right: 80px;
    }

        .singleTbox-1.position-9 .testi-thumb,
        .singleTbox-1.position-9 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-9 {
        top: 60px;
        right: 60px;
    }

        .singleTbox-1.position-9 .testi-thumb,
        .singleTbox-1.position-9 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.position-10 {
    top: 350px;
    right: 80px;
}

    .singleTbox-1.position-10 .testi-thumb,
    .singleTbox-1.position-10 .inner-bg {
        width: 100px !important;
        height: 100px !important;
    }

@media (max-width: 1199.98px) {
    .singleTbox-1.position-10 {
        top: 300px;
        right: 150px;
    }

        .singleTbox-1.position-10 .testi-thumb,
        .singleTbox-1.position-10 .inner-bg {
            width: 80px !important;
            height: 80px !important;
        }
}

@media (max-width: 991.98px) {
    .singleTbox-1.position-10 {
        top: 160px;
        right: 40px;
    }

        .singleTbox-1.position-10 .testi-thumb,
        .singleTbox-1.position-10 .inner-bg {
            width: 70px !important;
            height: 70px !important;
        }
}

@media (max-width: 767.98px) {
    .singleTbox-1.position-10 {
        top: 120px;
        right: 30px;
    }

        .singleTbox-1.position-10 .testi-thumb,
        .singleTbox-1.position-10 .inner-bg {
            width: 40px !important;
            height: 40px !important;
        }
}

.singleTbox-1.active {
    z-index: 10;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .singleTbox-1.active {
        width: 100%;
    }
}

.singleTbox-1.active .inner-content,
.singleTbox-1.active .autor-bio {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.rt-duel-slider-main .slick-list {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    padding: 30px 0;
}

.rt-duel-slider-main .single-testimonils {
    position: relative;
    z-index: 1;
    margin-right: 30px !important;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.rt-duel-slider-thumb {
    padding-right: 80px;
    padding-left: 80px;
    padding-right-padding: 35px;
}

@media (max-width: 1199.98px) {
    .rt-duel-slider-thumb {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 767.98px) {
    .rt-duel-slider-thumb {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.rt-duel-slider-thumb .single--thumb {
    margin-right: 10px;
    border: 1px solid transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .rt-duel-slider-thumb .single--thumb .inner-content {
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }

    .rt-duel-slider-thumb .single--thumb:last-child {
        margin-right: 0;
    }

.rt-duel-slider-thumb .arrow_left,
.rt-duel-slider-thumb .arrow_right {
    font-size: 25px;
    position: absolute;
    z-index: 66;
    top: 50%;
    left: 15px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 1;
    color: #333;
}

    .rt-duel-slider-thumb .arrow_left:focus,
    .rt-duel-slider-thumb .arrow_right:focus {
        outline: none;
    }

@media (max-width: 767.98px) {
    .rt-duel-slider-thumb .arrow_left,
    .rt-duel-slider-thumb .arrow_right {
        line-height: 35px;
        left: 0;
        width: 35px;
        height: 35px;
        color: #fff;
        border-radius: 5px;
        background-color: #f30070;
    }
}

.rt-duel-slider-thumb .arrow_right {
    right: 15px;
    left: auto;
}

.rt-duel-slider-thumb .single--thumb.slick-center .out-border {
    width: 130px;
    height: 130px;
    border: 2px dashed #906afc;
    border-radius: 50%;
}

.rt-duel-slider-thumb .single--thumb.slick-center .inner-content {
    border: 3px solid #906afc;
}

.rt-duel-slider-thumb .single--thumb .inner-content {
    position: relative;
    top: 18px;
}

.single-testimonils h4.secondary-color {
    color: #906afc !important;
}

/*2.5 Callto Action Css*/
.cta-box-1 {
    height: 170px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
}

    .cta-box-1 h4 {
        font-size: 20px;
        font-weight: 600;
    }

        .cta-box-1 h4 span {
            font-size: 18px;
            font-weight: 400;
        }

    .cta-box-1 p {
        font-size: 14px;
    }

@media (max-width: 767.98px) {
    .cta-box-1 {
        height: auto;
        padding: 30px;
    }
}

.cta-box-2 {
    height: 500px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 30px;
}

/*2.6 counter-styleCss*/
.counter-box-1 {
    background-color: #fff;
}

    .counter-box-1 img {
        margin-right: 40px;
    }

    .counter-box-1 h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        margin: 0 0 0;
    }

    .counter-box-1 h6 {
        font-size: 40px;
        font-weight: 400;
        margin: 0 0 15px;
    }

    .counter-box-1.has-border-right {
        border-right: 1px solid rgba(0, 0, 0, .4);
    }

    .counter-box-1:hover img {
        -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
        animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
    }

.counter-box-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .counter-box-2 .counter-thumb {
        margin-bottom: 20px;
    }

    .counter-box-2 h5 {
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 10px;
        color: #f30070;
    }

    .counter-box-2 h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0;
        color: #3d446f;
    }

    .counter-box-2:hover .counter-thumb img {
        -webkit-animation: pulse 400ms ease-in-out;
        animation: pulse 400ms ease-in-out;
    }

.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;
    background-color: white;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

    .rt-single-icon-box .icon-thumb {
        max-width: 65px;
        height: 58px;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65px;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
    }

        .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-thumb i {
            font-size: 30px;
            color: #f30070;
        }

    .rt-single-icon-box.icon-center {
        display: block;
    }

        .rt-single-icon-box.icon-center .icon-thumb {
            max-width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 35px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            .rt-single-icon-box.icon-center .icon-thumb.thumb_1 {
                margin-bottom: 15px;
            }

    .rt-single-icon-box .iconbox-content a {
        font-size: 18px;
        color: #2e3d62;
    }

    .rt-single-icon-box.shdoaw-style {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
        box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
    }

    .rt-single-icon-box.shdoaw-style2 {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 60px 0 rgba(46, 61, 98, .1);
        box-shadow: 0 10px 60px 0 rgba(46, 61, 98, .1);
    }

    .rt-single-icon-box.shdoaw-style3 {
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .3);
        box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .3);
    }

    .rt-single-icon-box.border-style-1 {
        border: 1px solid #bcbcbc;
    }

    .rt-single-icon-box:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        border-color: transparent;
    }

        .rt-single-icon-box:hover.shdoaw-style {
            -webkit-box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
            box-shadow: 0 15px 30px 0 rgba(68, 86, 103, .2);
        }

        .rt-single-icon-box:hover.shdoaw-style2 {
            -webkit-box-shadow: 0 10px 20px 0 rgba(46, 61, 98, .1);
            box-shadow: 0 10px 20px 0 rgba(46, 61, 98, .1);
        }

        .rt-single-icon-box:hover.shdoaw-style3 {
            -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .1);
            box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .1);
        }

        .rt-single-icon-box:hover.border-style-1 {
            border: 1px solid rgba(188, 188, 188, .3);
            background-color: #fff;
            -webkit-box-shadow: 0 5px 30px 0 rgba(189, 189, 192, .3);
            box-shadow: 0 5px 30px 0 rgba(189, 189, 192, .3);
        }

        .rt-single-icon-box:hover .iconbox-content a {
            color: #EB751F;
        }

        .rt-single-icon-box:hover .icon-thumb img {
            -webkit-animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
            animation: rotate-in-2-fwd .6s cubic-bezier(.25, .46, .45, .94) both;
        }

.active-choose .owl-item.center .rt-single-icon-box {
    top: -69px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .2);
    box-shadow: 0 15px 40px 0 rgba(68, 86, 103, .2);
}

    .active-choose .owl-item.center .rt-single-icon-box .iconbox-content a {
        color: #EB751F;
    }

.active-choose .owl-nav .owl-prev,
.active-choose .owl-nav .owl-next {
    font-size: 30px !important;
    line-height: 70px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #2e3d62 !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 15px 0 rgba(67, 36, 217, .05);
    box-shadow: 0 5px 15px 0 rgba(67, 36, 217, .05);
}

@media (max-width: 1199.98px) {
    .active-choose .owl-nav .owl-prev,
    .active-choose .owl-nav .owl-next {
        font-size: 22px !important;
        line-height: 45px;
        width: 45px;
        height: 45px;
    }
}

.active-choose .owl-nav .owl-prev:after,
.active-choose .owl-nav .owl-next:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.active-choose .owl-nav .owl-prev:hover,
.active-choose .owl-nav .owl-next:hover {
    color: #fff !important;
}

    .active-choose .owl-nav .owl-prev:hover:after,
    .active-choose .owl-nav .owl-next:hover:after {
        visibility: visible;
        -webkit-animation: zoomIn 400ms ease-in-out;
        animation: zoomIn 400ms ease-in-out;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

.active-choose .owl-nav .owl-prev:focus,
.active-choose .owl-nav .owl-next:focus {
    outline: none;
}

.active-choose .owl-nav .owl-next {
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .active-choose .owl-nav .owl-next {
        margin-left: 50px;
    }
}

.box-down {
    top: 40px;
}

/*2.7 feature Css*/
.rt-feature-box {
    display: block;
    -webkit-transition: all .34s ease-in-out;
    transition: all .34s ease-in-out;
    color: #2e3d62;
    border: 1px solid #d5d5d5;
}

    .rt-feature-box .domian-bg-color {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 111px;
        margin: 0px 0 20px 0;
        color: #fff;
        border-radius: 10px;
        background: #f30070;
        -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-feature-box .domian-bg-color.color--1 {
            background: -webkit-linear-gradient(192deg, #4bc9fe 0%, #5052fe 100%);
            background: linear-gradient(-102deg, #4bc9fe 0%, #5052fe 100%);
        }

        .rt-feature-box .domian-bg-color.color--2 {
            background: -webkit-linear-gradient(192deg, #fdb23c 0%, #e9813b 100%);
            background: linear-gradient(-102deg, #fdb23c 0%, #e9813b 100%);
        }

        .rt-feature-box .domian-bg-color.color--3 {
            background: -webkit-linear-gradient(192deg, #eb7e0a 0%, #f30070 100%);
            background: linear-gradient(-102deg, #eb7e0a 0%, #f30070 100%);
        }

        .rt-feature-box .domian-bg-color.color--4 {
            background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
            background: linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
        }

    .rt-feature-box ul {
        margin-top: 11px;
        padding-top: 11px;
        border-top: 1px solid #d5d5d5;
    }

    .rt-feature-box:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        color: #2e3d62;
        -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
        box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
    }

.feature-active .rt-feature-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*2.8 price Css*/
.rt-price-1 {
    position: relative;
    z-index: 1;
}

    .rt-price-1 .price-hrader img {
        margin-bottom: 30px;
    }

    .rt-price-1 .price-body ul li {
        max-width: 268px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 10px 15px;
        -webkit-transition: all .34s ease-in-out;
        transition: all .34s ease-in-out;
        color: #4228a8;
        -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
        box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
    }

        .rt-price-1 .price-body ul li a {
            color: #4228a8;
        }

            .rt-price-1 .price-body ul li a:hover {
                color: #4228a8;
                text-decoration: none;
            }

        .rt-price-1 .price-body ul li span {
            color: #2e3d62;
        }

        .rt-price-1 .price-body ul li:last-child {
            margin-bottom: 0;
        }

        .rt-price-1 .price-body ul li:hover,
        .rt-price-1 .price-body ul li.active {
            font-size: 18px;
            -webkit-transform: scale(1.35);
            -ms-transform: scale(1.35);
            transform: scale(1.35);
            -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .3);
            box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .3);
        }

@media (max-width: 767.98px) {
    .rt-price-1 .price-body ul li:hover,
    .rt-price-1 .price-body ul li.active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.rt-price-1 .price-footer a {
    font-size: 18px;
    text-transform: capitalize;
    color: #2e3d62;
}

    .rt-price-1 .price-footer a:hover {
        color: #f30070;
    }

/*2.9 gloabl page Css*/
.bg-elements-parent {
    position: relative;
}

.rt-bg-elemtnts {
    position: absolute;
}

    .rt-bg-elemtnts.rt-shape-ani-1 {
        top: 106px;
        right: 106px;
        width: 143px;
        height: 142px;
    }

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-1 {
        right: 70px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-1 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-1 .spin-container {
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-2 {
    top: 350px;
    right: 268px;
    width: 71px;
    height: 71px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-2 {
        right: 165px;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.rt-shape-ani-2 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-2 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-2 .spin-container {
    -webkit-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-3 {
    top: 320px;
    right: 122px;
    width: 35px;
    height: 35px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-3 {
        right: 40px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-3 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-3 .spin-container {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-4 {
    top: 106px;
    right: 156px;
    width: 143px;
    height: 142px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-4 {
        right: 70px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-4 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-4 .spin-container {
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-5 {
    top: 350px;
    right: 312px;
    width: 71px;
    height: 71px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-5 {
        right: 165px;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.rt-shape-ani-5 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-5 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-5 .spin-container {
    -webkit-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-6 {
    top: 320px;
    right: 172px;
    width: 35px;
    height: 35px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-6 {
        right: 40px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-6 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-6 .spin-container {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-7 {
    top: 100px;
    left: 100px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-7 {
        left: 50px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-7 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-7 .spin-container {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-8 {
    top: 220px;
    left: 150px;
    width: 35px;
    height: 35px;
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.rt-shape-ani-8 {
        left: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-8 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-8 .spin-container {
    -webkit-animation: spin2 10s linear infinite;
    animation: spin2 10s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-9 {
    top: 100px;
    left: 189px;
    width: 140px;
    height: 140px;
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.rt-shape-ani-9 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-9 .spin-container {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-10 {
    top: 300px;
    left: 141px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.rt-shape-ani-10 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-10 .spin-container {
    -webkit-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-12 {
    top: 600px;
    left: 300px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.rt-shape-ani-12 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-12 .spin-container {
    -webkit-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
}

.rt-bg-elemtnts.rt-shape-ani-11 {
    top: 480px;
    left: 240px;
    width: 35px;
    height: 35px;
}

@media (max-width: 991.98px) {
    .rt-bg-elemtnts.rt-shape-ani-11 {
        display: none;
    }
}

.rt-bg-elemtnts.rt-shape-ani-11 .spin-container {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.rt-bg-elemtnts.shape-right {
    top: 50%;
    right: -100px;
    width: 673px;
    height: 802px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.shape-right {
        width: 600px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.shape-right {
        width: 470px;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.shape-right {
        display: none;
    }
}

.rt-bg-elemtnts.shape-right-2 {
    top: 150px;
    right: 150px;
    width: 474px;
    height: 686px;
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.shape-right-2 {
        right: 50px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.shape-right-2 {
        right: 0;
        width: 400px;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.shape-right-2 {
        display: none;
    }
}

.rt-bg-elemtnts.shape-right-3 {
    top: -100px;
    right: 0;
    width: 945px;
    height: 1031px;
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.shape-right-3 {
        width: 850px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.shape-right-3 {
        width: 650px;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.shape-right-3 {
        display: none;
    }
}

.rt-bg-elemtnts.shape-right-4 {
    top: 100px;
    right: 150px;
    width: 567px;
    height: 461px;
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.shape-right-4 {
        right: 50px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.shape-right-4 {
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.shape-right-4 {
        display: none;
    }
}

.rt-bg-elemtnts.shape-left {
    top: 50%;
    left: 150px;
    width: 500px;
    height: 342px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.shape-left {
        left: 50px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.shape-left {
        left: 0;
    }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.shape-left {
        display: none;
    }
}

.rt-bg-elemtnts.row-img-right {
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.row-img-right {
        right: 100px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.row-img-right {
        right: 50px;
    }

        .rt-bg-elemtnts.row-img-right img {
            height: 400px;
        }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.row-img-right {
        right: 30px;
    }

        .rt-bg-elemtnts.row-img-right img {
            height: 350px;
        }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.row-img-right {
        display: none;
    }
}

.rt-bg-elemtnts.row-img-left {
    top: 50%;
    left: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1900px) {
    .rt-bg-elemtnts.row-img-left {
        left: 100px;
    }
}

@media (max-width: 1600px) {
    .rt-bg-elemtnts.row-img-left {
        left: 50px;
    }

        .rt-bg-elemtnts.row-img-left img {
            height: 400px;
        }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.row-img-left {
        left: 30px;
    }

        .rt-bg-elemtnts.row-img-left img {
            height: 350px;
        }
}

@media (max-width: 1199.98px) {
    .rt-bg-elemtnts.row-img-left {
        display: none;
    }
}

.tab-navsitem {
    position: relative;
    top: 8px;
}

    .tab-navsitem .nav-1 {
        font-size: 16px;
        font-weight: 300;
        padding: 10px 30px;
        color: #2e3d62;
        border: 1px solid rgba(222, 222, 222, .6);
        border-radius: 999px;
    }

    .tab-navsitem ul {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

        .tab-navsitem ul li {
            display: block;
        }

            .tab-navsitem ul li a {
                font-size: 15px;
                color: #2e3d62;
            }

                .tab-navsitem ul li a:hover {
                    color: #EB751F;
                }

.top-ss {
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
    box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
}

.spin-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: border-radius 1s ease-out;
    transition: border-radius 1s ease-out;
    -webkit-animation: morph 8s ease-in-out infinite both alternate;
    animation: morph 8s ease-in-out infinite both alternate;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.bd {
    font-size: 5vw;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: -21%;
    left: -21%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 142%;
    height: 142%;
    animation: spin 12s linear infinite reverse;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    opacity: .20;
    color: #003;
    background-position: center center;
    background-size: 100%;
    -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;
}

    .bd.border_bg-1 {
        background: -webkit-linear-gradient(192deg, #4bc9fe 0%, #5052fe 100%);
        background: linear-gradient(-102deg, #4bc9fe 0%, #5052fe 100%);
    }

    .bd.border_bg-2 {
        background: -webkit-linear-gradient(192deg, #acefe9 0%, #37c5b2 100%);
        background: linear-gradient(-102deg, #acefe9 0%, #37c5b2 100%);
    }

    .bd.border_bg-3 {
        background: -webkit-linear-gradient(192deg, #eb7e0a 0%, #f30070 100%);
        background: linear-gradient(-102deg, #eb7e0a 0%, #f30070 100%);
    }

@-webkit-keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin2 {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

@keyframes spin2 {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

/*2.10 team Css*/
.rt-team {
    position: relative;
    z-index: 1;
}

    .rt-team .team-thumb {
        position: relative;
        z-index: 1;
    }

    .rt-team .team-hover {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        width: 100%;
        height: 100%;
        opacity: 0;
        -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;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

        .rt-team .team-hover span.rt-alaert {
            color: #fbad3c;
        }

    .rt-team.circle-team .team-thumb {
        width: 264px;
        height: 264px;
        border-radius: 50%;
    }

        .rt-team.circle-team .team-thumb:after {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            visibility: hidden;
            width: 100%;
            height: 100%;
            content: '';
            opacity: 0;
            border-radius: 50%;
            background-color: rgba(126, 93, 254, .9);
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
            filter: alpha(opacity=0);
        }

    .rt-team:hover .team-hover {
        visibility: visible;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

        .rt-team:hover .team-hover h4 {
            -webkit-transition-delay: .24s;
            transition-delay: .24s;
            -webkit-animation: fadeInUp 400ms ease-in-out;
            animation: fadeInUp 400ms ease-in-out;
        }

        .rt-team:hover .team-hover span {
            -webkit-transition-delay: .24s;
            transition-delay: .24s;
            -webkit-animation: fadeInDown 400ms ease-in-out;
            animation: fadeInDown 400ms ease-in-out;
        }

        .rt-team:hover .team-hover p {
            -webkit-transition-delay: .34s;
            transition-delay: .34s;
            -webkit-animation: fadeInUp 500ms ease-in-out;
            animation: fadeInUp 500ms ease-in-out;
        }

    .rt-team:hover.circle-team .team-thumb:after {
        visibility: visible;
        -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
        animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

/*3.0 Menu Css*/
.main-menu ul {
    margin: 0;
    margin-right: -13px;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

    .main-menu ul li {
        position: relative;
        display: inline-block;
    }

        .main-menu ul li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-weight: 500;
            display: block;
            padding: 0 13px;
            -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out;
            text-transform: capitalize;
            color: #333;
        }

@media (max-width: 1199.98px) {
    .main-menu ul li a {
        padding: 0 5px;
    }
}

.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: #EB751F;
}

/*change hover color*/
.main-menu > ul > li:hover > a {
    color: #EB751F;
}

/*li dot hover change*/
/*men item carve icon*/
.main-menu > ul > li.menu-item-has-children > a:after {
    font-family: 'icofont';
    margin-left: 4px;
    content: '\ea99';
}

/*sub menu*/
.main-menu > ul > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    z-index: 999;
    top: 120%;
    left: 0;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;
    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background: #fff;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.main-menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    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-weight: 400;
        position: relative;
        z-index: 1;
        display: block;
        padding: 8px 15px;
        text-transform: capitalize;
        color: #2e3d62;
        border-bottom: 1px solid #eee;
    }

    .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: 23px;
        color: #fff;
        background: #EB751F;
    }

    /* */
    .main-menu ul ul li.menu-item-has-children > a:after {
        font-family: 'icofont';
        position: absolute;
        right: 10px;
        content: '\eab8';
    }

    .main-menu ul ul li.menu-item-has-children.change-icon > a:after {
        content: '\f0da';
    }

.main-menu ul ul {
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 202px;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;
    opacity: 0;
    color: #333;
    border: none;
    border-radius: 3px;
    background: #fff;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    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 {
    top: 0;
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.mobile-menu {
    display: none;
}

.menu-click {
    position: static;
    z-index: 9999;
    top: -60px;
    right: 10px;
    display: inline-block;
    margin-left: 15px;
    padding: 8px 7px 4px;
    cursor: pointer;
    -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
    border: 1px solid #EB751F;
    background: #EB751F;
}

    .menu-click span {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 4px;
        -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
        transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
        background: #fff;
    }

.mobile-menu {
    display: none;
}

@media (min-width: 992px) {
    .white-menu .main-menu > ul > li > a {
        color: #fff;
    }

        .white-menu .main-menu > ul > li > a:hover {
            color: #EB751F;
        }

    .white-menu .main-menu > ul > li.current-menu-item > a {
        color: #EB751F;
    }

        .white-menu .main-menu > ul > li.current-menu-item > a:hover {
            color: #EB751F;
        }

    .white-menu.home-one .main-menu ul ul > li:hover > a,
    .white-menu.home-one .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
        background: #f30070;
    }

    .white-menu.home-two .main-menu > ul > li > a:hover {
        color: #EB751F;
    }

    .white-menu.home-two .main-menu > ul > li.current-menu-item > a {
        color: #fff;
    }

        .white-menu.home-two .main-menu > ul > li.current-menu-item > a:hover {
            color: #EB751F;
        }

    .white-menu.home-two .main-menu ul ul > li:hover > a,
    .white-menu.home-two .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
        background: #EB751F;
    }
}

.rt-one-page-menu ul > li.nav-item > a.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-transform: capitalize;
    color: #fff;
}

    .rt-one-page-menu ul > li.nav-item > a.nav-link:focus {
        outline: none;
    }

.rt-one-page-menu .dropdown-menu {
    display: block;
    visibility: hidden;
    min-width: 200px;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    border: none !important;
    border-radius: 5px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
}

.rt-one-page-menu .dropdown:hover .dropdown-menu,
.rt-one-page-menu.dropdown.show .dropdown-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.rt-one-page-menu .dropdown-toggle:after {
    border: none;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 20px;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-transform: capitalize;
    color: #3d404d !important;
}

.dropdown-item {
    font-weight: 500;
}

    .dropdown-item:hover {
        padding-left: 25px;
        color: #fff !important;
        background: #31348c;
    }

.home-two .dropdown-item:hover {
    background: #EB751F;
}

.rt-one-page-menu.homepage2 .dropdown-item:hover {
    background: #EB751F;
}

.navbar-toggler-icon {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all .2s cubic-bezier(.445, .05, .55, .95);
    transition: all .2s cubic-bezier(.445, .05, .55, .95);
    background: #31348c;
}

    .navbar-toggler-icon:nth-child(2) {
        width: 20px;
    }

.home-two .navbar-toggler-icon {
    background: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
    margin-left: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px);
    -ms-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
    visibility: hidden;
    margin-left: -20px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
    width: 35px;
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    -ms-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
}

.rt-site-header.rt-sticky-active .navbar-toggler-icon {
    background: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu.homepage2.whitenav ul > li.nav-item > a.nav-link {
    color: #8b8b8b;
}

.rt-one-page-menu ul > li.dropdown:after {
    font-family: 'icofont';
    position: absolute;
    top: 50%;
    right: -3px;
    content: '\ea99';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu ul > li.dropdown:after {
    right: -6px;
}

span.menu-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 5px 0;
    padding-left: 15px;
    text-transform: capitalize;
    color: #292d46;
    border-bottom: 1px dashed #666;
}

.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
    color: #3d404d;
}

    .rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
        color: #EB751F;
    }

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:after {
    color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:hover:after {
    color: #EB751F;
}

.rt-nav-dark.rt-one-page-menu .dropdown-item:hover {
    background: #EB751F;
}

@media (max-width: 991.98px) {
    .home-two .navbar-nav {
        background: #EB751F;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 15px;
        border-radius: 3px 3px 0 0;
        background: #31348c;
    }

    .navbar-nav {
        margin-top: 30px;
    }

    .rt-one-page-menu .dropdown-menu {
        height: 0;
    }

    .rt-one-page-menu ul > li.dropdown:hover > .dropdown-menu {
        height: auto;
    }

    .rt-one-page-menu ul > li.nav-item > a.nav-link {
        font-size: 14px;
        padding: 2px 0;
    }

        .rt-one-page-menu ul > li.nav-item > a.nav-link:after {
            display: none;
        }

    .homepage2 .navbar-nav {
        background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
        background-image: -webkit-linear-gradient(right, #27c2fd 0%, #7f46ff 100%);
        background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
    }

    .rt-one-page-menu ul > li.dropdown:after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
        color: #fff;
    }

        .rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
            color: #fff;
        }

    .rt-nav-dark.rt-one-page-menu .navbar-nav,
    .rt-nav-dark.rt-one-page-menu .navbar-toggler-icon {
        background: #EB751F;
    }
}

@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;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

    .main-menu ul {
        text-align: left;
    }

        .main-menu ul li {
            display: block;
        }

            .main-menu ul li a {
                padding: 8px 20px !important;
            }

        .main-menu ul > li:hover > a {
            color: #EB751F !important;
            background: #fff;
        }

    .main-menu > ul > li.menu-item-has-children > ul.sub-menu {
        position: static;
        display: none;
        visibility: visible;
        padding-left: 15px;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        border-top: 3px solid transparent;
        background: #ed6500;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        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 {
            padding-left: 30px !important;
            color: #fff !important;
        }

    .main-menu ul ul {
        position: static;
        display: none;
        visibility: visible;
        margin: 0;
        padding-left: 15px;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        border: none;
        background: transparent;
        background: #EB751F;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

        .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
        .main-menu ul ul li a {
            display: block;
            padding: 10px 15px;
            padding: 7px 15px;
            text-transform: capitalize;
            color: #fff;
            border-bottom: 1px solid transparent;
        }

        .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
        .main-menu ul ul > li:hover > a {
            padding-left: 10px;
            background: sahde(#EB751F, 10%);
        }

        .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
        .main-menu ul ul li a {
            padding: 10px 0;
        }

    .main-menu {
        overflow-x: hidden;
    }

        .main-menu ul ul li.menu-item-has-children > a:after {
            right: 70px;
        }

        .main-menu ul {
            position: absolute;
            z-index: 999;
            top: 100%;
            left: 0;
            visibility: hidden;
            width: 100%;
            -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out;
            opacity: 0;
            border: none;
            /*        border-right: 10px solid #fff;*/
            /*        border-left: 10px solid #fff;*/
            background: #EB751F;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
            filter: alpha(opacity=0);
        }

            .main-menu ul.show {
                top: 100%;
                visibility: visible;
                opacity: 1;
                -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
                filter: alpha(opacity=100);
            }

    .mobile-menu {
        display: block;
        text-align: center;
    }

    .main-menu ul.show > li > a {
        color: #fff;
    }
}

.rt-hidden-search {
    position: fixed;
    z-index: 999;
    top: 0;
    top: 50%;
    left: 0;
    left: 50%;
    visibility: hidden;
    overflow: hidden;
    width: 60px;
    height: 60px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    background-color: #fff;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

    .rt-hidden-search .btn {
        font-size: 20px;
        color: #fff;
        background-color: #f30070;
    }

    .rt-hidden-search .form-control {
        font-size: 16px;
        height: 52px;
        padding-left: 28px;
        border-color: #f30070;
        background: transparent;
    }

        .rt-hidden-search .form-control::-webkit-input-placeholder {
            font-size: 16px;
            color: #333;
        }

        .rt-hidden-search .form-control::-moz-placeholder {
            font-size: 16px;
            color: #333;
        }

        .rt-hidden-search .form-control::-ms-input-placeholder {
            font-size: 16px;
            color: #333;
        }

        .rt-hidden-search .form-control::placeholder {
            font-size: 16px;
            color: #333;
        }

        .rt-hidden-search .form-control:focus,
        .rt-hidden-search .form-control:hover {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .rt-hidden-search .rt-search-close {
        font-size: 20px;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        color: #f30070;
    }

    .rt-hidden-search.rt-search-active {
        top: 0;
        left: 0;
        visibility: visible;
        width: 100%;
        height: 100%;
        -webkit-animation: scale-up-bottom;
        animation: scale-up-bottom;
        opacity: 1;
        border-radius: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

.search-height {
    height: 100vh;
}

.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: #f30070;
    }

        .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: 999;
    top: 0;
    right: 0;
    width: 385px;
    height: 100%;
    padding: 30px;
    -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: 320px) {
    .rt-sidnav {
        width: 300px !important;
    }
}

.rt-sidnav.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-sidnav .sidenav-close {
    font-size: 30px;
    cursor: pointer;
    color: #f30070;
}

.rt-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);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

    .rt-overlay.active {
        z-index: 9;
        visibility: visible;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

.rt-cart-box {
    position: absolute;
    z-index: 999;
    z-index: -2;
    top: 140%;
    right: 0;
    display: none;
    visibility: hidden;
    overflow: auto;
    width: 350px;
    height: 524px;
    padding: 30px;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    opacity: 0;
    border: 1px solid rgba(243, 0, 112, .4);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
    box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

    .rt-cart-box.active {
        z-index: 9;
        display: block;
        visibility: visible;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

    .rt-cart-box .rt-single-crtitem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        -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;
    }

        .rt-cart-box .rt-single-crtitem:last-child {
            margin-bottom: 0;
        }

.rt-nav-tolls {
    position: relative;
    margin-left: 30px;
}

    .rt-nav-tolls .rt-search-open,
    .rt-nav-tolls .open-cart-opt {
        cursor: pointer;
    }

    .rt-nav-tolls span {
        position: relative;
        z-index: 1;
    }

        .rt-nav-tolls span a {
            -webkit-transition: all .245s ease-in-out;
            transition: all .245s ease-in-out;
            color: #fff;
        }

            .rt-nav-tolls span a:hover {
                color: #f30070;
            }

/*4.0 Acrodain Css*/
#accordion {
    margin-top: 30px;
}

    #accordion .card-header.card-primary {
        padding: 0;
        border: none;
        background: transparent;
    }

    #accordion .card {
        margin-bottom: 15px;
        border-color: transparent;
    }

        #accordion .card:last-child {
            margin-bottom: 0;
        }

    #accordion .card-body {
        font-size: 18px;
        font-weight: 300;
        line-height: 36px;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        -webkit-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
        color: #2e3d62;
        border: 1px solid #bbb;
        border-top: none;
    }

@media (max-width: 767.98px) {
    #accordion .card-body {
        font-size: 16px;
        line-height: 24px;
    }
}

.card .card-header.card-primary button[aria-expanded='false'],
.card .card-header.card-primary button[aria-expanded='true'] {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 16px 26px;
    text-align: left;
    text-decoration: none;
    color: #2e3d62;
    border: 1px solid #bbb;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true'] {
        padding: 16px 45px;
    }
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true'] {
        font-size: 20px;
    }
}

.card .card-header.card-primary button[aria-expanded='true'] {
    color: #2e3d62;
    border: 1px solid #bbb;
    border-bottom: none;
    border-radius: 0;
    background: transpaent;
}

.card .card-header.card-primary button[aria-expanded='false']:before {
    font-family: icofont;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    content: '\efc2';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #EB751F;
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='false']:before {
        line-height: 30px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
}

.card .card-header.card-primary button[aria-expanded='true']:before {
    font-family: icofont;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    content: '\ef9a';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #EB751F;
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='true']:before {
        line-height: 30px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
}

.card .card-header.card-primary button {
    display: block;
    width: 100%;
    border: none;
}

    .card .card-header.card-primary button:after {
        border-radius: 5px;
    }

    .card .card-header.card-primary button:hover:after {
        border-radius: 5px;
    }

/*4.1 Animation Css*/
/*4.2 Button Css*/
.rt-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 16px 37px;
    -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;
    -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-btn.long {
        padding: 12px 68px;
    }

        .rt-btn.long span {
            position: absolute;
            top: 50%;
            right: 4px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .rt-btn.pill {
        border-radius: 999px;
    }

    .rt-btn.rt-rounded {
        border-radius: 10px;
    }

    .rt-btn.rt-sm {
        font-size: 14px;
        padding: 14px 25px;
    }

    .rt-btn.rt-sm2 {
        font-size: 14px;
        padding: 10px 35px;
    }

    .rt-btn.rt-sm3 {
        font-size: 13px;
        padding: 10px 30px;
    }

    .rt-btn.rt-sm4 {
        font-size: 16px;
        padding: 10px 30px;
    }

    .rt-btn.rt-xl {
        padding: 16px 100px;
    }

    .rt-btn.d-block {
        display: block !important;
        width: 100%;
    }

    .rt-btn.rt-video-primary {
        line-height: 80px;
        position: relative;
        z-index: 1;
        width: 80px;
        height: 80px;
        padding: 0;
        color: #fff;
        border-radius: 50%;
        background: #f30070;
        -webkit-box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
        box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
    }

        .rt-btn.rt-video-primary:after {
            font-family: 'icofont';
            position: absolute;
            top: 50%;
            left: 50%;
            content: '\ec74';
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .rt-btn.rt-video-secondary {
        line-height: 55px;
        position: relative;
        z-index: 1;
        width: 55px;
        height: 55px;
        padding: 0;
        color: #fff;
        border-radius: 50%;
        background: #EB751F;
        -webkit-box-shadow: 0 0 0 8px rgba(255, 109, 0, .3);
        box-shadow: 0 0 0 8px rgba(255, 109, 0, .3);
    }

        .rt-btn.rt-video-secondary:after {
            font-family: 'icofont';
            position: absolute;
            top: 50%;
            left: 50%;
            content: '\ec74';
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .rt-btn.rt-video-light {
        line-height: 60px;
        position: relative;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 0;
        -webkit-animation: rt-pulse 1.25s infinite;
        animation: rt-pulse 1.25s infinite;
        color: #f30070;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    }

        .rt-btn.rt-video-light:after {
            font-family: 'icofont';
            position: absolute;
            top: 50%;
            left: 50%;
            content: '\ec74';
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

@media (max-width: 767.98px) {
    .rt-btn {
        font-size: 14px;
        padding: 16px 37px;
    }
}

.rt-btn span {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    text-align: center;
    border-radius: 50%;
}

@-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);
    }
}

.rt-button-group a {
    margin-right: 20px;
}

    .rt-button-group a:last-child {
        margin-right: 0;
    }

.rt-primary {
    color: #fff;
    border-color: #f30070;
    background: #f30070;
}

    .rt-primary:hover,
    .rt-primary:focus,
    .rt-primary:active {
        color: #fff;
        border-color: #cf005f;
        background: #cf005f;
    }

.rt-dark-btn {
    color: #fff !important;
    border-color: #000;
    background: #000;
}

    .rt-dark-btn:hover,
    .rt-dark-btn:focus,
    .rt-dark-btn:active {
        border-color: #262626;
        background: #262626;
    }

.rt-secondary,
.vp-pagination__style-default .vp-pagination__item > *,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
    color: #fff;
    border-color: #EB751F;
    background: #EB751F;
}

    .rt-secondary:hover,
    .vp-pagination__style-default .vp-pagination__item > :hover,
    .vp-filter__style-default .vp-filter__item.vp-filter__item-active > :hover,
    .rt-secondary:focus,
    .vp-pagination__style-default .vp-pagination__item > :focus,
    .vp-filter__style-default .vp-filter__item.vp-filter__item-active > :focus,
    .rt-secondary:active,
    .vp-pagination__style-default .vp-pagination__item > :active,
    .vp-filter__style-default .vp-filter__item.vp-filter__item-active > :active {
        border-color: #d95d00;
        background: #d95d00;
    }

.rt-light {
    color: #f30070;
    border-color: #fff;
    background: #fff;
}

    .rt-light:hover,
    .rt-light:focus,
    .rt-light:active {
        color: #fff;
        border-color: #f30070;
        background: #f30070;
    }

.rt-outline-primary {
    color: #f30070;
    border-color: #f30070;
}

    .rt-outline-primary:hover,
    .rt-outline-primary:focus,
    .rt-outline-primary:active {
        color: #fff;
        border-color: #f30070;
        background-color: #f30070;
    }

.rt-outline-gray {
    color: #2e3d62;
    border: 1px solid rgba(0, 0, 0, .4);
}

    .rt-outline-gray:hover,
    .rt-outline-gray:focus,
    .rt-outline-gray:active {
        color: #fff !important;
        border-color: #EB751F;
        background-color: #EB751F;
    }

.rt-outline-secondary {
    color: #f30070;
    border-color: #EB751F;
}

    .rt-outline-secondary:hover,
    .rt-outline-secondary:focus,
    .rt-outline-secondary:active {
        color: #f30070;
        border-color: #EB751F;
        background-color: #EB751F;
    }

.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: #cf005f;
        background: #cf005f;
    }

.rt-gradient {
    position: relative;
    z-index: 1;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

    .rt-gradient span {
        color: #fff;
        background-color: rgba(255, 255, 255, .302);
    }

    .rt-gradient:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
        transition: all .36s cubic-bezier(.47, 0, .745, .715);
        opacity: 0;
        color: #fff;
        border-radius: 10px;
        background: -webkit-linear-gradient(-102deg, #D84315 0%, #EB751F 100%);
        background: linear-gradient(-102deg, #D84315 0%, #EB751F 100%);
    }

    .rt-gradient:hover {
        color: #fff;
    }

        .rt-gradient:hover:after {
            visibility: visible;
            opacity: 1;
        }

    .rt-gradient.pill:hover:after {
        border-radius: 999px;
    }

    .rt-gradient.rt-rounded:hover:after {
        border-radius: 10px;
    }

.rt-gradient2 {
    position: relative;
    z-index: 1;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
    background: linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
}

    .rt-gradient2:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
        transition: all .36s cubic-bezier(.47, 0, .745, .715);
        opacity: 0;
        color: #fff;
        border-radius: 10px;
        background: -webkit-linear-gradient(-102deg, #4385b9 0%, #0162b1 100%);
        background: linear-gradient(-102deg, #4385b9 0%, #0162b1 100%);
    }

    .rt-gradient2:hover {
        color: #fff;
    }

        .rt-gradient2:hover:after {
            visibility: visible;
            opacity: 1;
        }

    .rt-gradient2.pill:hover:after {
        border-radius: 999px;
    }

    .rt-gradient2.rt-rounded:hover:after {
        border-radius: 10px;
    }

.rt-gradient3 {
    position: relative;
    z-index: 1;
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffaa57), to(#fe5c76));
    background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
    background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
}

    .rt-gradient3: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-image: -webkit-gradient(linear, right top, left top, from(#ffaa57), to(#fe5c76));
        background-image: -webkit-linear-gradient(right, #ffaa57 0%, #fe5c76 100%);
        background-image: linear-gradient(-90deg, #ffaa57 0%, #fe5c76 100%);
    }

    .rt-gradient3:hover {
        color: #fff;
    }

        .rt-gradient3:hover:after {
            visibility: visible;
            opacity: 1;
        }

    .rt-gradient3.pill:hover:after {
        border-radius: 999px;
    }

    .rt-gradient3.rt-rounded:hover:after {
        border-radius: 10px;
    }

.rt-outline-gradientL {
    position: relative;
    z-index: 1;
    color: rgba(90, 90, 90, .5);
    border: 1px solid rgba(90, 90, 90, .5);
    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(-102deg, #EB751F 0%, #D84315 100%);
        background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    }

    .rt-outline-gradientL:hover {
        color: #fff;
        border: 1px solid transparent;
    }

        .rt-outline-gradientL:hover:after {
            visibility: visible;
            opacity: 1;
        }

    .rt-outline-gradientL.pill:hover:after {
        border-radius: 999px;
    }

.rt-outline-gradientP {
    position: relative;
    z-index: 1;
    color: #333;
    border: 1px solid #f30070;
    border-radius: 3px;
    background: transparent;
}

    .rt-outline-gradientP: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: #333;
        background: -webkit-gradient(linear, left top, right top, from(#f30070), to(#EB751F));
        background: -webkit-linear-gradient(left, #f30070, #EB751F);
        background: linear-gradient(to right, #f30070, #EB751F);
    }

    .rt-outline-gradientP:hover {
        color: #fff;
        border: 1px solid transparent;
    }

        .rt-outline-gradientP:hover:after {
            visibility: visible;
            opacity: 1;
        }

.rt-outline-gradientS {
    position: relative;
    z-index: 1;
    color: #333;
    border: 1px solid #EB751F;
    border-radius: 3px;
    background: transparent;
}

    .rt-outline-gradientS: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: #333;
        background: -webkit-gradient(linear, left top, right top, from(#EB751F), to(#f30070));
        background: -webkit-linear-gradient(left, #EB751F, #f30070);
        background: linear-gradient(to right, #EB751F, #f30070);
    }

    .rt-outline-gradientS:hover {
        color: #fff;
        border: 1px solid transparent;
    }

        .rt-outline-gradientS:hover:after {
            visibility: visible;
            opacity: 1;
        }

.rt-outline-primary:not(:disabled):not(.disabled).active,
.rt-outline-primary:not(:disabled):not(.disabled):active,
.show > .rt-outline-primary.dropdown-toggle {
    border-color: #f30070;
    background: #f30070;
    -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;
    }

.aps-button-gruop .rt,
.aps-button-gruop .vp-pagination__style-default .vp-pagination__item > *,
.vp-pagination__style-default .aps-button-gruop .vp-pagination__item > * {
    margin: 0 5px;
}

    .aps-button-gruop .rt:first-child,
    .aps-button-gruop .vp-pagination__style-default .vp-pagination__item > :first-child,
    .vp-pagination__style-default .aps-button-gruop .vp-pagination__item > :first-child {
        margin-left: -5px;
    }

.rt-lnk {
    text-decoration: underline;
    color: #2e3d62;
}

.vp-pagination__style-default .vp-pagination__item > * {
    border-radius: 999px;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
    border-radius: 3px;
}

.rt-app-parimary {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 40px;
    color: #fff;
    border: none;
    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%);
    -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-parimary .app-thumb {
        max-width: 0;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }

        .rt-app-parimary .app-thumb i {
            font-size: 20px;
        }

    .rt-app-parimary .app-text span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
    }

        .rt-app-parimary .app-text span:nth-child(1) {
            font-size: 12px;
        }

        .rt-app-parimary .app-text span:nth-child(2) {
            font-size: 16px;
        }

    .rt-app-parimary:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
        transition: all .36s cubic-bezier(.47, 0, .745, .715);
        opacity: 0;
        color: #fff;
        border-radius: 10px;
        background: -webkit-linear-gradient(125deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
        background: linear-gradient(-35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    }

    .rt-app-parimary:hover {
        color: #fff;
    }

        .rt-app-parimary:hover:after {
            visibility: visible;
            opacity: 1;
        }

.rt-app-secondary {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 40px;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(55deg, #01dfb8 0%, #49e541 100%);
    background: linear-gradient(35deg, #01dfb8 0%, #49e541 100%);
    -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-secondary .app-thumb {
        max-width: 0;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }

        .rt-app-secondary .app-thumb i {
            font-size: 25px;
        }

    .rt-app-secondary .app-text span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
    }

        .rt-app-secondary .app-text span:nth-child(1) {
            font-size: 12px;
        }

        .rt-app-secondary .app-text span:nth-child(2) {
            font-size: 16px;
        }

    .rt-app-secondary:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
        transition: all .36s cubic-bezier(.47, 0, .745, .715);
        opacity: 0;
        color: #fff;
        border-radius: 10px;
        background: -webkit-linear-gradient(55deg, #49e541 0%, #01dfb8 100%);
        background: linear-gradient(35deg, #49e541 0%, #01dfb8 100%);
    }

    .rt-app-secondary:hover {
        color: #fff;
    }

        .rt-app-secondary:hover:after {
            visibility: visible;
            opacity: 1;
        }

/*4.3 Bredcump Css*/
.rt-breadcump {
    position: relative;
    margin-bottom: 100px;
    color: #fff;
    background-color: #1d2a49;
}

@media (max-width: 767.98px) {
    .rt-breadcump {
        margin-bottom: 70px;
    }
}

.rt-breadcump a,
.rt-breadcump p {
    font-size: 16px;
    position: relative;
    color: #fff;
}

.rt-breadcump.breaducump-style-2 {
    background-color: transparent;
}

.rt-breadcump.rt-breadcump-height.breaducump-style-2 .domain-searh-form button {
    border: none;
    padding: 0 70px 0 40px !important;
}

.rt-breadcump .rt-breadcump-height {
    height: 583px;
}

.rt-breadcump .rt-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rt-breadcump.rt-breadcump-height .f-size-70.f-size-lg-50.f-size-md-40.f-size-xs-24.rt-strong {
    margin-bottom: 15px;
}

/*4.4 Pagination Css*/
.pagination.rt-paganation {
    padding-top: 25px;
}

@media (max-width: 767.98px) {
    .pagination.rt-paganation {
        padding-top: 10px;
    }
}

.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: transparent;
        background-image: -webkit-linear-gradient(82deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
        background-image: linear-gradient(8deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
        -webkit-box-shadow: 0 12px 20px 0 rgba(46, 70, 198, .2);
        box-shadow: 0 12px 20px 0 rgba(46, 70, 198, .2);
    }

        .pagination.rt-paganation li.page-item.active .page-link:hover {
            color: #fff;
        }

    .pagination.rt-paganation li.page-item .page-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 42px;
        width: 42px;
        height: 42px;
        padding: 0;
        text-align: center;
        color: #505b6d;
        border-color: #f7f8fc;
        border-radius: 1px;
        border-radius: 3px;
        background-color: #f7f8fc;
        -webkit-box-shadow: 0 4px 10px 0 rgba(12, 124, 255, .15);
        box-shadow: 0 4px 10px 0 rgba(12, 124, 255, .15);
    }

        .pagination.rt-paganation li.page-item .page-link:hover {
            color: #fff;
            background-image: -webkit-linear-gradient(98deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
            background-image: linear-gradient(-8deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
        }

        .pagination.rt-paganation li.page-item .page-link:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

/*4.5 rt-socials Css*/
.rt-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rt-social li {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-right: 10px;
    }

@media (max-width: 767.98px) {
    .rt-social li {
        padding-right: 8px;
    }
}

.rt-social li:last-child {
    padding-right: 0;
}

.rt-social li a {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: all .34s ease-in-out;
    transition: all .34s ease-in-out;
    color: #3d446f;
}

    .rt-social li a:hover {
        color: #f30070;
    }

.rt-social.normal-style-one li {
    padding-right: 30px;
    color: #b3b7c8;
}

@media (max-width: 991.98px) {
    .rt-social.normal-style-one li {
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .rt-social.normal-style-one li {
        padding-right: 8px;
    }
}

.rt-social.normal-style-one li:last-child {
    padding-right: 0;
}

.rt-social.normal-style-one li a {
    color: #b3b7c8;
}

    .rt-social.normal-style-one li a:hover {
        color: #f30070;
    }

.rt-social.rt-circle-style li a {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
}

    .rt-social.rt-circle-style li a:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .34s ease-in-out;
        transition: all .34s ease-in-out;
        opacity: 0;
        border-radius: 50%;
        background: -webkit-linear-gradient(82deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
        background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

    .rt-social.rt-circle-style li a:hover {
        color: #fff !important;
        border: transparent;
    }

        .rt-social.rt-circle-style li a:hover:after {
            visibility: visible;
            -webkit-animation: zoomIn .34s ease-in-out;
            animation: zoomIn .34s ease-in-out;
            opacity: 1;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
            filter: alpha(opacity=100);
        }

.rt-social.rt-circle-style2 li a {
    font-size: 16px;
    line-height: 43px;
    width: 43px;
    height: 43px;
    text-align: center;
    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);
}

    .rt-social.rt-circle-style2 li a:hover {
        color: #fff !important;
        background: #ff8665;
    }

        .rt-social.rt-circle-style2 li a:hover i {
            -webkit-animation: zoomIn 400ms ease-in-out;
            animation: zoomIn 400ms ease-in-out;
        }

/*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;
            }

@media (max-width: 991.98px) {
    .rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
        width: 100%;
    }
}

.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: #f30070;
                }

    .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;
    }

.page-content-two {
    background-size: 100% 75%;
}

.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);
    }

/*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 {
    font-size: 16px;
    display: block;
    width: 100%;
    min-height: 51px;
    padding: 20px;
    border: 1px solid rgba(90, 90, 90, .5);
}

    .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 {
        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 {
        font-size: 16px;
        color: #727799;
    }

    .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 {
        font-size: 16px;
        color: #727799;
    }

    .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 {
        font-size: 16px;
        color: #727799;
    }

    .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 {
        font-size: 16px;
        color: #727799;
    }

    .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 {
        border-color: #f30070;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.rt-form select {
    width: 100%;
    height: 51px;
    color: #727799;
    border: 1px solid rgba(90, 90, 90, .5);
    background-color: transparent;
}

    .rt-form 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 {
    border-color: #EB751F !important;
    outline: none;
    background: transparent;
    -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 {
    border-color: #EB751F !important;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rt-form .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 {
    border: none;
    border-bottom: 1px solid rgba(90, 90, 90, .5);
    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 {
        border-color: #EB751F !important;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.rt-form.rt-line-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(90, 90, 90, .5);
}

.rt-form .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 {
    color: #fff;
    border-color: #c0bdbc;
}

    .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 {
        color: #c0bdbc;
    }

    .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 {
        color: #c0bdbc;
    }

    .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 {
        color: #c0bdbc;
    }

    .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 {
        color: #c0bdbc;
    }

    .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 {
        border-color: #fff !important;
    }

/*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: 14px;
        color: #fff;
    }

.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;
    line-height: 20px;
    padding: 10px 5px 10px 15px;
    color: #fff;
    border-top: 1px solid #EB751F;
    background: #EB751F;
}

    .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: #EB751F;
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #EB751F;
    background: #fff;
}

.rt-widget .ui-slider {
    position: relative;
}

.rt-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 {
    width: 20px;
    height: 20px;
    border: medium none;
    border-radius: 0;
    background: -webkit-gradient(linear, left top, right top, from(#9932f5), to(#4968fd));
    background: -webkit-linear-gradient(left, #9932f5 0%, #4968fd 100%);
    background: linear-gradient(90deg, #9932f5 0%, #4968fd 100%);
}

.rt-widget html .ui-button.ui-state-disabled:hover,
.rt-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 {
    background: #3681ff;
}

.rt-widget .ui-slider-range.ui-corner-all.ui-widget-header {
    background: pink;
}

.rt-widget .price_slider_amount {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .rt-widget .price_slider_amount input {
        display: inline-block;
    }

.rt-widget .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: .5px .866px 7px 3px rgba(73, 107, 254, .75);
    box-shadow: .5px .866px 7px 3px rgba(73, 107, 254, .75);
}

    .rt-widget .ui-slider-horizontal .ui-slider-handle:focus {
        outline: none;
    }

.rt-widget .price_slider_amount input#amount {
    width: 100px;
    border: medium none;
}

    .rt-widget .price_slider_amount input#amount:focus {
        border: none;
        outline: none;
    }

.rt-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: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}

.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 #f30070;
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}

.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 #f30070;
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}

/*4.9 datepicker css*/
/*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-hw-0 {
    line-height: 0;
    width: 0;
    height: 0;
}

.rt-hw-1 {
    line-height: 1px;
    width: 1px;
    height: 1px;
}

.rt-hw-2 {
    line-height: 2px;
    width: 2px;
    height: 2px;
}

.rt-hw-3 {
    line-height: 3px;
    width: 3px;
    height: 3px;
}

.rt-hw-4 {
    line-height: 4px;
    width: 4px;
    height: 4px;
}

.rt-hw-5 {
    line-height: 5px;
    width: 5px;
    height: 5px;
}

.rt-hw-6 {
    line-height: 6px;
    width: 6px;
    height: 6px;
}

.rt-hw-7 {
    line-height: 7px;
    width: 7px;
    height: 7px;
}

.rt-hw-8 {
    line-height: 8px;
    width: 8px;
    height: 8px;
}

.rt-hw-9 {
    line-height: 9px;
    width: 9px;
    height: 9px;
}

.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;
}

.rt-hw-61 {
    line-height: 61px;
    width: 61px;
    height: 61px;
}

.rt-hw-62 {
    line-height: 62px;
    width: 62px;
    height: 62px;
}

.rt-hw-63 {
    line-height: 63px;
    width: 63px;
    height: 63px;
}

.rt-hw-64 {
    line-height: 64px;
    width: 64px;
    height: 64px;
}

.rt-hw-65 {
    line-height: 65px;
    width: 65px;
    height: 65px;
}

.rt-hw-66 {
    line-height: 66px;
    width: 66px;
    height: 66px;
}

.rt-hw-67 {
    line-height: 67px;
    width: 67px;
    height: 67px;
}

.rt-hw-68 {
    line-height: 68px;
    width: 68px;
    height: 68px;
}

.rt-hw-69 {
    line-height: 69px;
    width: 69px;
    height: 69px;
}

.rt-hw-70 {
    line-height: 70px;
    width: 70px;
    height: 70px;
}

.rt-hw-71 {
    line-height: 71px;
    width: 71px;
    height: 71px;
}

.rt-hw-72 {
    line-height: 72px;
    width: 72px;
    height: 72px;
}

.rt-hw-73 {
    line-height: 73px;
    width: 73px;
    height: 73px;
}

.rt-hw-74 {
    line-height: 74px;
    width: 74px;
    height: 74px;
}

.rt-hw-75 {
    line-height: 75px;
    width: 75px;
    height: 75px;
}

.rt-hw-76 {
    line-height: 76px;
    width: 76px;
    height: 76px;
}

.rt-hw-77 {
    line-height: 77px;
    width: 77px;
    height: 77px;
}

.rt-hw-78 {
    line-height: 78px;
    width: 78px;
    height: 78px;
}

.rt-hw-79 {
    line-height: 79px;
    width: 79px;
    height: 79px;
}

.rt-hw-80 {
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.rt-hw-81 {
    line-height: 81px;
    width: 81px;
    height: 81px;
}

.rt-hw-82 {
    line-height: 82px;
    width: 82px;
    height: 82px;
}

.rt-hw-83 {
    line-height: 83px;
    width: 83px;
    height: 83px;
}

.rt-hw-84 {
    line-height: 84px;
    width: 84px;
    height: 84px;
}

.rt-hw-85 {
    line-height: 85px;
    width: 85px;
    height: 85px;
}

.rt-hw-86 {
    line-height: 86px;
    width: 86px;
    height: 86px;
}

.rt-hw-87 {
    line-height: 87px;
    width: 87px;
    height: 87px;
}

.rt-hw-88 {
    line-height: 88px;
    width: 88px;
    height: 88px;
}

.rt-hw-89 {
    line-height: 89px;
    width: 89px;
    height: 89px;
}

.rt-hw-90 {
    line-height: 90px;
    width: 90px;
    height: 90px;
}

.rt-hw-91 {
    line-height: 91px;
    width: 91px;
    height: 91px;
}

.rt-hw-92 {
    line-height: 92px;
    width: 92px;
    height: 92px;
}

.rt-hw-93 {
    line-height: 93px;
    width: 93px;
    height: 93px;
}

.rt-hw-94 {
    line-height: 94px;
    width: 94px;
    height: 94px;
}

.rt-hw-95 {
    line-height: 95px;
    width: 95px;
    height: 95px;
}

.rt-hw-96 {
    line-height: 96px;
    width: 96px;
    height: 96px;
}

.rt-hw-97 {
    line-height: 97px;
    width: 97px;
    height: 97px;
}

.rt-hw-98 {
    line-height: 98px;
    width: 98px;
    height: 98px;
}

.rt-hw-99 {
    line-height: 99px;
    width: 99px;
    height: 99px;
}

.rt-hw-100 {
    line-height: 100px;
    width: 100px;
    height: 100px;
}

.rt-hw-101 {
    line-height: 101px;
    width: 101px;
    height: 101px;
}

.rt-hw-102 {
    line-height: 102px;
    width: 102px;
    height: 102px;
}

.rt-hw-103 {
    line-height: 103px;
    width: 103px;
    height: 103px;
}

.rt-hw-104 {
    line-height: 104px;
    width: 104px;
    height: 104px;
}

.rt-hw-105 {
    line-height: 105px;
    width: 105px;
    height: 105px;
}

.rt-hw-106 {
    line-height: 106px;
    width: 106px;
    height: 106px;
}

.rt-hw-107 {
    line-height: 107px;
    width: 107px;
    height: 107px;
}

.rt-hw-108 {
    line-height: 108px;
    width: 108px;
    height: 108px;
}

.rt-hw-109 {
    line-height: 109px;
    width: 109px;
    height: 109px;
}

.rt-hw-110 {
    line-height: 110px;
    width: 110px;
    height: 110px;
}

.rt-hw-111 {
    line-height: 111px;
    width: 111px;
    height: 111px;
}

.rt-hw-112 {
    line-height: 112px;
    width: 112px;
    height: 112px;
}

.rt-hw-113 {
    line-height: 113px;
    width: 113px;
    height: 113px;
}

.rt-hw-114 {
    line-height: 114px;
    width: 114px;
    height: 114px;
}

.rt-hw-115 {
    line-height: 115px;
    width: 115px;
    height: 115px;
}

.rt-hw-116 {
    line-height: 116px;
    width: 116px;
    height: 116px;
}

.rt-hw-117 {
    line-height: 117px;
    width: 117px;
    height: 117px;
}

.rt-hw-118 {
    line-height: 118px;
    width: 118px;
    height: 118px;
}

.rt-hw-119 {
    line-height: 119px;
    width: 119px;
    height: 119px;
}

.rt-hw-120 {
    line-height: 120px;
    width: 120px;
    height: 120px;
}

.rt-hw-121 {
    line-height: 121px;
    width: 121px;
    height: 121px;
}

.rt-hw-122 {
    line-height: 122px;
    width: 122px;
    height: 122px;
}

.rt-hw-123 {
    line-height: 123px;
    width: 123px;
    height: 123px;
}

.rt-hw-124 {
    line-height: 124px;
    width: 124px;
    height: 124px;
}

.rt-hw-125 {
    line-height: 125px;
    width: 125px;
    height: 125px;
}

.rt-hw-126 {
    line-height: 126px;
    width: 126px;
    height: 126px;
}

.rt-hw-127 {
    line-height: 127px;
    width: 127px;
    height: 127px;
}

.rt-hw-128 {
    line-height: 128px;
    width: 128px;
    height: 128px;
}

.rt-hw-129 {
    line-height: 129px;
    width: 129px;
    height: 129px;
}

.rt-hw-130 {
    line-height: 130px;
    width: 130px;
    height: 130px;
}

.rt-hw-131 {
    line-height: 131px;
    width: 131px;
    height: 131px;
}

.rt-hw-132 {
    line-height: 132px;
    width: 132px;
    height: 132px;
}

.rt-hw-133 {
    line-height: 133px;
    width: 133px;
    height: 133px;
}

.rt-hw-134 {
    line-height: 134px;
    width: 134px;
    height: 134px;
}

.rt-hw-135 {
    line-height: 135px;
    width: 135px;
    height: 135px;
}

.rt-hw-136 {
    line-height: 136px;
    width: 136px;
    height: 136px;
}

.rt-hw-137 {
    line-height: 137px;
    width: 137px;
    height: 137px;
}

.rt-hw-138 {
    line-height: 138px;
    width: 138px;
    height: 138px;
}

.rt-hw-139 {
    line-height: 139px;
    width: 139px;
    height: 139px;
}

.rt-hw-140 {
    line-height: 140px;
    width: 140px;
    height: 140px;
}

.rt-hw-141 {
    line-height: 141px;
    width: 141px;
    height: 141px;
}

.rt-hw-142 {
    line-height: 142px;
    width: 142px;
    height: 142px;
}

.rt-hw-143 {
    line-height: 143px;
    width: 143px;
    height: 143px;
}

.rt-hw-144 {
    line-height: 144px;
    width: 144px;
    height: 144px;
}

.rt-hw-145 {
    line-height: 145px;
    width: 145px;
    height: 145px;
}

.rt-hw-146 {
    line-height: 146px;
    width: 146px;
    height: 146px;
}

.rt-hw-147 {
    line-height: 147px;
    width: 147px;
    height: 147px;
}

.rt-hw-148 {
    line-height: 148px;
    width: 148px;
    height: 148px;
}

.rt-hw-149 {
    line-height: 149px;
    width: 149px;
    height: 149px;
}

.rt-hw-150 {
    line-height: 150px;
    width: 150px;
    height: 150px;
}

.rt-hw-151 {
    line-height: 151px;
    width: 151px;
    height: 151px;
}

.rt-hw-152 {
    line-height: 152px;
    width: 152px;
    height: 152px;
}

.rt-hw-153 {
    line-height: 153px;
    width: 153px;
    height: 153px;
}

.rt-hw-154 {
    line-height: 154px;
    width: 154px;
    height: 154px;
}

.rt-hw-155 {
    line-height: 155px;
    width: 155px;
    height: 155px;
}

.rt-hw-156 {
    line-height: 156px;
    width: 156px;
    height: 156px;
}

.rt-hw-157 {
    line-height: 157px;
    width: 157px;
    height: 157px;
}

.rt-hw-158 {
    line-height: 158px;
    width: 158px;
    height: 158px;
}

.rt-hw-159 {
    line-height: 159px;
    width: 159px;
    height: 159px;
}

.rt-hw-160 {
    line-height: 160px;
    width: 160px;
    height: 160px;
}

.rt-hw-161 {
    line-height: 161px;
    width: 161px;
    height: 161px;
}

.rt-hw-162 {
    line-height: 162px;
    width: 162px;
    height: 162px;
}

.rt-hw-163 {
    line-height: 163px;
    width: 163px;
    height: 163px;
}

.rt-hw-164 {
    line-height: 164px;
    width: 164px;
    height: 164px;
}

.rt-hw-165 {
    line-height: 165px;
    width: 165px;
    height: 165px;
}

.rt-hw-166 {
    line-height: 166px;
    width: 166px;
    height: 166px;
}

.rt-hw-167 {
    line-height: 167px;
    width: 167px;
    height: 167px;
}

.rt-hw-168 {
    line-height: 168px;
    width: 168px;
    height: 168px;
}

.rt-hw-169 {
    line-height: 169px;
    width: 169px;
    height: 169px;
}

.rt-hw-170 {
    line-height: 170px;
    width: 170px;
    height: 170px;
}

.rt-hw-171 {
    line-height: 171px;
    width: 171px;
    height: 171px;
}

.rt-hw-172 {
    line-height: 172px;
    width: 172px;
    height: 172px;
}

.rt-hw-173 {
    line-height: 173px;
    width: 173px;
    height: 173px;
}

.rt-hw-174 {
    line-height: 174px;
    width: 174px;
    height: 174px;
}

.rt-hw-175 {
    line-height: 175px;
    width: 175px;
    height: 175px;
}

.rt-hw-176 {
    line-height: 176px;
    width: 176px;
    height: 176px;
}

.rt-hw-177 {
    line-height: 177px;
    width: 177px;
    height: 177px;
}

.rt-hw-178 {
    line-height: 178px;
    width: 178px;
    height: 178px;
}

.rt-hw-179 {
    line-height: 179px;
    width: 179px;
    height: 179px;
}

.rt-hw-180 {
    line-height: 180px;
    width: 180px;
    height: 180px;
}

.rt-hw-181 {
    line-height: 181px;
    width: 181px;
    height: 181px;
}

.rt-hw-182 {
    line-height: 182px;
    width: 182px;
    height: 182px;
}

.rt-hw-183 {
    line-height: 183px;
    width: 183px;
    height: 183px;
}

.rt-hw-184 {
    line-height: 184px;
    width: 184px;
    height: 184px;
}

.rt-hw-185 {
    line-height: 185px;
    width: 185px;
    height: 185px;
}

.rt-hw-186 {
    line-height: 186px;
    width: 186px;
    height: 186px;
}

.rt-hw-187 {
    line-height: 187px;
    width: 187px;
    height: 187px;
}

.rt-hw-188 {
    line-height: 188px;
    width: 188px;
    height: 188px;
}

.rt-hw-189 {
    line-height: 189px;
    width: 189px;
    height: 189px;
}

.rt-hw-190 {
    line-height: 190px;
    width: 190px;
    height: 190px;
}

.rt-hw-191 {
    line-height: 191px;
    width: 191px;
    height: 191px;
}

.rt-hw-192 {
    line-height: 192px;
    width: 192px;
    height: 192px;
}

.rt-hw-193 {
    line-height: 193px;
    width: 193px;
    height: 193px;
}

.rt-hw-194 {
    line-height: 194px;
    width: 194px;
    height: 194px;
}

.rt-hw-195 {
    line-height: 195px;
    width: 195px;
    height: 195px;
}

.rt-hw-196 {
    line-height: 196px;
    width: 196px;
    height: 196px;
}

.rt-hw-197 {
    line-height: 197px;
    width: 197px;
    height: 197px;
}

.rt-hw-198 {
    line-height: 198px;
    width: 198px;
    height: 198px;
}

.rt-hw-199 {
    line-height: 199px;
    width: 199px;
    height: 199px;
}

.rt-hw-200 {
    line-height: 200px;
    width: 200px;
    height: 200px;
}

.rt-circle {
    border-radius: 50%;
}

    .rt-circle:after {
        border-radius: 50%;
    }

.rt-icon {
    position: relative;
    z-index: 1;
    text-align: center;
}

.icon-gradinet-1 {
    position: relative;
    z-index: 1;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#7040ff), to(#5a33ff));
    background-image: -webkit-linear-gradient(left, #7040ff 0%, #5a33ff 100%);
    background-image: linear-gradient(90deg, #7040ff 0%, #5a33ff 100%);
}

    .icon-gradinet-1: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-image: -webkit-gradient(linear, right top, left top, from(#7040ff), to(#5a33ff));
        background-image: -webkit-linear-gradient(right, #7040ff 0%, #5a33ff 100%);
        background-image: linear-gradient(-90deg, #7040ff 0%, #5a33ff 100%);
    }

    .icon-gradinet-1:hover {
        color: #fff;
    }

        .icon-gradinet-1:hover:after {
            visibility: visible;
            opacity: 1;
        }

.icon-dark {
    position: relative;
    z-index: 1;
    color: #fff !important;
    background: #1e375a;
}

    .icon-dark: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 !important;
        background: #EB751F;
    }

    .icon-dark:hover {
        color: #fff !important;
    }

        .icon-dark:hover i {
            -webkit-animation: zoomIn 400ms ease-in-out;
            animation: zoomIn 400ms ease-in-out;
        }

        .icon-dark:hover:after {
            visibility: visible;
            opacity: 1;
        }

.icon-white-primary {
    position: relative;
    z-index: 1;
    color: #777b92 !important;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
}

    .icon-white-primary: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 !important;
        background: #EB751F;
    }

    .icon-white-primary:hover {
        color: #fff !important;
        -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
        box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
    }

        .icon-white-primary:hover i {
            -webkit-animation: zoomIn 400ms ease-in-out;
            animation: zoomIn 400ms ease-in-out;
        }

        .icon-white-primary:hover:after {
            visibility: visible;
            opacity: 1;
        }

.icon-white-secondary {
    position: relative;
    z-index: 1;
    color: #777b92 !important;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
}

    .icon-white-secondary: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 !important;
        background: #EB751F;
    }

    .icon-white-secondary:hover {
        color: #fff !important;
        -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
        box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0);
    }

        .icon-white-secondary:hover i {
            -webkit-animation: zoomIn 400ms ease-in-out;
            animation: zoomIn 400ms ease-in-out;
        }

        .icon-white-secondary:hover:after {
            visibility: visible;
            opacity: 1;
        }

.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);
}

.icon-glow-2 {
    -webkit-box-shadow: 0 0 0 12px rgba(126, 93, 254, .15);
    box-shadow: 0 0 0 12px rgba(126, 93, 254, .15);
}

@-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: color(srgb 1 1 1 / 0.82) !important;
    -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: 80px;
        height: 80px;
    }

/*4.15 table css*/
.domain-table {
    border: 1px solid #e1dfdf;
}

    .domain-table thead th {
        padding: 20px 20px;
        border-color: #e1dfdf;
        border-bottom: 1px solid #e1dfdf;
    }

    .domain-table tbody th,
    .domain-table tbody td {
        padding: 15px 20px;
        vertical-align: middle;
    }

    .domain-table tbody tr {
        -webkit-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
        border-bottom: 1px solid #e1dfdf;
    }

        .domain-table tbody tr:hover {
            -webkit-box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
            box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
        }

            .domain-table tbody tr:hover .rt-gradient2:after {
                visibility: visible;
                opacity: 1;
                -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
                filter: alpha(opacity=100);
            }

/*5.0 Blog Css*/
.single-blg-post {
    position: relative;
    margin-bottom: 30px;
}

    .single-blg-post .post-thumbnail {
        display: block;
    }

        .single-blg-post .post-thumbnail img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .single-blg-post .entry-content {
        padding-top: 23px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        border: 1px solid #e6e6e6;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .single-blg-post .entry-content .entry-header .entry-title {
            font-size: 24px;
            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: #132150;
        }

            .single-blg-post .entry-content .entry-header .entry-title a {
                color: #132150;
            }

                .single-blg-post .entry-content .entry-header .entry-title a:hover {
                    color: #EB751F;
                }

        .single-blg-post .entry-content .entry-header .entry-meta {
            margin-bottom: 5px;
        }

            .single-blg-post .entry-content .entry-header .entry-meta span {
                font-size: 14px;
                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: #c0c0c0;
                }

                    .single-blg-post .entry-content .entry-header .entry-meta span a i {
                        padding-right: 5px;
                        color: #31348c;
                    }

                    .single-blg-post .entry-content .entry-header .entry-meta span a:hover {
                        color: #EB751F;
                    }

                        .single-blg-post .entry-content .entry-header .entry-meta span a:hover i {
                            color: #EB751F;
                        }

                .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: #717584;
        }

        .single-blg-post .entry-content .entry-footer {
            margin-top: 22px;
        }

@media (max-width: 991.98px) {
    .sidebar-group {
        margin-top: 30px;
    }
}

.sidebar-group.extra-margin1 {
    padding-left: 100px;
}

@media (max-width: 991.98px) {
    .sidebar-group.extra-margin1 {
        padding-left: 0;
    }
}

.sidebar-group.extra-margin2 {
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .sidebar-group.extra-margin2 {
        padding-left: 0;
    }
}

.widget {
    margin: 0 0 30px;
    padding-top: 34px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .widget-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        position: relative;
        z-index: 1;
        margin: 0 0 0;
        padding: 0 0 25px;
        text-transform: capitalize;
        color: #132150;
    }

    .widget select {
        font-family: 'Open Sans', sans-serif;
        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: #EB751F !important;
    }

    .widget.widget_add {
        padding: 0;
        border: none;
    }

    .widget .widget-title:empty {
        margin: 0;
    }

    .widget > ul,
    .widget .menu-header-menu-container ul {
        margin-left: 0;
        padding-left: 0;
        list-style: outside none none;
    }

        .widget > ul > li,
        .widget .menu-header-menu-container ul > li {
            line-height: 1.42857;
            margin: 0 0 5px;
            padding: 9px 0 0;
            color: #717584;
        }

        .widget > ul:not(.children):not(.sub-menu) > li:last-child,
        .widget .menu-header-menu-container ul:not(.children):not(.sub-menu) > li:last-child {
            margin: 0;
            padding: 9px 0 10px;
            border-bottom: 1px solid transparent;
        }

        .widget > ul.children,
        .widget > ul.sub-menu,
        .widget .menu-header-menu-container ul.children,
        .widget .menu-header-menu-container ul.sub-menu {
            margin: 9px 0 0;
        }

            .widget > ul.children li,
            .widget > ul.sub-menu li,
            .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 > ul.children li:before,
                .widget > ul.sub-menu li:before,
                .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: #f30070;
                }

        .widget > ul li > a,
        .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: #717584;
        }

            .widget > ul li > a:hover,
            .widget > ul li > a:focus,
            .widget .menu-header-menu-container ul li > a:hover,
            .widget .menu-header-menu-container ul li > a:focus {
                text-decoration: none;
                color: #f30070;
            }

/* Calendar widget */
.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: #f30070;
}

    .widget_calendar tbody a:hover,
    .widget_calendar tbody a:focus {
        text-decoration: none;
        color: #fff;
        background-color: #2e3d62;
    }

/* Recent Posts widget */
.widget_recent_entries .post-date {
    font-size: 13px;
    display: block;
    margin-top: 3px;
}

/* Recent Comments widget */
.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;
    }

/* RSS widget */
.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;
}

/* Tag Cloud widget */
.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;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 6px 12px 8px;
    color: #717584;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

    .tagcloud .tag-cloud-link:hover,
    .tagcloud .tag-cloud-link:focus {
        text-decoration: none;
        color: #fff;
        border-color: 1px solid #f30070;
        outline: 0;
        background-color: #f30070;
    }

.instra-item {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

    .instra-item img {
        -webkit-transition: all .64s ease-in-out;
        transition: all .64s ease-in-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-radius: 3px;
    }

    .instra-item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 3px;
        background: rgba(0, 0, 0, 0);
    }

    .instra-item .instra-hover {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -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;
    }

        .instra-item .instra-hover i {
            font-size: 30px;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            color: #fff;
        }

    .instra-item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .instra-item:hover:after {
        background: rgba(0, 0, 0, .5);
    }

    .instra-item:hover .instra-hover i {
        visibility: visible;
        -webkit-animation: zoomIn 400ms ease-in-out;
        animation: zoomIn 400ms ease-in-out;
        opacity: 1;
    }

#instragramslider_active .owl-dots {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#instragramslider_active .owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 7px;
    -webkit-transition: all .19s cubic-bezier(.47, 0, .745, .715);
    transition: all .19s cubic-bezier(.47, 0, .745, .715);
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

    #instragramslider_active .owl-dot.active {
        -webkit-animation: pulseservices23 .8s infinite cubic-bezier(.66, 0, 0, 1);
        animation: pulseservices23 .8s infinite cubic-bezier(.66, 0, 0, 1);
        border: 1px solid #f30070;
        border-radius: 50%;
        background: #f30070;
        -webkit-box-shadow: 0 0 0 0 rgba(243, 0, 112, .6);
        box-shadow: 0 0 0 0 rgba(243, 0, 112, .6);
    }

@-webkit-keyframes pulseservices23 {
    to {
        -webkit-box-shadow: 0 0 0 8px rgba(243, 0, 112, 0);
        box-shadow: 0 0 0 8px rgba(243, 0, 112, 0);
    }
}

@keyframes pulseservices23 {
    to {
        -webkit-box-shadow: 0 0 0 8px rgba(243, 0, 112, 0);
        box-shadow: 0 0 0 8px rgba(243, 0, 112, 0);
    }
}

.widget.widget_social_media ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

    .widget.widget_social_media ul li {
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }

        .widget.widget_social_media ul li a {
            font-size: 36px;
            line-height: 36px;
            display: inline-block;
            margin-right: 15px;
            color: #EB751F;
        }

            .widget.widget_social_media ul li a.facebook {
                color: #3667ed;
            }

                .widget.widget_social_media ul li a.facebook:hover {
                    color: #1f55eb;
                }

            .widget.widget_social_media ul li a.twitter {
                color: #369eff;
            }

                .widget.widget_social_media ul li a.twitter:hover {
                    color: #1d92ff;
                }

            .widget.widget_social_media ul li a.g-pluse {
                color: #ff364e;
            }

                .widget.widget_social_media ul li a.g-pluse:hover {
                    color: #ff1d38;
                }

            .widget.widget_social_media ul li a.instra {
                color: #5b3dfe;
            }

                .widget.widget_social_media ul li a.instra:hover {
                    color: #4624fe;
                }

            .widget.widget_social_media ul li a:last-child a {
                margin-right: 0;
                border-bottom: none !important;
            }

.widget.widget_authour_bio .author-bio-data {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

    .widget.widget_authour_bio .author-bio-data .img-thumbnail {
        border-width: 3px;
        border-color: #f30070;
    }

.widget.widget_authour_bio .author-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget.widget_authour_bio .author-social ul li {
        display: inline-block;
    }

        .widget.widget_authour_bio .author-social ul li a {
            display: block;
            margin: 0 5px;
            -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;
            color: #999;
        }

            .widget.widget_authour_bio .author-social ul li a:hover {
                color: #f30070;
            }

            .widget.widget_authour_bio .author-social ul li a:first-child {
                margin-left: 0;
            }

.widget.widget_categories ul li {
    position: relative;
}

    .widget.widget_categories ul li:after {
        font-family: icofont;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 2px;
        content: '\ef35';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #EB751F;
    }

    .widget.widget_categories ul li a {
        padding-left: 20px;
    }

/* 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: #f30070;
                }

            .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;
    padding: 0;
    color: #333;
    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: #333;
    }

.comments-area {
    margin-top: 40px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding: 30px 0 0;
}

.comments-title,
.comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.comments-title {
    margin: 0 0 30px;
    color: #333;
}

.comment-list {
    margin: 0;
    list-style: none;
}

    .comment-list::after {
        display: block;
        clear: both;
        content: '';
    }

    .comment-list .comment-body,
    .comment-list .pingback,
    .comment-list .trackback {
        margin: 0;
        padding: 20px 0;
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #fff;
    }

    .comment-list .children {
        margin: 0;
        list-style: none;
    }

        .comment-list .children > li {
            padding: 0 0 0 15px;
        }

    .comment-list li::after {
        display: block;
        clear: both;
        content: '';
    }

.comment-author {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 5px;
    color: #333;
}

    .comment-author .fn {
        font-weight: bold;
    }

    .comment-author .avatar {
        position: relative;
        float: left;
        width: 65px;
        height: 65px;
        margin: 0 10px 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 {
    text-decoration: underline;
    letter-spacing: 1px;
    color: #333;
}

    .comment-author .url:hover,
    .comment-author .url:focus {
        color: #f30070;
    }

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.42857;
    color: #a7a7b3;
}

.comment-metadata {
    margin: 0 0 15px;
}

    .comment-metadata a {
        color: #a7a7b3;
    }

.pingback .comment-edit-link {
    color: #a7a7b3;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
    color: #f30070;
}

.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #7e7e90;
}

.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 {
    line-height: 1;
    display: inline-block;
    margin: 20px 0 0;
    padding: 9px 15px 10px;
    color: #a7a7b3;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

    .comment-reply-link:hover,
    .comment-reply-link:focus {
        text-decoration: none;
        color: #333;
        border-color: #f30070;
        outline: 0;
        background-color: #f30070;
    }

.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: #a7a7b3;
}

.no-comments {
    font-weight: bold;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e7e7e7;
}

.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: #f30070;
}

.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: #a7a7b3;
    }

        .comment-reply-title small a:hover,
        .comment-reply-title small a:focus {
            color: #7e7e90;
        }

        .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;
        }

.comment-author.vcard img {
    border-radius: 50%;
}

.post-navigation {
    padding-top: 30px;
    border-top: 2px solid #2e3d62;
}

.nav-links a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    word-break: break-all;
    color: #2e3d62;
}

    .nav-links a:hover {
        color: #f30070;
    }

pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    position: relative;
    z-index: 1;
    padding: 2em;
    color: #f980b8;
    background: #36353b !important;
}

@media (max-width: 767.98px) {
    pre {
        padding: 1em;
    }
}

.comment-form input:focus {
    border: 1px solid #f30070 !important;
}

.new-cmnt-share a {
    font-size: 14px;
    margin-right: 5px;
    text-transform: capitalize;
    color: #1e375a;
}

    .new-cmnt-share a:last-child {
        margin-right: 0;
    }

    .new-cmnt-share a span i {
        font-size: 4px;
        color: #8388a8;
    }

    .new-cmnt-share a:hover {
        color: #f30070;
    }

/*6.0 Header Css*/
.top-header {
    background: transparent;
}

    .top-header .container {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

.top-message {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-message li {
        font-size: 14px;
        display: inline-block;
        color: #333;
    }

        .top-message li i {
            font-size: 16px;
            padding-right: 3px;
            color: #fff;
        }

        .top-message li a {
            display: block;
            color: #fff;
        }

            .top-message li a i {
                color: #fff;
            }

.top-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-social li {
        position: relative;
        display: inline-block;
        padding-right: 10px;
    }

        .top-social li:last-child {
            padding-right: 0;
        }

        .top-social li a {
            font-size: 14px;
            display: block;
            -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;
            text-align: center;
            color: #fff;
        }

            .top-social li a:hover {
                color: #EB751F !important;
            }

                .top-social li a:hover i {
                    color: #EB751F !important;
                }

            .top-social li a span img {
                margin-right: 5px;
            }

            .top-social li a i {
                padding-right: 5px;
            }

    .top-social .down-arrow.dropdown-toggle {
        position: relative;
        margin-right: 15px;
    }

        .top-social .down-arrow.dropdown-toggle:after {
            font-family: 'icofont';
            font-size: 18px;
            position: absolute;
            top: 50%;
            right: -18px;
            content: '\eac8';
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border: none;
        }

    .top-social .select-arrwo {
        position: absolute;
        right: 10px;
        color: #fff;
    }

.rt-site-header,
.main-header {
    position: relative;
}

    .rt-site-header.rt-fixed-top,
    .main-header.rt-fixed-top {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
    }

    .rt-site-header.rt-sticky.rt-sticky-active,
    .main-header.rt-sticky.rt-sticky-active {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        background: -webkit-linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
        background: linear-gradient(-102deg, #0162b1 0%, #4385b9 100%);
        -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 .sticky-logo,
        .main-header.rt-sticky.rt-sticky-active .sticky-logo {
            display: block;
        }

        .rt-site-header.rt-sticky.rt-sticky-active .brand-logo,
        .main-header.rt-sticky.rt-sticky-active .brand-logo {
            display: none;
        }

    .rt-site-header .sticky-logo,
    .main-header .sticky-logo {
        display: none;
    }

    .rt-site-header .main-header,
    .main-header .main-header {
        padding: 10px 0;
        background-color: transparent;
    }

/*6.0 Footer Css*/
.rt-site-footer {
    position: relative;
    margin-top: 70px;
    background-color: #f6f7fa;
}

    .rt-site-footer .footer-top {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .rt-site-footer .footer-bottom {
        background-color: #f6f7fa;
    }

        .rt-site-footer .footer-bottom .container {
            padding: 20px 0;
            border-top: 1px solid #ddd;
        }

    .rt-site-footer.dark-footer {
        background-color: #000;
    }

        .rt-site-footer.dark-footer .footer-bottom {
            border-top: 1px solid rgba(71, 72, 72, .42);
            background-color: #000;
        }

    .rt-site-footer.has-callto-action {
        margin-top: 170px;
    }

        .rt-site-footer.has-callto-action .footer-top {
            padding-top: 0;
        }

.rt-single-widget {
    margin-bottom: 40px;
}

    .rt-single-widget a {
        color: #f30070;
    }

    .rt-single-widget .rt-footer-title {
        font-size: 24px;
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #2e3d62;
    }

@media (max-width: 1199.98px) {
    .rt-single-widget .rt-footer-title {
        font-size: 22px;
    }
}

.rt-single-widget .btn {
    font-size: 20px;
    width: 50px;
    color: #fff;
    background-color: #f30070;
}

.rt-single-widget .form-control {
    height: 52px;
    padding-left: 28px;
    border-color: transparent;
    background: #e8e6ff;
}

    .rt-single-widget .form-control:focus {
        border-color: #f30070;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .rt-single-widget .form-control::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 300;
        color: #2e3d62;
    }

    .rt-single-widget .form-control::-moz-placeholder {
        font-size: 14px;
        font-weight: 300;
        color: #2e3d62;
    }

    .rt-single-widget .form-control::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 300;
        color: #2e3d62;
    }

    .rt-single-widget .form-control::placeholder {
        font-size: 14px;
        font-weight: 300;
        color: #2e3d62;
    }

.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: #f30070;
        }

        .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: #2e3d62;
        }

            .rt-single-widget ul.rt-usefulllinks li a:hover {
                padding-left: 5px;
                color: #f30070;
            }

        .rt-single-widget ul.rt-usefulllinks li:hover:after {
            -webkit-animation: zoomIn .24s ease-in-out;
            animation: zoomIn .24s ease-in-out;
            background: #EB751F;
        }

.rt-single-widget ul.rt-usefulllinks2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rt-single-widget ul.rt-usefulllinks2 li {
        display: block;
        padding-bottom: 15px;
    }

        .rt-single-widget ul.rt-usefulllinks2 li:last-child {
            padding-bottom: 0;
        }

        .rt-single-widget ul.rt-usefulllinks2 li a {
            font-size: 18px;
            font-weight: 400;
            display: block;
            -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out;
            color: #2e3d62;
        }

@media (max-width: 1199.98px) {
    .rt-single-widget ul.rt-usefulllinks2 li a {
        font-size: 18px;
    }
}

.rt-single-widget ul.rt-usefulllinks2 li a i {
    margin-right: 4px;
}

.rt-single-widget ul.rt-usefulllinks2 li a:hover {
    padding-left: 8px;
    color: #EB751F;
}

.rt-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rt-footer-social ul li {
        display: inline-block;
        margin-right: 8px;
    }

        .rt-footer-social ul li:last-child {
            margin-right: 0;
        }

        .rt-footer-social ul li a {
            font-size: 18px;
            display: block;
            -webkit-transition: all .24sç ease-in-out;
            transition: all .24sç ease-in-out;
            color: #2e3d62;
        }

            .rt-footer-social ul li a:hover {
                color: #f30070;
            }

.rt-site-footer.dark-footer .rt-footer-title {
    color: #fff;
}

.rt-site-footer.dark-footer .ul.rt-usefulllinks li a,
.rt-site-footer.dark-footer .ul.rt-usefulllinks2 li a {
    color: #808080;
}

    .rt-site-footer.dark-footer .ul.rt-usefulllinks li a:hover,
    .rt-site-footer.dark-footer .ul.rt-usefulllinks2 li a:hover {
        color: #f30070;
    }

.rt-site-footer.dark-footer .rt-single-widget .form-control {
    border-color: transparent;
    background: #111;
}

.rt-site-footer.dark-footer .rt-single-widget .btn {
    border-left: 1px solid rgba(71, 72, 72, .42);
    background: #111;
}

.copy-right-text p {
    color: #536183;
}

    .copy-right-text p a {
        color: #f30070;
    }

.footer-calltoaction {
    position: relative;
    top: -100px;
}



@media (max-width: 767px) {
    .scrollToTop {
        display: none;
    }

    .main-menu ul.show {
        max-height: 320px;
        overflow: auto;
    }

    .top-header .container {
        padding: 0;
        border-bottom: 0;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1360px) {
    .rt-site-footer.has-callto-action {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .rt-site-footer .rt-hw-50 {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .page-content-area .rt-box-style-2 .domain-border span.f-size-24 {
        font-size: 20px;
    }

    .page-content-area .seller-box .rt-box-style-2 .media img {
        width: 100px;
        height: 85px;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height h4 {
        margin-bottom: 15px;
    }

    .page-content.rtbgprefix-full {
        background-size: 140% 100%;
    }

    .rt-banner-area.default-slider .domain-searh-form {
        padding: 0 0 0 15px;
        width: 520px;
    }

        .rt-banner-area.default-slider .domain-searh-form button {
            padding: 12px 70px 14px 35px !important;
            border: none;
        }

    .rt-spacer-150 {
        height: 0;
    }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption {
        margin-left: -245px;
        width: 440px;
    }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-describe {
            font-size: 20.8px;
        }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption-bottom {
        margin-left: -185px;
    }

    .testimonial-section .testimonial-carousel .slick-prev.slick-arrow {
        left: -70px;
        top: 345px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .rtbgprefix-full {
        background-size: initial;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height h4 {
        margin-bottom: 15px;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
    }

    .rt-site-footer.has-callto-action {
        margin-top: 120px;
    }

    .services-area.rtbgprefix-contain .rt-section-title {
        margin: 65px 0 20px;
    }

    .tolls-area.rtbgprefix-full.rt-pt-100.rt-pb-70.bg-elements-parent {
        padding: 20px;
    }

    .how-works.rtbgprefix-full.rt-pt-100.rt-pb-70.bg-elements-parent {
        padding: 20px;
    }

    .page-content-area .rt-box-style-2 .domain-border.col-lg-4 {
        margin-bottom: 20px;
    }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption-bottom {
        margin-left: -112px;
    }

    .testimonial-section .testimonial-carousel .slick-next.slick-arrow {
        bottom: 106px;
    }

    .testimonial-section .testimonial-carousel .slick-prev.slick-arrow {
        top: 348px;
        left: -75px;
    }

    .testimonial-section .section-text {
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .tab-navsitem {
        margin: 24px 0;
    }

    .testimonials-area {
        overflow-x: hidden;
    }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption {
        margin-left: -247px;
        width: 440px;
    }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-describe {
            font-size: 16px;
        }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-img {
        margin-top: 270px;
    }

    .testimonial-section .testimonial-carousel .slick-next.slick-arrow {
        opacity: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .rtbgprefix-full {
        background-size: initial;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height h4 {
        margin-bottom: 15px;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
    }

    .card .card-header.card-primary button[aria-expanded='false'], .card .card-header.card-primary button[aria-expanded='true'] {
        padding: 16px 45px 16px 14px;
    }

    .rt-breadcump.rt-breadcump-height.breaducump-style-2 .domain-searh-form button {
        border: none;
        padding: 14px 70px 14px 40px !important;
    }

    .rt-spacer-100.rt-spae-xs-50 {
        height: 0px;
    }

    .tab-navsitem {
        margin: 24px 0;
    }

    .rt-site-footer.has-callto-action {
        margin-top: 120px;
    }

    .rt-breadcump.rt-breadcump-height.breaducump-style-2 .rt-breadcump-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.rt-light3 {
        font-size: 22px;
    }

    .services-area.rtbgprefix-contain .rt-section-title {
        margin: 65px 0 20px;
    }

    .how-works.rtbgprefix-full.rt-pt-100.rt-pb-70.bg-elements-parent {
        padding: 20px;
    }

    .f-size-36.f-size-lg-30.f-size-md-24.f-size-xs-16.rt-light3 {
        font-size: 18px;
    }

    .rt-banner-area.default-slider .domain-searh-form {
        padding: 0 0 0 15px;
        width: 435px;
    }

        .rt-banner-area.default-slider .domain-searh-form button {
            padding: 12px 70px 14px 35px !important;
            border: none;
            border-radius: 0 15px 15px 0;
        }

        .rt-banner-area.default-slider .domain-searh-form input[type='text'] {
            max-width: 20%;
        }

    .domain-searh-form button {
        margin-top: 0;
        margin-right: initial;
        margin-left: initial;
    }

    .page-content-area .rt-box-style-2 .domain-border.col-lg-4 {
        margin-bottom: 20px;
    }

    .testimonials-area {
        overflow-x: hidden;
    }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-caption {
        margin-left: -247px;
        width: 440px;
    }

        .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-describe {
            font-size: 16px;
        }

    .testimonial-section .testimonial-carousel .carousel-item .carousel-img {
        margin-top: 270px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true'] {
        padding: 20px 35px 14px 10px;
    }

    .rtbgprefix-full {
        background-size: initial;
    }

    .rt-breadcump .rt-breadcump-height {
        height: 500px;
    }

    .page-content-area .rt-box-style-3 .rt-gradient-2 {
        font-size: 20px;
    }

    .page-content-area .rt-box-style-3 .rt-light3.amount .f-size-40.text-422 {
        font-size: 25px;
    }

    .page-content-area .rt-box-style-3 .rt-light3.amount span.f-size-24 {
        font-size: 16px;
    }

    .page-content-area .rt-box-style-3 .rt-light3 {
        font-size: 16px;
    }

    .page-content-area .rt-box-style-3 .rt-btn {
        font-size: 14px;
        padding: 16px 12px;
    }

    .page-content-area .rt-box-style-2 .rt-btn {
        font-size: 14px;
        padding: 5px 6px;
    }

    .page-content-area .subscribe-box .rt-line-form input {
        padding: 0px;
    }

    .page-content-area .subscribe-box .rt-line-form button {
        font-size: 14px;
        padding: 5px 30px;
    }

    .page-content-area .rt-single-icon-box.shdoaw-style2 {
        padding: 20px 5px;
    }

    .bg-elements-parent.rtbgprefix-cover .rt-border-off2.rt-line-form {
        padding: 10px 10px;
    }

        .bg-elements-parent.rtbgprefix-cover .rt-border-off2.rt-line-form img {
            display: none;
        }

        .bg-elements-parent.rtbgprefix-cover .rt-border-off2.rt-line-form input {
            margin: 0;
            padding: 0;
        }

    .rt-breadcump.rt-breadcump-height.breaducump-style-2 .domain-searh-form button {
        border: none;
        padding: 14px 70px 14px 40px !important;
    }

    .rt-breadcump.rt-breadcump-height .rt-breadcump-height .f-size-70.f-size-lg-50 {
        margin-bottom: 15px;
        font-size: 40px;
    }

    .rt-spacer-100.rt-spae-xs-50 {
        height: 0px;
    }

    .tab-navsitem {
        margin: 24px 0;
    }

    .rt-site-footer.has-callto-action {
        margin-top: 100px;
    }

    .how-works.rtbgprefix-full {
        background-size: initial;
        padding-top: 30px;
    }

    .rt-breadcump.rt-breadcump-height.breaducump-style-2 .rt-breadcump-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.rt-light3 {
        font-size: 18px;
    }

    .services-area.rtbgprefix-contain .rt-section-title {
        margin: 65px 0 20px;
    }

    .rt-spacer-xs-50 {
        height: 0px;
    }

    .f-size-36.f-size-lg-30.f-size-md-24.f-size-xs-16.rt-light3 {
        font-size: 18px;
    }

    .page-content-area .rt-mt-30.domain-searh-form2 .form-control {
        padding-right: 140px;
        padding-left: 20px;
    }

    .page-content-area .rt-mt-30.domain-searh-form2 .rt-btn.rt-gradient.pill.rt-Bshadow-1 {
        padding: 14px 20px;
    }

    .faq-area.bg-elements-parent {
        padding-top: 50px;
    }

    .rt-spacer-130.rt-spae-xs-00 {
        height: 0;
    }

    .perfect-area.rtbgprefix-full.rt-pt-150.rt-pb-70.bg-elements-parent {
        padding-top: 60px;
    }

    .rt-site-footer.deafult-footer.has-callto-action {
        margin-top: 140px;
    }

    .col-lg-8.col-xl-7.mx-auto.text-center.text-white {
        margin-top: 50px;
    }

    .page-content-area .rt-box-style-2 .domain-border.col-lg-4 {
        margin-bottom: 20px;
    }

    .transaction-section {
        padding: 60px 0 84px;
    }

    .testimonial-section {
        margin-top: -730px;
    }

    .testimonial-section {
        margin-top: 0;
    }

        .testimonial-section .testimonial-carousel {
            margin-bottom: 75.008px;
        }

            .testimonial-section .testimonial-carousel .carousel-item .carousel-caption {
                margin-left: -150px;
                width: 275px;
            }

                .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-describe {
                    font-size: 16px;
                }

            .testimonial-section .testimonial-carousel .carousel-item .carousel-img {
                margin: 20px -30px;
                margin-top: 335px;
            }

            .testimonial-section .testimonial-carousel .carousel-item .carousel-caption .client-date {
                font-size: 14px;
                margin-top: 12px;
            }

            .testimonial-section .testimonial-carousel .carousel-item .carousel-img .img-outline {
                padding: 10px;
                width: 100px;
                margin: -14px;
            }

                .testimonial-section .testimonial-carousel .carousel-item .carousel-img .img-outline img {
                    width: 65px;
                    height: 65px;
                }

            .testimonial-section .testimonial-carousel .slick-current.slick-current.slick-center .img-outline {
                padding: 10px;
                width: 90px;
                margin: -17.008px;
            }

            .testimonial-section .testimonial-carousel .slick-prev.slick-arrow {
                left: 65px;
                top: 435px;
            }

            .testimonial-section .testimonial-carousel .slick-next.slick-arrow {
                right: 100px;
                top: 435px;
            }
}

/*# sourceMappingURL=app.css.map */

.top-header {
    z-index: 9;
    position: relative;
}

.rt-nav-tolls .nav {
    display: block !important;
}

.rt-nav-tolls .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.rt-nav-tolls .dropdown-menu {
    border-radius: 5px;
    left: auto !important;
    right: 0 !important;
    min-width: 150px;
    padding: 0 !important;
}

    .rt-nav-tolls .dropdown-menu a {
        font-size: 15px;
        color: #2e3d62 !important;
        transition: all .34s ease-in-out;
        padding: 7px 10px;
    }

        .rt-nav-tolls .dropdown-menu a:hover {
            color: #EB751F !important;
        }

.rt-nav-tolls .dropdown {
    display: inline-block;
}


@media (max-width: 1024px) {
    .rt-nav-tolls .dropdown-menu {
        right: -20px !important;
    }
}

@media (max-width: 992px) {
    .rt-nav-tolls .dropdown-menu {
        right: -20px !important;
    }
}


.brand-logo img {
    max-width: 210px;
}

.sticky-logo img {
    max-width: 210px;
}




/* The container */
.bid-contain {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 20px 0 0;
}

    /* Hide the browser's default radio button */
    .bid-contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.bid-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}



/* When the radio button is checked, add a blue background */
.bid-contain input:checked ~ .bid-checkmark {
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.bid-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.bid-contain input:checked ~ .bid-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.bid-contain .bid-checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}



.rt-breadcump {
    margin-bottom: 50px;
}

.fix-height-table {
    max-height: 640px;
    overflow-y: auto;
}
/*.rt-section-title{
    font-size: 50px;
    margin: 0 0 10px;
}
*/

/* The container */
.contain {
    display: block;
    position: relative;
    padding-left: 17px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: -10px;
    height: 16px;
    width: 16px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
    background: -webkit-linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
    background: linear-gradient(-102deg, #EB751F 0%, #D84315 100%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pass-btn-block {
    top: 8px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff !important;
}

.iti {
    width: 100% !important;
}

.single-in .rt-hw-66.rt-circle {
    line-height: 66px;
}

.submit-circle .rt-hw-66.rt-circle {
    line-height: 66px;
}

.single-in textarea {
    padding-right: 70px !important;
}

.footer-calltoaction .left-column {
    width: 100%;
}



@media (max-width: 1200px) {
    .rt-banner-content h1 .f-size-40 {
        font-size: 60px;
    }

    .rt-banner-content .f-size-36 {
        font-size: 30px;
    }

    .expired-text {
        font-size: 22px;
    }
}


@media (max-width: 992px) {
    .rt-nav-tolls {
        margin-left: 0;
    }

    .footer-calltoaction {
        top: -60px;
    }

    .rt-section-title {
        font-size: 36px;
    }

    .domain-table thead th {
        min-width: 170px;
    }

    .rt-site-footer .footer-bottom .container {
        padding: 20px 12px;
    }

    .rt-site-footer {
        text-align: center;
    }

    .rt-footer-logo {
        max-width: 40%;
        margin: 7px 0 0;
    }
}

@media (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .rt-site-footer .footer-bottom .container {
        padding: 20px 12px;
    }

    .rt-site-footer {
        text-align: center;
    }

    .rt-footer-logo {
        max-width: 60%;
        margin: 7px 0 0;
    }

    .rt-section-title {
        font-size: 26px;
    }

    .owl-dots {
        display: none;
    }

    .rt-banner-height {
        height: 380px;
    }

    .rt-banner-content {
        padding: 40px 0 0;
    }

    .navbar {
        padding: .5rem 0;
    }

    .rt-site-header.rt-fixed-top, .main-header.rt-fixed-top {
        background: #0160ac;
    }

    .page-content-area .rt-box-style-3 .rt-light3 {
        padding: 10px 0;
    }

    .page-content-area .rt-box-style-3 .rt-btn {
        font-size: 17px;
    }

    .domain-box {
        padding: 20px 0;
    }

        .domain-box .rt-mb-20 {
            margin: 0 0 10px;
        }

        .domain-box .rt-mb-10 {
            margin-bottom: 0;
        }

        .domain-box .rt-mt-5 {
            margin-top: 10px;
        }

    .rt-breadcump .rt-breadcump-height {
        height: 350px;
    }

    .submit-circle .rt-hw-66.rt-circle {
        line-height: 36px;
        width: 46px;
        height: 46px;
    }

    .submit-circle .f-size-40 {
        font-size: 30px;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .rt-breadcump-height .rt-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .rt-spacer-sm-20 {
        height: 20px;
    }

    .single-in .rt-hw-66.rt-circle {
        line-height: 36px;
        width: 46px;
        height: 46px;
    }

    .single-in .f-size-40 {
        font-size: 30px;
    }

    #registrationForm .rt-hw-66.rt-circle {
        line-height: 36px;
        width: 46px;
        height: 46px;
    }

    #registrationForm .f-size-40 {
        font-size: 30px;
    }

    .expired-text {
        font-size: 18px;
    }

    .rt-box-style-2-custom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}




.bid-count-text {
    background: #f4f4f4;
    border-radius: 30px;
    padding: 5px 30px;
    font-weight: 500;
}

.text-black {
    color: #000;
}

.registrar-text {
    color: #000;
    opacity: 0.7;
}

.light-bg-remaining {
    background: #f2f2f2;
    padding: 10px 20px;
}

.bid-list-text ul {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    padding: 0;
    gap: 10px;
}

    .bid-list-text ul li {
        font-size: 16px;
        color: #00579C;
        border: 1px solid #acc8df;
        border-radius: 30px;
        padding: 5px 20px;
        background: #fff;
        width: 31.33%;
        text-align: center;
    }

.rt-box-style-2-custom {
    padding-top: 48px;
    padding-bottom: 48px;
}

.bid-option {
    cursor: pointer;
}

.box-style-User {
    padding-top: 66px;
    padding-bottom: 66px;
}

.mt-80 {
    margin-top: 80px !important;
}


.owl-carousel.owl-drag .owl-item {
}


.owl-carousel.owl-drag .owl-item:nth-child(5) .domian-bg-color.color--1 {
        background: #00579c;
    }
    .owl-carousel.owl-drag .owl-item:nth-child(6) .domian-bg-color.color--1 {
        background: #eb751f;
    }
    .owl-carousel.owl-drag .owl-item:nth-child(7) .domian-bg-color.color--1 {
        background: #067ca7;
    }
    .owl-carousel.owl-drag .owl-item:nth-child(8) .domian-bg-color.color--1 {
        background: #f88600;
    }

@media (max-width: 767px) {
    .domain-border {
        border-right: 0;
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .left-column h4 {
        font-size: 18px;
    }

    .left-column p {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .bid-list-text ul li {
        width: auto;
    }
}

.domain-box-Costom {
    color: white;
    height: 90px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.domain-blue {
    background-color: #00599c;
}

.domain-orange {
    background-color: #ff7733;
}

.domain-teal {
    background-color: #0084a9;
}

.domain-Tangerine {
    background-color: #ff944d;
}

.center-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 15px;
}

    .center-items .single-feature-item {
        width: 270px; /* same as OwlCarousel box width */
        flex: 0 0 auto;
    }


@media (max-width: 767px) {
    .feature-active .rt-feature-box{
        width: 80%;
        margin: 0 auto;
    }
}